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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libhb: plug a few memory leaks
jstebbins
2011-07-19
1
-0
/
+3
*
libhb: eliminate use of deprecated sws_getContext
jstebbins
2011-06-15
1
-8
/
+28
*
libhb: disable threaded ffmpeg decoding for scan
jstebbins
2011-06-10
1
-0
/
+4
*
libhb: Enable multi-threaded decode in ffmpeg
jstebbins
2011-06-08
1
-1
/
+11
*
libhb: add support for libav aac encoder (libhb only)
jstebbins
2011-06-07
1
-2
/
+5
*
Bump FFmpeg from git-0b32da9 to git-v0.7b2-406-g7b20d35 (from Libav)
jstebbins
2011-06-07
1
-0
/
+1
*
libhb: don't use deprecated elements of the FFmpeg/Libav API
jstebbins
2011-04-28
1
-13
/
+13
*
HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo.
sr55
2011-04-18
1
-0
/
+55
*
Fix int overflow that can happen when computing PAR
jstebbins
2011-04-16
1
-2
/
+6
*
Eliminate incompatible pointer type warnings for sws_scale
jstebbins
2011-04-08
1
-2
/
+2
*
Change internal audio representation range
jstebbins
2011-04-08
1
-0
/
+23
*
Use ffmpeg's lock manager for locking needed by ffmpeg
jstebbins
2011-03-10
1
-17
/
+32
*
Remove depreciated cpu count from the api
sr55
2011-02-26
1
-12
/
+1
*
Remove the set cpu count option as it doesn't do anything now
sr55
2011-02-26
1
-12
/
+0
*
prevent crash with strict ana and non-mod-2 dimensions.
jstebbins
2010-12-17
1
-6
/
+8
*
Bump cpu count limit from 8 to 64
jstebbins
2010-11-07
1
-1
/
+1
*
bump ffmpeg from 25082 to 25374
jstebbins
2010-10-12
1
-4
/
+39
*
fix heap corruption after avpicture_deinterlace
jstebbins
2010-10-12
1
-2
/
+3
*
Add ac3 encoding
jstebbins
2010-10-04
1
-0
/
+2
*
fix ffmpeg locking issue
jstebbins
2010-10-02
1
-0
/
+9
*
SSA subtitle burn in
jstebbins
2010-09-28
1
-1
/
+12
*
Add Bluray support
jstebbins
2010-09-08
1
-2
/
+2
*
make hb_set_anamorphic_size keep storage aspect when maxHeight is applied
jstebbins
2010-06-26
1
-28
/
+44
*
Add SSA subtitle support
jstebbins
2010-06-01
1
-0
/
+2
*
fix compiler warnings in several libhb files
jstebbins
2010-05-30
1
-6
/
+6
*
fix memory leak in pinvoke patch
jstebbins
2010-05-24
1
-6
/
+6
*
fix stderr redirection on mingw. dup2 function doesn't work as it should so ...
jstebbins
2010-05-23
1
-0
/
+5
*
add wrapper functions that make it easier to call libhb from C# and other
jstebbins
2010-05-23
1
-9
/
+223
*
Universal Text Subtitle Support Initial Implementation
dynaflash
2010-05-04
1
-0
/
+4
*
get rid of extry CR at end of hb_log message
jstebbins
2010-04-25
1
-1
/
+1
*
add test to ensure that ffmpeg's reported audio layout agrees with channel count
jstebbins
2010-04-24
1
-24
/
+72
*
revert last checkin
sr55
2010-04-17
1
-192
/
+8
*
remove libgcc... dll from zip package creation as it is no longer needed
sr55
2010-04-17
1
-8
/
+192
*
fix some mingw warnings and a mingw build issue
jstebbins
2010-04-10
1
-5
/
+7
*
downmix support for ffmpeg audio sources
jstebbins
2010-04-02
1
-0
/
+45
*
make it possible to dynamically create and close multiple libhb instances
jstebbins
2010-03-26
1
-34
/
+68
*
Adjustable picture modulus: Base patch by BradleyS, Thanks BradleyS!
dynaflash
2010-02-11
1
-1
/
+1
*
fix compiler warning about "definition has no type or storage class"
jstebbins
2010-02-10
1
-1
/
+1
*
removed test code
sr55
2010-02-06
1
-6
/
+0
*
libhb dll fix by RandomEngy
sr55
2010-02-06
1
-0
/
+17
*
add point-to-point encoding
jstebbins
2009-12-23
1
-1
/
+2
*
Reduce the amount of buffering used and eliminate hb_snooze in the encoding p...
jstebbins
2009-12-05
1
-2
/
+6
*
batch file scanning and scan cancel
jstebbins
2009-11-25
1
-4
/
+38
*
Maintain an accurate job ETA across pause/resume
jstebbins
2009-11-07
1
-0
/
+9
*
CLI: SubRip Subtitle import
eddyg
2009-06-23
1
-0
/
+2
*
Moved --native-langauge processing from libhb to the CLI. Added --native-dub ...
eddyg
2009-06-21
1
-76
/
+6
*
Use new appcast URL nameing scheme for HandBrakeCLI --update.
konablend
2009-06-20
1
-1
/
+1
*
- mingw fixes to use fopen() with 'b' flag.
konablend
2009-06-06
1
-1
/
+1
*
libhb: correct error in preview scaling
jstebbins
2009-06-06
1
-1
/
+1
*
Adds a keep_display_aspect toggle to the job->anamorphic struct in order to f...
jbrjake
2009-06-06
1
-5
/
+13
[next]