Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-01url: add ffurl_closep() which also sets the context pointer to NULLMichael Niedermayer
2012-06-01lavf: use av_freep() in ffurl_close()Michael Niedermayer
2012-05-26avio: fix "discards const qualifier from pointer target type" warningMichael Niedermayer
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-23avio: Add a function for signalling end of reading/writingSamuel Pitoiset
2012-04-28avio: change ffurl_alloc return code.Nicolas George
2012-02-06avio: Fix "warning: initialization from incompatible pointer type"Michael Niedermayer
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-27lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov
2012-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-06avio: Only do implicit network initialization for network protocolsMartin Storsjö
2011-12-24avio: fix handling of , in urlsMichael Niedermayer
2011-11-24avio: Fix handling of filenames that contain :Michael Niedermayer
2011-11-22avio: Support private options in URLProtocolsMichael Niedermayer
2011-11-22avio: allow any chars in protocolsMichael Niedermayer
2011-11-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-18avio: Mark the old interrupt callback mechanism as deprecatedMartin Storsjö
2011-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-13avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö
2011-11-13avio: add support for passing options to protocols.Anton Khirnov
2011-11-13avio: add and use ffurl_protocol_next().Anton Khirnov
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö
2011-11-13avformat: Use ff_check_interruptMartin Storsjö
2011-11-13avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10avio: Free URLContext private data allocated via AVOptionsMartin Storsjö
2011-11-07avio: print a warning from ffurl_alloc() if no protocols are allocated.Michael Niedermayer
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-06-01Simplify code and avoid compiler warning about incompatible types.Reimar Döffinger
2011-05-18lavf: use designated initializers for AVClasses.Anton Khirnov
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-01Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer
2011-04-29lavf: use designated initializers for AVClasses.Anton Khirnov
2011-04-24Fix some passing argument from incompatible pointer type warnings.Michael Niedermayer
2011-04-20avio: fix AVIO_FLAG_READ/WRITE test in ffurl_*.Nicolas George
2011-04-20avio: Fix sanity checks in ffurl_read*Martin Storsjö
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-19lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov
2011-04-19lavf: remove FF_API_REGISTER_PROTOCOL cruftAnton Khirnov
2011-04-14Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-13avio: deprecate url_exist in favor of avio_check.Anton Khirnov
2011-04-13avio: add avio_check()Stefano Sabatini
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-08avio: deprecate av_protocol_next().Anton Khirnov