summaryrefslogtreecommitdiffstats
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libx264: Set colorspace details correctlyTorsten Jager2013-12-161-1/+9
* Merge commit '09cb75cdeba420d680bcb165a1ef668d8f381fed'Michael Niedermayer2013-12-091-1/+37
|\
| * libx264: set frame packing information when relevant information is foundVittorio Giovara2013-12-091-1/+37
* | Merge commit '57e7b3a89f5a0879ad039e8f04273b48649799a8'Michael Niedermayer2013-11-171-6/+9
|\ \ | |/
| * libx264: use the AVFrame API properly.Anton Khirnov2013-11-161-6/+9
* | cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
| * lavc: add support for interleaved chroma formats to libx264.Kieran Kunhya2013-09-241-0/+6
* | lavc: Add support for interleaved chroma formats to libx264. Interleaved chro...Kieran Kunhya2013-09-221-0/+6
* | Allow encoding YUVJ422P and YUVJ444P with libx264.Carl Eugen Hoyos2013-09-211-1/+7
* | Merge commit 'bc54c2ae3ca6abd225dc331eafc12108513158de'Michael Niedermayer2013-08-061-0/+6
|\ \ | |/
| * libx264: add shortcut for the bluray compatibility optionLuca Barbato2013-08-051-0/+6
* | Merge commit '4719040cd1b54381796b22056a9ae37bd2b4668d'Michael Niedermayer2013-07-221-0/+5
|\ \ | |/
| * libx264: Define X264_API_IMPORTS on MSVC/ICLDerek Buitenhuis2013-07-211-0/+5
* | Rename "AVClass class" as "AVClass component_class" for external codecs.Sean McGovern2013-07-041-2/+2
* | libx264: silence: warning: the address of val will always evaluate as trueMichael Niedermayer2013-05-201-1/+1
* | libx264: zero x264_picture before use.Michael Niedermayer2013-05-141-1/+1
* | Ticket #2540 Enable threading when using -c:v libx264rgbGunther Piez2013-05-071-1/+1
* | Do not (re-)set libx264 parameter b_tff if interlaced encoding was not reques...Carl Eugen Hoyos2013-03-161-1/+1
* | Merge commit '2f325a6fd4421c4dd4e26d7065e5d4bf26ed52f2'Michael Niedermayer2013-02-241-1/+4
|\ \ | |/
| * libx264: change i_qfactor to use x264cli's defaultJohn Van Sickle2013-02-231-1/+3
* | Merge commit 'ded3673d77943c376d94e8157b1238bbd1eeca2d'Michael Niedermayer2013-01-261-0/+18
|\ \ | |/
| * libx264: introduce -x264-params private optionGavriloaie Eugen-Andrei2013-01-251-0/+18
* | Merge commit '47812070a267cbdf74164e154d03d99bf8ced100'Michael Niedermayer2013-01-151-1/+2
|\ \ | |/
| * libx264: use the library specific default rc_initial_buffer_occupancyLuca Barbato2013-01-151-1/+2
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-39/+39
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-26/+26
* | libx264: fix open GOPMichael Niedermayer2012-09-261-1/+1
* | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-251-0/+1
|\ \ | |/
| * libx264: change default to closed gop to match x264cliJohn Van Sickle2012-09-241-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-211-1/+1
|\ \ | |/
| * libx264: add forgotten ;Anton Khirnov2012-09-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-201-0/+10
|\ \ | |/
| * libx264: add support for nal-hrd, required for Blu-ray streams.John Van Sickle2012-09-191-0/+9
* | libx264: feed x264_param_apply_profile from AVCodecContext.profile in absence...Lyubomir Marinov2012-09-171-0/+24
* | libx264: connect AVCodecContext.rtp_payload_size to x264_params_t.i_slice_max...Lyubomir Marinov2012-09-171-0/+10
* | Revert "lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to VERBOSE"Derek Buitenhuis2012-09-131-1/+1
* | lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to VERBOSEStefano Sabatini2012-09-071-1/+1
* | Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a'Michael Niedermayer2012-09-051-4/+4
|\ \ | |/
| * avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-041-4/+4
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-18/+18
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-18/+18
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-051-13/+13
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-13/+13
* | Fix libx264 profile listingMahendra M2012-09-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+2
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
OpenPOWER on IntegriCloud