summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* - 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
* ffmpeg requires framerate num/den to be reducable to 16 bit quanitites forjstebbins2008-09-301-2/+28
* Zero out the mask bitmap properly in decomb. Thanks for finding this and prov...jbrjake2008-09-301-1/+1
* Update ffmpeg from version r14737 to r15462.eddyg2008-09-291-1/+1
* Wait until 4 frames are stashed in the delay_queue before outputting any fram...jbrjake2008-09-291-2/+1
* Don't display a mixdown in the job settings for passthrough audio tracks.jbrjake2008-09-291-4/+7
* Now that the interfaces don't set job->vfr to 1 unless detelecine is enabled,...jbrjake2008-09-261-28/+8
* Sets the default QP of deblock to 5 instead of 0. This way the filter actuall...jbrjake2008-09-241-1/+1
* Spit out the average encoding speed in the verbose log at the end of a job.jbrjake2008-09-191-0/+6
* Bring libhb in line with x264's new default subme level of 6.jbrjake2008-09-191-3/+0
* Threaded decomb filter. Folds in eddyg's threaded yadif from r1628 and also a...jbrjake2008-09-191-37/+435
* Filter timestamps to prevent missing/incorrect Transport Stream PCRs messing ...van2008-09-171-0/+19
* Bug fix to r1691: had the offsets for PTS & DTS reversed so we were trying to...van2008-09-161-7/+7
* Another bug fix in the per-stream timing code: If the clock reference changes...van2008-09-161-7/+29
* Fix a couple problem exposed through some valgrind testing. use of freedjstebbins2008-09-152-3/+7
* If we always sort timestamps we can't detect & correct misordering caused by ...van2008-09-151-16/+26
* The difference of two timestamps referenced to different clocks is a random n...van2008-09-151-5/+7
* HD Home Run seems to strip the PCR from some streams (which makes HB refuse t...van2008-09-121-6/+29
* check return value of opendir in hb_close. hb_close was segfaulting whenjstebbins2008-09-111-9/+12
* Various fixes for ffmpeg input files (mp4, avi, mkv, etc.):van2008-09-113-185/+331
* - get rid of another deadlock: if there were more than 64 audio frames befor...van2008-09-051-7/+16
* Change buffer reuse policy to MRU to hopefully improve cache and VM performance.eddyg2008-08-292-1/+39
* fix subtitle indepth scan abort & hang.van2008-08-192-4/+8
* The per-stream timing changes (r1570) make the overall timing depend on which...van2008-08-181-7/+3
* - To reliably find audio in 720p or 1080i TS streams we need to search throu...van2008-08-181-5/+18
* Don't crash when the user specifies audio tracks that don't exist from the Ha...eddyg2008-08-181-2/+7
* - patch a reference picture leak in ffmpeg/libavcodec/mpegvideo.c that cause...van2008-08-182-10/+22
* Code comment clean-up, mostly to clarify the difference between the prev and ...jbrjake2008-08-141-8/+11
* Threaded yadif deinterlacer. Will split the YUV frames up into horizontal seg...eddyg2008-08-131-23/+225
* Sorry - just fix the indentation in 1626 that Xcode stuffed up.eddyg2008-08-121-3/+3
* Don't crash HB when the video decoder (MPEG2 or ffmpeg) doesn't understand th...eddyg2008-08-121-1/+10
* Removes hard tabs from detelecine.c as a first step towards documenting it.jbrjake2008-08-101-368/+368
* Make sure we never return an unitialized buffer chain to work_loop.van2008-08-091-0/+2
* - change aspect from a scaled int to a double so we can handle the widervan2008-08-088-83/+94
* Don't obey maxWidth and maxHeight settings when using strict anamorphic.jbrjake2008-08-061-18/+17
* Splits the display of job settings off from the actual work of beginning of a...jbrjake2008-08-014-73/+237
* Fix two problems that would cause HB to hang in the muxer whenever the input ...van2008-07-303-54/+37
* Don't lose our existing buffer chain when nal_encode returns NULL.van2008-07-291-10/+16
* Fix subtitle scan to work with new stream eof logic.van2008-07-262-7/+6
* Use PTS, not DTS, in encx264 output frames so we don't have to special-case i...van2008-07-264-83/+49
* - in encx264, if an video frame is larger than init_delay split it into piec...van2008-07-2617-382/+520
* Libhb:sr552008-07-201-24/+172
* libhb:sr552008-07-201-149/+80
* Get rid of excessive video & audio drops on some content by implementing the ...van2008-07-163-34/+118
* Much improved decomb filter. Totally different algorithm, with a temporal ele...jbrjake2008-07-111-291/+352
* Fix mkv A/V sync problem created by R1542.van2008-07-081-2/+14
* Change HandBrake from using the libsamplerate linear interpolator for resampl...eddyg2008-07-061-1/+1
* Cropping fix for matted content that has a border top & bottom (rather than j...van2008-07-041-14/+38
* Added Paul Kendalls ffmpeg AAC-LATM codec. Allows HB to decode AAC-LATMeddyg2008-07-021-1/+1