index
:
HandBrake.git
0.10.x
1.0.x
259-add-nvenc-encoder
ffmpeg_sgothel
hw-encoder-base
hw-encoder-joint
hw-encoder-nvenc
hw-encoder-vaapi
master
nvenc-encoder
nvenc-encoder-libav
opencl
release_1.3.1
release_1.3.3
vaapi-encoder
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libhb
/
encx264.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump libav to v9_beta3.
Rodeo
2012-12-31
1
-4
/
+4
*
hb_x264_param_unparse: cosmetics.
Rodeo
2012-12-20
1
-1
/
+1
*
hb_x264_param_unparse: unset a few options that have no effect in the advance...
Rodeo
2012-12-20
1
-1
/
+21
*
hb_apply_h264_level: cosmetics, change the meaning of the last parameter (be_...
Rodeo
2012-12-20
1
-9
/
+9
*
encx264: raise qpmin to 4. 3 has been found to fail on real sources.
Rodeo
2012-12-09
1
-3
/
+5
*
hb_x264_param_unparse(): fix typo.
Rodeo
2012-11-27
1
-1
/
+1
*
hb_apply_h264_level: miscellaneous cosmetics.
Rodeo
2012-11-12
1
-31
/
+64
*
hb_x264_param_unparse: miscellaneous cosmetics.
Rodeo
2012-11-12
1
-301
/
+326
*
hb_x264_param_unparse: returns a complete x264 encopts string from a preset/t...
Rodeo
2012-11-12
1
-2
/
+620
*
Add a utility function to check whether an H.264 level can be used given the ...
Rodeo
2012-11-05
1
-0
/
+15
*
encx264: revert part of revision 4944.
Rodeo
2012-11-05
1
-20
/
+9
*
hb_apply_h264_level: return 1 in case of warnings and make return values > 0 ...
Rodeo
2012-09-11
1
-11
/
+28
*
hb_apply_h264_level: add a parameter to silence warnings.
Rodeo
2012-09-11
1
-27
/
+34
*
encx264: make hb_x264_encopt_synonyms two-dimensional instead of faking it.
Rodeo
2012-09-09
1
-3
/
+3
*
encx264: use less generic names for some stuff.
Rodeo
2012-09-09
1
-8
/
+8
*
hb_apply_h264_level() update & cleanup.
Rodeo
2012-09-09
1
-119
/
+142
*
Updated file copyright / GPL headers
sr55
2012-06-15
1
-3
/
+6
*
Cosmetic after last commit.
Rodeo
2012-03-31
1
-1
/
+1
*
encx264: cleanup.
Rodeo
2012-03-31
1
-33
/
+33
*
hb_apply_h264_level: avoid division by zero due to some x264_param_t fields b...
Rodeo
2012-03-29
1
-4
/
+16
*
encx264: add functionality to retrieve the "preferred" option name for option...
Rodeo
2012-03-29
1
-1
/
+10
*
libhb: use source colorimetry information when available.
Rodeo
2012-03-28
1
-11
/
+24
*
encx264: use x264_param_apply_fastfirstpass.
Rodeo
2012-03-28
1
-0
/
+6
*
libhb: add basic dictionary implementation.
Rodeo
2012-03-28
1
-49
/
+18
*
Rework filter pipeline
jstebbins
2012-03-27
1
-34
/
+34
*
Fix hb_apply_h264_level. x264_sps_init doesn't yet take VBV into account when...
Rodeo
2012-03-25
1
-5
/
+18
*
Misc. improvements to the previous commit.
Rodeo
2012-03-24
1
-25
/
+68
*
Add hb_apply_h264_level(). Sets and ensures compliance with the specified H.2...
Rodeo
2012-03-24
1
-3
/
+152
*
CLI: x264 preset, tuning, and profile support
jstebbins
2011-10-02
1
-22
/
+56
*
Add fake keyframes for PIR encoding
jstebbins
2011-09-19
1
-10
/
+18
*
libhb: allow changing colorimetry in x264 options
jstebbins
2011-08-08
1
-31
/
+32
*
libhb: fix crash when x264 fails to initialize
jstebbins
2011-06-06
1
-0
/
+5
*
Remove legacy % to RF mapping.
jstebbins
2011-03-21
1
-12
/
+3
*
fix 2 pass cfr x264 crash
jstebbins
2011-03-13
1
-1
/
+1
*
Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoder
jstebbins
2011-03-11
1
-4
/
+4
*
make keyint match between 1st and 2nd passes of vfr and pfr encodes.
jstebbins
2011-03-08
1
-23
/
+19
*
Adjust x264 qpmin for QT compatibility.
jstebbins
2010-12-16
1
-0
/
+6
*
Fix encx264 to accomodate upcoming x264 api change.
jstebbins
2010-11-07
1
-18
/
+15
*
Improved logging of keyint min/max
jstebbins
2010-11-07
1
-4
/
+21
*
update baseline presets with weightp=0
jstebbins
2010-10-23
1
-38
/
+0
*
clean up crufty legacy code
jstebbins
2010-10-23
1
-17
/
+0
*
fix some preset issues
jstebbins
2010-07-03
1
-15
/
+0
*
x264 bump from r1523 to r1538
dynaflash
2010-04-14
1
-5
/
+4
*
flush frames x264 has cached properly
jstebbins
2010-04-02
1
-2
/
+4
*
when in cfr mode, tell x264 we are doing cfr and allow x264 to set the timeba...
jstebbins
2010-04-02
1
-2
/
+11
*
libhb: change the x264 header NAL array order from sei - sps - pps to sps - p...
dynaflash
2010-03-31
1
-4
/
+4
*
temporary hack to use old x264 b-pyramid default of 0 (none)
jstebbins
2010-03-05
1
-0
/
+3
*
fix keyint mismatch between 1st and 2nd passes of a 2pass encode
jstebbins
2010-02-06
1
-10
/
+5
*
use DTS generated by x264 when computing duration and offset in muxmp4
jstebbins
2010-02-06
1
-96
/
+9
*
Removes obsolete check for mbtree being off before adjusting render offsets f...
jbrjake
2009-12-09
1
-3
/
+3
[next]