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
2014-05-24Merge commit '8692e6284f5169257a537c8fc25addf32fc67c87'Michael Niedermayer
2014-05-24rdt: check malloc callsNidhi Makhijani
2013-10-29Merge commit 'feeafb4adabd5c17de1738ed9962e40892b20edb'Michael Niedermayer
2013-10-28lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov
2013-09-27Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer
2013-09-27lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-19Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-08-05rdt: make const tables static constMichael Niedermayer
2013-05-01Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff'Michael Niedermayer
2013-04-30avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2012-12-21Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59'Michael Niedermayer
2012-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö
2012-08-21rmdec: pass mime type to ff_rm_read_mdpr_codecdata()Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-05rdt: remove workaround for infinite loop with aacJustin Ruggles
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-11-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-07rdt: Check the return value of avformat_openMartin Storsjö
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-16Deprecate av_open_input_* and remove their uses.Anton Khirnov
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
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-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton 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-12rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö
2011-02-11Remove final semicolon from some macrosMans Rullgard
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-10-01rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö
2010-08-10get rid of MAX_STREAMS limit in RDTAurelien Jacobs
2010-07-02Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-02Remove dead initialization.Ronald S. Bultje
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-25Add a lowercase parameter to ff_data_to_hexMartin Storsjö
2010-01-08handler can be NULL if we did not support this dynamic format (codec).Ronald S. Bultje