OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / libhb /
2010-11-07 jstebbinsFix encx264 to accomodate upcoming x264 api change.
2010-11-07 jstebbinsImproved logging of keyint min/max
2010-11-07 jstebbinsBump cpu count limit from 8 to 64
2010-11-07 jstebbinsFix use of uninitialized variable in mpeg PS detection.
2010-11-07 jstebbinsAllow longer SRT filename paths.
2010-11-06 jstebbinsoops, delete debug printf...
2010-11-06 jstebbinsfix audio sync when resampling 48khz to 44.1khz
2010-11-06 jstebbinsfix windows crash and probably other random nastiness.
2010-11-05 jstebbinsfix framerate detection again (really, i mean it this...
2010-11-05 jstebbinslog the title duration before throwing it out when...
2010-11-05 jstebbinsFix hb_get_best_mixdown to allow downmixing 7.1 to 5.1
2010-11-04 jstebbinsfix start/stop time of last lame buffer
2010-11-03 jstebbinsfix framerate detection of ffmpeg sources
2010-10-29 jstebbinsfix a segfault and a deadlock if reader exits befor...
2010-10-23 jstebbinsupdate baseline presets with weightp=0
2010-10-23 jstebbinsclean up crufty legacy code
2010-10-23 jstebbinsUse libhb functions for mixdown and bitrate defaults...
2010-10-23 jstebbinsreorder #includes to fix redefinition problem in mingw64
2010-10-23 jstebbinsAdd build option --enable-ff-mpeg2 to use ffmpeg for...
2010-10-23 jstebbinsffmpeg video decoder enhancements
2010-10-19 jstebbinsfix zero duration lpcm frame handling
2010-10-12 jstebbinsbump ffmpeg from 25082 to 25374
2010-10-12 jstebbinsfix heap corruption after avpicture_deinterlace
2010-10-09 jstebbinstweak ca_aac bitrate limits some more
2010-10-09 jstebbinsadd more audio bitrate limits
2010-10-09 jstebbinsprevent crash when vorbis fails to initialize for any...
2010-10-09 jstebbinsprint more accurate log message when mixdown is not set
2010-10-09 jstebbinsfix detectsion of bitrate_code for ac3 passthru in mp4
2010-10-09 jstebbinsfix detection of sr_code and bitrate_code for ac3 strea...
2010-10-08 jstebbinsallow ca_aac lower limit of 192kbps for 6ch
2010-10-08 jstebbinsfix a bug in bitrate selection. forgot to change a...
2010-10-08 jstebbinsfuture proof faac bitrate limits
2010-10-08 jstebbinsfix some audio bitrate limits issues with ca aac
2010-10-08 jstebbinscli: make smarter mixdown decision when doing ac3 encod...
2010-10-08 jstebbinsadd audio defaults and limits calculation to libhb
2010-10-05 jstebbinsAdd code to recognize eac3 streams in TS
2010-10-04 jstebbinsAdd ac3 encoding
2010-10-03 jstebbinsfix another hang in the muxer.
2010-10-02 jstebbinsfix ffmpeg locking issue
2010-09-29 jstebbinsfix a crash when ass_render_frame doesn't return a...
2010-09-28 jstebbinsSSA subtitle burn in
2010-09-15 jstebbinsremove the 8 audio limit. isn't needed anymore.
2010-09-15 jstebbinsfix cli issue with batch scan and encode
2010-09-14 jstebbinsfix a crash when a TS has no aspect ratio set in the...
2010-09-14 jstebbinsBump ffmpeg from 22950 to 25082
2010-09-13 jstebbinsfix a rare hang in the muxer.
2010-09-08 jstebbinsAdd Bluray support
2010-08-31 jstebbinsFix muxing problem with certain sources/settings
2010-08-10 jstebbinsMulti-line SSA packets handled by the SSA->UTF8 decoder.
2010-07-04 jstebbinsfix crash due to processing invalid buf_out from work
2010-07-03 jstebbinsfix some preset issues
2010-06-28 jstebbinsImprove program stream detection
2010-06-26 jstebbinsmake hb_set_anamorphic_size keep storage aspect when...
2010-06-26 jstebbinsPreserve subtitle track that matches foreign audio...
2010-06-20 jstebbinsguard against excessive memory consumption in the muxer...
2010-06-20 jstebbinsfix problem with spurious timestamp change
2010-06-08 jstebbinsCLI: missed another conditional that forces burned...
2010-06-02 jstebbinsfix potential buffer overrun
2010-06-01 jstebbinshandle the utf8 byte order mark when present at the...
2010-06-01 jstebbinsoops. forgot to commit the new file
2010-06-01 jstebbinsAdd SSA subtitle support
2010-06-01 jstebbinsAdd more subtitle info to the activity log
2010-06-01 jstebbinslink hb.dll with -static flag so that extra dll's are...
2010-05-30 jstebbinsadd check for reasonable vobsub width/height values...
2010-05-30 jstebbinspreserve vobsub palette, width, and height from mkv...
2010-05-30 jstebbinsImprove left/right dplii surround separation
2010-05-30 jstebbinsfix compiler warnings in several libhb files
2010-05-26 jstebbinsfix a problem with point-to-point hanging when searchin...
2010-05-24 jstebbinsadd support for Nero vobsubs in mp4
2010-05-24 jstebbinsfix memory leak in pinvoke patch
2010-05-23 jstebbinsfix stderr redirection on mingw. dup2 function doesn...
2010-05-23 jstebbinsadd wrapper functions that make it easier to call libhb...
2010-05-23 jstebbinsadd ability to probe for existance of headers and libra...
2010-05-22 jstebbinsadd strtok_r to ports.c for mingw
2010-05-20 dynaflashSupport for reading VOB subtitle tracks from file input...
2010-05-13 jstebbinsallow mono mixdown with lame encoder
2010-05-04 dynaflashUniversal Text Subtitle Support Initial Implementation
2010-04-25 jstebbinsbump ffmpeg to rev 22950
2010-04-25 jstebbinsget rid of extry CR at end of hb_log message
2010-04-25 jstebbinsfix qdm2 audio decoding
2010-04-24 jstebbinsmake count of video frames encoded logging accurate.
2010-04-24 jstebbinsfix decoding of qtrle codec and possibly others
2010-04-24 jstebbinsmake sure HB_STATE_WORKING always gets set for a job
2010-04-24 jstebbinsadd test to ensure that ffmpeg's reported audio layout...
2010-04-22 jstebbinsfix fps logging when there is no audio track.
2010-04-21 jstebbinsfix a problem with point-to-point (and live preview...
2010-04-20 jstebbinsspeed up main feature search in most circumstances
2010-04-20 jstebbinsadd dvd main feature title detection
2010-04-19 jstebbinsfix an error in the tmp array size of hb_layout_remap
2010-04-17 jstebbinsfix some dvdnav hangs
2010-04-17 sr55revert last checkin
2010-04-17 sr55remove libgcc... dll from zip package creation as it...
2010-04-14 dynaflashx264 bump from r1523 to r1538
2010-04-10 jstebbinsfix some mingw warnings and a mingw build issue
2010-04-07 jstebbinsfix audio clipping when downmixing and output codec...
2010-04-05 jstebbinsgeneralize audio channel map reordering
2010-04-05 sr55small error in the last change. Missed a comman in...
2010-04-05 sr55libgcc is no longer needed. Thanks to golgol7777 for...
2010-04-03 jstebbinsfix silence insertion problem in audio sync and pipelin...
2010-04-03 jstebbinsfix stupid error in my last commit
next