summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* 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
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-03
* id3v2: remove unused ff_id3v2_read().Anton Khirnov2012-02-29
* lavf: export id3v2 attached pictures as streams.Anton Khirnov2012-02-29
* lavf: generic code for exporting attached pictures.Anton Khirnov2012-02-29
* lavf: don't guess r_frame_rate from either stream or codec timebase.Anton Khirnov2012-02-26
* lavf: don't set codec timebase in avformat_find_stream_info().Anton Khirnov2012-02-26
* lavf: move the packet keyframe setting code.Anton Khirnov2012-02-24
* lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().Anton Khirnov2012-02-22
* avcodec: add duration field to AVCodecParserContextJustin Ruggles2012-02-20
* lavf: fix aspect ratio mismatch message.Andrey Utkin2012-02-12
* lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov2012-01-31
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-31
* lavc: add avcodec_is_open().Anton Khirnov2012-01-31
* avformat_write_header(): detail error messageRafaël Carré2012-01-30
* lavf: remove disabled FF_API_SET_PTS_INFO cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_SEEK_PUBLIC cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_NEW_STREAM cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_PKT_DUMP cruftAnton Khirnov2012-01-27