OSDN Git Service

Fix PFR issue where there are different number of frames in 1st and 2nd pass.
[handbrake-jp/handbrake-jp-git.git] / libhb / muxmp4.c
2010-10-23 jstebbinsclean up crufty legacy code
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-04 jstebbinsAdd ac3 encoding
2010-05-30 jstebbinspreserve vobsub palette, width, and height from mkv...
2010-05-24 jstebbinsadd support for Nero vobsubs in mp4
2010-03-14 jstebbinsimprove lame audio quality by using ABR mode and disabl...
2010-02-06 jstebbinsuse DTS generated by x264 when computing duration and...
2009-10-02 ritsukaAlign the subtitles at the bottom on iPod Classic/Nano.
2009-09-28 eddygRemove tx3g -1 bias for bold and underline, was part...
2009-09-28 eddygFix soft sub tx4g markup to count multi-chr utf8 chrs...
2009-06-30 eddygFix subtitle markup memory leak
2009-06-30 eddygChanged a log -> deep_log for markup processing.
2009-06-30 eddygAdd markup for MP4 Subtitles
2009-06-25 konablend- cleanup gcc format warnings showing up on linux 64-bit
2009-06-18 jstebbinslibhb: for mp4 soft subtitles, mark the default_track...
2009-06-02 jstebbinssoftsubtitles:
2009-05-23 konablend- bump to mp4v2-trunk-r349.
2009-05-08 ritsuka- Fixed the size for tx3g samples in muxmp4.c I forgot...
2009-05-08 eddygFix timestamps on CC's they are now 100% ready and...
2009-05-07 eddygCombine multiple CC lines into one, trimming whitespace...
2009-05-07 ritsukaSoft Subtitle Support in the MP4 Muxer.
2009-05-06 eddygMinor change in sub printing
2009-05-06 jstebbinssubtitle muxing:
2009-05-06 eddygFix Closed Caption start/stop times, switched to SRT...
2009-05-06 eddygPush an EOF onto the subtitle fifos from the reader...
2009-05-05 eddygRewrite pass-through timestamps in sync, put on subtitl...
2009-05-04 eddygSoft Subs Part 2: Auto-detect CC during scan, add CC...
2009-05-03 konablend- encx264 sets HB_FRAME_REF to expose ref/non-ref frame...
2009-04-23 vanLeave video tracks on the 90KHz MPEG timebase so we...
2009-04-21 konablendbump libmp4v2 r224 ->r286; chunk duration; tags; cover-art
2009-03-01 konablendBuildSystem: conversion from jam-based to make-based...
2009-01-26 jbrjakeOrganizes anamorphic parameters in a struct, requiring...
2009-01-12 ritsukah.264 i frame shouldn't be marked as sync sample.
2009-01-11 ritsukaAlways use the track samplerate as the timescale for...
2009-01-11 ritsukaRemove some unused variables
2009-01-11 jbrjakeBumps mp4v2 to r224
2008-12-02 eddygAdd metadata support to libhb, add importing of MP4...
2008-10-29 eddygETSI TS 102 366 V1.2.1 compliant AC3 in MP4, replaces...
2008-10-22 jbrjakeBumps libmp4v2 to r36, which fixes the problem with...
2008-10-19 jbrjakeAdds a configuration option for whether the COLR atom...
2008-10-15 jbrjakeBumps libmp4v2 to r21, which fixes that include issue...
2008-10-15 jbrjakeSwitches from mpeg4ip's copy of libmp4v2 to an independ...
2008-10-11 jbrjakeOnly associate audio tracks with an alternate group...
2008-10-10 eddygCLI: Add support for naming audio tracks to the HandBra...
2008-10-09 jbrjakeAfter discussion with eddyg, extending verbose logging...
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-06-26 saintdevFix a crash when using mp4 and no audio tracks.
2008-06-18 van - Add COLR atom support to mpeg4ip
2008-04-25 van - Don't allow chapter durations to go negative (since...
2008-04-15 jbrjakeSaearch & Replace domain names to move from .m0k.org...
2008-04-04 vanMinor chapter cleanups.
2008-04-01 saintdevNew internal audio handling.
2008-02-25 vanDon't allow negative durations. These shouldn't happen...
2008-02-21 saintdevFormatting: Remove a lot of trailing whitespace.
2008-02-17 ritsukaRemove the transformation matrix, and use the width...
2008-02-17 jbrjakeSignal anamorphic in the MP4 container though the pixel...
2008-02-16 eddygAllow mac gui to select AC-3 + AAC at the same time...
2008-02-14 jbrjakeReverts 1262, since, duh, sample size != sample duration.
2008-02-14 jbrjakeCalculate AC3-in-M4V frame sizes based on channel count...
2008-02-14 eddygAC3 from DVD via HB converted to M4V for viewing on ATV
2008-01-22 vanaccount for quantization bias when computing durations...
2008-01-19 ritsukaSet the alternate group for the audio tracks. Does...
2008-01-06 vanApply same edit to chapter track as to video track...
2008-01-04 jbrjakeFill in the "Encoded By:" tag in MP4 files with "HandBr...
2007-12-29 jbrjakeFixes a typo in MP4 chapter marker durations. Thanks...
2007-12-28 jbrjakeBetter b-frame muxing. Instead of using an arbitrarily...
2007-11-28 jbrjakeGives the CLI a separate option for adding the iPod...
2007-11-21 jbrjakeOptimize MP4 files for HTTP streaming (on the CLI it...
2007-11-10 jbrjakeFirst attempt at variable frame rate detelecining for...
2007-10-16 jbrjakeThis patch from superdump lets muxmp4.c set a Height...
2007-08-27 eddygAdded rudimentory error handling to HB. Instead of...
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-04-26 saintdevVarious fixes:
2007-04-25 dynaflashFix Previous Bad commit for Cyanders Chapter Markers
2007-04-17 clee64-bit data atoms break some consumer devices. We need...
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-04 jbrjakeOoops. Restores xvid-in-mp4 functionality, which I...
2007-03-30 jbrjakeH.264 B-frame muxing for MP4, including B-pyramids...
2007-03-26 saintdevKeep the language id for each audio track when using...
2007-03-23 maurjAdded chapter markers in a chapter text track in mp4...
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-06 johnallenRapidSVN commited changes to files I did not want commi...
2007-01-06 johnallenadded Doxyfile, config file for doxygen
2006-09-30 rhesterHandBrake 0.7.1a1
2006-04-17 titerMerge from avformat branch
2006-03-16 titerStructural changes, in order to eventually be able...
2006-02-24 titer Preparing 0.7.1
2006-01-14 rootHandBrake 0.7.0