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-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-17avio: deprecate url_close_bufAnton Khirnov
2011-03-17avio: deprecate url_open_bufAnton Khirnov
2011-03-17avio: avio_ prefix for url_fprintfAnton Khirnov
2011-03-17avio: change avio_tell/skip from macros to inline functionsAnton Khirnov
2011-03-17avio: make url_setbufsize internal.Anton Khirnov
2011-03-17lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov
2011-03-15Use AVERROR_EXIT with url_interrupt_cb.Nicolas George
2011-03-15avio: deprecate url_ferrorAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-07avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov
2011-03-07avio: deprecate url_fget_max_packet_sizeAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-07avio: deprecate url_fgetc and remove all it usesAnton Khirnov
2011-03-07avio: deprecate url_fgetsAnton Khirnov
2011-03-07avio: add avio_skip macroPeter Ross
2011-03-07URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEMEMartin Storsjö
2011-03-07URLProtocol: Add a flags fieldMartin Storsjö
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov
2011-03-04avio: add avio_get_str()Reimar Döffinger
2011-03-01avio: deprecate url_fskipAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-25avio: deprecate put_tagAnton Khirnov
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-21avio: make put_nbyte internal.Anton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-21avio: make get_partial_buffer internal.Anton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-06Non-blocking protocol: core wrapper functionsNicolas George
2011-02-06Non-blocking protocols: flag and documentationNicolas George
2011-01-25lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov
2011-01-21lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov
2011-01-21avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov
2011-01-21lavf: move the version macros to a new headerAnton Khirnov
2011-01-02Add function put_nbyte() to speed up padding in SPDIF muxer.Anssi Hannula
2010-10-31Document url_write().Stefano Sabatini
2010-10-23drop rtp_get_file_handles() which is not part of public API and not used anymoreAurelien Jacobs
2010-10-15add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs
2010-10-06Move the definitions of AVSEEK_SIZE to make it appear before theStefano Sabatini
2010-10-02Document url_get_filename().Stefano Sabatini
2010-09-30Document url_filesize().Stefano Sabatini
2010-08-20add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs
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-17url_fskip: Return an error code if the url_fseek failedMartin Storsjö
2010-07-02Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_bufJosh Allmann