| Commit message (Expand) | Author | Age | Files | Lines |
* | Found the ffmpeg initialization problem with VC-1 video. | jstebbins | 2008-12-03 | 2 | -12/+115 |
* | - allow titles with video but no audio. | van | 2008-12-02 | 1 | -9/+4 |
* | I suspect that eddyg's r1987 didn't really want to totally break transport an... | van | 2008-12-02 | 1 | -0/+5 |
* | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1991 b64f7644-9d1e-0410-96... | sr55 | 2008-12-02 | 1 | -1/+1 |
* | Add metadata support to libhb, add importing of MP4 metadata, add export of M... | eddyg | 2008-12-02 | 11 | -128/+460 |
* | Fix one massively stupid & one moderately stupid bug I introduced into the DT... | van | 2008-11-30 | 1 | -2/+21 |
* | Adds two new parameters to hb_scan, to control the number of preview frames g... | jbrjake | 2008-11-30 | 6 | -30/+52 |
* | Don't allow multiple decodes of the same ffmpeg audio stream. Because ffmpeg ... | van | 2008-11-29 | 1 | -4/+22 |
* | Fix 5.1 channels map for vorbis. | ritsuka | 2008-11-27 | 1 | -6/+19 |
* | - add John A. Stebbins' changes to handle TrueHD and DTS-HD multiplexed stre... | van | 2008-11-25 | 6 | -370/+401 |
* | - get rid of an unnecessary seek that was messing up either mkv or vc1 decod... | van | 2008-11-19 | 1 | -2/+16 |
* | Don't abort when the ffmpeg vc1 decoder hands us a bogus packet size | van | 2008-11-18 | 1 | -0/+7 |
* | - search for IDR frames in blu-ray (m2ts) inputs so we get useful previews | van | 2008-11-16 | 1 | -5/+35 |
* | fix pmt processing | jstebbins | 2008-11-11 | 1 | -14/+24 |
* | libhb support for live preview | jstebbins | 2008-11-11 | 3 | -29/+65 |
* | Bumps libtheora to 1.0 final and fixes a small problem with r1905's chroma ro... | jbrjake | 2008-11-09 | 1 | -1/+1 |
* | Hack to make VC1 work: If we get a ts or m2ts with VC1 video, don't say we ha... | van | 2008-11-09 | 1 | -0/+16 |
* | If 'auto' audio output rate is selected and that results in an invalid rate f... | van | 2008-11-09 | 1 | -0/+37 |
* | Correct chroma size for raw video frames - width & height need to be rounded ... | van | 2008-11-08 | 13 | -29/+41 |
* | - Always use HandBrake's DTS decoder rather than ffmpeg's even for inputs we... | van | 2008-11-08 | 2 | -6/+23 |
* | clean up picture allocation in hb_get_preview and fix minor picture corruption | jstebbins | 2008-11-07 | 1 | -9/+12 |
* | Minor tweaks the job config display for the COLR atom: only show when not usi... | jbrjake | 2008-11-01 | 1 | -9/+3 |
* | Fix for mpeg content that changes size in the middle of a decode (such as Doc... | van | 2008-10-30 | 1 | -17/+66 |
* | ETSI TS 102 366 V1.2.1 compliant AC3 in MP4, replaces older hacked version th... | eddyg | 2008-10-29 | 5 | -2/+123 |
* | Get rid of the black frame & long silence at the beginning of avi & wmv files... | van | 2008-10-26 | 1 | -0/+8 |
* | 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 |