OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / libhb /
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
2010-04-02 jstebbinsfix audio detection problem during scan of ffmpeg audio...
2010-04-02 jstebbinshandle YUV422P video in the mpeg2 decoder
2010-04-02 jstebbinsflush frames x264 has cached properly
2010-04-02 jstebbinswhen in cfr mode, tell x264 we are doing cfr and allow...
2010-04-02 jstebbinsdownmix support for ffmpeg audio sources
2010-04-01 jstebbinsfix a problem processing PS stream that look a lot...
2010-03-31 dynaflashlibhb: change the x264 header NAL array order from...
2010-03-27 jstebbinshandle bluray LPCM streams
2010-03-27 jstebbinsfix sporadic incorrect bitrate calculation of muxed...
2010-03-26 jstebbinsmake it possible to dynamically create and close multip...
2010-03-19 jstebbinsreduce mux interleave threshold more to prevent out...
2010-03-14 jstebbinsimprove lame audio quality by using ABR mode and disabl...
2010-03-13 jstebbinsextend search range for TS re-sync
next