OSDN Git Service

Merge remote branch 'official/master'
[coroid/libav_saccubus.git] / libavformat / tta.c
2011-08-01 yukihaneMerge branch 'master' of git://git.libav.org/libav
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...