]> git.sesse.net Git - ffmpeg/history - libavformat/dvenc.c
mp3enc: write trailing padding
[ffmpeg] / libavformat / dvenc.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-11-28 Luca Barbatodvenc: Validate the frame size before copying it
2014-07-09 Anton Khirnovlavc: export DV profile API used by muxer/demuxer as...
2013-11-15 Diego Biurrundv: Split DV data table declarations into their own...
2013-09-16 Clément Bœschlavf: Don't explicitly flush after each written packet...
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-18 Anton Khirnovdvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-05-07 Diego Biurrundv: Split profile handling code into a separate file.
2012-02-15 Martin Storsjölibavformat: Add an ff_ prefix to some lavf internal...
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_TIMESTAMP cruft
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some dv symbols used in...
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...