OSDN Git Service

MacGui: Layout refinements courtesy of hawkman
[handbrake-jp/handbrake-jp-git.git] / libhb /
2007-08-15 jbrjakeLessens the brownpantsification effect from the DVD...
2007-08-14 jbrjakePrettier logging display for filters.
2007-08-14 jbrjakeUse hb_log for DVD: messages instead of printf.
2007-08-14 jbrjakeMoves the filters' logging info to work.c, adds paramet...
2007-08-14 jbrjakeAdds a log message informing the user of which filters...
2007-08-13 jbrjake"Same as source" changes. Old behavior: mark all NTSC...
2007-08-06 jbrjakePatch from eddyg for a much less cryptic hb_log message...
2007-08-06 jbrjakeDisplay thread IDs in hb_log messages with %x instead...
2007-08-01 jbrjakeImplements libswscale in HandBrake, giving it Lanczos...
2007-07-27 jbrjakePatch from huevos_rancheros to restore 2-pass functiona...
2007-07-27 sr55- Fix for issue in deinterlace.c where it would not...
2007-07-27 jbrjakeOops, fixes a typo I made in the libhb/Jamfile that...
2007-07-27 jbrjakeThis huge patch from huevos_rancheros ports a number...
2007-07-27 saintdevMatroska: Mark all tracks enabled.
2007-07-27 saintdevWe don't need to write end times for chapters, these...
2007-07-26 jbrjakeNative language subtitle scan improvements. Thanks...
2007-07-26 saintdevThis should finally fix the PS stream language without...
2007-07-26 saintdevChange Matroska timecode scale to be 1000000000 / 90000.
2007-07-25 jbrjakeThis patch from eddyg should help alleviate HandBrake...
2007-07-25 jbrjakeOk, this should fix compilation. Instead of using the...
2007-07-25 saintdevWe shouldn't assume that MPEG2-PS audio is English...
2007-07-24 jbrjakeMakes sure chapter markers get applied to the right...
2007-07-20 jbrjakeThese hopefully-innocuous changes to hb.c should help...
2007-07-16 saintdevSet MinCache to 1 if we're using x264 and b-frames.
2007-07-16 dynaflashMacGui: Active Queue Initial Implementation
2007-07-14 sr55Update makefile in libhb for libmkv
2007-07-14 saintdevFix AAC audio inside MKV container crash.
2007-07-14 saintdevMatroska muxer!
2007-07-13 saintdevMore accurate frame start/stop times for vorbis. This...
2007-07-08 saintdevOops, that's 'management_active', not 'managed'.
2007-07-07 saintdevvorbis: gracefully fail if encoder setup fails, and...
2007-07-06 saintdevFixes to the CLI for forced subtitles, and Turbo.
2007-07-04 awkImplement transport and program stream support. With...
2007-06-17 saintdevSwitch buf->key to buf->frametype which is a bitmask...
2007-06-13 jbrjakeFinally recommitting clee's patch from r518 to allow...
2007-06-12 jbrjakeDisables extra audio tracks so they don't all play...
2007-06-06 jbrjakeA big batch of patches from eddyg.
2007-05-19 awkgit-svn-id: svn://localhost/HandBrake/trunk@590 b64f764...
2007-05-09 jbrjakeRemoves thread limitation for iPod encoding. With x264...
2007-05-06 maurjUpdated the input channel layouts to store the source...
2007-05-04 maurjUpdated do_job() in work.c to remove any non-AC3 audio...
2007-05-04 maurjEnabled DTS channel mixdowns by moving to a more generi...
2007-05-02 jbrjakeTells x264 to use threads=cpus*1.5 instead of threads...
2007-05-02 maurjAdded support for DTS audio. DTS audio streams (of...
2007-04-26 saintdevVarious fixes:
2007-04-25 dynaflashFix Previous Bad commit for Cyanders Chapter Markers
2007-04-25 dynaflashCyanders Named Chapter Markers
2007-04-18 dynaflashAdd 384 kbps to Audio Bitrates selection for use with...
2007-04-18 maurjRemoved all references to the old job->surround variabl...
2007-04-17 cleeCleaning up the code a bit.
2007-04-17 clee64-bit data atoms break some consumer devices. We need...
2007-04-17 saintdevFix a major memory leak introduced in Nyx's bframe...
2007-04-16 cleeSuccessfully create MP4 files bigger than 4GB
2007-04-16 jbrjakePrevents a bus error at the end of muxing when b-frames...
2007-04-16 jbrjakeMuch better B-frame muxing frame-reordering. This will...
2007-04-15 cleeCleaning up some compiler warnings.
2007-04-12 dynaflashMacGui: Presets now utilize Audio Mixdowns Thanks maurj!
2007-04-12 maurjUpdated the Mac GUI to use the new audio mixdowns....
2007-04-11 maurjAdded libhb and CLI support for Dolby Pro Logic II...
2007-04-04 jbrjakeOoops. Restores xvid-in-mp4 functionality, which I...
2007-04-04 saintdevmaurj reported a double-free crash that I am unable...
2007-04-03 jbrjakeFix a bus error if b-pyramid is given as an x264 option...
2007-04-02 maurjAmended work.c to remember the number of source A52...
2007-04-02 saintdevOops, got a little to unalloc-happy. Fixes a crash.
2007-04-01 saintdevFix several MB of memory leaks in lame, and vorbis.
2007-03-31 saintdevFix about 156,199 bytes of leaked memory.
2007-03-30 jbrjakeH.264 B-frame muxing for MP4, including B-pyramids...
2007-03-27 maurjAmended the code comments about 6-channel and 1-channel...
2007-03-27 saintdev-6 channel surround for Vorbis/OGM. The channel mapping...
2007-03-26 saintdevKeep the language id for each audio track when using...
2007-03-24 dynaflashsaintdev's fix to correctly allocate bitrate for non...
2007-03-24 prigauxRemove all libquicktime things
2007-03-23 maurjAdded chapter markers in a chapter text track in mp4...
2007-03-21 maurjApplied and committed saintdev's patch to fix multi...
2007-03-18 jbrjakeReverts an hb_snooze call's length from 200 to 50,...
2007-03-18 dynaflashsaintdev's 64-bit deadlock fix
2007-03-13 dynaflashMacGui: Thinine's custom file size and x264 fix.
2007-03-06 prigauxMerge the 5.1 branch into the trunk.
2007-02-11 prigauxMerge the 0.8.0_mpeg4ip branch into the trunk
2007-01-14 johnallenadded call to av_log_set_level in hb_init_real based...
2007-01-09 johnallenRevert changes to threading sleep intervals.
2007-01-08 johnallenadded worker thread sleep throttling.
2007-01-07 johnallenDocumentation begins.
2007-01-07 johnallenadded HB_STATE_MUXING to hb_state_s and corresponding...
2007-01-06 johnallenRapidSVN commited changes to files I did not want commi...
2007-01-06 johnallenadded Doxyfile, config file for doxygen
2007-01-04 jbrjakeAdded CRF x264 rate control method to HBTest.
2007-01-03 (no author)Changes to make HandBrake build on Windows using the...
2006-12-16 (no author)HandBrake 0.7.1a2
2006-09-30 rhesterHandBrake 0.7.1a1
2006-05-03 titerAllow 32kHz audio output, updated build instructions.
2006-04-21 titer Fixed scanning of DVD folders
2006-04-20 titerUse the DVD name for the output file
2006-04-19 titerShow the name of the DVD instead of /dev/rdiskX
2006-04-17 titerImplemented audio and subtitle selection
2006-04-17 titerMerge from avformat branch
2006-03-21 titerAdds presets for iPod/H.264 and iPod/MPEG-4 + small...
2006-03-18 titer Simple threading change (~4% faster). Breaks pause...
2006-03-16 titerAdded hb_init_express - makes the binary smaller. Still...
2006-03-16 titerStructural changes, in order to eventually be able...
next