summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
...
* lavf: cosmetics, reformat av_write_trailer().Anton Khirnov2012-09-15
* avformat: refactor avformat_close_inputLuca Barbato2012-09-14
* avformat: simplify avformat_close_inputLuca Barbato2012-09-14
* libavformat: add const to AVCodec pointersMans Rullgard2012-08-18
* lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc...Martin Storsjö2012-08-12
* lavf: Initialize the stream info timestamps in avformat_new_streamMartin Storsjö2012-08-12
* lavf: simplify is_intra_only() by using codec descriptors.Anton Khirnov2012-08-11
* dict: add av_dict_count()Mans Rullgard2012-08-10
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: Declare an AVRational struct without a struct literalMartin Storsjö2012-08-06
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* lavf: round estimated average fps to a "standard" fps.Anton Khirnov2012-07-29
* lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov2012-07-29
* avf: introduce nobuffer optionLuca Barbato2012-07-29
* lavf: remove commented out cruft in avformat_find_stream_info()Anton Khirnov2012-07-28
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-28
* Move av_gettime() to libavutilMans Rullgard2012-06-20
* lavf: don't segfault when a NULL filename is passed to avformat_open_input()Anton Khirnov2012-06-16
* avformat: Probe codecs at score 0 on buffer exhaustion conditions.Alex Converse2012-06-05
* avformat: Factorize codec probing.Alex Converse2012-06-05
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-20
* lavf: make output format matching case insensitiveMans Rullgard2012-05-19
* lavf: add mdec to is_intra_only() listMans Rullgard2012-05-15
* cosmetics: indentationJustin Ruggles2012-05-03
* avformat: only fill-in interpolated timestamps if duration is non-zeroJustin Ruggles2012-05-03
* avformat: remove a workaround for broken timestampsJustin Ruggles2012-05-03
* avf: fix faulty check in has_durationLuca Barbato2012-04-25
* avf: has_duration does not check the global oneLuca Barbato2012-04-13
* libavformat: Only require first packet to be known for audio/video streamsJoakim Plate2012-04-06
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* make av_interleaved_write_frame() flush packets when pkt is NULLJindrich Makovicka2012-03-27
* lavf: make av_interleave_packet_per_dts() private.Anton Khirnov2012-03-20
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-20
* lavf: use AVStream.discard to disable queueing attached pictures.Anton Khirnov2012-03-20
* lavf: requeue attached pictures after seeking.Anton Khirnov2012-03-20
* libavformat: Use AVFormatContext.probesize in init_inputMartin Storsjö2012-03-19
* lavf: remove some disabled code.Anton Khirnov2012-03-17
* lavf: only set average frame rate for video.Anton Khirnov2012-03-17
* lavf: remove a pointless check.Anton Khirnov2012-03-17
* lavf: don't select an attached picture as default stream for seeking.Anton Khirnov2012-03-15
* cosmetics: reindentJustin Ruggles2012-03-05
* avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles2012-03-05
* avformat: do not fill-in audio packet duration in compute_pkt_fields()Justin Ruggles2012-03-05
* lavf: Use av_get_audio_frame_duration() in get_audio_frame_size()Justin Ruggles2012-03-05
* avformat: do not require frame_size in avformat_find_stream_info() for CELTJustin Ruggles2012-03-05
* avformat: do not require frame_size in avformat_find_stream_info() for MP1/2/3Justin Ruggles2012-03-05
* avformat: do not require frame_size in avformat_find_stream_info() for AACJustin Ruggles2012-03-05
* lavf: deobfuscate read_frame_internal().Anton Khirnov2012-03-05
* lavf: make read_from_packet_buffer() more flexible.Anton Khirnov2012-03-05
* lavf: factorize freeing a packet buffer.Anton Khirnov2012-03-05