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-26lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö13-16/+47
2013-09-19Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer18-110/+91
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova18-107/+92
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer43-158/+1039
2012-06-19mmst: Use AVUNERROR() to convert error codes to the right range for strerrorMartin Storsjö1-5/+5
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
2012-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-414/+454
2012-01-02Fix a bunch of typos.Diego Biurrun4-6/+10
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer42-491/+466
2011-12-01proto: Realign struct initializersMartin Storsjö6-28/+28
2011-12-01proto: Use .priv_data_size to allocate the private contextMartin Storsjö10-75/+29
2011-11-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer31-99/+405
2011-11-13avio: add support for passing options to protocols.Anton Khirnov18-38/+98
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö18-40/+67
2011-05-17Add some forgotten const to function arguments in libavfilter & libavformat.Michael Niedermayer6-18/+18
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-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-04-07Merge remote branch 'qatar/master'Michael Niedermayer11-20/+26
2011-04-06mmst: get rid of deprecated AVERRORsAnton Khirnov1-7/+7
2011-04-05Merge remote branch 'qatar/master'Michael Niedermayer28-526/+660
2011-04-04avio: make url_close() internal.Anton Khirnov16-41/+46
2011-04-04avio: make url_write() internal.Anton Khirnov15-35/+42
2011-04-04avio: make url_read_complete() internal.Anton Khirnov9-35/+41
2011-04-04avio: make url_open() internal.Anton Khirnov15-35/+51
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
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-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-14mmst: fix reading uninitialized data for ping packets.Ronald S. Bultje1-2/+1
2011-02-14mmst: print packet type with error status code messageFrancesco Cosoleto1-1/+1
2011-02-14mmst: fix reading uninitialized data for ping packets.Ronald S. Bultje1-2/+1
2011-02-13mmst: print packet type with error status code messageFrancesco Cosoleto1-1/+1
2011-01-30Replace dprintf with av_dlogLuca Barbato47-308/+312
2011-01-29Replace dprintf with av_dlogLuca Barbato47-308/+312
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
2011-01-23lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov6-23/+27
2011-01-21lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov6-23/+27
2010-10-05Set proper error if server flags indicate that it doesn't support mmst. Thisqrtt11-1/+5
2010-08-13Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamicallyRonald S. Bultje3-1/+6
2010-08-13Fix wrong command prefix for timing test in MMST protocol.Zhentan Feng1-1/+1
2010-08-11Move functions and structs shared between MMSH and MMST into their own file,Zhentan Feng2-120/+6
[next]