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-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-24lavc: add support for interleaved chroma formats to libx264.Kieran Kunhya
2013-09-22lavc: Add support for interleaved chroma formats to libx264. Interleaved chro...Kieran Kunhya
2013-09-21Allow encoding YUVJ422P and YUVJ444P with libx264.Carl Eugen Hoyos
2013-08-06Merge commit 'bc54c2ae3ca6abd225dc331eafc12108513158de'Michael Niedermayer
2013-08-05libx264: add shortcut for the bluray compatibility optionLuca Barbato
2013-07-22Merge commit '4719040cd1b54381796b22056a9ae37bd2b4668d'Michael Niedermayer
2013-07-21libx264: Define X264_API_IMPORTS on MSVC/ICLDerek Buitenhuis
2013-07-04Rename "AVClass class" as "AVClass component_class" for external codecs.Sean McGovern
2013-05-20libx264: silence: warning: the address of val will always evaluate as trueMichael Niedermayer
2013-05-15libx264: zero x264_picture before use.Michael Niedermayer
2013-05-07Ticket #2540 Enable threading when using -c:v libx264rgbGunther Piez
2013-03-16Do not (re-)set libx264 parameter b_tff if interlaced encoding was not reques...Carl Eugen Hoyos
2013-02-24Merge commit '2f325a6fd4421c4dd4e26d7065e5d4bf26ed52f2'Michael Niedermayer
2013-02-23libx264: change i_qfactor to use x264cli's defaultJohn Van Sickle
2013-01-26Merge commit 'ded3673d77943c376d94e8157b1238bbd1eeca2d'Michael Niedermayer
2013-01-25libx264: introduce -x264-params private optionGavriloaie Eugen-Andrei
2013-01-15Merge commit '47812070a267cbdf74164e154d03d99bf8ced100'Michael Niedermayer
2013-01-15libx264: use the library specific default rc_initial_buffer_occupancyLuca Barbato
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-26libx264: fix open GOPMichael Niedermayer
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer
2012-09-24libx264: change default to closed gop to match x264cliJohn Van Sickle
2012-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-21libx264: add forgotten ;Anton Khirnov
2012-09-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-19libx264: add support for nal-hrd, required for Blu-ray streams.John Van Sickle
2012-09-17libx264: feed x264_param_apply_profile from AVCodecContext.profile in absence...Lyubomir Marinov
2012-09-17libx264: connect AVCodecContext.rtp_payload_size to x264_params_t.i_slice_max...Lyubomir Marinov
2012-09-13Revert "lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to VERBOSE"Derek Buitenhuis
2012-09-07lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to VERBOSEStefano Sabatini
2012-09-05Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a'Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-09-05avopt: Explicitly store float/double option defaults in .dblMartin Storsjö
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_CONST in the i64 union memberMartin Storsjö
2012-09-01Fix libx264 profile listingMahendra M
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-29libx264: list possible profiles.Nicolas George
2012-07-14libx264: list possible presets and tunes.Nicolas George
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-09libx264: support aspect ratio switchingJULIAN GARDNER
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer