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
/
hb.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
hb_system_sleep: refactoring.
Rodeo
2013-03-18
1
-2
/
+2
*
hb_system_sleep: minor cleanup after last commit.
Rodeo
2013-03-18
1
-0
/
+3
*
Updated all the copyright headers to 2013.
sr55
2013-03-09
1
-1
/
+1
*
LinGui: add x264 preset/tune/profile/level support
jstebbins
2012-12-27
1
-0
/
+1
*
libhb: refactor job initialization and cleanup
jstebbins
2012-12-09
1
-2
/
+0
*
Improve management of titles and jobs
jstebbins
2012-11-12
1
-6
/
+12
*
libhb: fix comb detection crash and decomb crash
jstebbins
2012-07-06
1
-1
/
+1
*
libhb: fix deinterlace fast problem with sources that have <mod8 alignment
jstebbins
2012-06-25
1
-0
/
+1
*
Remove encca_haac_available(). It's no longer needed since we dropped support...
Rodeo
2012-06-20
1
-8
/
+0
*
Updated file copyright / GPL headers
sr55
2012-06-15
1
-0
/
+9
*
Rework filter pipeline
jstebbins
2012-03-27
1
-1
/
+6
*
HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo.
sr55
2011-04-18
1
-0
/
+8
*
cosmetics and improved comments
jstebbins
2011-03-13
1
-1
/
+1
*
fix 2 pass cfr x264 crash
jstebbins
2011-03-13
1
-1
/
+1
*
make keyint match between 1st and 2nd passes of vfr and pfr encodes.
jstebbins
2011-03-08
1
-2
/
+2
*
Remove the set cpu count option as it doesn't do anything now
sr55
2011-02-26
1
-5
/
+0
*
Add Bluray support
jstebbins
2010-09-08
1
-1
/
+1
*
add wrapper functions that make it easier to call libhb from C# and other
jstebbins
2010-05-23
1
-1
/
+10
*
revert last checkin
sr55
2010-04-17
1
-10
/
+1
*
remove libgcc... dll from zip package creation as it is no longer needed
sr55
2010-04-17
1
-1
/
+10
*
make it possible to dynamically create and close multiple libhb instances
jstebbins
2010-03-26
1
-0
/
+8
*
removed test code
sr55
2010-02-06
1
-2
/
+0
*
libhb dll fix by RandomEngy
sr55
2010-02-06
1
-0
/
+2
*
batch file scanning and scan cancel
jstebbins
2009-11-25
1
-0
/
+1
*
dvdnav: oops. initialize d->chapter to 0 instead of first chapter
jstebbins
2009-06-13
1
-0
/
+2
*
Adds an interjob structure to preserve some encode data across jobs within an...
jbrjake
2009-06-04
1
-0
/
+13
*
- Add CoreAudio AAC as one of the encoder on Mac OS X.
ritsuka
2009-05-23
1
-43
/
+1
*
Change CC608 decoder to be its own thread
eddyg
2009-05-07
1
-4
/
+6
*
VOBSUB encoder skeleton for use with mkv VOBSUB pass-through
eddyg
2009-05-06
1
-0
/
+2
*
add libdvdnav support
jstebbins
2009-04-27
1
-0
/
+1
*
BuildSystem: conversion from jam-based to make-based system.
konablend
2009-03-01
1
-1
/
+1
*
Adds two new parameters to hb_scan, to control the number of preview frames g...
jbrjake
2008-11-30
1
-1
/
+2
*
- change aspect from a scaled int to a double so we can handle the wider
van
2008-08-08
1
-1
/
+1
*
- support blu-ray, avchd & dvb x264
van
2008-05-31
1
-0
/
+7
*
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96...
jbrjake
2008-05-29
1
-1
/
+1
*
= Adds an hb_detect_comb() function that indicates whether or not a frame sho...
jbrjake
2008-03-23
1
-0
/
+5
*
Theora.
saintdev
2008-03-20
1
-0
/
+1
*
Formatting: Remove a lot of trailing whitespace.
saintdev
2008-02-21
1
-2
/
+2
*
Extends hb_set_anamorphic_size() to make it possible to do "dry-runs"...this ...
jbrjake
2007-12-28
1
-1
/
+3
*
MacGui: Queue Update - thanks travistex
dynaflash
2007-12-17
1
-1
/
+0
*
"Loose" anamorphic:
jbrjake
2007-10-16
1
-0
/
+1
*
Reverts an errant checking for from rev 960
dynaflash
2007-09-13
1
-1
/
+1
*
jbrjake's loose pixel ratio patch.
saintdev
2007-09-13
1
-1
/
+1
*
MacGui: New Active Queue implementation courtesy of travistex
dynaflash
2007-09-05
1
-0
/
+1
*
MacGui: Fix main window closing to it doesnt crash HB and allow you to get it...
dynaflash
2007-08-24
1
-0
/
+1
*
MacGui: Active Queue Initial Implementation
dynaflash
2007-07-16
1
-0
/
+3
*
Added support for DTS audio. DTS audio streams (of 5.1 audio and below) will...
maurj
2007-05-02
1
-0
/
+2
*
Merge the 5.1 branch into the trunk.
prigaux
2007-03-06
1
-0
/
+104
*
Merge the 0.8.0_mpeg4ip branch into the trunk
prigaux
2007-02-11
1
-109
/
+0
*
Show the name of the DVD instead of /dev/rdiskX
titer
2006-04-19
1
-0
/
+2
[next]