summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
| * libx264: support yuv422/444 output.Anton Khirnov2011-10-12
* | Allow YUV444P and RGB/BGR encoding for libx264.Themaister2011-10-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-07
|\|
| * libx264: support 9- and 10-bit output.Anton Khirnov2011-10-06
* | libx264: Fix loop failure due to bufsize becoming 0Michael Niedermayer2011-10-04
* | libx264: remove check_default_settings()Michael Niedermayer2011-09-28
* | libx264: free x4->seiMichael Niedermayer2011-09-26
* | Fix a buffer overflow in libx264 interface to x264 encoder. Previous code ign...Mike Scheutzow2011-09-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-16
|\|
| * libx264: introduce slice-max-size optionLuca Barbato2011-09-16
* | libx264: fix overwriting presets with flags2Andrew Wason2011-09-12
* | libx264: fix overwriting preset rc_lookaheadAndrew Wason2011-09-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-07
|\|
| * libx264: fix setting some more parametersAnton Khirnov2011-09-07
| * libx264: fix setting the H.264 levelAndrej Peterka2011-09-07
| * libx264: add 'direct-pred' private optionAnton Khirnov2011-09-07
| * libx264: add 'partitions' private optionAnton Khirnov2011-09-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-06
|\|
| * libx264: add 'cplxblur' private optionAnton Khirnov2011-09-06
| * libx264: add 'deblock' private optionAnton Khirnov2011-09-06
| * libx264: add 'b-bias' private optionAnton Khirnov2011-09-06
| * libx264: fix setting some options.Anton Khirnov2011-09-06
| * libx264: remove useless assignmentAnton Khirnov2011-09-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-01
|\|
| * libx264: use X264_THREADS_AUTO constant instead of 0.Anton Khirnov2011-09-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-01
|\|
| * libx264: set default thread count to 0 (auto)Anton Khirnov2011-08-31
| * libx264: add 'mbtree' private option.Anton Khirnov2011-08-31
| * libx264: add 'psy' private option.Anton Khirnov2011-08-31
| * libx264: add 'aud' private option.Anton Khirnov2011-08-31
| * libx264: add 'fast-pskip' private option.Anton Khirnov2011-08-31
| * libx264: add '8x8dct' private option.Anton Khirnov2011-08-31
| * libx264: add 'mixed-refs' private option.Anton Khirnov2011-08-31
| * libx264: add 'weightb' private option.Anton Khirnov2011-08-31
| * libx264: add 'b-pyramid' private option.Anton Khirnov2011-08-31
| * libx264: add 'intra-refresh' private option.Anton Khirnov2011-08-31
| * libx264: add 'ssim' private option.Anton Khirnov2011-08-31
| * libx264: make options compatible with x264Anton Khirnov2011-08-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-24
|\|
| * libx264: add 'crf_max' private option.Anton Khirnov2011-08-24
| * libx264: add 'weightp' private option.Anton Khirnov2011-08-24
| * libx264: add 'rc_lookahead' private option.Anton Khirnov2011-08-24
| * libx264: add 'psy_trellis' private option.Anton Khirnov2011-08-24
| * libx264: add 'psy_rd' private option.Anton Khirnov2011-08-24
| * libx264: add 'aq_strength' private option.Anton Khirnov2011-08-24
| * libx264: add 'aq_mode' private option.Anton Khirnov2011-08-24
| * libx264: add 'cqp' private option.Anton Khirnov2011-08-24
| * libx264: add 'crf' private option.Anton Khirnov2011-08-24