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
2011-05-18lavf: use designated initializers for AVClasses.Anton Khirnov
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-04-20avio: Fix sanity checks in ffurl_read*Martin Storsjö
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-13avio: deprecate url_exist in favor of avio_check.Anton Khirnov
2011-04-13avio: add avio_check()Stefano Sabatini
2011-04-08avio: deprecate av_protocol_next().Anton Khirnov
2011-04-08avio: add a function for iterating though protocol names.Anton Khirnov
2011-04-08avio: deprecate the typedef for URLInterruptCBAnton Khirnov
2011-04-07avio: make av_register_protocol2 internal.Anton Khirnov
2011-04-07avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-05avio: deprecate av_url_read_seekAnton Khirnov
2011-04-05avio: deprecate av_url_read_pauseAnton Khirnov
2011-04-04avio: deprecate url_get_filename().Anton Khirnov
2011-04-04avio: deprecate url_max_packet_size().Anton Khirnov
2011-04-04avio: make url_get_file_handle() internal.Anton Khirnov
2011-04-04avio: make url_filesize() internal.Anton Khirnov
2011-04-04avio: make url_close() internal.Anton Khirnov
2011-04-04avio: make url_seek() internal.Anton Khirnov
2011-04-04avio: make url_write() internal.Anton Khirnov
2011-04-04avio: make url_read_complete() internal.Anton Khirnov
2011-04-04avio: make url_read() internal.Anton Khirnov
2011-04-04avio: make url_open() internal.Anton Khirnov
2011-04-04avio: make url_connect internal.Anton Khirnov
2011-04-04avio: make url_alloc internal.Anton Khirnov
2011-04-04avio: deprecate url_open_protocolAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-15Use AVERROR_EXIT with url_interrupt_cb.Nicolas George
2011-03-07In retry_transfer_wrapper, do not check url_interrupt_cb, causes problemsBaptiste Coudurier
2011-03-07URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEMEMartin Storsjö
2011-02-06Non-blocking protocol: core wrapper functionsNicolas George
2010-10-06Remove unused variable.Carl Eugen Hoyos
2010-10-06Use retry_transfer_wrapper() in url_write() as its callers do not expect it t...Michael Niedermayer
2010-10-06Factor retry_transfer_wrapper() out of url_read_complete()Michael Niedermayer
2010-09-30Make register_protocol() use the function av_register_protocol2()Stefano Sabatini
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-08-20add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs
2010-08-19add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs
2010-07-18Allow all valid (and only valid) characters in URL scheme for url_open()Måns Rullgård
2010-06-27Remove an unused label, fixing a warningEli Friedman
2010-06-27Add proper const declaration to a cast, fixes a warningEli Friedman
2010-06-23ReindentMartin Storsjö
2010-06-22Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö
2010-06-22Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö
2010-06-22Add an av_register_protocol2 function that takes a size parameterMartin Storsjö
2010-06-01Declare the url_write buffer parameter as constMartin Storsjö
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer