]> git.sesse.net Git - ffmpeg/history - libavformat/tta.c
mp3enc: write trailing padding
[ffmpeg] / libavformat / tta.c
2016-05-04 Alexandra HájkováRemove unnecessary get_bits.h #includes and add missing...
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2015-02-03 Vittorio Giovaratta: Fix framepos and start_offset types
2013-05-04 Diego Biurrunavformat: Add AVPROBE_SCORE_EXTENSION define and use...
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-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-03-03 Justin Rugglestta demuxer: set packet duration
2012-02-10 Joakim Platetta: Check return value of avio_seek and avoid modifyin...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-07 Michael Niedermayertta: Fix returned error code at EOF
2012-01-07 Michael Niedermayertta: fix off be 1 error in the end detection.
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-25 Justin Rugglestta: check for extradata allocation failure in tta...
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-10-06 Reimar DöffingerMove handling of ID3v2 to common utils.c code, reducing...
2010-06-11 Michael KarcherGeneralize ID3v2 functions to support ID3v2-like ID...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-12-17 Jai Menon10l : make sure probe buffer is large enough.
2009-12-16 Jai MenonParse ID3v[12] metadata from TTA files.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-08-11 David ConradSet dts in tta demuxer
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-04-25 David ConradSupport for seeking in TTA files.
2007-04-22 David ConradChange from using a seek table internal to the TTA...
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-03-31 Diego Biurruncosmetics: Fix indentation.
2007-03-30 Michael Niedermayerargh, who commited this trash
2007-03-30 Michael Niedermayer10^10l to the idiot who designed this format and didnt...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-28 Aurelien JacobsALT_BITSTREAM_READER_LE is obviously not needed for...
2006-07-26 Diego BiurrunFix FSF postal address.
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-05-13 Michael Niedermayersanity checks some might have been exploitable
2006-02-13 Alex Beregszaszi10l, allocate bitbuffer with regard to the padding...
2006-02-12 Alex Beregszaszitta demuxer, also usable for moving tta audio data...