summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich2011-09-191-1/+1
* lavf utils: Remove write-only variableAlex Converse2011-09-141-2/+1
* lavf utils: Rename shadowing variableAlex Converse2011-09-141-4/+4
* lavf utils: Fix bad indentation.Alex Converse2011-08-231-33/+34
* lavf: add avformat_query_codec().Anton Khirnov2011-08-161-0/+14
* lavf: Add an option to discard corrupted framesZohar Kelrich2011-08-021-0/+9
* probe: Fix insane flow control.Alex Converse2011-07-291-2/+2
* lavf: rename enc variable in utils.c:has_codec_parameters()Stefano Sabatini2011-07-171-12/+12
* lavf/utils: drop av_ prefixes from static functions.Anton Khirnov2011-07-151-30/+30
* avformat_open_input(): Add braces to shut up gcc warning.Diego Biurrun2011-07-141-1/+1
* lavf: fix invalid reads in avformat_find_stream_info()Anton Khirnov2011-07-141-1/+1
* lavf: fix segfault in av_open_input_stream()Anton Khirnov2011-07-131-1/+2
* lavf: Cleanup try_decode_frame() logic.Alex Converse2011-07-131-6/+3
* Add a check for strptime().Anton Khirnov2011-07-131-0/+6
* lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-131-0/+7
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-101-1/+1
* lavf: add avformat_find_stream_info()Anton Khirnov2011-07-101-5/+13
* lavf: update AVStream.nb_frames when muxing.Anton Khirnov2011-07-081-0/+7
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format.Anton Khirnov2011-07-021-1/+6
* lavf: use the correct pointer in av_open_input_stream().Anton Khirnov2011-07-021-1/+2
* Add support for aac streams in mp4/mov without extradata.Benjamin Larsson2011-06-301-14/+11
* av_find_stream_info: simplify EAGAIN handling.Ami Fischman2011-06-291-4/+4
* lavf: prevent crash in av_open_input_file() if ap == NULL.Ronald S. Bultje2011-06-181-1/+1
* lavf: add a forgotten NULL check in convert_format_parameters().Anton Khirnov2011-06-181-0/+3
* lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov2011-06-161-12/+51
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-161-105/+56
* lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov2011-06-161-1/+103
* utils: Drop pointless '#if 1' preprocessor directive.Diego Biurrun2011-06-131-2/+0
* lavf: initialise reference_dts in av_estimate_timings_from_pts.Michael Niedermayer2011-06-131-0/+1
* Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-101-32/+15
* lavf: make compute_pkt_fields2() return meaningful error valuesStefano Sabatini2011-06-091-3/+3
* lavf: don't try to free private options if priv_data is NULL.Anton Khirnov2011-06-081-1/+1
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-12/+13
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-1/+6
* Mark some variables with av_unusedMans Rullgard2011-06-031-1/+1
* lavf: initialize demuxer private options.Anton Khirnov2011-05-261-0/+4
* avformat: Add fpsprobesize as an AVOption.Alex Converse2011-05-251-0/+2
* Fix end time of last chapter in compute_chapters_endJohn Stebbins2011-05-251-1/+1
* asfdec: do not fall back to binary/generic searchVladimir Pantelic2011-05-171-2/+4
* lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini2011-05-121-1/+1
* lavf: fix av_find_best_stream when providing a wanted stream.Marton Balint2011-05-121-4/+5
* lavf: fix av_find_best_stream when decoder_ret is given and using a related s...Marton Balint2011-05-121-1/+1
* lavf/utils: fix ff_interleave_compare_dts corner case.Vitor Sessak2011-05-101-5/+5
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-3/+3
* lavf: inspect more frames for fps when container time base is coarseAnssi Hannula2011-04-291-1/+9
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-291-9/+7
* error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-211-1/+1
* libavformat: Free AVFormatContext->streamsMartin Storsjö2011-04-201-0/+1
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
OpenPOWER on IntegriCloud