summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
Commit message (Expand)AuthorAgeFilesLines
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-1/+3
* Revision 4546 lost a call to hb_set_anamorphic_size, which in turn called hb_...Rodeo2012-04-101-1/+1
* Rework filter pipelinejstebbins2012-03-271-63/+158
* Use more correct check to detect 6.0/6.1 input.Rodeo2012-02-011-1/+1
* Update hb_ff_dts_request_5point1 to work with DTS-ES 6.0 Distcrete sources (d...Rodeo2012-01-311-7/+6
* Fix probing mpeg video in program streamsjstebbins2011-11-061-5/+2
* bump Libav from v0.7.1 to v0.7-1241-g5f3fb59jstebbins2011-10-151-27/+14
* hb_ff_layout_xlat: minor cleanup.Rodeo2011-09-191-16/+15
* libhb: work around the lack of 6.1 support for DTS sourcesRodeo2011-09-091-0/+16
* libhb: fix setting Libav codec private optionsjstebbins2011-08-121-0/+14
* libhb: fix or simplify several hacks involved with Libav supportjstebbins2011-07-271-6/+4
* libhb: plug a few memory leaksjstebbins2011-07-191-0/+3
* libhb: eliminate use of deprecated sws_getContextjstebbins2011-06-151-8/+28
* libhb: disable threaded ffmpeg decoding for scanjstebbins2011-06-101-0/+4
* libhb: Enable multi-threaded decode in ffmpegjstebbins2011-06-081-1/+11
* libhb: add support for libav aac encoder (libhb only)jstebbins2011-06-071-2/+5
* Bump FFmpeg from git-0b32da9 to git-v0.7b2-406-g7b20d35 (from Libav)jstebbins2011-06-071-0/+1
* libhb: don't use deprecated elements of the FFmpeg/Libav APIjstebbins2011-04-281-13/+13
* HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo.sr552011-04-181-0/+55
* Fix int overflow that can happen when computing PARjstebbins2011-04-161-2/+6
* Eliminate incompatible pointer type warnings for sws_scalejstebbins2011-04-081-2/+2
* Change internal audio representation rangejstebbins2011-04-081-0/+23
* Use ffmpeg's lock manager for locking needed by ffmpegjstebbins2011-03-101-17/+32
* Remove depreciated cpu count from the apisr552011-02-261-12/+1
* Remove the set cpu count option as it doesn't do anything nowsr552011-02-261-12/+0
* prevent crash with strict ana and non-mod-2 dimensions.jstebbins2010-12-171-6/+8
* Bump cpu count limit from 8 to 64jstebbins2010-11-071-1/+1
* bump ffmpeg from 25082 to 25374jstebbins2010-10-121-4/+39
* fix heap corruption after avpicture_deinterlacejstebbins2010-10-121-2/+3
* Add ac3 encodingjstebbins2010-10-041-0/+2
* fix ffmpeg locking issuejstebbins2010-10-021-0/+9
* SSA subtitle burn injstebbins2010-09-281-1/+12
* Add Bluray supportjstebbins2010-09-081-2/+2
* make hb_set_anamorphic_size keep storage aspect when maxHeight is appliedjstebbins2010-06-261-28/+44
* Add SSA subtitle supportjstebbins2010-06-011-0/+2
* fix compiler warnings in several libhb filesjstebbins2010-05-301-6/+6
* fix memory leak in pinvoke patchjstebbins2010-05-241-6/+6
* fix stderr redirection on mingw. dup2 function doesn't work as it should so ...jstebbins2010-05-231-0/+5
* add wrapper functions that make it easier to call libhb from C# and otherjstebbins2010-05-231-9/+223
* Universal Text Subtitle Support Initial Implementationdynaflash2010-05-041-0/+4
* get rid of extry CR at end of hb_log messagejstebbins2010-04-251-1/+1
* add test to ensure that ffmpeg's reported audio layout agrees with channel countjstebbins2010-04-241-24/+72
* revert last checkinsr552010-04-171-192/+8
* remove libgcc... dll from zip package creation as it is no longer neededsr552010-04-171-8/+192
* fix some mingw warnings and a mingw build issuejstebbins2010-04-101-5/+7
* downmix support for ffmpeg audio sourcesjstebbins2010-04-021-0/+45
* make it possible to dynamically create and close multiple libhb instancesjstebbins2010-03-261-34/+68
* Adjustable picture modulus: Base patch by BradleyS, Thanks BradleyS!dynaflash2010-02-111-1/+1
* fix compiler warning about "definition has no type or storage class"jstebbins2010-02-101-1/+1
* removed test codesr552010-02-061-6/+0