OSDN Git Service

xmv: eliminate superfluous zeroing of zero data
[coroid/ffmpeg_saccubus.git] / libavformat / mpc.c
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-13 Kostya ShishkovMusepack SV7: try to read files without number of frame...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
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-12-02 Anton Khirnovmpc: read id3v1 tags.
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...
2010-02-20 Vitor SessakDo not leave uninitialized data in the packet in MPC...
2010-01-21 David ConradSet start_time and duration in AVStream instead of...
2009-08-11 Matti HamalainenParse ID3 tags in Musepack SV7 files
2009-08-11 Matti HamalainenParse APE metadata tags in Musepack SV7 files
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-01-19 Alex ConverseFix probing of files with ID3v2 tags. Discussed at
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-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-01-14 Reimar Döffinger10l, > vs. >= typo, caused crashes on last mpc frame
2007-01-01 Kostya ShishkovDecode previous 32 frames to avoid seeking artifacts...
2007-01-01 Kostya ShishkovMake MPC demuxer deal with ID3 tags at the beginning
2006-12-28 Kostya ShishkovEnable forward seek in Musepack demuxer
2006-12-24 Kostya ShishkovMusepack SV7 decoding support