summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
Commit message (Expand)AuthorAgeFilesLines
* Excises xvid from libhb because it's not worthy. Having two different MPEG-4 ...jbrjake2009-05-261-4/+2
* - Add CoreAudio AAC as one of the encoder on Mac OS X.ritsuka2009-05-231-0/+2
* mkv soft subtitle supportjstebbins2009-05-191-1/+4
* Change CC608 decoder to be its own threadeddyg2009-05-071-3/+4
* subtitle muxing: jstebbins2009-05-061-0/+1
* VOBSUB encoder skeleton for use with mkv VOBSUB pass-througheddyg2009-05-061-0/+2
* Rewrite pass-through timestamps in sync, put on subtitle->fifo_out for muxing...eddyg2009-05-051-1/+2
* Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl...eddyg2009-05-041-2/+3
* Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...eddyg2009-05-041-5/+7
* - Move frame rate code from sync to the end of render so it can account for ...van2009-05-021-3/+1
* dvdnav: improve title scanningjstebbins2009-05-011-0/+2
* add libdvdnav supportjstebbins2009-04-271-0/+2
* bump libmp4v2 r224 ->r286; chunk duration; tags; cover-artkonablend2009-04-211-1/+0
* This patch adds mingw32 cross-compilation support to HandBrake trunk tokonablend2009-04-141-0/+14
* Make MULTIPLE_MOD handle mod 1 correctlyjstebbins2009-04-131-1/+1
* Adds a job->frame_to_stop variable similar to the existing pts_to_stop parame...jbrjake2009-03-311-0/+1
* Organizes anamorphic parameters in a struct, requiring some minor search and ...jbrjake2009-01-261-4/+12
* Get previews from H.264 content even if it's missing IDR frames (e.g., NZ TV ...van2009-01-101-0/+4
* More code to deal with the flakey streams from NZ TV. They like to change the...van2008-12-051-2/+0
* Add metadata support to libhb, add importing of MP4 metadata, add export of M...eddyg2008-12-021-0/+17
* Adds two new parameters to hb_scan, to control the number of preview frames g...jbrjake2008-11-301-1/+2
* - add John A. Stebbins' changes to handle TrueHD and DTS-HD multiplexed stre...van2008-11-251-1/+1
* libhb support for live previewjstebbins2008-11-111-0/+8
* ETSI TS 102 366 V1.2.1 compliant AC3 in MP4, replaces older hacked version th...eddyg2008-10-291-0/+4
* Added support for extracting the audio and subtitle types and adding those to...eddyg2008-10-231-0/+2
* Adds a configuration option for whether the COLR atom and h.264 VUI header sh...jbrjake2008-10-191-0/+1
* Makes sure loose anamorphic respects max width and height settings, and remov...jbrjake2008-10-181-1/+1
* CLI: Add support for naming audio tracks to the HandBrakeCLI, thanks to LePet...eddyg2008-10-101-0/+1
* - Only do 'lost PCR' checks (r1712) when we're dealing with something that c...van2008-10-031-1/+2
* - change aspect from a scaled int to a double so we can handle the widervan2008-08-081-2/+2
* Splits the display of job settings off from the actual work of beginning of a...jbrjake2008-08-011-0/+5
* Adds a job->cfr boolean to indicate "encode this with a constant frame rate" ...jbrjake2008-06-051-11/+16
* Keep track of the input pixel aspect ratio as well as the output one. Hopeful...jbrjake2008-06-041-0/+4
* - support blu-ray, avchd & dvb x264van2008-05-311-2/+46
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96...jbrjake2008-05-291-0/+1
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* Fixes for different number of frames between pass 1 & 2, missing frames at en...van2008-04-131-0/+1
* New internal audio handling.saintdev2008-04-011-103/+111
* = Adds an hb_detect_comb() function that indicates whether or not a frame sho...jbrjake2008-03-231-0/+1
* Theora.saintdev2008-03-201-0/+2
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-10/+10
* Allow mac gui to select AC-3 + AAC at the same time, still needs CLI work for...eddyg2008-02-161-0/+7
* MacGui: Queue Update - thanks travistexdynaflash2007-12-171-0/+1
* MPEG-2 stream reading fixes for missing audio, multiple audio tracks, languag...jbrjake2007-12-131-3/+0
* Adds extra, user-selectable dynamic range compression to the liba52 interface...jbrjake2007-12-081-0/+1
* Gives the CLI a separate option for adding the iPod UUID atom to mp4 files, i...jbrjake2007-11-281-0/+1
* Optimize MP4 files for HTTP streaming (on the CLI it's -O or --optimize).jbrjake2007-11-211-1/+1
* First attempt at variable frame rate detelecining for NTSC video sources.jbrjake2007-11-101-1/+2
* "Loose" anamorphic:jbrjake2007-10-161-0/+2
* Added buffer management and changed fifo sizes. Changed job->subtitle_scan to...eddyg2007-09-111-1/+1