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
/
deca52.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace invaled timestamp flag "-1" with AV_NOPTS
jstebbins
2014-01-26
1
-4
/
+4
*
libhb: support AV_FRAME_DATA_MATRIXENCODING side data.
Rodeo
2014-01-26
1
-0
/
+8
*
decavcodec: prefer AVFrame fields over their AVCodecContext equivalent.
Rodeo
2014-01-25
1
-7
/
+4
*
Merging-in the OpenCL Scaling code from the OpenCL branch to trunk.
sr55
2013-09-21
1
-1
/
+5
*
Updated all the copyright headers to 2013.
sr55
2013-03-09
1
-1
/
+1
*
hb_audio_remap: protect against invalid channel layouts.
Rodeo
2012-11-21
1
-1
/
+3
*
Improve support for planar audio.
Rodeo
2012-11-21
1
-30
/
+62
*
deca52: avoid repeated alloc/free by re-using a fixed-size buffer.
Rodeo
2012-10-26
1
-7
/
+3
*
deca52: remove an unnecessary instruction.
Rodeo
2012-10-26
1
-8
/
+6
*
deca52: cleanup.
Rodeo
2012-10-26
1
-25
/
+33
*
hb_audio_remap improvements:
Rodeo
2012-10-20
1
-18
/
+4
*
deca52: ignore mix levels when dowmixing to Lt/Rt.
Rodeo
2012-09-16
1
-3
/
+14
*
Move mixdown-> channel_layout/matrix_encoding translation to hb_audio_resampl...
Rodeo
2012-08-27
1
-4
/
+4
*
hb_audio_resample: move setters out of hb_audio_resample_update(), to dedicat...
Rodeo
2012-08-27
1
-4
/
+7
*
Check the return code of hb_audio_resample_update(). This allows us to log an...
Rodeo
2012-08-15
1
-3
/
+9
*
Use hb_audio_resample for downmixing AC3 sources. DRC is still applied by lib...
Rodeo
2012-08-02
1
-141
/
+155
*
bump libav to libav-v0.8-2197-g1a068bf
jstebbins
2012-07-11
1
-2
/
+2
*
libhb: drop HB_INPUT_CH_LAYOUT_*
Rodeo
2012-06-18
1
-12
/
+12
*
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
-8
/
+26
*
decdca: attempt to fix Dolby Surround and Pro Logic II mixdown. We were doing...
Rodeo
2012-05-27
1
-6
/
+1
*
libhb: fix problem with incorrect addition of audio silence
jstebbins
2012-05-01
1
-0
/
+2
*
Rework filter pipeline
jstebbins
2012-03-27
1
-6
/
+6
*
add more audio passthru options
jstebbins
2011-08-01
1
-0
/
+1
*
libhb: generalize channel remapping between decoders and encoders
jstebbins
2011-06-12
1
-0
/
+3
*
Change internal audio representation range
jstebbins
2011-04-08
1
-1
/
+1
*
Add ac3 encoding
jstebbins
2010-10-04
1
-1
/
+1
*
allow mono mixdown with lame encoder
jstebbins
2010-05-13
1
-2
/
+0
*
fix audio clipping when downmixing and output codec is lame
jstebbins
2010-04-07
1
-9
/
+11
*
AC3 dynamic range compression changes. 0 now means a null DRC function. 1 rem...
jbrjake
2009-02-05
1
-2
/
+9
*
- validate frame sync the way the standard suggests (via checking the frame ...
van
2008-12-04
1
-96
/
+164
*
ETSI TS 102 366 V1.2.1 compliant AC3 in MP4, replaces older hacked version th...
eddyg
2008-10-29
1
-0
/
+12
*
Fix bug which prevented AC3 sync when only one AC3 packet was located in the ...
eddyg
2008-10-19
1
-2
/
+3
*
Don't announce when getting a bad AC3 sync, just silently look for two matchi...
eddyg
2008-10-16
1
-3
/
+1
*
a52_syncinfo() returns garbage values sometimes, so when scanning a stream ch...
eddyg
2008-10-14
1
-1
/
+17
*
- in encx264, if an video frame is larger than init_delay split it into piec...
van
2008-07-26
1
-2
/
+7
*
- support blu-ray, avchd & dvb x264
van
2008-05-31
1
-7
/
+90
*
Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...
jbrjake
2008-04-15
1
-1
/
+1
*
New internal audio handling.
saintdev
2008-04-01
1
-5
/
+6
*
minor bug fix: AC3 passthru audio frames with no pts were getting a bogus sta...
van
2008-03-15
1
-4
/
+5
*
Formatting: Remove a lot of trailing whitespace.
saintdev
2008-02-21
1
-21
/
+21
*
Allow mac gui to select AC-3 + AAC at the same time, still needs CLI work for...
eddyg
2008-02-16
1
-1
/
+2
*
Only call the dynamic range compression function when the user-inputted value...
jbrjake
2007-12-13
1
-1
/
+1
*
Ooops -- when copying and pasting code snippets, it helps to have the right t...
jbrjake
2007-12-12
1
-1
/
+1
*
Adds extra, user-selectable dynamic range compression to the liba52 interface...
jbrjake
2007-12-08
1
-0
/
+32
*
Don't drop subtitles when crossing PTS discontinuities by using buffer sequen...
eddyg
2007-10-08
1
-1
/
+10
*
This patch from eddyg should help alleviate HandBrake's audio drop issues. It...
jbrjake
2007-07-25
1
-0
/
+5
*
Implement transport and program stream support. With these changes it's now p...
awk
2007-07-04
1
-1
/
+10
*
Added support for DTS audio. DTS audio streams (of 5.1 audio and below) will...
maurj
2007-05-02
1
-1
/
+2
*
Added libhb and CLI support for Dolby Pro Logic II 5.0 matrix encoding. *NOT...
maurj
2007-04-11
1
-24
/
+8
[next]