Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-20Do not leave uninitialized data in the packet in MPC demuxer. Should allow forVitor Sessak
2010-01-21Set start_time and duration in AVStream instead of AVFormatContext forDavid Conrad
2009-08-11Parse ID3 tags in Musepack SV7 filesMatti Hamalainen
2009-08-11Parse APE metadata tags in Musepack SV7 filesMatti Hamalainen
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-01-20Fix probing of files with ID3v2 tags. Discussed atAlex Converse
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-01-1410l, > vs. >= typo, caused crashes on last mpc frameReimar Döffinger
2007-01-01Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov
2007-01-01Make MPC demuxer deal with ID3 tags at the beginningKostya Shishkov
2006-12-28Enable forward seek in Musepack demuxerKostya Shishkov
2006-12-24Musepack SV7 decoding supportKostya Shishkov