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
2014-05-16avcodec/mpeg12enc: avoid floats in the aspect ratio info setup codeMichael Niedermayer
2014-05-16avcodec/mpeg12enc: Favor storing DAR instead of SARFrederic Turmel
2014-04-28avcodec/mpeg12enc: increase declared size of block function argumentMichael Niedermayer
2014-04-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-04-01mpeg12enc: always set closed gop flag on the first gopMarton Balint
2014-04-01mpeg12enc: always write closed gops for intra only outputsMarton Balint
2014-03-17Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer
2013-12-10Merge commit '3d1d175367f1f22e0c4952299a258272e2e2acf1'Michael Niedermayer
2013-12-09mpeg12enc: set frame packing information when relevant metadata is foundVittorio Giovara
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-06Merge commit '7f93a861aaf2e76fd63b53ccc465909873b8dc29'Michael Niedermayer
2013-09-06Merge commit '66f091053f11a8957b2175480d2f368d2cf4474c'Michael Niedermayer
2013-09-05mpeg12enc: K&R formatting cosmeticsVittorio Giovara
2013-09-05mpeg12enc: drop forward declarationsVittorio Giovara
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-20mpeg1enc: Disable threads for resolutions too large for multi-threadingMichael Niedermayer
2013-01-07mpeg12enc: check dimension validityMichael Niedermayer
2013-01-07mpeg12enc: Correctly mask dimensionsMichael Niedermayer
2012-12-12mpeg1video: support multi threaded slice encoding.Michael Niedermayer
2012-10-19Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72'Michael Niedermayer
2012-10-18avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tabMartin Storsjö
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-05mpeg2videodec: fix list of supported frame rates to include sane ext rates.Michael Niedermayer
2012-10-04mpeg2enc: support and use frame_rate_ext when neededMichael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-27avutil: support 50 and 60 frame rates in timecode apiMatthieu Bouron
2012-07-09mpeg12enc: switch to av_assertMichael Niedermayer
2012-06-04timecode: move timecode muxer options to metadata.Clément Bœsch
2012-05-13mpeg1enc: dont use size extension.Michael Niedermayer
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-29lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov
2012-02-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-19mpegvideo_enc: switch to encode2().Anton Khirnov