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-09-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-07mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset
2012-09-01lavf: add missing new line to some error messages 2Piotr Bandurski
2012-08-30mov: fix av_log int typeMichael Niedermayer
2012-08-22mov: Change default aac priming fallback from 2112 to 1024Justin Greer
2012-08-22mov: parse custom "----" MetadataJustin Greer
2012-08-15movdec: Try to recover from overreading atomsMichael Niedermayer
2012-08-12mov: remux AALP tagPiotr Bandurski
2012-08-12mov: add av_dlog() to CTTS reading code like is already done in STTS.Michael Niedermayer
2012-08-08rename missed CodecID to AVCodecIDMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-06mov: dont clip timestamps at 0Michael Niedermayer
2012-08-06movenc: fix remuxing of svq3Piotr Bandurski
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-25Fix avui stream-copy.Carl Eugen Hoyos
2012-07-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-19avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles
2012-07-17mov/aac: skip initial aac paddingMichael Niedermayer
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04mov: use forward declaration of a function instead of a table.Ronald S. Bultje
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-02mov: read itunes cover art.Anton Khirnov
2012-07-01mov: add workaround for incorrect 0 time point.Michael Niedermayer
2012-06-26mov: do not try to read total disc/track number if data atom is too short.Carl Eugen Hoyos
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-24mov: make a length variable larger.Anton Khirnov
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20mov: fix operator precedence bugRonald S. Bultje
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-19mov: use designated initializers for AVClassPaul B Mahol
2012-06-18mov: Support muxing/demuxing iLBCMartin Storsjö
2012-06-11mov: export orphan tmcd track metadata to global format metadata.Clément Bœsch
2012-06-11mov: copy timecode metadata from tmcd track to the related video stream.Clément Bœsch
2012-06-11mov: parse tref atom.Clément Bœsch
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-09mov: set AVCodecContext.width/height for h264Mans Rullgard
2012-05-29movdec: Check count of stts/ctts elements instead of just the pointer.Michael Niedermayer
2012-05-19Merge commit '755cd4197d53946208e042f095b930dca18d9430'Michael Niedermayer
2012-05-18mov: enable parsing for VC-1.Anton Khirnov
2012-05-15Read and write APRG mov atom to allow AVUI streamcopy.Carl Eugen Hoyos
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10mov: make one comment slightly more specificDiego Biurrun
2012-05-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-07mov: Remove write-only variable in mov_read_chan().Diego Biurrun
2012-05-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-06Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun