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-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-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2010-08-05rtpdec_xiph: Split packets in the depacketizerMartin Storsjö
2010-08-04rtpdec_xiph: Correct the bitmask for num_pktsMartin Storsjö
2010-07-30Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö
2010-07-28rtpdec_xiph: Handle the sampling SDP parameterJosh Allmann
2010-07-27rtpdec_xiph: Drop RTP packets that come in without a prior fragment start mar...Josh Allmann
2010-07-19rtpdec_xiph: Avoid extra memcpy in Xiph RTP depacketizerJosh Allmann
2010-06-29rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizerJosh Allmann
2010-06-09Fix printf format warningsEli Friedman
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-15Remove useless assert(), since this can (in theora) be used for any XiphRonald S. Bultje
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-04-02Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_Martin Storsjö
2010-04-02Merge Vorbis / Theora depayloaders.Josh Allmann
2010-04-02Reindent after r22766.Josh Allmann
2010-04-02Rename functions / comments from "Theora" to "Xiph" where relevant.Josh Allmann
2010-04-02Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann