OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / libhb /
2008-08-13 eddygThreaded yadif deinterlacer. Will split the YUV frames...
2008-08-12 eddygSorry - just fix the indentation in 1626 that Xcode...
2008-08-12 eddygDon't crash HB when the video decoder (MPEG2 or ffmpeg...
2008-08-10 jbrjakeRemoves hard tabs from detelecine.c as a first step...
2008-08-09 vanMake sure we never return an unitialized buffer chain...
2008-08-08 van - change aspect from a scaled int to a double so we...
2008-08-06 jbrjakeDon't obey maxWidth and maxHeight settings when using...
2008-08-01 jbrjakeSplits the display of job settings off from the actual...
2008-07-30 vanFix two problems that would cause HB to hang in the...
2008-07-29 vanDon't lose our existing buffer chain when nal_encode...
2008-07-26 vanFix subtitle scan to work with new stream eof logic.
2008-07-26 vanUse PTS, not DTS, in encx264 output frames so we don...
2008-07-26 van - in encx264, if an video frame is larger than init_de...
2008-07-20 sr55Libhb:
2008-07-20 sr55libhb:
2008-07-16 vanGet rid of excessive video & audio drops on some conten...
2008-07-11 jbrjakeMuch improved decomb filter. Totally different algorith...
2008-07-08 vanFix mkv A/V sync problem created by R1542.
2008-07-06 eddygChange HandBrake from using the libsamplerate linear...
2008-07-04 vanCropping fix for matted content that has a border top...
2008-07-02 eddygAdded Paul Kendalls ffmpeg AAC-LATM codec. Allows HB...
2008-07-01 eddygEnable subtitle-scan to work when using Xvid as the...
2008-06-30 van - fix an error in the SCR calculation that would cause...
2008-06-30 vanIf we always require a buffer to be available on every...
2008-06-26 saintdevFix a crash when using mp4 and no audio tracks.
2008-06-23 jstebbinsget the right version info when building with make...
2008-06-23 vanDon't let cropping get fooled by dark content - make...
2008-06-19 eddygGetting rid of dvd open failure error, it is not an...
2008-06-18 van - Add COLR atom support to mpeg4ip
2008-06-18 jstebbinsuse same compile optimizations that a jam build uses
2008-06-17 saintdevRemove assert()s.
2008-06-17 saintdevIf we're using pass-through, copy the input bitrate...
2008-06-17 saintdevNo need to check the mixdown settings if pass-through...
2008-06-15 jstebbinsremove libhb.so from "all" target. It can't be build...
2008-06-12 vanNew cropping algorithm - determine cropping rectangle...
2008-06-12 van - put the "find a usable frame rate" logic in the...
2008-06-08 jstebbinsImprove image quality for ffmpeg constant quality
2008-06-06 jbrjakeEncode the initial H.264 NAL units for PPS and SPS...
2008-06-05 jbrjakeAdds a job->cfr boolean to indicate "encode this with...
2008-06-04 jbrjakeFixes loose anamorphic
2008-06-04 van - add pixel_aspect_ratio reporting to the mpeg decoder
2008-06-04 jbrjakeKeep track of the input pixel aspect ratio as well...
2008-06-03 vanDon't crash in decmpeg2Info if we failed to get a previ...
2008-06-02 jbrjakeUse index+1 for numbering interlaced previews, so reali...
2008-06-02 jbrjakeUse loose breaks for detelecine. This reduces jerkiness...
2008-06-01 vanDon't crash during scan when source not recognized...
2008-06-01 vanDon't call small frame displacements a "time reversal...
2008-05-31 vanFix for cygwin builds - can't use "\n" in echo
2008-05-31 van- support blu-ray, avchd & dvb x264
2008-05-31 vanHack to fix building in xcode
2008-05-31 vanFix for unplayable m4v/mp4 files due to negative number...
2008-05-31 jbrjakeReverts r1475 until it plays nice with Xcode + make
2008-05-30 sr55update.c altered to use both appcast.xml and appcast_un...
2008-05-29 jbrjakegit-svn-id: svn://localhost/HandBrake/trunk@1471 b64f76...
2008-05-29 jbrjakeWhen encoding anamorphic with lavc, ensure PAR values...
2008-05-23 ritsukaStore video aspect ratio in the avi header.
2008-05-21 jbrjake...on the other hand, when we *are* using VFR we *do...
2008-05-21 jbrjakeWhen using detelecine but not dropping frames (non...
2008-05-17 jbrjakeRe-allow constant frame rates. The MacGui should probab...
2008-05-13 jbrjakeAllow the user to directly set a pixel aspect height...
2008-04-26 jbrjakeOpens up another way to give x264 a constant QP or...
2008-04-25 vanChanges to support unstructured program streams (such...
2008-04-25 van - Don't allow chapter durations to go negative (since...
2008-04-20 sr55libhb:
2008-04-18 saintdevHandle the case where hb_list_audio_config_item is...
2008-04-17 eddygAvoid a divide by 0 in encfaac.c caused by the mixdown...
2008-04-15 vanPrint a log line for the first chapter.
2008-04-15 vanMove clock recovery code from reader to demuxmpeg so...
2008-04-15 jbrjakeSaearch & Replace domain names to move from .m0k.org...
2008-04-14 vanFix the automatic subtitle scan that I broke with r1412.
2008-04-13 vanFixes for different number of frames between pass 1...
2008-04-13 jbrjakeWhen dropping frames from pullup for VFR, deallocate...
2008-04-11 jbrjakeLet's try out saner b-frame init delays again.
2008-04-11 eddygProvide more feedback as to the types of the streams...
2008-04-10 vanFix brain fade in comments (it's been a long day).
2008-04-10 vanFix avi containers which I unwittingly broke with r1341.
2008-04-06 vanDuring conversion only log when there's an error or...
2008-04-06 van - Fix sync problems associated with sample rate conver...
2008-04-04 vanMinor chapter cleanups.
2008-04-03 jbrjakeWindows line endings are bad.
2008-04-03 van - hardware players don't tolerate video or audio frame...
2008-04-02 vanscan and pcm audio fixes.
2008-04-01 saintdevNew internal audio handling.
2008-03-23 saintdevFix Makefiles for dynamically linked dvdcss.
2008-03-23 jbrjake= Adds an hb_detect_comb() function that indicates...
2008-03-21 saintdevlibswscale accurate rounding is now re-enabled for...
2008-03-20 jbrjakeReverts r1254, so ffmpeg-in-avi again reports as DivX...
2008-03-20 vanFix two of my stupid bugs that prevented using the...
2008-03-20 saintdevTheora.
2008-03-16 vanShould have removed this as part of the r1341 checkin...
2008-03-15 van- Add mpeg2 "Standard Target Decoder" clock recovery...
2008-03-15 vanminor bug fix: AC3 passthru audio frames with no pts...
2008-03-15 saintdevUse unix-style line endings (LF) for libhb/Makefile...
2008-03-05 saintdevencx264: Fix timecodes when using x264 with avi.
2008-03-02 vanDVB teletext streams and ATSC AC3 audio streams use...
2008-03-02 vanDon't crash just because some dvd title uses an illegal...
2008-03-01 vanOops - left in a mistake from an intermediate version...
2008-02-29 vanDon't crash while scanning when we can't get previews...
2008-02-29 vanIt's a good idea to have a buffer for every pid you...
2008-02-27 saintdevlibvorbis expects kbps, not bps.
next