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-19mov: handle h263 and flv1 for codec_tag 'H','2','6','3'Janne Grunau
2012-12-07mov: validate number of DataReferenceBox entries against box sizeJanne Grunau
2012-12-07mov: compute avg_frame_rate only if duration is knownJanne Grunau
2012-11-28lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-09-19mov: support random access point groupingYusuke Nakamura
2012-09-18mov: check for EOF in long lasting loopsLuca Barbato
2012-09-16mov: stsd entries must be at least 16 byteMichael Niedermayer
2012-09-16mov: detect EOF in mov_read_dref()Michael Niedermayer
2012-09-07mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-19avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles
2012-07-04mov: use forward declaration of a function instead of a table.Ronald S. Bultje
2012-07-02mov: read itunes cover art.Anton Khirnov
2012-06-26mov: do not try to read total disc/track number if data atom is too short.Carl Eugen Hoyos
2012-06-24mov: make a length variable larger.Anton Khirnov
2012-06-20mov: fix operator precedence bugRonald S. Bultje
2012-06-18mov: Support muxing/demuxing iLBCMartin Storsjö
2012-06-09mov: set AVCodecContext.width/height for h264Mans Rullgard
2012-05-18mov: enable parsing for VC-1.Anton Khirnov
2012-05-10mov: make one comment slightly more specificDiego Biurrun
2012-05-07mov: Remove write-only variable in mov_read_chan().Diego Biurrun
2012-05-06Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun
2012-04-28mov: Parse EC3SpecificBox (dec3 atom).Yusuke Nakamura
2012-04-21mov: Treat keyframe indexes as 1-origin if starting at non-zero.Yusuke Nakamura
2012-04-21mov: Take stps entries into consideration also about key_off.Yusuke Nakamura
2012-04-15mov: free memory on header parsing failureDale Curtis
2012-04-15mov: fix leaking memory with multiple drefs.Dale Curtis
2012-04-14mov: Fix detecting there is no sync sample.Yusuke Nakamura
2012-03-29mov: don't overwrite existing indexes.Ronald S. Bultje
2012-03-23mov: Do not read past the end of the ctts_data table.Alex Converse
2012-03-07mov: Allow last chunk to have an arbitrary number of samples.Carl Eugen Hoyos
2012-03-05mov: do not set AVCodecContext.frame_sizeJustin Ruggles
2012-02-29lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov
2012-02-23mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles
2012-02-22movdec: Don't parse all fragments if ignidx is setMartin Storsjö
2012-02-22movdec: Restart parsing root-level atoms at the right spotMartin Storsjö
2012-02-21movdec: Adjust keyframe flagging in fragmented filesMartin Storsjö
2012-02-18mov: Use defines for sample flags in fragmentsMartin Storsjö
2012-02-18mov: Use defines for trun flagsMartin Storsjö
2012-02-18mov: Use defines for tfhd flagsMartin Storsjö
2012-02-16libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö
2012-02-03movdec: Avoid av_malloc(0) in stssAlex Converse
2012-02-02movdec: Parse the dvc1 atomMartin Storsjö
2012-02-02movdec: fix dts generation in fragmented filesJanne Grunau
2012-01-31movdec: Ignore sample_degradation_priority bits when checking first_sample_flagsMartin Storsjö
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-25movdec: Calculate an average bit rate for fragmented streams, tooMartin Storsjö