summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Found the ffmpeg initialization problem with VC-1 video. jstebbins2008-12-032-12/+115
* - allow titles with video but no audio.van2008-12-021-9/+4
* I suspect that eddyg's r1987 didn't really want to totally break transport an...van2008-12-021-0/+5
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1991 b64f7644-9d1e-0410-96...sr552008-12-021-1/+1
* Add metadata support to libhb, add importing of MP4 metadata, add export of M...eddyg2008-12-0211-128/+460
* Fix one massively stupid & one moderately stupid bug I introduced into the DT...van2008-11-301-2/+21
* Adds two new parameters to hb_scan, to control the number of preview frames g...jbrjake2008-11-306-30/+52
* Don't allow multiple decodes of the same ffmpeg audio stream. Because ffmpeg ...van2008-11-291-4/+22
* Fix 5.1 channels map for vorbis.ritsuka2008-11-271-6/+19
* - add John A. Stebbins' changes to handle TrueHD and DTS-HD multiplexed stre...van2008-11-256-370/+401
* - get rid of an unnecessary seek that was messing up either mkv or vc1 decod...van2008-11-191-2/+16
* Don't abort when the ffmpeg vc1 decoder hands us a bogus packet sizevan2008-11-181-0/+7
* - search for IDR frames in blu-ray (m2ts) inputs so we get useful previewsvan2008-11-161-5/+35
* fix pmt processingjstebbins2008-11-111-14/+24
* libhb support for live previewjstebbins2008-11-113-29/+65
* Bumps libtheora to 1.0 final and fixes a small problem with r1905's chroma ro...jbrjake2008-11-091-1/+1
* Hack to make VC1 work: If we get a ts or m2ts with VC1 video, don't say we ha...van2008-11-091-0/+16
* If 'auto' audio output rate is selected and that results in an invalid rate f...van2008-11-091-0/+37
* Correct chroma size for raw video frames - width & height need to be rounded ...van2008-11-0813-29/+41
* - Always use HandBrake's DTS decoder rather than ffmpeg's even for inputs we...van2008-11-082-6/+23
* clean up picture allocation in hb_get_preview and fix minor picture corruptionjstebbins2008-11-071-9/+12
* Minor tweaks the job config display for the COLR atom: only show when not usi...jbrjake2008-11-011-9/+3
* Fix for mpeg content that changes size in the middle of a decode (such as Doc...van2008-10-301-17/+66
* ETSI TS 102 366 V1.2.1 compliant AC3 in MP4, replaces older hacked version th...eddyg2008-10-295-2/+123
* Get rid of the black frame & long silence at the beginning of avi & wmv files...van2008-10-261-0/+8
* If an input uses a different color space than YUV420 (for example DV video us...van2008-10-261-9/+49
* Added support for extracting the audio and subtitle types and adding those to...eddyg2008-10-233-5/+86
* This should fix the flickering line bugs with deinterlace and decomb. Yadif n...jbrjake2008-10-232-25/+120
* Bumps libmp4v2 to r36, which fixes the problem with QuickTime reading non-H.2...jbrjake2008-10-221-1/+1
* Ooops, I wanted height not width there.jbrjake2008-10-191-1/+1
* Adds a configuration option for whether the COLR atom and h.264 VUI header sh...jbrjake2008-10-194-3/+37
* Fix bug which prevented AC3 sync when only one AC3 packet was located in the ...eddyg2008-10-191-2/+3
* Adds a logging message to let the user know when a title is being ignored due...jbrjake2008-10-181-0/+1
* Minor tweak to how audio track names are displayed.jbrjake2008-10-181-2/+4
* Makes sure loose anamorphic respects max width and height settings, and remov...jbrjake2008-10-182-62/+12
* Don't announce when getting a bad AC3 sync, just silently look for two matchi...eddyg2008-10-161-3/+1
* Bumps libmp4v2 to r21, which fixes that include issue by folding the old 5.5G...jbrjake2008-10-153-3/+3
* Switches from mpeg4ip's copy of libmp4v2 to an independently-maintained one l...jbrjake2008-10-151-24/+9
* a52_syncinfo() returns garbage values sometimes, so when scanning a stream ch...eddyg2008-10-141-1/+17
* Only associate audio tracks with an alternate group if there's more than one ...jbrjake2008-10-111-6/+8
* Make DTS and HDMV DTS audio work in Transport and m2ts streams.van2008-10-111-8/+14
* CLI: Add support for naming audio tracks to the HandBrakeCLI, thanks to LePet...eddyg2008-10-104-9/+30
* libhb: Fix linux compilation. Only set the pthread mutex type on cygwin since...eddyg2008-10-101-0/+3
* After discussion with eddyg, extending verbose logging level 2 from just memo...jbrjake2008-10-099-23/+23
* Adds an hb_deep_log() function for multiple levels of debugging verbosity. Le...jbrjake2008-10-093-4/+49
* Change pthread mutex's to be explicitly NORMAL instead of relying on the defa...eddyg2008-10-061-1/+6
* Try to drive the stream timing off the audio stream(s) since audio has a pts ...van2008-10-051-4/+24
* Sanity check in encfaacClose or we'll abort on an illegal channel spec or sam...van2008-10-041-6/+23
* - Only do 'lost PCR' checks (r1712) when we're dealing with something that c...van2008-10-035-3/+19
* CygWin:sr552008-09-301-0/+4