summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-27Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer12-15/+44
2013-09-27Merge commit '06ebc0bf9a6401733a4ce1310325de19f631819a'Michael Niedermayer2-3/+3
2013-09-27Merge commit '1af78b865b66acb8020c54262f12aa41ad47e05c'Michael Niedermayer1-0/+2
2013-09-26lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö13-16/+47
2013-09-26lavf: Allocate arrays with av_realloc if they will be realloced laterMartin Storsjö2-3/+3
2013-09-26rtpdec_qt: Add an accidentally removed allocation return value checkMartin Storsjö1-0/+2
2013-09-19Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer18-110/+91
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova18-107/+92
2013-03-14Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e'Michael Niedermayer18-37/+39
2013-03-13avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun18-38/+38
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer24-207/+362
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov22-136/+324
2012-12-21Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59'Michael Niedermayer18-40/+43
2012-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö18-40/+43
2012-10-13Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer19-24/+57
2012-10-12Use proper return values in case of missing featuresDiego Biurrun13-21/+21
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer146-468/+570
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov139-205/+338
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-07Merge remote branch 'qatar/master'Michael Niedermayer11-20/+26
2011-04-06Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov5-7/+7
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov76-348/+348
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov87-391/+392
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov62-299/+299
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov14-25/+87
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-02-10Remove final semicolon from some macrosMans Rullgard6-10/+10
2011-02-03Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov5-10/+10
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-06Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö7-2/+268