summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-19Do not leave positive values undefined when negative are defined as errorMichael Niedermayer18-30/+30
2013-06-16Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef'Michael Niedermayer7-150/+187
2013-06-16avf: move url utility functions in a separate fileLuca Barbato6-150/+186
2012-08-28Add 'rw_timeout' into URLContextAndrey Utkin2-2/+11
2012-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-153/+298
2012-08-17avio: add (ff)url_get_multi_file_handle() for getting more than one fdJordi Ortiz3-8/+46
2012-06-01url: add ffurl_closep() which also sets the context pointer to NULLMichael Niedermayer2-3/+11
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer40-84/+361
2012-05-22avio: Add a function for signalling end of reading/writingSamuel Pitoiset2-0/+20
2012-03-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer25-493/+10990
2012-03-19url: Document the expected behaviour of url_readNicolas George1-0/+13
2012-03-17url: document url_read exact behaviour.Nicolas George1-0/+13
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov6-672/+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-11-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer31-99/+405
2011-11-13avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö5-3/+83
2011-11-13avio: add support for passing options to protocols.Anton Khirnov18-38/+98
2011-11-13avio: add and use ffurl_protocol_next().Anton Khirnov2-8/+18
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö18-40/+67
2011-11-13avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö2-0/+14
2011-11-13avio: Add AVIOInterruptCBMartin Storsjö3-0/+29
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer26-626/+941
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun10-35/+41
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer58-387/+500
2011-05-21multiple inclusion guard cleanupDiego Biurrun51-76/+97
2011-04-14Merge remote branch 'qatar/master'Michael Niedermayer43-374/+482
2011-04-13avio: add avio_check()Stefano Sabatini3-0/+38
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer34-165/+249
2011-04-08avio: make URLProtocol internal.Anton Khirnov2-1/+22
2011-04-08avio: make URLContext internal.Anton Khirnov10-3/+21
2011-04-08avio: move two ff_udp_* functions from avio_internal to url.hAnton Khirnov2-4/+4
2011-04-08avio: deprecate the typedef for URLInterruptCBAnton Khirnov3-7/+5
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer37-136/+222
2011-04-07avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov6-0/+8
2011-04-07avio: make av_register_protocol2 internal.Anton Khirnov4-5/+19
2011-04-06Merge remote branch 'qatar/master'Michael Niedermayer12-35/+76
2011-04-05avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internalAnton Khirnov2-1/+6
2011-04-05Merge remote branch 'qatar/master'Michael Niedermayer28-526/+660
2011-04-04avio: make url_get_file_handle() internal.Anton Khirnov9-19/+24
2011-04-04avio: make url_filesize() internal.Anton Khirnov4-9/+14
2011-04-04avio: make url_close() internal.Anton Khirnov16-41/+46
2011-04-04avio: make url_seek() internal.Anton Khirnov5-27/+32
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_read() internal.Anton Khirnov11-23/+29
2011-04-04avio: make url_open() internal.Anton Khirnov15-35/+51
2011-04-04avio: make url_connect internal.Anton Khirnov5-12/+17
[next]