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
*
add libdvdnav support
jstebbins
2009-04-27
9
-61
/
+1367
*
Leave video tracks on the 90KHz MPEG timebase so we don't end up with constan...
van
2009-04-23
1
-66
/
+39
*
- Get rid of deadlock that would halt processing some mkv files.
van
2009-04-21
1
-90
/
+224
*
bump libmp4v2 r224 ->r286; chunk duration; tags; cover-art
konablend
2009-04-21
3
-105
/
+120
*
libhb: set min:max key intervals ratio to 1:10 of fps
konablend
2009-04-18
1
-4
/
+12
*
LinGui: disable DTS passthru option for MP4 file output
jstebbins
2009-04-18
1
-1
/
+1
*
Enable DTS passthru for matroska container
jstebbins
2009-04-18
6
-34
/
+88
*
This patch adds mingw32 cross-compilation support to HandBrake trunk to
konablend
2009-04-14
9
-22
/
+79
*
Make MULTIPLE_MOD handle mod 1 correctly
jstebbins
2009-04-13
1
-1
/
+1
*
Don't crash during scan when a DVD contains an invalid PTT or PGC index. (Bug...
van
2009-04-12
1
-0
/
+10
*
Fix botched r2256 as suggested by forum user greed in post http://forum.handb...
van
2009-04-05
1
-31
/
+31
*
Fix frame rate calculation for ffmpeg 0.5 - h.264 rate is now in fields per s...
van
2009-04-01
1
-0
/
+6
*
Adds a job->frame_to_stop variable similar to the existing pts_to_stop parame...
jbrjake
2009-03-31
2
-0
/
+23
*
Flush frames from the delay queue in render. This should add an extra couple ...
jbrjake
2009-03-31
1
-4
/
+36
*
Remove unneeded preview files at the beginning of a scan.
jstebbins
2009-03-27
2
-3
/
+44
*
Cygwin: updated patch to support faac-1.26 -> 1.28 bump.
konablend
2009-03-20
1
-4
/
+0
*
Another minor step on the way back to Solaris compiles - not linking as yet.
eddyg
2009-03-20
2
-2
/
+4
*
Ports tritical's EEDI2 deinterlacing interpolator from AviSynth and implement...
jbrjake
2009-03-19
3
-69
/
+2432
*
Detect bogus cell start and last addresses while scanning each title so we do...
van
2009-03-11
1
-0
/
+31
*
Fix CPU count detection on OSX.
saintdev
2009-03-11
1
-1
/
+1
*
Clean up CPU count detection.
saintdev
2009-03-11
1
-54
/
+55
*
BuildSystem: initial _skeleton_ asm support for libhb.
konablend
2009-03-10
2
-3
/
+43
*
BuildSystem: general, configure and Xcode updates.
konablend
2009-03-08
3
-6
/
+5
*
reorder some calculations in hb_set_anamorphic_size so that the height
jstebbins
2009-03-04
1
-6
/
+12
*
BuildSystem:
konablend
2009-03-03
1
-0
/
+5
*
BuildSystem:
konablend
2009-03-03
1
-0
/
+1
*
BuildSystem:
konablend
2009-03-02
1
-1
/
+8
*
Re-enable libswscale accurate rounding on x86_64.
saintdev
2009-03-02
2
-8
/
+2
*
BuildSystem:
konablend
2009-03-02
1
-0
/
+1
*
BuildSystem: conversion from jam-based to make-based system.
konablend
2009-03-01
12
-155
/
+120
*
Don't truncate RF/QP values down to integers when displaying job config. Stil...
jbrjake
2009-02-23
1
-1
/
+1
*
Allows direct setting of job->vquality from interfaces in the native QP scale...
jbrjake
2009-02-10
2
-5
/
+21
*
only mark first audio track as default in mkv.
jstebbins
2009-02-07
1
-0
/
+4
*
AC3 dynamic range compression changes. 0 now means a null DRC function. 1 rem...
jbrjake
2009-02-05
2
-3
/
+10
*
With live preview decmpeg2 can be running more than once simultaneously, so t...
jbrjake
2009-02-05
1
-25
/
+25
*
Don't let an invalid PES header length (from a corrupted packet) cause us to ...
van
2009-01-28
1
-8
/
+9
*
Organizes anamorphic parameters in a struct, requiring some minor search and ...
jbrjake
2009-01-26
11
-118
/
+179
*
Update libmkv and start writing mkv tags, no artwork as yet - haven't had tim...
eddyg
2009-01-20
1
-0
/
+14
*
Don't resync based on subtitles since their average duration is meaningless.
van
2009-01-15
1
-12
/
+43
*
Add importing of ffmpeg input chapters.
ritsuka
2009-01-14
2
-8
/
+33
*
h.264 i frame shouldn't be marked as sync sample.
ritsuka
2009-01-12
1
-1
/
+2
*
Always use the track samplerate as the timescale for audio tracks. This fixes...
ritsuka
2009-01-11
1
-2
/
+2
*
Remove some unused variables
ritsuka
2009-01-11
1
-10
/
+0
*
Bumps mp4v2 to r224
jbrjake
2009-01-11
1
-5
/
+1
*
Get previews from H.264 content even if it's missing IDR frames (e.g., NZ TV ...
van
2009-01-10
4
-148
/
+176
*
- have to account for a non-zero start time when we're seeking in ffmpeg files.
van
2008-12-13
1
-13
/
+60
*
- try to determine the sample rate, channels, etc., of audio streams rather ...
van
2008-12-13
1
-12
/
+71
*
Consolidate all the ffmpeg-related includes into libhb/hbffmpeg.h then protot...
van
2008-12-13
12
-20
/
+22
*
Loosen tolerance on Program Stream SCR change - 100ms is too tight for an Eye...
van
2008-12-12
1
-1
/
+1
*
fix a threading issue with avcodec_open/close
jstebbins
2008-12-12
7
-16
/
+41
[next]