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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused code.
Rodeo
2012-08-19
1
-15
/
+0
*
Don't send empty audio packets downstream, as empty buffers are assumed to ma...
Rodeo
2012-08-15
2
-2
/
+11
*
declpcm: modify hdr2layout.
Rodeo
2012-08-15
1
-3
/
+2
*
Check the return code of hb_audio_resample_update(). This allows us to log an...
Rodeo
2012-08-15
3
-11
/
+28
*
Let's hope this is the last of my stupid deca52 hb_audio_resample support mis...
Rodeo
2012-08-15
1
-0
/
+5
*
Improve last commit. While the AC3 decoder doesn't use hb_ff_layout_xlat(), t...
Rodeo
2012-08-11
2
-5
/
+5
*
Fix a bug where we were attempting to downmix Dolby Surround (AV_CH_LAYOUT_ST...
Rodeo
2012-08-11
1
-2
/
+6
*
hb_audio_resample: when avresample_open() fails, log the error description.
Rodeo
2012-08-10
1
-4
/
+9
*
Restore the old hack that disables DTS-ES extension processing. We support 6....
Rodeo
2012-08-10
1
-0
/
+12
*
Encode log: indicate if audio->config.out.normalize_mix_level is enabled.
Rodeo
2012-08-02
1
-0
/
+4
*
Use hb_audio_resample for downmixing AC3 sources. DRC is still applied by lib...
Rodeo
2012-08-02
7
-169
/
+200
*
libhb: Allow control of audio mix normalization
jstebbins
2012-08-01
7
-12
/
+25
*
Bump Libav to v0.8-2551-gc83f44d.
Rodeo
2012-07-30
1
-3
/
+0
*
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
2
-7
/
+8
*
Introduce a negative HB_INVALID_AMIXDOWN.
Rodeo
2012-07-27
2
-1
/
+3
*
muxmkv: reset the output track configuration before adding each audio track, ...
Rodeo
2012-07-24
1
-3
/
+2
*
Only log the input bitrate if it's valid; some decoders (e.g. TrueHD) set it ...
Rodeo
2012-07-23
1
-1
/
+7
*
libhb: fix logging of container aspect in dvd.c and dvdnav.c
jstebbins
2012-07-22
2
-2
/
+2
*
Enable threaded decoding for ProRes video sources.
Rodeo
2012-07-18
1
-4
/
+1
*
libhb: fix deinterlace fast green stripe
jstebbins
2012-07-18
2
-12
/
+15
*
More fine grained progress statistics during subtitle scan
jstebbins
2012-07-18
2
-30
/
+82
*
hb_audio_remap: remove unneeded channel map.
Rodeo
2012-07-15
1
-1
/
+0
*
hb_audio_remap: remove unneeded channel map.
Rodeo
2012-07-15
1
-16
/
+0
*
Use libav for dts audio decoding instead of libdca
jstebbins
2012-07-15
11
-459
/
+19
*
Change a few more hb_log() calls to hb_error(), and some cosmetics.
Rodeo
2012-07-15
2
-33
/
+35
*
Fix something John and I both missed.
Rodeo
2012-07-15
1
-1
/
+1
*
hb_audio_resample: libvaresample wrapper.
Rodeo
2012-07-15
5
-331
/
+400
*
decpgssub: simplify code (merge several if/else blocks).
Rodeo
2012-07-15
1
-35
/
+27
*
hb_audio_remap improvements.
Rodeo
2012-07-12
6
-181
/
+268
*
Cleanup after last commit: delete empty files, rename some patches.
Rodeo
2012-07-11
2
-0
/
+0
*
bump libav to libav-v0.8-2197-g1a068bf
jstebbins
2012-07-11
23
-2168
/
+757
*
libhb: fix hb_read_preview() when invalid index is passed
jstebbins
2012-07-11
1
-0
/
+1
*
libhb: fix problem reading preview
jstebbins
2012-07-10
1
-2
/
+11
*
libhb: fix comb detection crash and decomb crash
jstebbins
2012-07-06
4
-34
/
+20
*
libhb: fix live preview crash when generating preview while encoding
jstebbins
2012-07-03
1
-11
/
+12
*
libhb: fix unused variable warning
jstebbins
2012-07-02
1
-1
/
+0
*
Fix comparison (check if unsigned type is < 0). Not sure why I keep doing this.
Rodeo
2012-07-02
1
-5
/
+9
*
libhb: fix crop detection
jstebbins
2012-06-30
1
-17
/
+18
*
encca_aac.c: oesc.mDataByteSize is signed.
Rodeo
2012-06-29
1
-9
/
+9
*
muxmkv: improve reliability of HE-AAC check when doing AAC Passthru.
Rodeo
2012-06-29
1
-1
/
+1
*
Fix hb_mixdown_get_discrete_channel_count for HB_AMIXDOWN_NONE (passthrough).
Rodeo
2012-06-27
2
-8
/
+11
*
encca_aac: tabs to spaces and miscellaneous cosmetics.
Rodeo
2012-06-26
1
-44
/
+52
*
encca_aac: chnage a variable type (should have been done in revision 3754).
Rodeo
2012-06-25
1
-2
/
+2
*
encca_aac: fix an issue where a valid output buffer would be dropped, causing...
Rodeo
2012-06-25
1
-153
/
+175
*
libhb: fix deinterlace fast problem with sources that have <mod8 alignment
jstebbins
2012-06-25
8
-86
/
+155
*
fix stride in denoise filter
jstebbins
2012-06-23
1
-4
/
+4
*
last "fix" was flawed. try again :(
jstebbins
2012-06-22
1
-3
/
+3
[next]