summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Enable subtitle-scan to work when using Xvid as the encoder. Also checks retu...eddyg2008-07-011-10/+21
* - fix an error in the SCR calculation that would cause an extra frame to be ...van2008-06-305-10/+28
* If we always require a buffer to be available on every fifo we'll eventually ...van2008-06-301-3/+5
* Fix a crash when using mp4 and no audio tracks.saintdev2008-06-261-4/+10
* get the right version info when building with make on linuxjstebbins2008-06-231-2/+2
* Don't let cropping get fooled by dark content - make sure that we only crop a...van2008-06-231-16/+56
* Getting rid of dvd open failure error, it is not an error when eddyg2008-06-191-1/+4
* - Add COLR atom support to mpeg4ipvan2008-06-182-0/+35
* use same compile optimizations that a jam build usesjstebbins2008-06-181-1/+1
* Remove assert()s.saintdev2008-06-171-7/+0
* If we're using pass-through, copy the input bitrate/sample rate to the output.saintdev2008-06-171-4/+16
* No need to check the mixdown settings if pass-through is requested.saintdev2008-06-171-119/+122
* remove libhb.so from "all" target. It can't be build on x86_64 and nobody isjstebbins2008-06-151-1/+1
* New cropping algorithm - determine cropping rectangle from a median filter ru...van2008-06-121-43/+123
* - put the "find a usable frame rate" logic in the place that actually comput...van2008-06-121-3/+77
* Improve image quality for ffmpeg constant qualityjstebbins2008-06-081-4/+23
* Encode the initial H.264 NAL units for PPS and SPS, not just the ones during ...jbrjake2008-06-061-6/+5
* Adds a job->cfr boolean to indicate "encode this with a constant frame rate" ...jbrjake2008-06-052-12/+17
* Fixes loose anamorphicjbrjake2008-06-041-4/+5
* - add pixel_aspect_ratio reporting to the mpeg decodervan2008-06-043-101/+133
* Keep track of the input pixel aspect ratio as well as the output one. Hopeful...jbrjake2008-06-044-31/+63