summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* libhb: remove duplicate title detection from scanjstebbins2009-07-301-27/+0
* libhb: close file handle after querying dvd region mask from drivejstebbins2009-07-241-0/+7
* libhb: fix interjob recalculation of frameratejstebbins2009-07-221-1/+2
* libhb: fix a compile warning in enctheorajstebbins2009-07-211-1/+1
* libhb: fix theora encoding of non 16pix aligned dimensionsjstebbins2009-07-211-44/+47
* Add support for ATSC (North American Digital TV) closed captions.van2009-07-131-184/+297
* - Some DVB programs have a lot of streams (20 for BBC HD) so up max from 16 ...van2009-07-131-1/+5
* - Introduces a new mode structure for decomb, to make more flexible combinati...jbrjake2009-07-121-97/+382
* libhb: DVD drive region detection on linuxjstebbins2009-07-094-0/+64
* When caching frame durations for the delay_queue, store the times of the fram...jbrjake2009-07-081-1/+1
* libhb: fix regression introduced in svn 2620jstebbins2009-07-021-1/+3
* LinGui: SRT supportjstebbins2009-06-301-1/+0
* Fix subtitle markup memory leakeddyg2009-06-301-5/+8
* Changed a log -> deep_log for markup processing.eddyg2009-06-301-1/+1
* Add markup for MP4 Subtitleseddyg2009-06-301-8/+223
* dvdnav: jstebbins2009-06-291-15/+1
* Closed Captions: Don't mess with the case.eddyg2009-06-291-1/+1
* dvdnav: add read error recoveryjstebbins2009-06-281-1/+15
* - cleanup. fixed hb_thread_to_integer() on darwin to cast pointer cleanly for...konablend2009-06-251-1/+1
* - cleanup gcc format warnings showing up on linux 64-bitkonablend2009-06-2514-44/+47
* Format cleanup.konablend2009-06-259-16/+40
* Fixed FFMPEG deprecated API warnings since last bump:konablend2009-06-241-17/+33
* - fixed gcc warnings for various unused vars, implicit function decls, signed...konablend2009-06-247-6/+14
* CLI: Missed file from SubRip - a symptom of too many views and patcheseddyg2009-06-231-0/+331
* CLI: SubRip Subtitle importeddyg2009-06-237-5/+55
* Moved --native-langauge processing from libhb to the CLI. Added --native-dub ...eddyg2009-06-213-109/+29
* libhb: fix typo that causes 2 pass encodes to segfault at beginning of pass 2jstebbins2009-06-201-1/+1
* Use new appcast URL nameing scheme for HandBrakeCLI --update.konablend2009-06-202-177/+48
* libhb: for mp4 soft subtitles, mark the default_track as enabled.jstebbins2009-06-181-0/+27
* - secondary component of r2548: bugfix: libhb passes unaligned stack/heap buf...konablend2009-06-171-5/+5
* - bugfix: libhb passes unaligned stack/heap buffers to ffmpeg.konablend2009-06-171-24/+8
* dvdnav: oops. initialize d->chapter to 0 instead of first chapterjstebbins2009-06-134-31/+25
* dvdnav: fix title scanning issuejstebbins2009-06-131-0/+1
* libhb: fix forced foreign language scan issuesjstebbins2009-06-133-2/+13
* libhb: interjob vrate info did not get updated when there is an indepth scanjstebbins2009-06-111-1/+1
* Some DVD titles end with a 'link' command back to the beginning chapter which...van2009-06-081-1/+9
* - nasty bug: at eof, dropping a delay queue frame for CFR could link the ren...van2009-06-072-15/+3
* - mingw fixes to use fopen() with 'b' flag.konablend2009-06-063-3/+3
* libhb: correct error in preview scalingjstebbins2009-06-061-1/+1
* Adds a keep_display_aspect toggle to the job->anamorphic struct in order to f...jbrjake2009-06-063-5/+26
* Probably a good idea to set the new par width after calculating it.jbrjake2009-06-051-1/+3
* CLI: Implements custom anamorphic. No more -p or -P. Choices are --strict-ana...jbrjake2009-06-052-7/+9
* Adds an interjob structure to preserve some encode data across jobs within an...jbrjake2009-06-047-22/+123
* softsubs:jstebbins2009-06-032-1/+42
* softsubs: allow 1 source to many output subs by duplicating thejstebbins2009-06-032-17/+33
* FFMPEG.konablend2009-06-021-3/+3
* softsubtitles:jstebbins2009-06-0212-91/+124
* Fix for New Zealand TV not following the mpeg2 standardvan2009-06-021-1/+7
* mp4 cleanupskonablend2009-05-292-41/+7
* vobsub: fix yuv->rgb conversion of vobsub palette for mkv softsubsjstebbins2009-05-291-2/+2