summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* libhb: clean up AVCodecContext initializationsjstebbins2011-06-103-10/+50
* libhb: disable threaded ffmpeg decoding for scanjstebbins2011-06-103-3/+8
* libhb: Enable multi-threaded decode in ffmpegjstebbins2011-06-089-13/+27
* Add ffaac encode supportjstebbins2011-06-081-1/+2
* fix up usage of deprecated libav symbols and clean up patch fuzzjstebbins2011-06-073-11/+11
* libhb: add support for libav aac encoder (libhb only)jstebbins2011-06-078-35/+118
* Bump FFmpeg from git-0b32da9 to git-v0.7b2-406-g7b20d35 (from Libav)jstebbins2011-06-072-1/+7
* libhb: Sort BD titles by playlist idjstebbins2011-06-071-6/+29
* libhb: fix crash when x264 fails to initializejstebbins2011-06-062-1/+6
* Fix a problem with filtering and picking correct BD titlejstebbins2011-06-051-0/+13
* LinGui: Add support for naming audio tracks.jstebbins2011-06-031-0/+4
* Remove the depreciated hb_calc_bitrate methodsr552011-05-212-117/+0
* Macgui: libhb, MacGUI: reflect the fact that DRC only applies to non-passthru...dynaflash2011-05-191-1/+1
* Fix some problems with rgb2yuv and yuv2rgbjstebbins2011-05-172-10/+10
* Remove old muxers that are no longer used by HBsr552011-04-302-1048/+0
* libhb: don't use deprecated elements of the FFmpeg/Libav APIjstebbins2011-04-285-39/+33
* Fix a crash that can happen due to corrupt mpeg2 datajstebbins2011-04-271-0/+9
* Fix a problem with overlapping vobsubsjstebbins2011-04-272-13/+29
* Make order of audio tracks found in PS streams more predictablejstebbins2011-04-253-1/+45
* Fix a problem when encoding the same source audio track twice from BD sourcesjstebbins2011-04-251-5/+23
* fix stall due due to propagation of incorrect audio timestampjstebbins2011-04-241-0/+2
* Change scale factor for timestamp offset in vobsub commandsjstebbins2011-04-241-4/+4
* Add support for TrueHD and DTS-HD from BD sourcesjstebbins2011-04-2212-801/+1189
* remove unused vfr member of hb_job_tjstebbins2011-04-211-1/+0
* Remove redundant code.jstebbins2011-04-201-10/+2
* HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo.sr552011-04-189-29/+195
* Fix int overflow that can happen when computing PARjstebbins2011-04-163-2/+64
* Fix a problem with BD audio detection.jstebbins2011-04-111-11/+56
* Fix a deadlock that can happen with p-to-p encodingjstebbins2011-04-102-2/+39
* Handle boundaries between blueray clips better.jstebbins2011-04-083-0/+14
* Eliminate incompatible pointer type warnings for sws_scalejstebbins2011-04-084-5/+6
* Use bibiliographic form of ISO-639-2 lang codes in muxmkvjstebbins2011-04-081-4/+10
* Change internal audio representation rangejstebbins2011-04-0813-67/+70
* Fix dts downmix when the output encoder is lamejstebbins2011-04-071-2/+0
* Add audio gain adjustment to libhb and CLIjstebbins2011-04-054-41/+81
* Fix the volume output level of our dts decoderjstebbins2011-04-041-1/+1
* Make logging of audio and subtitle id's more consistantjstebbins2011-04-025-13/+13
* Shorten instead of dropping overlapping subtitles in mp4jstebbins2011-04-021-0/+10
* Flush ffmpeg codec buffers after every seek.jstebbins2011-04-021-1/+21
* Fix garbled previews from BD h.264 sourcesjstebbins2011-04-024-5/+9
* get rid of an superfluous test and decrimentjstebbins2011-03-311-10/+7
* True SSA passthru for MKV.jstebbins2011-03-312-12/+125
* MP4 muxer ignores all but the first of overlapping UTF-8 subtitles.davidfstr2011-03-301-51/+62
* Fix chapter passthru problems with some files.jstebbins2011-03-291-0/+1
* Fix problem with qt7 playback of mpeg4 videojstebbins2011-03-281-0/+7
* Simplify a lot of subtitle handling code.jstebbins2011-03-276-499/+110
* Remove legacy % to RF mapping.jstebbins2011-03-215-42/+8
* Add mpeg-2 encoding support to libhb, cli, and linguijstebbins2011-03-196-46/+136
* Use TEMP or TEMPDIR environment variables for location of tmp directoryjstebbins2011-03-191-2/+6
* Add support for DTS-HD High Resolution Audio for BD streamsjstebbins2011-03-191-5/+29