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-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
2012-02-29lavf: generic code for exporting attached pictures.Anton Khirnov
2012-02-26lavf: don't guess r_frame_rate from either stream or codec timebase.Anton Khirnov
2012-02-26lavf: don't set codec timebase in avformat_find_stream_info().Anton Khirnov
2012-02-24lavf: move the packet keyframe setting code.Anton Khirnov
2012-02-22lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().Anton Khirnov
2012-02-21avcodec: add duration field to AVCodecParserContextJustin Ruggles
2012-02-12lavf: fix aspect ratio mismatch message.Andrey Utkin
2012-01-31lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov
2012-01-31lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov
2012-01-31lavc: add avcodec_is_open().Anton Khirnov
2012-01-30avformat_write_header(): detail error messageRafaël Carré
2012-01-27lavf: remove disabled FF_API_SET_PTS_INFO cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_SEEK_PUBLIC cruftAnton Khirnov