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-03-23asfdec: also subtract preroll when reading simple index objectVladimir Pantelic
2011-03-21avio: make av_url_read_fseek/fpause internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-15avio: deprecate url_ferrorAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton 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-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-14asfdec: fix build for big endian targetsMans Rullgard
2011-02-14asfdec: don't export empty metadataAnton Khirnov
2011-02-14asfdec: split reading stream properties out of asf_read_header()Anton Khirnov
2011-02-11asfdec: deobfuscate reading video properties sizeAnton Khirnov
2011-02-11asfdec: split asf_read_header()Anton Khirnov
2011-02-10asfdec: skip the stream bitrate listAnton Khirnov
2011-02-10asfdec: use an ASFContext array for storing stream bitratesAnton Khirnov
2011-02-10asfdec: move DAR list to ASFContextAnton Khirnov
2011-02-10asfdec: remove some write-only values from the contextAnton Khirnov
2011-02-09asf: split ASFContext into muxer and demuxer parts.Anton Khirnov
2011-02-09asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28asfdec: ensure that the whole tag is read.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-25asfdec: remove some commented-out cruftAnton Khirnov
2011-01-25lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov
2010-12-26make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)Peter Ross
2010-12-18Change ASF demuxer to return incomplete last packets.Reimar Döffinger
2010-12-12Return an error when get_buffer reads none or only partial data insteadReimar Döffinger
2010-12-12Ensure that packets returned from ASF demuxer are properly 0-padded.Reimar Döffinger
2010-12-03skip top-level objects to search for the simple index in ASF filesStefan Gehrer
2010-10-16add ff_ prefix to metadata_conv()Anton Khirnov
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-09-26Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini
2010-09-23Fix indentation after r25158.Carl Eugen Hoyos
2010-09-23Fix aspect ratio for files that have it stored inRichard Buteau
2010-07-20asfdec: 10l, fix the minimum asf video stream header sizeMartin Storsjö
2010-07-20asfdec: Don't read the video stream header if there isn't enough dataMartin Storsjö
2010-07-20asfdec: Handle asf_jfif_mediaMartin Storsjö
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-07Ignore extradata & w/h in asf/dvr.Michael Niedermayer
2010-06-24asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts()Måns Rullgård
2010-06-23Continue after guids in asf after which other guids are possible instead of s...Michael Niedermayer
2010-05-26Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its...Alex Converse
2010-05-07Favor chunk size over hitting the correct position after reading the chunk si...Michael Niedermayer
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini