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
/
stream.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide more feedback as to the types of the streams in an MPEG Transport stream
eddyg
2008-04-11
1
-24
/
+101
*
scan and pcm audio fixes.
van
2008-04-02
1
-116
/
+27
*
New internal audio handling.
saintdev
2008-04-01
1
-42
/
+42
*
Fix two of my stupid bugs that prevented using the queue with transport streams:
van
2008-03-20
1
-240
/
+322
*
- Add mpeg2 "Standard Target Decoder" clock recovery to the low level mpeg st...
van
2008-03-15
1
-820
/
+507
*
DVB teletext streams and ATSC AC3 audio streams use the same code points. If ...
van
2008-03-02
1
-5
/
+22
*
It's a good idea to have a buffer for every pid you decide to decode.
van
2008-02-29
1
-4
/
+2
*
Formatting: Remove a lot of trailing whitespace.
saintdev
2008-02-21
1
-87
/
+87
*
- More robust stream duration estimation: take 16 (position,pts) samples then...
van
2008-02-09
1
-28
/
+100
*
- Make MPEG audio (and other audio types besides AC3) work.
van
2008-01-22
1
-103
/
+126
*
- figure out MPEG PS duration from stream rather than faking it.
van
2008-01-06
1
-91
/
+136
*
Program Streams: Vans patch to set a fake duration for program streams.
dynaflash
2008-01-01
1
-5
/
+5
*
Program Stream Enhancements - Van: Libhb
dynaflash
2007-12-31
1
-224
/
+205
*
MPEG-2 stream reading fixes for missing audio, multiple audio tracks, languag...
jbrjake
2007-12-13
1
-180
/
+277
*
Improved PMT and PAT algorithms to work with streams where the PAT contains e...
awk
2007-09-21
1
-227
/
+262
*
Added buffer management and changed fifo sizes. Changed job->subtitle_scan to...
eddyg
2007-09-11
1
-1
/
+1
*
Allows stream.c to try to read .VOB, .TS, and .mpeg files in addition to .vob...
jbrjake
2007-08-24
1
-3
/
+6
*
This should finally fix the PS stream language without iterating through ever...
saintdev
2007-07-26
1
-1
/
+1
*
Ok, this should fix compilation. Instead of using the 2-letter language code ...
jbrjake
2007-07-25
1
-1
/
+1
*
We shouldn't assume that MPEG2-PS audio is English. Set it to 'Unknown' instead.
saintdev
2007-07-25
1
-1
/
+1
*
Implement transport and program stream support. With these changes it's now p...
awk
2007-07-04
1
-0
/
+1985