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-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
2011-07-02lavf: use the correct pointer in av_open_input_stream().Anton Khirnov
2011-06-30Add support for aac streams in mp4/mov without extradata.Benjamin Larsson
2011-06-30av_find_stream_info: simplify EAGAIN handling.Ami Fischman
2011-06-19lavf: prevent crash in av_open_input_file() if ap == NULL.Ronald S. Bultje
2011-06-18lavf: add a forgotten NULL check in convert_format_parameters().Anton Khirnov
2011-06-16lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov
2011-06-16Deprecate av_open_input_* and remove their uses.Anton Khirnov
2011-06-16lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov
2011-06-14utils: Drop pointless '#if 1' preprocessor directive.Diego Biurrun
2011-06-13lavf: initialise reference_dts in av_estimate_timings_from_pts.Michael Niedermayer
2011-06-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
2011-06-10lavf: make compute_pkt_fields2() return meaningful error valuesStefano Sabatini
2011-06-08lavf: don't try to free private options if priv_data is NULL.Anton Khirnov
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-05-26lavf: initialize demuxer private options.Anton Khirnov
2011-05-25avformat: Add fpsprobesize as an AVOption.Alex Converse
2011-05-25Fix end time of last chapter in compute_chapters_endJohn Stebbins
2011-05-18asfdec: do not fall back to binary/generic searchVladimir Pantelic
2011-05-12lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini
2011-05-12lavf: fix av_find_best_stream when providing a wanted stream.Marton Balint
2011-05-12lavf: fix av_find_best_stream when decoder_ret is given and using a related s...Marton Balint
2011-05-10lavf/utils: fix ff_interleave_compare_dts corner case.Vitor Sessak
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-30lavf: inspect more frames for fps when container time base is coarseAnssi Hannula