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
/
decavcodec.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libhb: remove unnecessary usage of hb_audio_remap.
Rodeo
2012-09-23
1
-1
/
+0
*
libhb: fix a collection of small memory leaks
jstebbins
2012-09-13
1
-0
/
+10
*
Revert a part of revision 4950 which was not in the ReviewBoard patch.
Rodeo
2012-09-11
1
-1
/
+1
*
Remove contrib/ffmpeg/A02-png-sequences.patch.
konablend
2012-09-10
1
-7
/
+16
*
Update Libav -> HandBrake colorimetry translation after http://git.libav.org/...
Rodeo
2012-09-07
1
-8
/
+10
*
Move mixdown-> channel_layout/matrix_encoding translation to hb_audio_resampl...
Rodeo
2012-08-27
1
-5
/
+4
*
hb_audio_resample: move setters out of hb_audio_resample_update(), to dedicat...
Rodeo
2012-08-27
1
-6
/
+6
*
Use a more direct workaround for the DTS-ES XCh decoding issue.
Rodeo
2012-08-26
1
-12
/
+0
*
Check the return code of hb_audio_resample_update(). This allows us to log an...
Rodeo
2012-08-15
1
-4
/
+10
*
Restore the old hack that disables DTS-ES extension processing. We support 6....
Rodeo
2012-08-10
1
-0
/
+12
*
Use hb_audio_resample for downmixing AC3 sources. DRC is still applied by lib...
Rodeo
2012-08-02
1
-0
/
+1
*
libhb: Allow control of audio mix normalization
jstebbins
2012-08-01
1
-1
/
+2
*
Enable threaded decoding for ProRes video sources.
Rodeo
2012-07-18
1
-4
/
+1
*
Fix something John and I both missed.
Rodeo
2012-07-15
1
-1
/
+1
*
hb_audio_resample: libvaresample wrapper.
Rodeo
2012-07-15
1
-135
/
+52
*
bump libav to libav-v0.8-2197-g1a068bf
jstebbins
2012-07-11
1
-150
/
+112
*
libhb: fix deinterlace fast problem with sources that have <mod8 alignment
jstebbins
2012-06-25
1
-3
/
+6
*
libhb: drop HB_INPUT_CH_LAYOUT_*
Rodeo
2012-06-18
1
-10
/
+8
*
Updated file copyright / GPL headers
sr55
2012-06-15
1
-3
/
+6
*
Make HB_AMIXDOWN_* defines a simple enumeration. The existing system wasn't n...
Rodeo
2012-06-06
1
-1
/
+1
*
decavcodec: merge double if to a single statement.
Rodeo
2012-05-09
1
-6
/
+3
*
libhb: fix problem with incorrect addition of audio silence
jstebbins
2012-05-01
1
-1
/
+4
*
libhb: fix incorrect audio gaps
jstebbins
2012-04-01
1
-1
/
+3
*
libhb: use source colorimetry information when available.
Rodeo
2012-03-28
1
-1
/
+67
*
Rework filter pipeline
jstebbins
2012-03-27
1
-62
/
+70
*
Use more correct check to detect 6.0/6.1 input.
Rodeo
2012-02-01
1
-1
/
+1
*
Update hb_ff_dts_request_5point1 to work with DTS-ES 6.0 Distcrete sources (d...
Rodeo
2012-01-31
1
-11
/
+14
*
Disable multi-threaded decoding of ProRes
jstebbins
2011-11-13
1
-2
/
+5
*
bump ffmpeg to v0.7-1470-gb95fbba
jstebbins
2011-10-26
1
-2
/
+6
*
initialize wait_for_keyframe in the right place
jstebbins
2011-10-25
1
-1
/
+1
*
fix a problem with resolution changes in h.264
jstebbins
2011-10-17
1
-7
/
+25
*
bump Libav from v0.7.1 to v0.7-1241-g5f3fb59
jstebbins
2011-10-15
1
-7
/
+8
*
fix framerate detection for AVCHD-Lite
jstebbins
2011-09-24
1
-1
/
+5
*
Force title dimensions to be even
jstebbins
2011-09-19
1
-8
/
+13
*
Fix corrupt first frame in BD point-to-point
jstebbins
2011-09-19
1
-3
/
+24
*
Improve mpeg PS support
jstebbins
2011-09-14
1
-14
/
+43
*
libhb: work around the lack of 6.1 support for DTS sources
Rodeo
2011-09-09
1
-0
/
+23
*
add more audio passthru options
jstebbins
2011-08-01
1
-0
/
+6
*
libhb: fix or simplify several hacks involved with Libav support
jstebbins
2011-07-27
1
-593
/
+286
*
libhb: plug a few memory leaks
jstebbins
2011-07-19
1
-5
/
+31
*
libhb: flush frame re-ordering delay queue properly when there are < 8 frames
jstebbins
2011-06-21
1
-1
/
+3
*
Add DTS-HD passthru \o/
jstebbins
2011-06-14
1
-38
/
+45
*
libhb: generalize channel remapping between decoders and encoders
jstebbins
2011-06-12
1
-55
/
+7
*
libhb: clean up AVCodecContext initializations
jstebbins
2011-06-10
1
-6
/
+5
*
libhb: disable threaded ffmpeg decoding for scan
jstebbins
2011-06-10
1
-2
/
+4
*
libhb: Enable multi-threaded decode in ffmpeg
jstebbins
2011-06-08
1
-5
/
+7
*
fix up usage of deprecated libav symbols and clean up patch fuzz
jstebbins
2011-06-07
1
-1
/
+1
*
Bump FFmpeg from git-0b32da9 to git-v0.7b2-406-g7b20d35 (from Libav)
jstebbins
2011-06-07
1
-1
/
+6
*
libhb: don't use deprecated elements of the FFmpeg/Libav API
jstebbins
2011-04-28
1
-1
/
+1
*
fix stall due due to propagation of incorrect audio timestamp
jstebbins
2011-04-24
1
-0
/
+2
[prev]
[next]