summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
Commit message (Expand)AuthorAgeFilesLines
* Variable frame rate improvements.jbrjake2008-02-041-9/+15
* Maintains separate filter settings for each job. This prevents the MacGui fro...jbrjake2008-01-221-1/+23
* Don't bother informing the user when grayscale is off, since that's the case ...jbrjake2008-01-141-1/+3
* fix for duplicate chapters when encoding with ffmpeg.van2008-01-061-3/+7
* Extends hb_set_anamorphic_size() to make it possible to do "dry-runs"...this ...jbrjake2007-12-281-1/+1
* Adds extra, user-selectable dynamic range compression to the liba52 interface...jbrjake2007-12-081-0/+3
* Moves the readout of applied x264 options from test.c to work.c, so the MacGu...jbrjake2007-11-161-0/+2
* First attempt at variable frame rate detelecining for NTSC video sources.jbrjake2007-11-101-0/+21
* "Loose" anamorphic:jbrjake2007-10-161-3/+13
* Change the fifo size from being statically tuned for a Mac Pro with 4 CPUs to...eddyg2007-10-131-10/+10
* Don't drop subtitles when crossing PTS discontinuities by using buffer sequen...eddyg2007-10-081-2/+5
* Two changes, one ensure zero size buffers are zero size, second change the bu...eddyg2007-10-041-2/+2
* Re-enable 6ch vorbis audio.saintdev2007-09-161-2/+2
* Reverts an errant checking for from rev 960dynaflash2007-09-131-70/+0
* jbrjake's loose pixel ratio patch.saintdev2007-09-131-0/+70
* Added buffer management and changed fifo sizes. Changed job->subtitle_scan to...eddyg2007-09-111-16/+21
* Die, non-standard printf logging, die!jbrjake2007-08-291-1/+1
* Add Subtitle scanning for forced subtitles and normal subtitles from the CLIeddyg2007-08-211-14/+69
* Prettier logging display for filters.jbrjake2007-08-141-4/+4
* Moves the filters' logging info to work.c, adds parameter info. I also change...jbrjake2007-08-141-1/+14
* Native language subtitle scan improvements. Thanks, eddyg!jbrjake2007-07-261-41/+48
* Fixes to the CLI for forced subtitles, and Turbo.saintdev2007-07-061-2/+3
* A big batch of patches from eddyg.jbrjake2007-06-061-12/+107
* Updated the input channel layouts to store the source LFE information as well...maurj2007-05-061-11/+12
* Updated do_job() in work.c to remove any non-AC3 audio tracks from the job be...maurj2007-05-041-0/+14
* Enabled DTS channel mixdowns by moving to a more generic input channel layout...maurj2007-05-041-214/+95
* Added support for DTS audio. DTS audio streams (of 5.1 audio and below) will...maurj2007-05-021-8/+123
* Fix Previous Bad commit for Cyanders Chapter Markersdynaflash2007-04-251-0/+8
* Much better B-frame muxing frame-reordering. This will preserve the sps/pps i...jbrjake2007-04-161-1/+1
* Added libhb and CLI support for Dolby Pro Logic II 5.0 matrix encoding. *NOT...maurj2007-04-111-43/+144
* Amended work.c to remember the number of source A52 channels and lfe channels...maurj2007-04-021-0/+5
* Fix about 156,199 bytes of leaked memory.saintdev2007-03-311-0/+5
* Amended the code comments about 6-channel and 1-channel audio extraction to r...maurj2007-03-271-7/+6
* -6 channel surround for Vorbis/OGM. The channel mapping seems right for VLC, ...saintdev2007-03-271-3/+4
* Applied and committed saintdev's patch to fix multi-track audio. Only in the...maurj2007-03-211-19/+36
* Merge the 5.1 branch into the trunk.prigaux2007-03-061-0/+419
* Merge the 0.8.0_mpeg4ip branch into the trunkprigaux2007-02-111-350/+0
* Revert changes to threading sleep intervals. johnallen2007-01-091-9/+5
* added worker thread sleep throttling.johnallen2007-01-081-5/+14
* Documentation begins. johnallen2007-01-071-0/+29
* RapidSVN commited changes to files I did not want commited. This commit rever...johnallen2007-01-061-15/+0
* added Doxyfile, config file for doxygenjohnallen2007-01-061-0/+15
* Merge from avformat branchtiter2006-04-171-1/+2
* Simple threading change (~4% faster). Breaks pause/resume for nowtiter2006-03-181-137/+45
* Added hb_init_express - makes the binary smaller. Still need to striptiter2006-03-161-14/+6
* Structural changes, in order to eventually be able to compile HBtiter2006-03-161-23/+38
* HandBrake 0.7.0handbrake2006-01-141-0/+400