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
2013-04-02Write broken aac frames to mov files instead of skipping them.Carl Eugen Hoyos
2013-03-27Only test the first frame for missing aac_adtstoasc bistream filter.Carl Eugen Hoyos
2013-03-03movenc: Do not flag secondary audio and subtitle tracks as enabled.Michael Niedermayer
2013-02-14movenc: hotfix, dont store fiel for h264 / mpeg4-asp / dnxhdMichael Niedermayer
2013-02-14Write the fiel atom to mov files independently of the used video coded.Carl Eugen Hoyos
2013-01-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-30movenc: Simplify code by using avio_wb24Martin Storsjö
2013-01-24movenc: check that fps for tmcd is within encodable range.Michael Niedermayer
2013-01-24movenc: Calculate fps for tmcd without intermediate step.Michael Niedermayer
2012-11-22movenc: fix assert failure caused by rounding.Michael Niedermayer
2012-11-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-14rtp: set the payload type as stream idLuca Barbato
2012-11-04movenc: remove unneeded checkMichael Niedermayer
2012-11-02Add QT CC track mux supportJason
2012-10-29movenc: Add required 'prof' atom to 'tapt' atom set.Tim Nicholson
2012-10-28movenc: add more metadata typesbbraun
2012-10-21libavformat/movenc: add {} to complex ifsMichael Niedermayer
2012-10-15movenc: fix tmcd parametersMichael Niedermayer
2012-10-12movenc: fix timescale for timecode trackMichael Niedermayer
2012-10-09movenc.c: Force correct value for "Samples per packet" for pcm audioTim Nicholson
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-07movenc: support an alternative to edit lists to handle the first DTS != 0 case.Michael Niedermayer
2012-10-06movenc: fix regression with yuyv caused by c5f23dMichael Niedermayer
2012-10-04movenc.c: Add support for >16bit BE flavoursTim Nicholson
2012-10-04movenc: force video timebase to be 0.1ms precisse at least.Michael Niedermayer
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-10-01movenc: fix edit list for the case of negative pts.Michael Niedermayer
2012-09-27lavf/movenc: add faststart option.Clément Bœsch
2012-09-27lavf/movenc: make mov_write_stco_tag() not use the offset pos for mode64 heur...Clément Bœsch
2012-09-27lavf/movenc: add get_moov_size and use it in fragment code.Clément Bœsch
2012-09-21lavf/movenc: add F4V flavor.Clément Bœsch
2012-09-16Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-27movenc: support for itunes tempo tagKari Lentz
2012-08-09lavf/movenc: use two explicit bytes instead of a short.Clément Bœsch
2012-08-08lavf/movenc: add frame rate heuristic for timecode frame rate.Clément Bœsch
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-06movenv: fix remuxing of qdm2Piotr Bandurski
2012-08-06movenc: fix remuxing of svq3Piotr Bandurski
2012-08-05movenc: Fix unfreed memory found by valgrind.Philip Langdale