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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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ö
2012-01-18mov: Remove dead stores for spherical coordinates for channel position.Alex Converse
2012-01-16mov, mxfdec: Employ more meaningful return values.Daniel Huang
2012-01-05mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.Alex Converse
2011-12-22mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-10mov: add support for reading and writing the 'chan' tagJustin Ruggles
2011-12-05mov: Don't av_malloc(0).Alex Converse
2011-12-05mov: Allow empty stts atom.Alex Converse
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-27mov: Make format string match variable type.Alex Converse
2011-11-22mov: Remove some redundant and obsolete comments.Alex Converse
2011-11-13avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö
2011-11-05movdec: Set frame_size for AMRCarl Eugen Hoyos
2011-10-29mov: Avoid divide by zero in edit list dts handlingBenjamin Larsson
2011-10-21mov: add support for hdvd and pgapmetadata atomsRaivo Hool
2011-10-21mov: rename function _stik, some indentation cosmeticsRaivo Hool