summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-07
|\
| * libx264: Allow overriding the sliced threads optionMartin Storsjö2012-03-06
* | libx264: unbreak libx264rgbPaul B Mahol2012-02-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-09
|\|
| * libx264: implement encode2().Anton Khirnov2012-02-08
| * libx264: split extradata writing out of encode_nals().Anton Khirnov2012-02-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-03
|\|
| * libx264: fix indentation.Anton Khirnov2012-02-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-15
|\|
| * libx264: Don't leave max_b_frames as -1 if the user didn't set itMartin Storsjö2012-01-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-02
|\|
| * threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau2012-01-01
* | cleanup: remove two extraneous semicolons.Clément Bœsch2011-12-12
* | libx264: workaround a bug in some versions of flash playerMichael Niedermayer2011-12-09
* | libx264: Implement rgb24 support through a seperate AVCodec.Michael Niedermayer2011-12-01
* | libx264: fix generic boolean supportMichael Niedermayer2011-12-01
* | 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