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
2011-09-21Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov
2011-08-25mp4: Handle non-trivial ES Descriptors.Alex Converse
2011-07-21mov: add clcp type track as Subtitle stream.Thierry Foucu
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-07-04Remove return statements following infinite loops without breakMans Rullgard
2011-06-20mov: Fix empty edit detection.Yusuke Nakamura
2011-06-10mov: Fix wrong timestamp generation for fragmented movies that have time offs...Yusuke Nakamura
2011-06-09movdec: Add support for the 'wfex' atom.Alex Converse
2011-06-08mov: Remove leftover crufty debug statement with references to a local file.Diego Biurrun
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-06-02Remove unused variablesMans Rullgard
2011-05-12mov: Support edit list atom version 1.Yusuke Nakamura
2011-05-06mov: fix composition timestamps on movie fragments.Yusuke Nakamura
2011-04-23Fix mov debug (u)int64_t format strings.Alex Converse
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-31mov: Add support for zero-sized stsc runs.Alex Converse
2011-03-25mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom.Justin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton 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-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-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-10mov: remove stray semicolonMans Rullgard
2011-02-07pass QDMC extradata to the decoderSascha Sommer
2011-01-30Replace dprintf with av_dlogLuca Barbato
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-25mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov
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