index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
libx264.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-41
/
+41
*
libx264: support yuv422/444 output.
Anton Khirnov
2011-10-12
1
-1
/
+23
*
libx264: support 9- and 10-bit output.
Anton Khirnov
2011-10-06
1
-1
/
+28
*
libx264: introduce slice-max-size option
Luca Barbato
2011-09-16
1
-0
/
+5
*
libx264: fix setting some more parameters
Anton Khirnov
2011-09-07
1
-27
/
+36
*
libx264: fix setting the H.264 level
Andrej Peterka
2011-09-07
1
-3
/
+3
*
libx264: add 'direct-pred' private option
Anton Khirnov
2011-09-07
1
-2
/
+10
*
libx264: add 'partitions' private option
Anton Khirnov
2011-09-07
1
-14
/
+16
*
libx264: add 'cplxblur' private option
Anton Khirnov
2011-09-06
1
-2
/
+6
*
libx264: add 'deblock' private option
Anton Khirnov
2011-09-06
1
-6
/
+14
*
libx264: add 'b-bias' private option
Anton Khirnov
2011-09-06
1
-1
/
+6
*
libx264: fix setting some options.
Anton Khirnov
2011-09-06
1
-13
/
+28
*
libx264: remove useless assignment
Anton Khirnov
2011-09-06
1
-1
/
+0
*
libx264: use X264_THREADS_AUTO constant instead of 0.
Anton Khirnov
2011-09-01
1
-1
/
+1
*
libx264: set default thread count to 0 (auto)
Anton Khirnov
2011-08-31
1
-0
/
+1
*
libx264: add 'mbtree' private option.
Anton Khirnov
2011-08-31
1
-1
/
+5
*
libx264: add 'psy' private option.
Anton Khirnov
2011-08-31
1
-2
/
+5
*
libx264: add 'aud' private option.
Anton Khirnov
2011-08-31
1
-2
/
+5
*
libx264: add 'fast-pskip' private option.
Anton Khirnov
2011-08-31
1
-1
/
+5
*
libx264: add '8x8dct' private option.
Anton Khirnov
2011-08-31
1
-1
/
+5
*
libx264: add 'mixed-refs' private option.
Anton Khirnov
2011-08-31
1
-2
/
+5
*
libx264: add 'weightb' private option.
Anton Khirnov
2011-08-31
1
-2
/
+5
*
libx264: add 'b-pyramid' private option.
Anton Khirnov
2011-08-31
1
-2
/
+8
*
libx264: add 'intra-refresh' private option.
Anton Khirnov
2011-08-31
1
-1
/
+5
*
libx264: add 'ssim' private option.
Anton Khirnov
2011-08-31
1
-1
/
+5
*
libx264: make options compatible with x264
Anton Khirnov
2011-08-31
1
-12
/
+10
*
libx264: add 'crf_max' private option.
Anton Khirnov
2011-08-24
1
-0
/
+5
*
libx264: add 'weightp' private option.
Anton Khirnov
2011-08-24
1
-1
/
+10
*
libx264: add 'rc_lookahead' private option.
Anton Khirnov
2011-08-24
1
-2
/
+6
*
libx264: add 'psy_trellis' private option.
Anton Khirnov
2011-08-24
1
-1
/
+6
*
libx264: add 'psy_rd' private option.
Anton Khirnov
2011-08-24
1
-1
/
+7
*
libx264: add 'aq_strength' private option.
Anton Khirnov
2011-08-24
1
-2
/
+6
*
libx264: add 'aq_mode' private option.
Anton Khirnov
2011-08-24
1
-1
/
+14
*
libx264: add 'cqp' private option.
Anton Khirnov
2011-08-24
1
-3
/
+9
*
libx264: add 'crf' private option.
Anton Khirnov
2011-08-24
1
-1
/
+12
*
libx264: only use ABR mode when the user explicitly set bitrate.
Anton Khirnov
2011-08-22
1
-6
/
+11
*
libx264: use medium preset by default.
Anton Khirnov
2011-08-22
1
-1
/
+1
*
libx264: Include hint for possible values for configuring libx264
Reinhard Tartler
2011-08-12
1
-4
/
+4
*
libx264: do not set pic quality if no frame is output
Baptiste Coudurier
2011-08-08
1
-1
/
+2
*
libx264: add preset, tune, profile and fastfirstpass private options
Baptiste Coudurier
2011-08-08
1
-33
/
+79
*
libx264: handle closed GOP codec flag
Jindrich Makovicka
2011-05-17
1
-0
/
+2
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-6
/
+6
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Fix broken vbv_buffer_init handling in libx264.c
Jason Garrett-Glaser
2011-02-08
1
-3
/
+2
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Pass field order flag to libx264
Marco Gittler
2011-01-25
1
-0
/
+4
*
Add fullrange support to libx264.c x264 interface
Jason Garrett-Glaser
2010-12-07
1
-1
/
+3
*
Remove bitrate tolerance from libx264 interface
Jason Garrett-Glaser
2010-11-11
1
-3
/
+0
*
Make libx264 take the pict_type input parameter into account,
Nicolas George
2010-10-25
1
-1
/
+5
*
Add new -slices option and use it for libvpx and libx264.
James Zern
2010-10-22
1
-0
/
+2
[next]