| Commit message (Expand) | Author | Age | Files | Lines |
* | If an input uses a different color space than YUV420 (for example DV video us... | van | 2008-10-26 | 1 | -9/+49 |
* | Added support for extracting the audio and subtitle types and adding those to... | eddyg | 2008-10-23 | 3 | -5/+86 |
* | This should fix the flickering line bugs with deinterlace and decomb. Yadif n... | jbrjake | 2008-10-23 | 2 | -25/+120 |
* | Bumps libmp4v2 to r36, which fixes the problem with QuickTime reading non-H.2... | jbrjake | 2008-10-22 | 1 | -1/+1 |
* | Ooops, I wanted height not width there. | jbrjake | 2008-10-19 | 1 | -1/+1 |
* | Adds a configuration option for whether the COLR atom and h.264 VUI header sh... | jbrjake | 2008-10-19 | 4 | -3/+37 |
* | Fix bug which prevented AC3 sync when only one AC3 packet was located in the ... | eddyg | 2008-10-19 | 1 | -2/+3 |
* | Adds a logging message to let the user know when a title is being ignored due... | jbrjake | 2008-10-18 | 1 | -0/+1 |
* | Minor tweak to how audio track names are displayed. | jbrjake | 2008-10-18 | 1 | -2/+4 |
* | Makes sure loose anamorphic respects max width and height settings, and remov... | jbrjake | 2008-10-18 | 2 | -62/+12 |
* | Don't announce when getting a bad AC3 sync, just silently look for two matchi... | eddyg | 2008-10-16 | 1 | -3/+1 |
* | Bumps libmp4v2 to r21, which fixes that include issue by folding the old 5.5G... | jbrjake | 2008-10-15 | 3 | -3/+3 |
* | Switches from mpeg4ip's copy of libmp4v2 to an independently-maintained one l... | jbrjake | 2008-10-15 | 1 | -24/+9 |
* | a52_syncinfo() returns garbage values sometimes, so when scanning a stream ch... | eddyg | 2008-10-14 | 1 | -1/+17 |
* | Only associate audio tracks with an alternate group if there's more than one ... | jbrjake | 2008-10-11 | 1 | -6/+8 |
* | Make DTS and HDMV DTS audio work in Transport and m2ts streams. | van | 2008-10-11 | 1 | -8/+14 |
* | CLI: Add support for naming audio tracks to the HandBrakeCLI, thanks to LePet... | eddyg | 2008-10-10 | 4 | -9/+30 |
* | libhb: Fix linux compilation. Only set the pthread mutex type on cygwin since... | eddyg | 2008-10-10 | 1 | -0/+3 |
* | After discussion with eddyg, extending verbose logging level 2 from just memo... | jbrjake | 2008-10-09 | 9 | -23/+23 |
* | Adds an hb_deep_log() function for multiple levels of debugging verbosity. Le... | jbrjake | 2008-10-09 | 3 | -4/+49 |
* | Change pthread mutex's to be explicitly NORMAL instead of relying on the defa... | eddyg | 2008-10-06 | 1 | -1/+6 |
* | Try to drive the stream timing off the audio stream(s) since audio has a pts ... | van | 2008-10-05 | 1 | -4/+24 |
* | Sanity check in encfaacClose or we'll abort on an illegal channel spec or sam... | van | 2008-10-04 | 1 | -6/+23 |
* | - Only do 'lost PCR' checks (r1712) when we're dealing with something that c... | van | 2008-10-03 | 5 | -3/+19 |
* | CygWin: | sr55 | 2008-09-30 | 1 | -0/+4 |
* | ffmpeg requires framerate num/den to be reducable to 16 bit quanitites for | jstebbins | 2008-09-30 | 1 | -2/+28 |
* | Zero out the mask bitmap properly in decomb. Thanks for finding this and prov... | jbrjake | 2008-09-30 | 1 | -1/+1 |
* | Update ffmpeg from version r14737 to r15462. | eddyg | 2008-09-29 | 1 | -1/+1 |
* | Wait until 4 frames are stashed in the delay_queue before outputting any fram... | jbrjake | 2008-09-29 | 1 | -2/+1 |
* | Don't display a mixdown in the job settings for passthrough audio tracks. | jbrjake | 2008-09-29 | 1 | -4/+7 |
* | Now that the interfaces don't set job->vfr to 1 unless detelecine is enabled,... | jbrjake | 2008-09-26 | 1 | -28/+8 |
* | Sets the default QP of deblock to 5 instead of 0. This way the filter actuall... | jbrjake | 2008-09-24 | 1 | -1/+1 |
* | Spit out the average encoding speed in the verbose log at the end of a job. | jbrjake | 2008-09-19 | 1 | -0/+6 |
* | Bring libhb in line with x264's new default subme level of 6. | jbrjake | 2008-09-19 | 1 | -3/+0 |
* | Threaded decomb filter. Folds in eddyg's threaded yadif from r1628 and also a... | jbrjake | 2008-09-19 | 1 | -37/+435 |
* | Filter timestamps to prevent missing/incorrect Transport Stream PCRs messing ... | van | 2008-09-17 | 1 | -0/+19 |
* | Bug fix to r1691: had the offsets for PTS & DTS reversed so we were trying to... | van | 2008-09-16 | 1 | -7/+7 |
* | Another bug fix in the per-stream timing code: If the clock reference changes... | van | 2008-09-16 | 1 | -7/+29 |
* | Fix a couple problem exposed through some valgrind testing. use of freed | jstebbins | 2008-09-15 | 2 | -3/+7 |
* | If we always sort timestamps we can't detect & correct misordering caused by ... | van | 2008-09-15 | 1 | -16/+26 |
* | The difference of two timestamps referenced to different clocks is a random n... | van | 2008-09-15 | 1 | -5/+7 |
* | HD Home Run seems to strip the PCR from some streams (which makes HB refuse t... | van | 2008-09-12 | 1 | -6/+29 |
* | check return value of opendir in hb_close. hb_close was segfaulting when | jstebbins | 2008-09-11 | 1 | -9/+12 |
* | Various fixes for ffmpeg input files (mp4, avi, mkv, etc.): | van | 2008-09-11 | 3 | -185/+331 |
* | - get rid of another deadlock: if there were more than 64 audio frames befor... | van | 2008-09-05 | 1 | -7/+16 |
* | Change buffer reuse policy to MRU to hopefully improve cache and VM performance. | eddyg | 2008-08-29 | 2 | -1/+39 |
* | fix subtitle indepth scan abort & hang. | van | 2008-08-19 | 2 | -4/+8 |
* | The per-stream timing changes (r1570) make the overall timing depend on which... | van | 2008-08-18 | 1 | -7/+3 |
* | - To reliably find audio in 720p or 1080i TS streams we need to search throu... | van | 2008-08-18 | 1 | -5/+18 |
* | Don't crash when the user specifies audio tracks that don't exist from the Ha... | eddyg | 2008-08-18 | 1 | -2/+7 |