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
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-27musepack: fix signed shift overflow in mpc_read_packet()Mans Rullgard
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-14Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer
2011-07-13Musepack SV7: try to read files without number of frames providedKostya Shishkov
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-12-02mpc: read id3v1 tags.Anton Khirnov
2010-10-07Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger
2010-06-11Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
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