summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
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: 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-04-21Merge remote branch 'qatar/master'Michael Niedermayer15-133/+29
2011-04-20libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö5-14/+14
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-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() internal.Anton Khirnov11-23/+29
2011-04-04avio: make url_open() internal.Anton Khirnov15-35/+51
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-06-27Make ff_url_split() publicMåns Rullgård13-39/+66
2010-06-01Declare the url_write buffer parameter as constMartin Storsjö10-12/+12
2010-03-14move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs9-53/+60
2010-03-08ReindentMartin Storsjö7-18/+18
2010-03-08Rename url_split to ff_url_splitMartin Storsjö11-20/+20
2010-03-05Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö6-24/+30
2009-02-11Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail comToshimitsu Kimura5-1/+132