| Commit message (Expand) | Author | Age | Files | Lines |
* | BuildSystem: | konablend | 2009-03-03 | 1 | -0/+5 |
* | BuildSystem: | konablend | 2009-03-03 | 1 | -0/+1 |
* | BuildSystem: | konablend | 2009-03-02 | 1 | -1/+8 |
* | Re-enable libswscale accurate rounding on x86_64. | saintdev | 2009-03-02 | 2 | -8/+2 |
* | BuildSystem: | konablend | 2009-03-02 | 1 | -0/+1 |
* | BuildSystem: conversion from jam-based to make-based system. | konablend | 2009-03-01 | 12 | -155/+120 |
* | Don't truncate RF/QP values down to integers when displaying job config. Stil... | jbrjake | 2009-02-23 | 1 | -1/+1 |
* | Allows direct setting of job->vquality from interfaces in the native QP scale... | jbrjake | 2009-02-10 | 2 | -5/+21 |
* | only mark first audio track as default in mkv. | jstebbins | 2009-02-07 | 1 | -0/+4 |
* | AC3 dynamic range compression changes. 0 now means a null DRC function. 1 rem... | jbrjake | 2009-02-05 | 2 | -3/+10 |
* | With live preview decmpeg2 can be running more than once simultaneously, so t... | jbrjake | 2009-02-05 | 1 | -25/+25 |
* | Don't let an invalid PES header length (from a corrupted packet) cause us to ... | van | 2009-01-28 | 1 | -8/+9 |
* | Organizes anamorphic parameters in a struct, requiring some minor search and ... | jbrjake | 2009-01-26 | 11 | -118/+179 |
* | Update libmkv and start writing mkv tags, no artwork as yet - haven't had tim... | eddyg | 2009-01-20 | 1 | -0/+14 |
* | Don't resync based on subtitles since their average duration is meaningless. | van | 2009-01-15 | 1 | -12/+43 |
* | Add importing of ffmpeg input chapters. | ritsuka | 2009-01-14 | 2 | -8/+33 |
* | h.264 i frame shouldn't be marked as sync sample. | ritsuka | 2009-01-12 | 1 | -1/+2 |
* | Always use the track samplerate as the timescale for audio tracks. This fixes... | ritsuka | 2009-01-11 | 1 | -2/+2 |
* | Remove some unused variables | ritsuka | 2009-01-11 | 1 | -10/+0 |
* | Bumps mp4v2 to r224 | jbrjake | 2009-01-11 | 1 | -5/+1 |
* | Get previews from H.264 content even if it's missing IDR frames (e.g., NZ TV ... | van | 2009-01-10 | 4 | -148/+176 |
* | - have to account for a non-zero start time when we're seeking in ffmpeg files. | van | 2008-12-13 | 1 | -13/+60 |
* | - try to determine the sample rate, channels, etc., of audio streams rather ... | van | 2008-12-13 | 1 | -12/+71 |
* | Consolidate all the ffmpeg-related includes into libhb/hbffmpeg.h then protot... | van | 2008-12-13 | 12 | -20/+22 |
* | Loosen tolerance on Program Stream SCR change - 100ms is too tight for an Eye... | van | 2008-12-12 | 1 | -1/+1 |
* | fix a threading issue with avcodec_open/close | jstebbins | 2008-12-12 | 7 | -16/+41 |
* | Don't reject MPEG PS files just because they're missing a SYS header (clips w... | van | 2008-12-11 | 1 | -7/+7 |
* | Improve duration calculation for transport streams. Streams that have | jstebbins | 2008-12-10 | 1 | -3/+5 |
* | If we don't get signed 16 bits samples from the audio decoder, convert to sig... | van | 2008-12-06 | 1 | -0/+37 |
* | fix some floating point rounding errors in aspect ratio calculations | jstebbins | 2008-12-05 | 2 | -4/+4 |
* | More code to deal with the flakey streams from NZ TV. They like to change the... | van | 2008-12-05 | 5 | -33/+18 |
* | libhb: | sr55 | 2008-12-04 | 1 | -1/+8 |
* | - validate frame sync the way the standard suggests (via checking the frame ... | van | 2008-12-04 | 2 | -97/+169 |
* | - Elementary streams that scan couldn't type as audio streams have to be com... | van | 2008-12-04 | 1 | -15/+56 |
* | 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 |