summaryrefslogtreecommitdiffstats
path: root/libhb/muxmp4.c
Commit message (Expand)AuthorAgeFilesLines
* preserve vobsub palette, width, and height from mkv and mp4 vobsub tracksjstebbins2010-05-301-1/+1
* add support for Nero vobsubs in mp4jstebbins2010-05-241-0/+73
* improve lame audio quality by using ABR mode and disabling joint stereo modejstebbins2010-03-141-1/+28
* use DTS generated by x264 when computing duration and offset in muxmp4jstebbins2010-02-061-20/+77
* Align the subtitles at the bottom on iPod Classic/Nano.ritsuka2009-10-021-1/+1
* Remove tx3g -1 bias for bold and underline, was part of testing, thanks to Ro...eddyg2009-09-281-2/+2
* Fix soft sub tx4g markup to count multi-chr utf8 chrs as one chr. Also merges...eddyg2009-09-281-7/+45
* Fix subtitle markup memory leakeddyg2009-06-301-5/+8
* Changed a log -> deep_log for markup processing.eddyg2009-06-301-1/+1
* Add markup for MP4 Subtitleseddyg2009-06-301-8/+223
* - cleanup gcc format warnings showing up on linux 64-bitkonablend2009-06-251-7/+7
* libhb: for mp4 soft subtitles, mark the default_track as enabled.jstebbins2009-06-181-0/+27
* softsubtitles:jstebbins2009-06-021-1/+1
* - bump to mp4v2-trunk-r349.konablend2009-05-231-11/+15
* - Fixed the size for tx3g samples in muxmp4.c I forgot to add the size of the...ritsuka2009-05-081-17/+22
* Fix timestamps on CC's they are now 100% ready and working. Thanks to j45 and...eddyg2009-05-081-3/+2
* Combine multiple CC lines into one, trimming whitespace, and adding proper la...eddyg2009-05-071-4/+11
* Soft Subtitle Support in the MP4 Muxer.ritsuka2009-05-071-6/+91
* Minor change in sub printingeddyg2009-05-061-1/+4
* subtitle muxing: jstebbins2009-05-061-40/+27
* Fix Closed Caption start/stop times, switched to SRT encoding including marku...eddyg2009-05-061-1/+1
* Push an EOF onto the subtitle fifos from the reader for DVD VOBSUBs and also ...eddyg2009-05-061-6/+16
* Rewrite pass-through timestamps in sync, put on subtitle->fifo_out for muxing...eddyg2009-05-051-32/+29
* Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl...eddyg2009-05-041-0/+32
* - encx264 sets HB_FRAME_REF to expose ref/non-ref frame status to muxer.konablend2009-05-031-11/+66
* Leave video tracks on the 90KHz MPEG timebase so we don't end up with constan...van2009-04-231-66/+39
* bump libmp4v2 r224 ->r286; chunk duration; tags; cover-artkonablend2009-04-211-10/+83
* BuildSystem: conversion from jam-based to make-based system.konablend2009-03-011-1/+1
* Organizes anamorphic parameters in a struct, requiring some minor search and ...jbrjake2009-01-261-3/+3
* h.264 i frame shouldn't be marked as sync sample.ritsuka2009-01-121-1/+2
* Always use the track samplerate as the timescale for audio tracks. This fixes...ritsuka2009-01-111-2/+2
* Remove some unused variablesritsuka2009-01-111-10/+0
* Bumps mp4v2 to r224jbrjake2009-01-111-5/+1
* Add metadata support to libhb, add importing of MP4 metadata, add export of M...eddyg2008-12-021-115/+43
* ETSI TS 102 366 V1.2.1 compliant AC3 in MP4, replaces older hacked version th...eddyg2008-10-291-2/+103
* Bumps libmp4v2 to r36, which fixes the problem with QuickTime reading non-H.2...jbrjake2008-10-221-1/+1
* Adds a configuration option for whether the COLR atom and h.264 VUI header sh...jbrjake2008-10-191-1/+12
* Bumps libmp4v2 to r21, which fixes that include issue by folding the old 5.5G...jbrjake2008-10-151-1/+1
* Switches from mpeg4ip's copy of libmp4v2 to an independently-maintained one l...jbrjake2008-10-151-24/+9
* Only associate audio tracks with an alternate group if there's more than one ...jbrjake2008-10-111-6/+8
* CLI: Add support for naming audio tracks to the HandBrakeCLI, thanks to LePet...eddyg2008-10-101-8/+26
* After discussion with eddyg, extending verbose logging level 2 from just memo...jbrjake2008-10-091-3/+3
* Use PTS, not DTS, in encx264 output frames so we don't have to special-case i...van2008-07-261-33/+38
* - in encx264, if an video frame is larger than init_delay split it into piec...van2008-07-261-33/+19
* Fix a crash when using mp4 and no audio tracks.saintdev2008-06-261-4/+10
* - Add COLR atom support to mpeg4ipvan2008-06-181-0/+18
* - Don't allow chapter durations to go negative (since durations are unsigned...van2008-04-251-2/+21
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* Minor chapter cleanups.van2008-04-041-7/+15
* New internal audio handling.saintdev2008-04-011-20/+28