OSDN Git Service

Fix the release/developer detection in configure.py
[handbrake-jp/handbrake-jp-git.git] / libhb /
2009-11-23 jbrjakeFixes a missing and misplace option in decomb's comment...
2009-11-16 jstebbinsadd some input error resiliency to the srt parser.
2009-11-13 jstebbinsfix lockup in reader when importing srt's
2009-11-11 jstebbinsupdate x264 to r1332
2009-11-10 jstebbinsdon't drop the last SRT subtitle
2009-11-09 jstebbinsfix an off-by-one error in assignment of audio stream...
2009-11-07 jstebbinsMaintain an accurate job ETA across pause/resume
2009-11-05 jstebbinspossible fix for WDTV vobsub duration problem
2009-10-31 jstebbinstemporary fix for x264 b-pyramid parameter change
2009-10-31 jbrjakeOops, CLI help was never updated for decomb's EEDI2...
2009-10-31 jbrjakeAdds a parity parameter to detelecine and rewires it...
2009-10-28 jstebbinsallow srt and cc subtitles to be up to 2 lines high.
2009-10-23 jstebbinsfix a couple transport stream issues
2009-10-19 jstebbinsremove crf flag and all uses of it
2009-10-14 jstebbinsfix reading of short srt subtitle files
2009-10-06 jstebbinsfix VC1 I-frame detection in ffmpeg_is_keyframe
2009-10-03 jstebbinsfix reading of UTF-16 SRT subtitle files (and other...
2009-10-02 ritsukaAlign the subtitles at the bottom on iPod Classic/Nano.
2009-09-29 jstebbinsflush lame encoder
2009-09-28 eddygRemove tx3g -1 bias for bold and underline, was part...
2009-09-28 eddygFix soft sub tx4g markup to count multi-chr utf8 chrs...
2009-09-27 jstebbinsfix srt track stop time
2009-09-27 jstebbinstheora: improvements to our theora implementation
2009-09-24 jstebbinsbump x264 to r1271
2009-09-21 vanFix bug that was causing one sec. of audio to be droppe...
2009-09-20 jstebbinslibhb: fix gethostbyname failure on mingw
2009-09-15 jbrjakeUpdates x264 to r1259-dd026f2, bringing with it a bunch...
2009-09-14 jstebbinsAllow dvd sources that have no audio
2009-09-12 jstebbinsdvdnav: read error recovery
2009-08-31 jstebbinslibhb: fix PAR issue with DV
2009-08-30 ritsukaInitialize the AudioConverter without a sample rate...
2009-08-28 jstebbinssrt: change format string from "utf8" to "utf-8"
2009-08-27 ritsukaLet CoreAudio decide the best sample rate. Fixed and...
2009-08-09 jbrjakeBlah, need to pay more attention when transcripting...
2009-08-09 jstebbinslibhb: don't truncate last chapter of a stream
2009-08-09 jbrjakeOops, forgot the job->areBframes check needed to be...
2009-08-02 ritsukaFirst try at fixing a crash in quicktime if the subtitl...
2009-08-01 jbrjake- Bumps x264 to r1195-5d75a9b. x264 has new default...
2009-07-30 jstebbinslibhb: remove duplicate title detection from scan
2009-07-24 jstebbinslibhb: close file handle after querying dvd region...
2009-07-22 jstebbinslibhb: fix interjob recalculation of framerate
2009-07-21 jstebbinslibhb: fix a compile warning in enctheora
2009-07-21 jstebbinslibhb: fix theora encoding of non 16pix aligned dimensions
2009-07-13 vanAdd support for ATSC (North American Digital TV) closed...
2009-07-13 van - Some DVB programs have a lot of streams (20 for...
2009-07-12 jbrjake- Introduces a new mode structure for decomb, to make...
2009-07-09 jstebbinslibhb: DVD drive region detection on linux
2009-07-08 jbrjakeWhen caching frame durations for the delay_queue, store...
2009-07-02 jstebbinslibhb: fix regression introduced in svn 2620
2009-06-30 jstebbinsLinGui: SRT support
2009-06-30 eddygFix subtitle markup memory leak
2009-06-30 eddygChanged a log -> deep_log for markup processing.
2009-06-30 eddygAdd markup for MP4 Subtitles
2009-06-29 jstebbinsdvdnav:
2009-06-29 eddygClosed Captions: Don't mess with the case.
2009-06-28 jstebbinsdvdnav: add read error recovery
2009-06-25 konablend- cleanup. fixed hb_thread_to_integer() on darwin to...
2009-06-25 konablend- cleanup gcc format warnings showing up on linux 64-bit
2009-06-25 konablendFormat cleanup.
2009-06-24 konablendFixed FFMPEG deprecated API warnings since last bump:
2009-06-24 konablend- fixed gcc warnings for various unused vars, implicit...
2009-06-23 eddygCLI: Missed file from SubRip - a symptom of too many...
2009-06-23 eddygCLI: SubRip Subtitle import
2009-06-21 eddygMoved --native-langauge processing from libhb to the...
2009-06-20 jstebbinslibhb: fix typo that causes 2 pass encodes to segfault...
2009-06-20 konablendUse new appcast URL nameing scheme for HandBrakeCLI...
2009-06-18 jstebbinslibhb: for mp4 soft subtitles, mark the default_track...
2009-06-17 konablend- secondary component of r2548: bugfix: libhb passes...
2009-06-17 konablend- bugfix: libhb passes unaligned stack/heap buffers...
2009-06-13 jstebbinsdvdnav: oops. initialize d->chapter to 0 instead of...
2009-06-13 jstebbinsdvdnav: fix title scanning issue
2009-06-13 jstebbinslibhb: fix forced foreign language scan issues
2009-06-11 jstebbinslibhb: interjob vrate info did not get updated when...
2009-06-08 vanSome DVD titles end with a 'link' command back to the...
2009-06-07 van - nasty bug: at eof, dropping a delay queue frame...
2009-06-06 konablend- mingw fixes to use fopen() with 'b' flag.
2009-06-06 jstebbinslibhb: correct error in preview scaling
2009-06-06 jbrjakeAdds a keep_display_aspect toggle to the job->anamorphi...
2009-06-05 jbrjakeProbably a good idea to set the new par width after...
2009-06-05 jbrjakeCLI: Implements custom anamorphic. No more -p or -P...
2009-06-04 jbrjakeAdds an interjob structure to preserve some encode...
2009-06-03 jstebbinssoftsubs:
2009-06-03 jstebbinssoftsubs: allow 1 source to many output subs by duplica...
2009-06-02 konablendFFMPEG.
2009-06-02 jstebbinssoftsubtitles:
2009-06-02 vanFix for New Zealand TV not following the mpeg2 standard
2009-05-29 konablendmp4 cleanups
2009-05-29 jstebbinsvobsub: fix yuv->rgb conversion of vobsub palette for...
2009-05-29 jstebbinsdvdnav: fix crash that occurs when a PGC has no programs
2009-05-28 jstebbinsfix sync problem with dts passthru and video re-sync
2009-05-26 jbrjakeExcises xvid from libhb because it's not worthy. Having...
2009-05-23 konablend- bump to mp4v2-trunk-r349.
2009-05-23 ritsukaForgot a comma in common.c .
2009-05-23 ritsuka- Add CoreAudio AAC as one of the encoder on Mac OS X.
2009-05-19 eddygChange minimum vobsub time from 3sec to 2sec, been...
2009-05-19 jstebbinsmkv soft subtitle support
2009-05-17 vanGet rid of silence inserted at the beginning of mp4...
2009-05-16 van - I confused max program chains (999) with max program...
2009-05-16 vanMinor cleanup in chapter size computation (backported...
2009-05-16 vanRemove some noise from the log: Only announce chapters...
next