summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
Commit message (Expand)AuthorAgeFilesLines
* Makes sure loose anamorphic respects max width and height settings, and remov...jbrjake2008-10-181-61/+11
* Adds an hb_deep_log() function for multiple levels of debugging verbosity. Le...jbrjake2008-10-091-4/+3
* check return value of opendir in hb_close. hb_close was segfaulting whenjstebbins2008-09-111-9/+12
* The per-stream timing changes (r1570) make the overall timing depend on which...van2008-08-181-7/+3
* - patch a reference picture leak in ffmpeg/libavcodec/mpegvideo.c that cause...van2008-08-181-2/+0
* - change aspect from a scaled int to a double so we can handle the widervan2008-08-081-22/+27
* Fixes loose anamorphicjbrjake2008-06-041-4/+5
* Keep track of the input pixel aspect ratio as well as the output one. Hopeful...jbrjake2008-06-041-2/+3
* - support blu-ray, avchd & dvb x264van2008-05-311-5/+7
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96...jbrjake2008-05-291-32/+36
* Move clock recovery code from reader to demuxmpeg so it sees all frames & not...van2008-04-151-5/+1
* Fixes for different number of frames between pass 1 & 2, missing frames at en...van2008-04-131-1/+5
* New internal audio handling.saintdev2008-04-011-29/+20
* = Adds an hb_detect_comb() function that indicates whether or not a frame sho...jbrjake2008-03-231-0/+106
* libswscale accurate rounding is now re-enabled for all arches except x86_64.saintdev2008-03-211-4/+9
* Theora.saintdev2008-03-201-0/+1
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-56/+56
* Maintains separate filter settings for each job. This prevents the MacGui fro...jbrjake2008-01-221-1/+15
* Extends hb_set_anamorphic_size() to make it possible to do "dry-runs"...this ...jbrjake2007-12-281-38/+59
* MacGui: Queue Update - thanks travistexdynaflash2007-12-171-0/+7
* "Loose" anamorphic:jbrjake2007-10-161-0/+150
* Reverts an errant checking for from rev 960dynaflash2007-09-131-67/+52
* jbrjake's loose pixel ratio patch.saintdev2007-09-131-52/+67
* Cast the flags passed to sws_getContext to a 16-bit int.saintdev2007-09-131-2/+2
* Added buffer management and changed fifo sizes. Changed job->subtitle_scan to...eddyg2007-09-111-2/+8
* MacGui: New Active Queue implementation courtesy of travistexdynaflash2007-09-051-0/+1
* - Add the accurate rounding flag for software scaling to avoid scaling artifa...superdump2007-09-051-2/+2
* These calls to free produce double free warnings. It seems that removing the ...superdump2007-08-291-4/+0
* - Roll back avpicture_alloc to malloc + avpicture_fill. This fixes the MacGUI...superdump2007-08-281-12/+36
* MacGui: Fix main window closing to it doesnt crash HB and allow you to get it...dynaflash2007-08-241-1/+11
* Add Subtitle scanning for forced subtitles and normal subtitles from the CLIeddyg2007-08-211-13/+22
* Moves the filters' logging info to work.c, adds parameter info. I also change...jbrjake2007-08-141-1/+0
* Adds a log message informing the user of which filters are being applied.jbrjake2007-08-141-0/+1
* Implements libswscale in HandBrake, giving it Lanczos scaling! This major enh...jbrjake2007-08-011-39/+43
* Patch from huevos_rancheros to restore 2-pass functionality, which broke when...jbrjake2007-07-271-0/+17
* Native language subtitle scan improvements. Thanks, eddyg!jbrjake2007-07-261-18/+82
* These hopefully-innocuous changes to hb.c should help with the active queuing...jbrjake2007-07-201-2/+19
* MacGui: Active Queue Initial Implementationdynaflash2007-07-161-3/+22
* Fixes to the CLI for forced subtitles, and Turbo.saintdev2007-07-061-37/+45
* A big batch of patches from eddyg.jbrjake2007-06-061-5/+79
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@590 b64f7644-9d1e-0410-96f...awk2007-05-191-1/+2
* Added support for DTS audio. DTS audio streams (of 5.1 audio and below) will...maurj2007-05-021-0/+1
* Cleaning up some compiler warnings.clee2007-04-151-1/+1
* Fix about 156,199 bytes of leaked memory.saintdev2007-03-311-0/+2
* Merge the 5.1 branch into the trunk.prigaux2007-03-061-0/+806
* Merge the 0.8.0_mpeg4ip branch into the trunkprigaux2007-02-111-722/+0
* added call to av_log_set_level in hb_init_real based on value of verbose param.johnallen2007-01-141-0/+1
* Revert changes to threading sleep intervals. johnallen2007-01-091-1/+1
* added worker thread sleep throttling.johnallen2007-01-081-2/+2
* Documentation begins. johnallen2007-01-071-2/+118