summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* libavformat: add const to AVCodec pointersMans Rullgard2012-08-181-2/+2
* lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc...Martin Storsjö2012-08-121-0/+13
* lavf: Initialize the stream info timestamps in avformat_new_streamMartin Storsjö2012-08-121-0/+6
* lavf: simplify is_intra_only() by using codec descriptors.Anton Khirnov2012-08-111-25/+9
* dict: add av_dict_count()Mans Rullgard2012-08-101-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-54/+54
* lavf: Declare an AVRational struct without a struct literalMartin Storsjö2012-08-061-1/+1
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-5/+13
* lavf: round estimated average fps to a "standard" fps.Anton Khirnov2012-07-291-0/+18
* lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov2012-07-291-6/+32
* avf: introduce nobuffer optionLuca Barbato2012-07-291-3/+8
* lavf: remove commented out cruft in avformat_find_stream_info()Anton Khirnov2012-07-281-7/+1
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-281-0/+1
* Move av_gettime() to libavutilMans Rullgard2012-06-201-6/+4
* lavf: don't segfault when a NULL filename is passed to avformat_open_input()Anton Khirnov2012-06-161-1/+1
* avformat: Probe codecs at score 0 on buffer exhaustion conditions.Alex Converse2012-06-051-12/+24
* avformat: Factorize codec probing.Alex Converse2012-06-051-20/+25
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-201-1/+3
* lavf: make output format matching case insensitiveMans Rullgard2012-05-191-1/+1
* lavf: add mdec to is_intra_only() listMans Rullgard2012-05-151-0/+1
* cosmetics: indentationJustin Ruggles2012-05-031-9/+10
* avformat: only fill-in interpolated timestamps if duration is non-zeroJustin Ruggles2012-05-031-0/+3
* avformat: remove a workaround for broken timestampsJustin Ruggles2012-05-031-9/+0
* avf: fix faulty check in has_durationLuca Barbato2012-04-251-1/+1
* avf: has_duration does not check the global oneLuca Barbato2012-04-131-0/+2
* libavformat: Only require first packet to be known for audio/video streamsJoakim Plate2012-04-061-1/+3
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* make av_interleaved_write_frame() flush packets when pkt is NULLJindrich Makovicka2012-03-271-12/+18
* lavf: make av_interleave_packet_per_dts() private.Anton Khirnov2012-03-201-2/+12
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-201-4/+12
* lavf: use AVStream.discard to disable queueing attached pictures.Anton Khirnov2012-03-201-1/+2
* lavf: requeue attached pictures after seeking.Anton Khirnov2012-03-201-10/+31
* libavformat: Use AVFormatContext.probesize in init_inputMartin Storsjö2012-03-191-2/+2
* lavf: remove some disabled code.Anton Khirnov2012-03-171-36/+0
* lavf: only set average frame rate for video.Anton Khirnov2012-03-171-4/+4
* lavf: remove a pointless check.Anton Khirnov2012-03-171-1/+1
* lavf: don't select an attached picture as default stream for seeking.Anton Khirnov2012-03-151-1/+2
* cosmetics: reindentJustin Ruggles2012-03-051-5/+5
* avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles2012-03-051-13/+29
* avformat: do not fill-in audio packet duration in compute_pkt_fields()Justin Ruggles2012-03-051-14/+33
* lavf: Use av_get_audio_frame_duration() in get_audio_frame_size()Justin Ruggles2012-03-051-19/+14
* avformat: do not require frame_size in avformat_find_stream_info() for CELTJustin Ruggles2012-03-051-3/+0
* avformat: do not require frame_size in avformat_find_stream_info() for MP1/2/3Justin Ruggles2012-03-051-3/+0
* avformat: do not require frame_size in avformat_find_stream_info() for AACJustin Ruggles2012-03-051-1/+0
* lavf: deobfuscate read_frame_internal().Anton Khirnov2012-03-051-146/+168
* lavf: make read_from_packet_buffer() more flexible.Anton Khirnov2012-03-051-12/+20
* lavf: factorize freeing a packet buffer.Anton Khirnov2012-03-051-17/+13
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-031-5/+1
* id3v2: remove unused ff_id3v2_read().Anton Khirnov2012-02-291-1/+1
* lavf: export id3v2 attached pictures as streams.Anton Khirnov2012-02-291-1/+8
OpenPOWER on IntegriCloud