summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* 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
* h.264 i frame shouldn't be marked as sync sample.ritsuka2009-01-121-1/+2
* Always use the track samplerate as the timescale for audio tracks. This fixes...ritsuka2009-01-111-2/+2
* Remove some unused variablesritsuka2009-01-111-10/+0
* Bumps mp4v2 to r224jbrjake2009-01-111-5/+1
* Get previews from H.264 content even if it's missing IDR frames (e.g., NZ TV ...van2009-01-104-148/+176
* - have to account for a non-zero start time when we're seeking in ffmpeg files.van2008-12-131-13/+60
* - try to determine the sample rate, channels, etc., of audio streams rather ...van2008-12-131-12/+71
* Consolidate all the ffmpeg-related includes into libhb/hbffmpeg.h then protot...van2008-12-1312-20/+22
* Loosen tolerance on Program Stream SCR change - 100ms is too tight for an Eye...van2008-12-121-1/+1
* fix a threading issue with avcodec_open/closejstebbins2008-12-127-16/+41
* Don't reject MPEG PS files just because they're missing a SYS header (clips w...van2008-12-111-7/+7
* Improve duration calculation for transport streams. Streams that havejstebbins2008-12-101-3/+5
* If we don't get signed 16 bits samples from the audio decoder, convert to sig...van2008-12-061-0/+37
* fix some floating point rounding errors in aspect ratio calculationsjstebbins2008-12-052-4/+4
* More code to deal with the flakey streams from NZ TV. They like to change the...van2008-12-055-33/+18
* libhb:sr552008-12-041-1/+8
* - validate frame sync the way the standard suggests (via checking the frame ...van2008-12-042-97/+169