summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* fix mkv muxing. eddyg forgot to add a break in a switch he modified.jstebbins2009-05-041-0/+1
* LinGui: preview changesjstebbins2009-05-041-30/+9
* Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl...eddyg2009-05-049-26/+2844
* Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...eddyg2009-05-047-145/+163
* - minor code cleanup - use x264_nal_t.i_type instead of buffer+offset&mask.konablend2009-05-031-5/+13
* - encx264 sets HB_FRAME_REF to expose ref/non-ref frame status to muxer.konablend2009-05-032-11/+72
* - Move frame rate code from sync to the end of render so it can account for ...van2009-05-025-134/+230
* MacGui: Custom Anamorphic initial implementation (experimental) and pic setti...dynaflash2009-05-011-22/+25
* dvdnav: improve title scanningjstebbins2009-05-017-176/+311
* dvdnav: fix problem with vm entering stopped statejstebbins2009-04-292-0/+65
* add libdvdnav supportjstebbins2009-04-279-61/+1367
* Leave video tracks on the 90KHz MPEG timebase so we don't end up with constan...van2009-04-231-66/+39
* - Get rid of deadlock that would halt processing some mkv files.van2009-04-211-90/+224
* bump libmp4v2 r224 ->r286; chunk duration; tags; cover-artkonablend2009-04-213-105/+120
* libhb: set min:max key intervals ratio to 1:10 of fpskonablend2009-04-181-4/+12
* LinGui: disable DTS passthru option for MP4 file outputjstebbins2009-04-181-1/+1
* Enable DTS passthru for matroska containerjstebbins2009-04-186-34/+88
* This patch adds mingw32 cross-compilation support to HandBrake trunk tokonablend2009-04-149-22/+79
* Make MULTIPLE_MOD handle mod 1 correctlyjstebbins2009-04-131-1/+1
* Don't crash during scan when a DVD contains an invalid PTT or PGC index. (Bug...van2009-04-121-0/+10
* Fix botched r2256 as suggested by forum user greed in post http://forum.handb...van2009-04-051-31/+31
* Fix frame rate calculation for ffmpeg 0.5 - h.264 rate is now in fields per s...van2009-04-011-0/+6
* Adds a job->frame_to_stop variable similar to the existing pts_to_stop parame...jbrjake2009-03-312-0/+23
* Flush frames from the delay queue in render. This should add an extra couple ...jbrjake2009-03-311-4/+36
* Remove unneeded preview files at the beginning of a scan.jstebbins2009-03-272-3/+44
* Cygwin: updated patch to support faac-1.26 -> 1.28 bump.konablend2009-03-201-4/+0
* Another minor step on the way back to Solaris compiles - not linking as yet.eddyg2009-03-202-2/+4
* Ports tritical's EEDI2 deinterlacing interpolator from AviSynth and implement...jbrjake2009-03-193-69/+2432
* Detect bogus cell start and last addresses while scanning each title so we do...van2009-03-111-0/+31
* Fix CPU count detection on OSX.saintdev2009-03-111-1/+1
* Clean up CPU count detection.saintdev2009-03-111-54/+55
* BuildSystem: initial _skeleton_ asm support for libhb.konablend2009-03-102-3/+43
* BuildSystem: general, configure and Xcode updates.konablend2009-03-083-6/+5
* reorder some calculations in hb_set_anamorphic_size so that the heightjstebbins2009-03-041-6/+12
* BuildSystem:konablend2009-03-031-0/+5
* BuildSystem:konablend2009-03-031-0/+1
* BuildSystem:konablend2009-03-021-1/+8
* Re-enable libswscale accurate rounding on x86_64.saintdev2009-03-022-8/+2
* BuildSystem:konablend2009-03-021-0/+1
* BuildSystem: conversion from jam-based to make-based system.konablend2009-03-0112-155/+120
* Don't truncate RF/QP values down to integers when displaying job config. Stil...jbrjake2009-02-231-1/+1
* Allows direct setting of job->vquality from interfaces in the native QP scale...jbrjake2009-02-102-5/+21
* only mark first audio track as default in mkv.jstebbins2009-02-071-0/+4
* AC3 dynamic range compression changes. 0 now means a null DRC function. 1 rem...jbrjake2009-02-052-3/+10
* With live preview decmpeg2 can be running more than once simultaneously, so t...jbrjake2009-02-051-25/+25
* Don't let an invalid PES header length (from a corrupted packet) cause us to ...van2009-01-281-8/+9
* Organizes anamorphic parameters in a struct, requiring some minor search and ...jbrjake2009-01-2611-118/+179
* Update libmkv and start writing mkv tags, no artwork as yet - haven't had tim...eddyg2009-01-201-0/+14
* Don't resync based on subtitles since their average duration is meaningless.van2009-01-151-12/+43
* Add importing of ffmpeg input chapters.ritsuka2009-01-142-8/+33