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
*
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
*
Add support for TrueHD and DTS-HD from BD sources
jstebbins
2011-04-22
1
-14
/
+9
*
Eliminate incompatible pointer type warnings for sws_scale
jstebbins
2011-04-08
1
-1
/
+1
*
Change internal audio representation range
jstebbins
2011-04-08
1
-29
/
+23
*
Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoder
jstebbins
2011-03-11
1
-2
/
+1
*
fix crash with bd lpcm audio decoding
jstebbins
2011-02-25
1
-1
/
+2
*
plug some memory leaks.
jstebbins
2011-02-12
1
-1
/
+4
*
fix sync issue introduced in 3786
jstebbins
2011-02-11
1
-0
/
+5
*
Improve timestamp handling in decavcodec
jstebbins
2011-02-08
1
-53
/
+44
*
fix ffmpeg multiple audio decode issue
jstebbins
2011-01-17
1
-36
/
+226
*
fix a problem with the first timestamp returned from av_parser_parse2
jstebbins
2010-11-14
1
-1
/
+1
*
bump ffmpeg from r25374 to r25689
jstebbins
2010-11-10
1
-1
/
+1
*
fix windows crash and probably other random nastiness.
jstebbins
2010-11-06
1
-2
/
+2
*
fix framerate detection again (really, i mean it this time)
jstebbins
2010-11-05
1
-10
/
+6
*
fix framerate detection of ffmpeg sources
jstebbins
2010-11-03
1
-0
/
+4
*
fix a segfault and a deadlock if reader exits befor first buffer sent
jstebbins
2010-10-29
1
-1
/
+4
*
ffmpeg video decoder enhancements
jstebbins
2010-10-23
1
-2
/
+105
*
bump ffmpeg from 25082 to 25374
jstebbins
2010-10-12
1
-3
/
+2
*
Add ac3 encoding
jstebbins
2010-10-04
1
-13
/
+38
*
fix a crash when a TS has no aspect ratio set in the video stream
jstebbins
2010-09-14
1
-3
/
+4
*
Add Bluray support
jstebbins
2010-09-08
1
-2
/
+18
*
Support for reading VOB subtitle tracks from file inputs initital implementat...
dynaflash
2010-05-20
1
-9
/
+29
*
allow mono mixdown with lame encoder
jstebbins
2010-05-13
1
-4
/
+0
*
bump ffmpeg to rev 22950
jstebbins
2010-04-25
1
-2
/
+8
*
fix qdm2 audio decoding
jstebbins
2010-04-25
1
-1
/
+10
*
fix decoding of qtrle codec and possibly others
jstebbins
2010-04-24
1
-0
/
+10
*
fix audio clipping when downmixing and output codec is lame
jstebbins
2010-04-07
1
-0
/
+4
*
generalize audio channel map reordering
jstebbins
2010-04-05
1
-5
/
+5
*
fix audio detection problem during scan of ffmpeg audio sources
jstebbins
2010-04-02
1
-30
/
+39
*
downmix support for ffmpeg audio sources
jstebbins
2010-04-02
1
-30
/
+79
*
handle bluray LPCM streams
jstebbins
2010-03-27
1
-5
/
+24
*
Avert a rare race condition.
jstebbins
2009-12-09
1
-5
/
+6
*
Fix audio sync problem for AAC (or any other mpeg PS or TS audio decoded by d...
van
2009-11-26
1
-66
/
+31
*
libhb: fix PAR issue with DV
jstebbins
2009-08-31
1
-7
/
+16
*
- cleanup gcc format warnings showing up on linux 64-bit
konablend
2009-06-25
1
-2
/
+2
*
Fixed FFMPEG deprecated API warnings since last bump:
konablend
2009-06-24
1
-17
/
+33
*
- secondary component of r2548: bugfix: libhb passes unaligned stack/heap buf...
konablend
2009-06-17
1
-5
/
+5
*
- bugfix: libhb passes unaligned stack/heap buffers to ffmpeg.
konablend
2009-06-17
1
-24
/
+8
[next]