summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-13avformat: use ff_alloc_extradata()Paul B Mahol52-218/+83
2012-12-21Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59'Michael Niedermayer18-40/+43
2012-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö18-40/+43
2012-11-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-268/+150
2012-11-02rtpdec: factorize identical code used in several handlersAnton Khirnov7-42/+34
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-156/+198
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun13-29/+17
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer45-139/+818
2011-04-23rtp: Rename the open/close functions to alloc/freeMartin Storsjö14-35/+35
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer74-637/+833
2011-04-03avio: avio_ prefix for url_close_dyn_bufAnton Khirnov20-48/+53
2011-04-03avio: avio_ prefix for url_open_dyn_bufAnton Khirnov17-38/+43
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-22avio: avio: avio_ prefixes for put_* functionsAnton Khirnov59-1752/+1787
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov59-1752/+1787
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2010-11-29rtpdec: Remove useless NULL initializations when using designated initializersMartin Storsjö3-3/+0
2010-11-29rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated initiali...Martin Storsjö3-21/+21
2010-10-03rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY flagMartin Storsjö1-3/+0
2010-09-25Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini11-12/+12
2010-07-30Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö19-292/+58
2010-07-25Include the correct header that actually is used, use quotes instead of angle...Martin Storsjö1-1/+1
2010-07-14rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->ptsMartin Storsjö1-1/+1
2010-07-01Add RTP depacketization of SVQ3Josh Allmann6-1/+176