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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-22pthread: do not touch has_b_framesJanne Grunau
2011-11-16avformat: Accept the ISO8601 separate format as input, tooMartin Storsjö
2011-11-16avformat: Interpret times in ff_iso8601_to_unix_time as UTCMartin Storsjö
2011-11-16lavf: fix multiplication overflow in avformat_find_stream_info()Mans Rullgard
2011-11-13lavf: pass options from AVFormatContext to avio.Anton Khirnov
2011-11-13avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö
2011-11-13avformat: Use ff_check_interruptMartin Storsjö
2011-11-09lavf: don't leak corrupted packetsAndrey Utkin
2011-11-08avformat: Avoid a warning about mixed declarations and codeMartin Storsjö
2011-11-07avformat: Warn about using network functions without calling avformat_network...Martin Storsjö
2011-11-06lavf: don't return from void av_update_cur_dts()Anton Khirnov
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-05avformat: Add functions for doing global network initializationMartin Storsjö
2011-10-29lavf: use number of output pictures for delay checks.Ronald S. Bultje
2011-10-29probe: Restore identification of files with very large id3 tags and no extens...Alex Converse
2011-10-29probe: Remove id3 tag presence as a criteria to do file extension checking.Alex Converse
2011-10-28lavf: make some seeking functions privateAnton Khirnov
2011-10-25lavf: simplify by using FFMAX/FFMIN.Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov
2011-10-20lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov
2011-10-20avformat: do not require frame_size for Speex.Justin Ruggles
2011-10-19lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov
2011-10-17lavf: deprecate AVFormatContext.file_sizeAnton Khirnov
2011-10-14avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles
2011-10-14avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.Justin Ruggles
2011-10-08lavf: fix signed overflow in avformat_find_stream_info()Mans Rullgard
2011-09-30lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö
2011-09-26oggdec: add support for Xiph's CELT codecNicolas George
2011-09-25lavf: do not set codec_tag for rawvideoMans Rullgard
2011-09-23prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()Diego Biurrun
2011-09-19lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich
2011-09-14lavf utils: Remove write-only variableAlex Converse
2011-09-14lavf utils: Rename shadowing variableAlex Converse
2011-08-23lavf utils: Fix bad indentation.Alex Converse
2011-08-16lavf: add avformat_query_codec().Anton Khirnov
2011-08-02lavf: Add an option to discard corrupted framesZohar Kelrich
2011-07-29probe: Fix insane flow control.Alex Converse
2011-07-17lavf: rename enc variable in utils.c:has_codec_parameters()Stefano Sabatini
2011-07-15lavf/utils: drop av_ prefixes from static functions.Anton Khirnov
2011-07-14avformat_open_input(): Add braces to shut up gcc warning.Diego Biurrun
2011-07-14lavf: fix invalid reads in avformat_find_stream_info()Anton Khirnov
2011-07-13lavf: fix segfault in av_open_input_stream()Anton Khirnov
2011-07-13lavf: Cleanup try_decode_frame() logic.Alex Converse
2011-07-13Add a check for strptime().Anton Khirnov
2011-07-13lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov
2011-07-10lavc: make avcodec_alloc_context3 officially public.Anton Khirnov
2011-07-10lavf: add avformat_find_stream_info()Anton Khirnov
2011-07-09lavf: update AVStream.nb_frames when muxing.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-02lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format.Anton Khirnov