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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging-in the OpenCL Scaling code from the OpenCL branch to trunk.
sr55
2013-09-21
1
-2
/
+68
*
Interop: Removed unused structs and constants and added warnings in libhb cod...
randomengy
2013-09-19
1
-2
/
+16
*
QSV: minor refactoring.
Rodeo
2013-09-15
1
-22
/
+24
*
Big merge, QSV to trunk: part 1 (tracked files).
Rodeo
2013-08-22
1
-2
/
+45
*
Add hb_video_quality_get_limits and hb_video_quality_get_name to libhb API.
Rodeo
2013-07-13
1
-0
/
+3
*
libhb: add experimental avformat muxer for mkv and mp4
jstebbins
2013-06-30
1
-2
/
+6
*
libhb/common: improve fallback mechanism.
Rodeo
2013-06-03
1
-3
/
+4
*
Don't expose rate, mixdown, dither and encoder arrays to the UIs.
Rodeo
2013-05-30
1
-78
/
+132
*
Make initialization of vfr filter work as I intended.
jstebbins
2013-05-28
1
-2
/
+0
*
libhb: fix hb_vfr_info() and refactor hb_vfr_init() a bit.
Rodeo
2013-05-22
1
-4
/
+2
*
Update outdated comment.
Rodeo
2013-04-01
1
-4
/
+2
*
Remove unnecessary legacy HB_VCODEC define and minor cleanup.
Rodeo
2013-04-01
1
-7
/
+6
*
hb_system_sleep: minor cleanup after last commit.
Rodeo
2013-03-18
1
-3
/
+0
*
hb_system_sleep: allow/prevent sleep from the UI rather than libhb.
Rodeo
2013-03-18
1
-0
/
+3
*
Updated all the copyright headers to 2013.
sr55
2013-03-09
1
-1
/
+1
*
Add optional fdk-aac encoder
jstebbins
2013-03-03
1
-2
/
+4
*
Improve scan progress granularity
jstebbins
2013-03-01
1
-0
/
+3
*
Audio dithering.
Rodeo
2013-02-05
1
-0
/
+18
*
x264 preset system: miscellaneous improvements.
Rodeo
2013-01-30
1
-7
/
+7
*
hb_rate_s, hb_mixdown_s, hb_encoder_s: use const char * instead of char *
Rodeo
2013-01-04
1
-10
/
+10
*
libhb: add hb_get_default_audio_encoder().
Rodeo
2013-01-04
1
-0
/
+2
*
common.h: cosmetics.
Rodeo
2013-01-04
1
-20
/
+23
*
FLAC: add 24-bit encoding.
Rodeo
2013-01-02
1
-2
/
+3
*
Bump libav to v9_beta3.
Rodeo
2012-12-31
1
-1
/
+1
*
LinGui: add x264 preset/tune/profile/level support
jstebbins
2012-12-27
1
-0
/
+4
*
hb_x264_param_unparse: miscellaneous cosmetics.
Rodeo
2012-11-12
1
-6
/
+3
*
hb_x264_param_unparse: returns a complete x264 encopts string from a preset/t...
Rodeo
2012-11-12
1
-0
/
+8
*
Improve management of titles and jobs
jstebbins
2012-11-12
1
-18
/
+83
*
Fix initialization of hb_job_t.pfr_vrate(_base).
Rodeo
2012-10-27
1
-0
/
+2
*
Audio improvements.
Rodeo
2012-09-03
1
-1
/
+11
*
libhb: Allow control of audio mix normalization
jstebbins
2012-08-01
1
-0
/
+1
*
Introduce a negative HB_INVALID_AMIXDOWN.
Rodeo
2012-07-27
1
-0
/
+2
*
Use libav for dts audio decoding instead of libdca
jstebbins
2012-07-15
1
-1
/
+1
*
bump libav to libav-v0.8-2197-g1a068bf
jstebbins
2012-07-11
1
-2
/
+2
*
Fix hb_mixdown_get_discrete_channel_count for HB_AMIXDOWN_NONE (passthrough).
Rodeo
2012-06-27
1
-3
/
+3
*
common.h, common.c: minor modifications.
Rodeo
2012-06-20
1
-2
/
+2
*
libhb: drop HB_INPUT_CH_LAYOUT_*
Rodeo
2012-06-18
1
-40
/
+16
*
Updated file copyright / GPL headers
sr55
2012-06-15
1
-4
/
+7
*
Make HB_AMIXDOWN_* defines a simple enumeration. The existing system wasn't n...
Rodeo
2012-06-06
1
-45
/
+23
*
decdca: attempt to fix Dolby Surround and Pro Logic II mixdown. We were doing...
Rodeo
2012-05-27
1
-47
/
+36
*
libhb: Fix problem with positions of burned-in subs
jstebbins
2012-05-05
1
-1
/
+0
*
PGS (bluray) subtitle support \o/
jstebbins
2012-04-26
1
-1
/
+13
*
encx264: add functionality to retrieve the "preferred" option name for option...
Rodeo
2012-03-29
1
-0
/
+3
*
libhb: use source colorimetry information when available.
Rodeo
2012-03-28
1
-0
/
+22
*
encx264: use x264_param_apply_fastfirstpass.
Rodeo
2012-03-28
1
-0
/
+1
*
Rework filter pipeline
jstebbins
2012-03-27
1
-25
/
+68
*
Add hb_apply_h264_level(). Sets and ensures compliance with the specified H.2...
Rodeo
2012-03-24
1
-1
/
+3
*
Add HB_INVALID_AUDIO_QUALITY define. -1 is valid for Vorbis VBR and thus does...
Rodeo
2012-02-21
1
-0
/
+3
*
Print more Auto Passthru information to the Activity Log: passthru mask (allo...
Rodeo
2012-02-17
1
-0
/
+2
*
Align stack of all threads created by libhb
jstebbins
2011-11-18
1
-0
/
+11
[next]