summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
Commit message (Expand)AuthorAgeFilesLines
* Minor tweak to how audio track names are displayed.jbrjake2008-10-181-2/+4
* CLI: Add support for naming audio tracks to the HandBrakeCLI, thanks to LePet...eddyg2008-10-101-1/+2
* Don't display a mixdown in the job settings for passthrough audio tracks.jbrjake2008-09-291-4/+7
* Now that the interfaces don't set job->vfr to 1 unless detelecine is enabled,...jbrjake2008-09-261-28/+8
* Spit out the average encoding speed in the verbose log at the end of a job.jbrjake2008-09-191-0/+6
* Don't obey maxWidth and maxHeight settings when using strict anamorphic.jbrjake2008-08-061-18/+17
* Splits the display of job settings off from the actual work of beginning of a...jbrjake2008-08-011-73/+227
* Fix two problems that would cause HB to hang in the muxer whenever the input ...van2008-07-301-30/+10
* Fix subtitle scan to work with new stream eof logic.van2008-07-261-5/+3
* - in encx264, if an video frame is larger than init_delay split it into piec...van2008-07-261-4/+7
* Enable subtitle-scan to work when using Xvid as the encoder. Also checks retu...eddyg2008-07-011-10/+21
* No need to check the mixdown settings if pass-through is requested.saintdev2008-06-171-119/+122
* - support blu-ray, avchd & dvb x264van2008-05-311-184/+167
* When encoding anamorphic with lavc, ensure PAR values are 8-bit. Thanks, j45!jbrjake2008-05-291-1/+15
* Re-allow constant frame rates. The MacGui should probably be updated to alway...jbrjake2008-05-171-1/+3
* Avoid a divide by 0 in encfaac.c caused by the mixdown not being specifiededdyg2008-04-171-0/+9
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* Fix the automatic subtitle scan that I broke with r1412.van2008-04-141-5/+21
* Fixes for different number of frames between pass 1 & 2, missing frames at en...van2008-04-131-5/+7
* Minor chapter cleanups.van2008-04-041-2/+3
* New internal audio handling.saintdev2008-04-011-110/+110
* Theora.saintdev2008-03-201-0/+4
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-45/+45
* Sanity check the input codec is AC3 when selecting AC3 pass through to avoid ...eddyg2008-02-181-0/+9
* Only show a line in the log for filters if there are any, only show a line fo...jbrjake2008-02-161-2/+2
* Adds another safeguard to ensure AC3 pass-thru uses a 48khz sample rate.jbrjake2008-02-161-0/+7
* Allow mac gui to select AC-3 + AAC at the same time, still needs CLI work for...eddyg2008-02-161-4/+22
* Always use a sample rate of 48000hz for AC3.jbrjake2008-02-141-0/+3
* 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