Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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