summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-74/+252
2012-06-03librtmp: return AVERROR_UNKNOWN instead of -1.Anton Khirnov1-4/+4
2012-06-03librtmp: don't abuse a variable for two unrelated things.Anton Khirnov1-8/+8
2012-06-03librtmp: add rtmp_app and rtmp_playpath private options.Anton Khirnov1-15/+80
2012-02-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer28-156/+1084
2012-02-14librtmp: Add "lib" prefix to librtmp URLProtocol declarations.Diego Biurrun4-22/+21
2012-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer28-93/+201
2012-01-05avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö12-0/+18
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer42-491/+466
2011-12-01proto: Use .priv_data_size to allocate the private contextMartin Storsjö10-75/+29
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer14-9/+17
2011-07-05Add some missing mathematics.h #includes for av_rescale().Diego Biurrun5-0/+5
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer67-1376/+150
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini25-66/+65
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer34-165/+249
2011-04-08avio: make URLContext internal.Anton Khirnov10-3/+21
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov11-117/+97
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer37-136/+222
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov26-65/+92
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2010-07-01Use new librtmp APIs instead of grubbing around in RTMP structHoward Chu1-6/+3
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-06-01Declare the url_write buffer parameter as constMartin Storsjö10-12/+12
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-04-18Implement librtmp seek support.Howard Chu2-1/+41
2010-04-18Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.Stefano Sabatini1-1/+1
2010-04-13Plug librtmp logging into av_log.Howard Chu1-0/+17
2010-04-13whitespace cosmeticsDiego Biurrun1-3/+3
2010-03-28Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu6-3/+225