OSDN Git Service

libx264: fix setting the H.264 level
[coroid/libav_saccubus.git] / libavformat / dvenc.c
2011-08-26 Stefano Sabatinififo: add av_fifo_peek2(), and deprecate av_fifo_peek()
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-13 Anton Khirnovlavf: factor out conversion of ISO8601 string to unix...
2011-07-12 Anton Khirnovlavf: deprecate AVFormatContext.timestamp
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-25 Diego Elio PettenòMake dvenc.c functions static to the unit.
2010-04-20 Diego BiurrunAdd missing internal.h #include for brktimegm(), fixes...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-10-16 Reimar DöffingerSplit parts of dvdata.h into dvdata.c, this ensures...
2009-03-08 Michael NiedermayerAllocate AVFifoBuffer through the fifo API to reduce...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 Diego BiurrunRemove inappropriate const qualifier from function...
2008-10-24 Diego Biurrunprettyprinting cosmetics
2008-10-24 Diego Biurrunspelling cosmetics
2008-10-07 Roman Shaposhnikreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-02 Diego Biurrunspelling cosmetics
2008-09-02 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-07-24 Diego Biurruncosmetics: Fix two common typos: wont --> will not...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-28 Baptiste Coudurieruse av_fifo_generic_write, old func is deprecated
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-06-24 Reimar DöffingerCosmetics: use consistent indentation by four spaces
2007-06-24 Reimar DöffingerDV muxer should not only fail for more that 3 streams...
2007-05-16 Corey HickeyDon't forget about audio remaining in buffer, in case...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-01-15 Roman Shaposhnik * Fixing a bug with incorrect bits set in AAUX sourc...
2006-11-08 Brian Brice * fixing a memory leak in DV format.
2006-10-16 Roman Shaposhnik * Simplifying the setting of STYPE for AAUX AS
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-21 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...
2006-09-15 Panagiotis IssarisSplit the DV demuxer and muxer into separate files...