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-04-06Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-05avio: always compile dyn_buf functionsAnton Khirnov
2011-04-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: deprecate url_max_packet_size().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() internal.Anton Khirnov
2011-04-04avio: make url_open() internal.Anton Khirnov
2011-04-04Only make buffer smaller in fill_buffer() if read_packet() is set.Carl Eugen Hoyos
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: simplify url_open_dyn_buf_internal by using avio_alloc_context()Anton Khirnov
2011-04-04avio: make url_fdopen internal.Anton Khirnov
2011-04-04avio: make url_open_dyn_packet_buf internal.Anton Khirnov
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-31Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-30avio: make get_checksum() internal.Anton Khirnov
2011-03-30avio: make init_checksum() internal.Anton Khirnov
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-21avio: make av_url_read_fseek/fpause internal.Anton Khirnov
2011-03-21avio: deprecate url_filenoAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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: always compile avio_printf, rather than on CONFIG_MUXERSAnton Khirnov
2011-03-17avio: avio_ prefix for url_fprintfAnton 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-15Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-15avio: deprecate url_ferrorAnton Khirnov
2011-03-11Add avio_skip()Michael Niedermayer
2011-03-10Fix url_feof() for file appendings.Michael Niedermayer
2011-03-08avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov
2011-03-08avio: deprecate url_fget_max_packet_sizeAnton Khirnov
2011-03-08avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-08avio: deprecate url_fgetc and remove all it usesAnton Khirnov
2011-03-08avio: deprecate url_fgetsAnton 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-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-05lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov
2011-03-05avio: add avio_get_str()Reimar Döffinger