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
/
work.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging-in the OpenCL Scaling code from the OpenCL branch to trunk.
sr55
2013-09-21
1
-1
/
+21
*
Big merge, QSV to trunk: part 1 (tracked files).
Rodeo
2013-08-22
1
-14
/
+172
*
Add hb_video_quality_get_limits and hb_video_quality_get_name to libhb API.
Rodeo
2013-07-13
1
-2
/
+3
*
hb_display_job_info: "Large file size" does not apply to the avformat MP4 mux...
Rodeo
2013-07-01
1
-1
/
+1
*
libhb: add experimental avformat muxer for mkv and mp4
jstebbins
2013-06-30
1
-0
/
+1
*
libhb: fix problem with logging of crop/scale settings
jstebbins
2013-05-31
1
-2
/
+2
*
hb_display_job_info: improve formatting of start and stop times.
Rodeo
2013-05-30
1
-3
/
+4
*
Don't expose rate, mixdown, dither and encoder arrays to the UIs.
Rodeo
2013-05-30
1
-120
/
+85
*
Make initialization of vfr filter work as I intended.
jstebbins
2013-05-28
1
-27
/
+5
*
libhb: fix hb_vfr_info() and refactor hb_vfr_init() a bit.
Rodeo
2013-05-22
1
-5
/
+5
*
work: pass the crop settings to the subtitle renderer when adding it to the f...
Rodeo
2013-04-24
1
-5
/
+9
*
We support encoder options for everything but Theora, so simplify the check a...
Rodeo
2013-04-04
1
-4
/
+3
*
hb_system_sleep: minor cleanup after last commit.
Rodeo
2013-03-18
1
-7
/
+6
*
hb_system_sleep: allow/prevent sleep from the UI rather than libhb.
Rodeo
2013-03-18
1
-8
/
+1
*
Updated all the copyright headers to 2013.
sr55
2013-03-09
1
-1
/
+1
*
encavcodecaInit: minimize code duplication.
Rodeo
2013-03-03
1
-39
/
+22
*
Add optional fdk-aac encoder
jstebbins
2013-03-03
1
-0
/
+2
*
Audio dithering.
Rodeo
2013-02-05
1
-0
/
+24
*
Prevent OSX ML sleep during encoding, thanks to Jerome Lacube
sr55
2013-02-04
1
-7
/
+15
*
x264 preset system: miscellaneous improvements.
Rodeo
2013-01-30
1
-2
/
+2
*
FLAC: add 24-bit encoding.
Rodeo
2013-01-02
1
-0
/
+1
*
Bump libav to v9_beta3.
Rodeo
2012-12-31
1
-7
/
+7
*
Improve management of titles and jobs
jstebbins
2012-11-12
1
-56
/
+57
*
Fix initialization of hb_job_t.pfr_vrate(_base).
Rodeo
2012-10-27
1
-0
/
+4
*
libhb: fix a collection of small memory leaks
jstebbins
2012-09-13
1
-2
/
+2
*
Audio improvements.
Rodeo
2012-09-03
1
-37
/
+39
*
Encode log: indicate if audio->config.out.normalize_mix_level is enabled.
Rodeo
2012-08-02
1
-0
/
+4
*
work: simplify & optimize.
Rodeo
2012-07-29
1
-47
/
+38
*
work: indentation and miscellaneous cosmetics.
Rodeo
2012-07-29
1
-181
/
+182
*
work: don't sanitize output bitrate etc. for passthrough audio.
Rodeo
2012-07-29
1
-11
/
+15
*
Use HB_INVALID_AMIXDOWN and HB_AMIXDOWN_NONE where applicable.
Rodeo
2012-07-29
1
-4
/
+5
*
Only log the input bitrate if it's valid; some decoders (e.g. TrueHD) set it ...
Rodeo
2012-07-23
1
-1
/
+7
*
Use libav for dts audio decoding instead of libdca
jstebbins
2012-07-15
1
-6
/
+1
*
Remove encca_haac_available(). It's no longer needed since we dropped support...
Rodeo
2012-06-20
1
-35
/
+26
*
Fix Foreign Audio Search bug introduced in revision 4677.
Rodeo
2012-06-17
1
-1
/
+11
*
Updated file copyright / GPL headers
sr55
2012-06-15
1
-3
/
+6
*
fix more compiler warnings
jstebbins
2012-05-26
1
-2
/
+0
*
Foreign Audio Search: improve duplicate subtitle detection.
Rodeo
2012-05-14
1
-6
/
+8
*
Fix a couple Foreign Audio Search issues causes by the changes introduced in ...
Rodeo
2012-05-14
1
-9
/
+3
*
libhb: include subtitles in all passes. When doing 2-pass, we want to send th...
Rodeo
2012-05-14
1
-24
/
+13
*
Sorry, missed one.
Rodeo
2012-05-12
1
-2
/
+3
*
Further cleanup.
Rodeo
2012-05-12
1
-10
/
+10
*
Cleanup: merge two consecutive if( job->indepth_scan ) blocks.
Rodeo
2012-05-12
1
-18
/
+8
*
libhb: fix another filter initialization problem
jstebbins
2012-05-07
1
-1
/
+3
*
libhb: Fix problem with positions of burned-in subs
jstebbins
2012-05-05
1
-55
/
+1
*
libhb: fix problem with filter initialization
jstebbins
2012-05-02
1
-0
/
+1
*
Minor simplification.
Rodeo
2012-05-01
1
-2
/
+2
*
Simplify Foreign Audio Search code:
Rodeo
2012-05-01
1
-55
/
+75
*
PGS (bluray) subtitle support \o/
jstebbins
2012-04-26
1
-110
/
+196
*
libhb: fix crash when subtitle render filter fails to initialize
jstebbins
2012-04-15
1
-3
/
+4
[next]