summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
Commit message (Expand)AuthorAgeFilesLines
* Change CC608 decoder to be its own threadeddyg2009-05-071-4/+15
* VOBSUB encoder skeleton for use with mkv VOBSUB pass-througheddyg2009-05-061-3/+19
* Clean up subtitles at end of encode if not consumed and free fifo.eddyg2009-05-051-0/+1
* Rewrite pass-through timestamps in sync, put on subtitle->fifo_out for muxing...eddyg2009-05-051-0/+1
* Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl...eddyg2009-05-041-2/+5
* Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...eddyg2009-05-041-2/+2
* - Move frame rate code from sync to the end of render so it can account for ...van2009-05-021-14/+16
* LinGui: disable DTS passthru option for MP4 file outputjstebbins2009-04-181-1/+1
* Enable DTS passthru for matroska containerjstebbins2009-04-181-2/+4
* Don't truncate RF/QP values down to integers when displaying job config. Stil...jbrjake2009-02-231-1/+1
* AC3 dynamic range compression changes. 0 now means a null DRC function. 1 rem...jbrjake2009-02-051-1/+1
* Organizes anamorphic parameters in a struct, requiring some minor search and ...jbrjake2009-01-261-29/+20
* Don't allow multiple decodes of the same ffmpeg audio stream. Because ffmpeg ...van2008-11-291-4/+22
* Minor tweaks the job config display for the COLR atom: only show when not usi...jbrjake2008-11-011-9/+3
* Added support for extracting the audio and subtitle types and adding those to...eddyg2008-10-231-1/+1
* Adds a configuration option for whether the COLR atom and h.264 VUI header sh...jbrjake2008-10-191-0/+9
* 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