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-12-08lavf: fix arithmetic overflows in avformat_seek_file()Mans Rullgard
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-11-28lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles
2012-11-26lavf: avoid integer overflow in ff_compute_frame_duration()Janne Grunau
2012-10-09url: Handle relative urls starting with two slashesDuncan Salerno
2012-10-09url: Handle relative urls being just a new query stringDuncan Salerno
2012-10-09url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-01avformat: split muxing functions from util.cLuca Barbato
2012-10-01avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun
2012-10-01avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-09-24lavf: use a malloced AVFrame in try_decode_frame().Anton Khirnov
2012-09-21lavf: zero data/size of the packet passed to read_packet().Anton Khirnov
2012-09-20lavf probe: prevent codec probe with no data at all seenJanne Grunau
2012-09-15avformat: fix typo in avformat_close_inputLuca Barbato
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov
2012-09-15lavf: cosmetics, reformat av_write_trailer().Anton Khirnov
2012-09-14avformat: refactor avformat_close_inputLuca Barbato
2012-09-14avformat: simplify avformat_close_inputLuca Barbato
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