summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* temporary fix for x264 b-pyramid parameter changejstebbins2009-10-311-0/+8
* Oops, CLI help was never updated for decomb's EEDI2 parameters or new mode st...jbrjake2009-10-311-1/+4
* Adds a parity parameter to detelecine and rewires it in decomb, so that TFF c...jbrjake2009-10-312-6/+23
* allow srt and cc subtitles to be up to 2 lines high.jstebbins2009-10-282-5/+26
* fix a couple transport stream issuesjstebbins2009-10-232-10/+50
* remove crf flag and all uses of itjstebbins2009-10-193-39/+9
* fix reading of short srt subtitle filesjstebbins2009-10-141-1/+6
* fix VC1 I-frame detection in ffmpeg_is_keyframejstebbins2009-10-061-1/+1
* fix reading of UTF-16 SRT subtitle files (and other wide charsets)jstebbins2009-10-031-32/+119
* Align the subtitles at the bottom on iPod Classic/Nano.ritsuka2009-10-021-1/+1
* flush lame encoderjstebbins2009-09-291-3/+23
* Remove tx3g -1 bias for bold and underline, was part of testing, thanks to Ro...eddyg2009-09-281-2/+2
* Fix soft sub tx4g markup to count multi-chr utf8 chrs as one chr. Also merges...eddyg2009-09-281-7/+45
* fix srt track stop timejstebbins2009-09-271-7/+10
* theora: improvements to our theora implementationjstebbins2009-09-271-3/+209
* bump x264 to r1271jstebbins2009-09-241-14/+9
* Fix bug that was causing one sec. of audio to be dropped on many ffmpeg files...van2009-09-211-6/+11
* libhb: fix gethostbyname failure on mingwjstebbins2009-09-201-0/+17
* Updates x264 to r1259-dd026f2, bringing with it a bunch of changes you can re...jbrjake2009-09-151-0/+45
* Allow dvd sources that have no audiojstebbins2009-09-142-12/+0
* dvdnav: read error recoveryjstebbins2009-09-121-1/+15
* libhb: fix PAR issue with DVjstebbins2009-08-311-7/+16
* Initialize the AudioConverter without a sample rate only if the first initial...ritsuka2009-08-301-6/+19
* srt: change format string from "utf8" to "utf-8"jstebbins2009-08-281-1/+1
* Let CoreAudio decide the best sample rate. Fixed and issue when the AudioConv...ritsuka2009-08-271-1/+0
* Blah, need to pay more attention when transcripting patches. job->areBframes ...jbrjake2009-08-091-1/+3
* libhb: don't truncate last chapter of a streamjstebbins2009-08-091-1/+2
* Oops, forgot the job->areBframes check needed to be updated for the new x264 ...jbrjake2009-08-091-5/+5
* First try at fixing a crash in quicktime if the subtitles contains an inverte...ritsuka2009-08-021-1/+1
* - Bumps x264 to r1195-5d75a9b. x264 has new default settings: subme 6->7, bfr...jbrjake2009-08-011-1/+5
* 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