summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Get rid of silence inserted at the beginning of mp4/mov/mkv files. GENPTS see...van2009-05-171-3/+0
* - I confused max program chains (999) with max programs (99) and made loop d...van2009-05-161-11/+27
* Minor cleanup in chapter size computation (backported from dvdnav.c).van2009-05-161-24/+7
* Remove some noise from the log: Only announce chapters when we're reading, no...van2009-05-162-7/+7
* - Handle titles that use more than one PGC (like the one in this thread: htt...van2009-05-161-60/+47
* Make chapters in mp4 & mkv ffmpeg input files work again (not sure when they ...van2009-05-111-80/+38
* Another subtitle muxing fix: Don't check the rdy bit before calling OutputTra...van2009-05-111-18/+14
* Fix another subtitle interleaving botch - for mkv's we want the subtitle in t...van2009-05-091-8/+8
* Enable chapter boundary check for ffmpeg input even when chapters marker are ...ritsuka2009-05-091-1/+0
* Work around ffmpeg bug where raw video decoder doesn't use frame buffer alloc...van2009-05-091-0/+8
* - Fixed the size for tx3g samples in muxmp4.c I forgot to add the size of the...ritsuka2009-05-082-18/+25
* BuildSystem: minor meta-data fix: HB_PROJECT_BUILD_SYSTEMF now correctly defi...konablend2009-05-081-1/+1
* Fix timestamps on CC's they are now 100% ready and working. Thanks to j45 and...eddyg2009-05-082-5/+11
* Combine multiple CC lines into one, trimming whitespace, and adding proper la...eddyg2009-05-074-70/+99
* Soft Subtitle Support in the MP4 Muxer.ritsuka2009-05-071-6/+91
* Change CC608 decoder to be its own threadeddyg2009-05-0711-88/+206
* Minor change in sub printingeddyg2009-05-061-1/+4
* Removed double EOF for CC's (one from dvd and one from cc), fixed compiler wa...eddyg2009-05-063-22/+33
* subtitle muxing: jstebbins2009-05-064-42/+101
* Fix Closed Caption start/stop times, switched to SRT encoding including marku...eddyg2009-05-063-22/+32
* Fix several boneheaded mistakes in fifo ready logic.van2009-05-061-13/+16
* Missed fileeddyg2009-05-061-0/+61
* VOBSUB encoder skeleton for use with mkv VOBSUB pass-througheddyg2009-05-067-6/+30
* Push an EOF onto the subtitle fifos from the reader for DVD VOBSUBs and also ...eddyg2009-05-065-26/+89
* 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-054-46/+91
* fix mkv muxing. eddyg forgot to add a break in a switch he modified.jstebbins2009-05-041-0/+1
* LinGui: preview changesjstebbins2009-05-041-30/+9
* Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl...eddyg2009-05-049-26/+2844
* Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...eddyg2009-05-047-145/+163
* - minor code cleanup - use x264_nal_t.i_type instead of buffer+offset&mask.konablend2009-05-031-5/+13
* - encx264 sets HB_FRAME_REF to expose ref/non-ref frame status to muxer.konablend2009-05-032-11/+72
* - Move frame rate code from sync to the end of render so it can account for ...van2009-05-025-134/+230
* MacGui: Custom Anamorphic initial implementation (experimental) and pic setti...dynaflash2009-05-011-22/+25
* dvdnav: improve title scanningjstebbins2009-05-017-176/+311
* dvdnav: fix problem with vm entering stopped statejstebbins2009-04-292-0/+65
* add libdvdnav supportjstebbins2009-04-279-61/+1367
* Leave video tracks on the 90KHz MPEG timebase so we don't end up with constan...van2009-04-231-66/+39
* - Get rid of deadlock that would halt processing some mkv files.van2009-04-211-90/+224
* bump libmp4v2 r224 ->r286; chunk duration; tags; cover-artkonablend2009-04-213-105/+120
* libhb: set min:max key intervals ratio to 1:10 of fpskonablend2009-04-181-4/+12
* LinGui: disable DTS passthru option for MP4 file outputjstebbins2009-04-181-1/+1
* Enable DTS passthru for matroska containerjstebbins2009-04-186-34/+88
* This patch adds mingw32 cross-compilation support to HandBrake trunk tokonablend2009-04-149-22/+79
* Make MULTIPLE_MOD handle mod 1 correctlyjstebbins2009-04-131-1/+1
* Don't crash during scan when a DVD contains an invalid PTT or PGC index. (Bug...van2009-04-121-0/+10
* Fix botched r2256 as suggested by forum user greed in post http://forum.handb...van2009-04-051-31/+31
* Fix frame rate calculation for ffmpeg 0.5 - h.264 rate is now in fields per s...van2009-04-011-0/+6
* Adds a job->frame_to_stop variable similar to the existing pts_to_stop parame...jbrjake2009-03-312-0/+23
* Flush frames from the delay queue in render. This should add an extra couple ...jbrjake2009-03-311-4/+36