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-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
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-03aviobuf: Write new data at s->buf_end in fill_bufferMartin Storsjö
2011-03-03avio: deprecate url_fskipAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-03-02aviobuf: Write new data at s->buf_end in fill_bufferMartin Storsjö
2011-03-01avio: deprecate url_fskipAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-26avio: deprecate put_tagAnton Khirnov
2011-02-25avio: deprecate put_tagAnton Khirnov
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-22avio: make put_nbyte internal.Anton Khirnov
2011-02-22avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-22avio: make get_partial_buffer internal.Anton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov