OSDN Git Service

CLI: SubRip Subtitle import
[handbrake-jp/handbrake-jp-git.git] / libhb / hb.c
2009-06-23 eddygCLI: SubRip Subtitle import
2009-06-21 eddygMoved --native-langauge processing from libhb to the...
2009-06-20 konablendUse new appcast URL nameing scheme for HandBrakeCLI...
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-02 konablendFFMPEG.
2009-06-02 jstebbinssoftsubtitles:
2009-05-26 jbrjakeExcises xvid from libhb because it's not worthy. Having...
2009-05-23 ritsuka- Add CoreAudio AAC as one of the encoder on Mac OS X.
2009-05-07 eddygChange CC608 decoder to be its own thread
2009-05-06 eddygVOBSUB encoder skeleton for use with mkv VOBSUB pass...
2009-05-04 jstebbinsLinGui: preview changes
2009-05-04 eddygStage 1 Soft Subtitle Support - Allow multiple subtitle...
2009-05-01 dynaflashMacGui: Custom Anamorphic initial implementation (exper...
2009-03-27 jstebbinsRemove unneeded preview files at the beginning of a...
2009-03-04 jstebbinsreorder some calculations in hb_set_anamorphic_size...
2009-03-02 saintdevRe-enable libswscale accurate rounding on x86_64.
2009-03-01 konablendBuildSystem: conversion from jam-based to make-based...
2009-01-26 jbrjakeOrganizes anamorphic parameters in a struct, requiring...
2008-12-13 vanConsolidate all the ffmpeg-related includes into libhb...
2008-12-12 jstebbinsfix a threading issue with avcodec_open/close
2008-12-05 jstebbinsfix some floating point rounding errors in aspect ratio...
2008-12-02 eddygAdd metadata support to libhb, add importing of MP4...
2008-11-30 jbrjakeAdds two new parameters to hb_scan, to control the...
2008-11-07 jstebbinsclean up picture allocation in hb_get_preview and fix...
2008-10-18 jbrjakeMakes sure loose anamorphic respects max width and...
2008-10-09 jbrjakeAdds an hb_deep_log() function for multiple levels...
2008-09-11 jstebbinscheck return value of opendir in hb_close. hb_close...
2008-08-18 vanThe per-stream timing changes (r1570) make the overall...
2008-08-18 van - patch a reference picture leak in ffmpeg/libavcodec...
2008-08-08 van - change aspect from a scaled int to a double so we...
2008-06-04 jbrjakeFixes loose anamorphic
2008-06-04 jbrjakeKeep track of the input pixel aspect ratio as well...
2008-05-31 van- support blu-ray, avchd & dvb x264
2008-05-29 jbrjakegit-svn-id: svn://localhost/HandBrake/trunk@1471 b64f76...
2008-04-15 vanMove clock recovery code from reader to demuxmpeg so...
2008-04-13 vanFixes for different number of frames between pass 1...
2008-04-01 saintdevNew internal audio handling.
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 saintdevTheora.
2008-02-21 saintdevFormatting: Remove a lot of trailing whitespace.
2008-01-22 jbrjakeMaintains separate filter settings for each job. This...
2007-12-28 jbrjakeExtends hb_set_anamorphic_size() to make it possible...
2007-12-17 dynaflashMacGui: Queue Update - thanks travistex
2007-10-16 jbrjake"Loose" anamorphic:
2007-09-13 dynaflashReverts an errant checking for from rev 960
2007-09-13 saintdevjbrjake's loose pixel ratio patch.
2007-09-13 saintdevCast the flags passed to sws_getContext to a 16-bit...
2007-09-11 eddygAdded buffer management and changed fifo sizes. Changed...
2007-09-05 dynaflashMacGui: New Active Queue implementation courtesy of...
2007-09-05 superdump- Add the accurate rounding flag for software scaling...
2007-08-29 superdumpThese calls to free produce double free warnings. It...
2007-08-28 superdump- Roll back avpicture_alloc to malloc + avpicture_fill...
2007-08-24 dynaflashMacGui: Fix main window closing to it doesnt crash...
2007-08-21 eddygAdd Subtitle scanning for forced subtitles and normal...
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-01 jbrjakeImplements libswscale in HandBrake, giving it Lanczos...
2007-07-27 jbrjakePatch from huevos_rancheros to restore 2-pass functiona...
2007-07-26 jbrjakeNative language subtitle scan improvements. Thanks...
2007-07-20 jbrjakeThese hopefully-innocuous changes to hb.c should help...
2007-07-16 dynaflashMacGui: Active Queue Initial Implementation
2007-07-06 saintdevFixes to the CLI for forced subtitles, and Turbo.
2007-06-06 jbrjakeA big batch of patches from eddyg.
2007-05-19 awkgit-svn-id: svn://localhost/HandBrake/trunk@590 b64f764...
2007-05-02 maurjAdded support for DTS audio. DTS audio streams (of...
2007-04-15 cleeCleaning up some compiler warnings.
2007-03-31 saintdevFix about 156,199 bytes of leaked memory.
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-06 johnallenRapidSVN commited changes to files I did not want commi...
2007-01-06 johnallenadded Doxyfile, config file for doxygen
2006-04-17 titerMerge from avformat branch
2006-03-21 titerAdds presets for iPod/H.264 and iPod/MPEG-4 + small...
2006-03-16 titerAdded hb_init_express - makes the binary smaller. Still...
2006-01-14 rootHandBrake 0.7.0