summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-07-07mmsh: reimplement seekingMichael Niedermayer1-16/+17
2013-06-17mmsh: dont close context on seeking failureMichael Niedermayer1-2/+4
2013-06-17mmsh/mmsh_close: use ffurl_closep()Michael Niedermayer1-1/+1
2013-06-17mmsh/mmsh_close: use av_freep()Michael Niedermayer1-2/+2
2012-10-20mmsh: fix integer overflow in mmsh_seek()Michael Niedermayer1-1/+1
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-12-01mmsh: Properly clean up if the second ffurl_alloc failedMartin Storsjö1-3/+3
2011-11-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer26-47/+34
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun18-32/+0
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-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-183/+160
2011-11-10mms: Set http custom headers via the AVOptionMartin Storsjö1-2/+3
2011-11-01mmsh: add return value for mmsh_open()Michael Niedermayer1-1/+1
2011-10-31mmsh: do not try to seek to negative tiimestamps, it does not workMichael Niedermayer1-1/+2
2011-10-31mmsh_read_seek: skip headerMichael Niedermayer1-0/+3
2011-10-31mmsh:_implement a minimal mmsh_seek() so the stream position can be found out.Michael Niedermayer1-1/+11
2011-10-31mmsh: mmsh_read_seek()Michael Niedermayer1-0/+20
2011-10-31mmsh: split out mmsh_open_internal()Michael Niedermayer1-2/+8
2011-10-31mmsh: move location storage into contextMichael Niedermayer1-3/+4
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03Remove return statements following infinite loops without breakMans Rullgard11-15/+0
2011-06-16mmsh: fix 400 bad requestKirill Zorin1-2/+2
2011-06-16mmsh: fixed printf injection bug in mmsh requestKirill Zorin1-1/+1
2011-06-16mmsh: fixed printf injection bug in mmsh requestKirill Zorin1-1/+1
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer43-729/+804
2011-06-07Drop unnecessary directory prefixes from #include directives.Diego Biurrun11-16/+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-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_read_complete() internal.Anton Khirnov9-35/+41
2011-04-04avio: make url_connect internal.Anton Khirnov5-12/+17
2011-04-04avio: make url_alloc internal.Anton Khirnov5-19/+57
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
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
2010-09-29Check return value of get_chunk_header(). Since enum can be unsigned, theRonald S. Bultje1-3/+3
2010-08-28Fix two compiler arnings related to printf-format of sizeof()-statements.Ronald S. Bultje1-2/+2
2010-08-28stream_selection can be freed in the fail case, in which case it's unassigned.Zhentan Feng1-1/+1
[next]