summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-28Merge commit '53151723e377b9c43f876e20d7f27a17993256c8'Michael Niedermayer1-40/+50
2013-10-27avio: K&R formatting cosmeticsLuca Barbato1-40/+50
2013-10-27avio: Check for memory allocation failure of private dataDerek Buitenhuis1-0/+7
2013-10-21avio: Use AVERROR_PROTOCOL_NOT_FOUNDLuca Barbato1-1/+1
2013-07-12retry_transfer_wrapper(): check for interrupt before operationAndrey Utkin1-2/+2
2013-07-10Suggest recompilation with openssl or gnutls if the https protocol is not found.Carl Eugen Hoyos1-0/+2
2013-07-07avio: Handle AVERROR_EOF in the same way as the return value 0Michael Niedermayer1-1/+1
2013-06-24avformat/avio: Fix EOF handiling of ffurl_read_complete()Michael Niedermayer1-1/+1
2013-02-28lavf/avio: check for : in filenames for protocols.Nicolas George1-1/+3
2013-02-24lavf/avio: check that the protocol supports the open mode.Nicolas George1-0/+10
2012-10-28Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer5-19/+19
2012-10-27avio: fix pointer type mismatches in avio_enum_protocols()Mans Rullgard1-5/+5
2012-10-19avio: fix sizeof argumentMichael Niedermayer1-1/+1
2012-10-19url_alloc_for_protocol: fix use of uninitialized variableMichael Niedermayer1-0/+1
2012-09-08avio: replace ETIMEDOUT by EIOMichael Niedermayer1-1/+1
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-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-33/+92
2012-06-22Replace usleep() calls with av_usleep()Mans Rullgard8-19/+18
2012-06-01url: add ffurl_closep() which also sets the context pointer to NULLMichael Niedermayer2-3/+11
2012-06-01lavf: use av_freep() in ffurl_close()Michael Niedermayer1-1/+1
2012-05-26avio: fix "discards const qualifier from pointer target type" warningMichael Niedermayer1-1/+1
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-04-28avio: change ffurl_alloc return code.Nicolas George1-1/+1
2012-02-06avio: Fix "warning: initialization from incompatible pointer type"Michael Niedermayer1-1/+1
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-240/+851
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse91-92/+0
2012-01-27lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruftAnton Khirnov3-38/+0
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: Only do implicit network initialization for network protocolsMartin Storsjö1-3/+5
2011-12-23avio: fix handling of , in urlsMichael Niedermayer1-1/+2
2011-11-24avio: Fix handling of filenames that contain :Michael Niedermayer1-3/+3
2011-11-22avio: Support private options in URLProtocolsMichael Niedermayer1-0/+25
2011-11-22avio: allow any chars in protocolsMichael Niedermayer1-3/+3
2011-11-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer20-87/+284
2011-11-18avio: Mark the old interrupt callback mechanism as deprecatedMartin Storsjö3-2/+17
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-13avformat: Use ff_check_interruptMartin Storsjö8-10/+13
2011-11-13avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö2-0/+14
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-183/+160
2011-11-10avio: Free URLContext private data allocated via AVOptionsMartin Storsjö1-1/+4
[next]