summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-20
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-20
* avformat: do not require frame_size for Speex.Justin Ruggles2011-10-20
* lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov2011-10-19
* lavf: deprecate AVFormatContext.file_sizeAnton Khirnov2011-10-17
* avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles2011-10-13
* avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.Justin Ruggles2011-10-13
* lavf: fix signed overflow in avformat_find_stream_info()Mans Rullgard2011-10-08
* lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö2011-09-30
* oggdec: add support for Xiph's CELT codecNicolas George2011-09-26
* lavf: do not set codec_tag for rawvideoMans Rullgard2011-09-25
* prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()Diego Biurrun2011-09-23
* lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich2011-09-19
* lavf utils: Remove write-only variableAlex Converse2011-09-14
* lavf utils: Rename shadowing variableAlex Converse2011-09-14
* lavf utils: Fix bad indentation.Alex Converse2011-08-23
* lavf: add avformat_query_codec().Anton Khirnov2011-08-16
* lavf: Add an option to discard corrupted framesZohar Kelrich2011-08-02
* probe: Fix insane flow control.Alex Converse2011-07-29
* lavf: rename enc variable in utils.c:has_codec_parameters()Stefano Sabatini2011-07-17
* lavf/utils: drop av_ prefixes from static functions.Anton Khirnov2011-07-15
* avformat_open_input(): Add braces to shut up gcc warning.Diego Biurrun2011-07-14
* lavf: fix invalid reads in avformat_find_stream_info()Anton Khirnov2011-07-14
* lavf: fix segfault in av_open_input_stream()Anton Khirnov2011-07-13
* lavf: Cleanup try_decode_frame() logic.Alex Converse2011-07-13
* Add a check for strptime().Anton Khirnov2011-07-13
* lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-13
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-10
* lavf: add avformat_find_stream_info()Anton Khirnov2011-07-10
* lavf: update AVStream.nb_frames when muxing.Anton Khirnov2011-07-08
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format.Anton Khirnov2011-07-02
* lavf: use the correct pointer in av_open_input_stream().Anton Khirnov2011-07-02
* Add support for aac streams in mp4/mov without extradata.Benjamin Larsson2011-06-30
* av_find_stream_info: simplify EAGAIN handling.Ami Fischman2011-06-29
* lavf: prevent crash in av_open_input_file() if ap == NULL.Ronald S. Bultje2011-06-18
* lavf: add a forgotten NULL check in convert_format_parameters().Anton Khirnov2011-06-18
* lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov2011-06-16
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-16
* lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov2011-06-16
* utils: Drop pointless '#if 1' preprocessor directive.Diego Biurrun2011-06-13
* lavf: initialise reference_dts in av_estimate_timings_from_pts.Michael Niedermayer2011-06-13
* Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-10
* lavf: make compute_pkt_fields2() return meaningful error valuesStefano Sabatini2011-06-09
* lavf: don't try to free private options if priv_data is NULL.Anton Khirnov2011-06-08
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-05
* Mark some variables with av_unusedMans Rullgard2011-06-03
* lavf: initialize demuxer private options.Anton Khirnov2011-05-26
* avformat: Add fpsprobesize as an AVOption.Alex Converse2011-05-25