summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
...
* Cosmetic after last commit.Rodeo2012-03-311-1/+1
* encx264: cleanup.Rodeo2012-03-311-33/+33
* Activity Log: fix some typos and make indentation a bit more consistent.Rodeo2012-03-312-3/+3
* libhb: fix cfr encodingjstebbins2012-03-315-121/+148
* Add hb_dict_unset and hb_dict_to_encopts.Rodeo2012-03-312-1/+49
* libhb: Fix problem with TS streams that have no PAT or PMTjstebbins2012-03-301-14/+22
* cqm=/some/path has the same effect as cqmfile=/some/path AND param.psz_cqm_fi...Rodeo2012-03-291-0/+1
* hb_apply_h264_level: avoid division by zero due to some x264_param_t fields b...Rodeo2012-03-291-4/+16
* libhb/hd_dict.c, add newline at end of file.Rodeo2012-03-292-2/+1
* hb_dict: cosmetics.Rodeo2012-03-291-3/+3
* encx264: add functionality to retrieve the "preferred" option name for option...Rodeo2012-03-296-4/+46
* hb_dict: minor improvements.Rodeo2012-03-291-7/+3
* libhb: use source colorimetry information when available.Rodeo2012-03-286-26/+211
* encx264: use x264_param_apply_fastfirstpass.Rodeo2012-03-283-0/+15
* libhb: add basic dictionary implementation.Rodeo2012-03-284-91/+247
* MacGui: fix commit 4546 so it works on os x which is the filter pipeline rewo...dynaflash2012-03-281-8/+5
* Rework filter pipelinejstebbins2012-03-2751-2830/+3429
* 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