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-06-16Deprecate av_open_input_* and remove their uses.Anton Khirnov
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
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-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-02-21avio: avio: avio_ prefixes for put_* 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-11Remove final semicolon from some macrosMans Rullgard
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-14Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer,Ronald S. Bultje
2010-08-14Prevent overflow on random input.Ronald S. Bultje
2010-07-30Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö
2010-07-21Reindent, rewrap long comment lines to keep line length below 80 charsMartin Storsjö
2010-07-21rtpdec_asf: Handle RTSP-MS packet splittingMartin Storsjö
2010-07-19rtpdec_asf: Include lavu headers using quotes instead of angle bracketsMartin Storsjö
2010-07-05rtpdec_asf: Propagate errors from the chained av_open_input_streamMartin Storsjö
2010-06-27Fix implicit cast warningEli Friedman
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-28Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö