summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Fix hb_apply_h264_level. x264_sps_init doesn't yet take VBV into account when...Rodeo2012-03-251-5/+18
* Misc. improvements to the previous commit.Rodeo2012-03-242-26/+69
* Add hb_apply_h264_level(). Sets and ensures compliance with the specified H.2...Rodeo2012-03-244-8/+174
* Fix loop counter decrement in CFR frame duplication code. CFR would never dup...Rodeo2012-03-211-1/+1
* Add framerate values for 30, 50, 60000/1001 and 60 fps.Rodeo2012-03-191-1/+2
* libhb: fix problem with early termination when stream has no PCRsjstebbins2012-03-181-0/+9
* libhb: Fix detection of streams in tivo capturesjstebbins2012-03-181-1/+4
* Fix p-to-p start time detectionjstebbins2012-03-041-2/+0
* Add HB_INVALID_AUDIO_QUALITY define. -1 is valid for Vorbis VBR and thus does...Rodeo2012-02-214-9/+12
* Print more Auto Passthru information to the Activity Log: passthru mask (allo...Rodeo2012-02-172-2/+76
* Set default audio compression in hb_autopassthru_apply_settings to get rid of...Rodeo2012-02-171-0/+1
* Use libdca to decode DTS-ES audio. While the Libav DTS decoder gives us an ex...Rodeo2012-02-011-11/+7
* Use more correct check to detect 6.0/6.1 input.Rodeo2012-02-012-2/+2
* Update hb_ff_dts_request_5point1 to work with DTS-ES 6.0 Distcrete sources (d...Rodeo2012-01-314-22/+24
* ca_aac: set minimum VBR quality to 1 instead of 0.Rodeo2012-01-251-1/+1
* Vorbis: adjust default VBR quality after revision 4385.Rodeo2012-01-251-1/+1
* Fix crash in add_ffmpeg_attachment: the value for "filename" metadata may be ...Rodeo2012-01-241-1/+1
* Improve mpeg-ps detectionjstebbins2012-01-141-0/+20
* Fix flac md5 sumjstebbins2012-01-041-8/+10
* Add path to log when decoding previews in batch scanjstebbins2011-12-291-1/+8
* Use -2 to 10 range for Vorbis audio quality (same as what oggenc uses), inste...Rodeo2011-12-232-4/+5
* Fix overlapping vobsubsjstebbins2011-12-221-10/+8
* Add utilities for debugging fifo and buffer poolsjstebbins2011-12-211-0/+166
* Fix corruption of buffer pools by render subsjstebbins2011-12-211-0/+4
* Show P-to-P start and end times in activity logjstebbins2011-11-261-2/+32
* Align stack of all threads created by libhbjstebbins2011-11-182-1/+12
* Fix out of memory condition on mingw32jstebbins2011-11-151-7/+4
* Make sure decvobsub.c generates valid timestampsjstebbins2011-11-152-4/+29
* Fix interleaving of subtitles in muxerjstebbins2011-11-143-8/+32
* Fix spurious audio compression & quality log warningjstebbins2011-11-141-0/+2
* Disable multi-threaded decoding of ProResjstebbins2011-11-131-2/+5
* Fix closed captioning crashjstebbins2011-11-101-0/+3
* revert an ffmpeg reader changejstebbins2011-11-091-31/+23
* Fix probing mpeg video in program streamsjstebbins2011-11-062-7/+39
* Fix ac3 mixdown to monojstebbins2011-11-021-1/+1
* Disable DTS-HD LBR secondary audio tracksjstebbins2011-11-021-2/+7
* Allow vorbis quality to go down to -0.2jstebbins2011-10-313-8/+8
* bump ffmpeg to v0.7-1470-gb95fbbajstebbins2011-10-261-2/+6
* use more sensitive threshold for pullup detectionjstebbins2011-10-251-1/+1
* initialize wait_for_keyframe in the right placejstebbins2011-10-251-1/+1
* Find font attachments by file name extensionjstebbins2011-10-251-1/+17
* Wrap encoder lists in functions to expose them to Pinvoke.randomengy2011-10-222-0/+31
* Add new decomb modesjstebbins2011-10-221-132/+689
* ASS bump to 0.10.0jstebbins2011-10-211-0/+6
* bump libvorbis from aoTuV b5 to b6.03jstebbins2011-10-211-1/+1
* make build_gamma_lut staticjstebbins2011-10-201-1/+1
* better detection of Libav audio bitratejstebbins2011-10-181-1/+7
* detect progressive upsampling in vfrjstebbins2011-10-171-10/+163
* fix a problem with resolution changes in h.264jstebbins2011-10-173-7/+43
* set ac3 dolby flag when downmix is dolbyjstebbins2011-10-151-0/+8