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
/
common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework filter pipeline
jstebbins
2012-03-27
1
-19
/
+79
*
Add framerate values for 30, 50, 60000/1001 and 60 fps.
Rodeo
2012-03-19
1
-1
/
+2
*
Add HB_INVALID_AUDIO_QUALITY define. -1 is valid for Vorbis VBR and thus does...
Rodeo
2012-02-21
1
-4
/
+4
*
Print more Auto Passthru information to the Activity Log: passthru mask (allo...
Rodeo
2012-02-17
1
-2
/
+74
*
Set default audio compression in hb_autopassthru_apply_settings to get rid of...
Rodeo
2012-02-17
1
-0
/
+1
*
ca_aac: set minimum VBR quality to 1 instead of 0.
Rodeo
2012-01-25
1
-1
/
+1
*
Vorbis: adjust default VBR quality after revision 4385.
Rodeo
2012-01-25
1
-1
/
+1
*
Use -2 to 10 range for Vorbis audio quality (same as what oggenc uses), inste...
Rodeo
2011-12-23
1
-3
/
+3
*
Fix spurious audio compression & quality log warning
jstebbins
2011-11-14
1
-0
/
+2
*
Allow vorbis quality to go down to -0.2
jstebbins
2011-10-31
1
-1
/
+1
*
Wrap encoder lists in functions to expose them to Pinvoke.
randomengy
2011-10-22
1
-0
/
+15
*
bump Libav from v0.7.1 to v0.7-1241-g5f3fb59
jstebbins
2011-10-15
1
-0
/
+1
*
Add flac + quality + compression level support
jstebbins
2011-10-12
1
-5
/
+178
*
log printable ascii with hexdumps
jstebbins
2011-09-29
1
-3
/
+14
*
fix a crash in HandBrakeCLI
jstebbins
2011-09-27
1
-0
/
+6
*
add utility function for doing hexdumps to log
jstebbins
2011-09-27
1
-0
/
+33
*
MacGui: since Auto Passthru isn't enabled yet, we still need to fall back to ...
Rodeo
2011-09-19
1
-1
/
+1
*
libhb: Auto Passthru and audio/video encoder lists.
Rodeo
2011-09-19
1
-11
/
+139
*
Blu-ray: display playlist number in log, CLI scan output, and title drop-down.
Rodeo
2011-08-16
1
-0
/
+1
*
libhb: fix or simplify several hacks involved with Libav support
jstebbins
2011-07-27
1
-4
/
+2
*
libhb: plug a few memory leaks
jstebbins
2011-07-19
1
-0
/
+5
*
fix some warnings in the cli
jstebbins
2011-07-01
1
-1
/
+1
*
libhb: fix a warning in decssasub.c by adding new hb_valog function
jstebbins
2011-06-15
1
-32
/
+38
*
Add DTS-HD passthru \o/
jstebbins
2011-06-14
1
-1
/
+1
*
libhb: generalize channel remapping between decoders and encoders
jstebbins
2011-06-12
1
-0
/
+1
*
libhb: add support for libav aac encoder (libhb only)
jstebbins
2011-06-07
1
-0
/
+16
*
LinGui: Add support for naming audio tracks.
jstebbins
2011-06-03
1
-0
/
+4
*
Remove the depreciated hb_calc_bitrate method
sr55
2011-05-21
1
-115
/
+0
*
Fix some problems with rgb2yuv and yuv2rgb
jstebbins
2011-05-17
1
-8
/
+8
*
Make order of audio tracks found in PS streams more predictable
jstebbins
2011-04-25
1
-0
/
+34
*
HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo.
sr55
2011-04-18
1
-18
/
+47
*
Fix int overflow that can happen when computing PAR
jstebbins
2011-04-16
1
-0
/
+56
*
Add audio gain adjustment to libhb and CLI
jstebbins
2011-04-05
1
-0
/
+1
*
make keyint match between 1st and 2nd passes of vfr and pfr encodes.
jstebbins
2011-03-08
1
-2
/
+1
*
initialize title->angle_count to 1
jstebbins
2011-03-01
1
-0
/
+1
*
fix ffmpeg multiple audio decode issue
jstebbins
2011-01-17
1
-0
/
+4
*
tweak audio bitrate limits
jstebbins
2010-11-11
1
-3
/
+13
*
Fix hb_get_best_mixdown to allow downmixing 7.1 to 5.1
jstebbins
2010-11-05
1
-1
/
+3
*
clean up crufty legacy code
jstebbins
2010-10-23
1
-10
/
+2
*
Use libhb functions for mixdown and bitrate defaults in the cli
jstebbins
2010-10-23
1
-53
/
+40
*
tweak ca_aac bitrate limits some more
jstebbins
2010-10-09
1
-2
/
+44
*
add more audio bitrate limits
jstebbins
2010-10-09
1
-10
/
+47
*
allow ca_aac lower limit of 192kbps for 6ch
jstebbins
2010-10-08
1
-0
/
+2
*
fix a bug in bitrate selection. forgot to change a '++' to '--'
jstebbins
2010-10-08
1
-1
/
+1
*
future proof faac bitrate limits
jstebbins
2010-10-08
1
-5
/
+2
*
fix some audio bitrate limits issues with ca aac
jstebbins
2010-10-08
1
-6
/
+6
*
cli: make smarter mixdown decision when doing ac3 encode fallback
jstebbins
2010-10-08
1
-0
/
+102
*
add audio defaults and limits calculation to libhb
jstebbins
2010-10-08
1
-0
/
+124
*
Add ac3 encoding
jstebbins
2010-10-04
1
-4
/
+8
*
SSA subtitle burn in
jstebbins
2010-09-28
1
-0
/
+78
[next]