summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* WinGui:sr552009-05-131-1/+7
* WinGui:sr552009-05-133-12/+22
* WinGui:sr552009-05-1310-53/+252
* - set HandBrakeCLI stdio/stderr to unbuffered on native win32 platform;konablend2009-05-131-0/+8
* BuildSystem: docskonablend2009-05-138-34/+114
* MacGui: Implement DTS Pass Thru for MKV and DTS Sources.dynaflash2009-05-121-8/+47
* # Changedsr552009-05-115-139/+180
* 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
* MacGui: Preset Import / Export initial implementation and auto updating of bu...dynaflash2009-05-085-27/+319
* 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
* WinGui:sr552009-05-077-33/+88
* Soft Subtitle Support in the MP4 Muxer.ritsuka2009-05-071-6/+91
* WinGui:sr552009-05-073-106/+95
* # Newsr552009-05-079-136/+239
* MacGui: Change new preset code to use AudioList for storing the audio track i...dynaflash2009-05-071-135/+235
* 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
* MacGui: disable and deselect chapter markers when only one chapter is being e...dynaflash2009-05-051-2/+24
* LinGui:jstebbins2009-05-052-0/+24
* Rewrite pass-through timestamps in sync, put on subtitle->fifo_out for muxing...eddyg2009-05-054-46/+91
* WinGui:sr552009-05-0415-151/+165
* LinGui: arg! and remove debuggin outputjstebbins2009-05-041-2/+1
* LinGui: preview crop border fixjstebbins2009-05-041-1/+3
* LinGui: another tweak to preview cropping bordersjstebbins2009-05-041-16/+10
* LinGui: tweaks to appearance of visible crop bordersjstebbins2009-05-042-17/+28
* fix mkv muxing. eddyg forgot to add a break in a switch he modified.jstebbins2009-05-041-0/+1
* MacGui: preview changes to coincide with rev 2376dynaflash2009-05-043-184/+70
* LinGui: preview changesjstebbins2009-05-046-140/+183
* Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl...eddyg2009-05-0410-27/+2847
* LinGui: integrate with eddyg's subtitle list changesjstebbins2009-05-042-23/+17
* Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...eddyg2009-05-049-157/+220
* - 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-033-12/+73
* LinGui: jstebbins2009-05-027-11/+18
* LinGui: adjust vfr code to accomidate new method of handling vfr in libhbjstebbins2009-05-021-12/+12