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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-06Revert "lavf: deprecate get_strz() in favor of avio_get_str"Michael Niedermayer
2011-03-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-05lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov
2011-03-03lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-11mov: remove stray semicolonMans Rullgard
2011-02-10mov: remove stray semicolonMans Rullgard
2011-02-09pass QDMC extradata to the decoderSascha Sommer
2011-02-07pass QDMC extradata to the decoderSascha Sommer
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28mov: add support for little-endian utf16 chapter namesJohn Stebbins
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-28mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov
2011-01-28Revert "mov: simplify mov_read_chapters() by using avio_get_str16be"Mans Rullgard
2011-01-28mov: add support for little-endian utf16 chapter namesJohn Stebbins
2011-01-28In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports itBaptiste Coudurier
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov
2011-01-27Revert "mov: simplify mov_read_chapters() by using avio_get_str16be"Mans Rullgard
2011-01-26mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov
2011-01-25mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov
2011-01-25In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it.Baptiste Coudurier
2011-01-12In mov demuxer, handle better wrong time scale, fix issue #2528Baptiste Coudurier
2011-01-11In mov demuxer, set r_frame_rate for cfr filesBaptiste Coudurier
2011-01-05In mov demuxer, check that gmtime returns a valid value, fix crash, issue #2490Baptiste Coudurier
2011-01-05In mov demuxer, check that stts data exists, fix crash, issue #2479Baptiste Coudurier
2010-12-07In mov demuxer, read alac sample from extradata, fix #2406Baptiste Coudurier
2010-11-25In mov demuxer, if multiple h264 stsd are present, do not concatenate streams...Baptiste Coudurier
2010-11-23In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier
2010-11-21movdec: export creation_date as metadataAurelien Jacobs
2010-11-16In mov demuxer, export .mov encoder metadata tagBaptiste Coudurier
2010-10-06movdec: Free the previous extradataMartin Storsjö