summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
Commit message (Expand)AuthorAgeFilesLines
...
* make sure HB_STATE_WORKING always gets set for a jobjstebbins2010-04-241-0/+19
* fix fps logging when there is no audio track.jstebbins2010-04-221-6/+6
* fix some mingw warnings and a mingw build issuejstebbins2010-04-101-1/+1
* fix silence insertion problem in audio sync and pipeline stall problemjstebbins2010-04-031-22/+63
* downmix support for ffmpeg audio sourcesjstebbins2010-04-021-48/+11
* fix a crash that happens when subtitle scan selects a subtitle thatjstebbins2010-03-071-0/+1
* Adjustable picture modulus: Base patch by BradleyS, Thanks BradleyS!dynaflash2010-02-111-6/+2
* fix potential runaway buffer usagejstebbins2009-12-151-2/+16
* Disables chapter markers when there is only one chapter. Most interfaces alre...jbrjake2009-12-091-0/+6
* fix buffer leak during indepth scan jstebbins2009-12-081-0/+12
* Reduce the amount of buffering used and eliminate hb_snooze in the encoding p...jstebbins2009-12-051-206/+227
* batch file scanning and scan canceljstebbins2009-11-251-1/+1
* remove crf flag and all uses of itjstebbins2009-10-191-1/+1
* libhb: fix interjob recalculation of frameratejstebbins2009-07-221-1/+2
* CLI: SubRip Subtitle importeddyg2009-06-231-0/+9
* Moved --native-langauge processing from libhb to the CLI. Added --native-dub ...eddyg2009-06-211-32/+23
* libhb: fix typo that causes 2 pass encodes to segfault at beginning of pass 2jstebbins2009-06-201-1/+1
* dvdnav: oops. initialize d->chapter to 0 instead of first chapterjstebbins2009-06-131-29/+22
* libhb: fix forced foreign language scan issuesjstebbins2009-06-131-1/+1
* libhb: interjob vrate info did not get updated when there is an indepth scanjstebbins2009-06-111-1/+1
* Adds a keep_display_aspect toggle to the job->anamorphic struct in order to f...jbrjake2009-06-061-0/+12
* CLI: Implements custom anamorphic. No more -p or -P. Choices are --strict-ana...jbrjake2009-06-051-1/+1
* Adds an interjob structure to preserve some encode data across jobs within an...jbrjake2009-06-041-0/+24
* softsubtitles:jstebbins2009-06-021-34/+63
* Excises xvid from libhb because it's not worthy. Having two different MPEG-4 ...jbrjake2009-05-261-7/+0
* - Add CoreAudio AAC as one of the encoder on Mac OS X.ritsuka2009-05-231-2/+4
* mkv soft subtitle supportjstebbins2009-05-191-3/+5
* 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