summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
Commit message (Expand)AuthorAgeFilesLines
* libhb: store and print additional CPU informationRodeo2013-07-131-1/+12
* improve aac encoder build options and change some aac encoder defaultsjstebbins2013-06-151-0/+2
* libhb: move one-time registrations to hb_global_init().Rodeo2013-06-061-62/+33
* libhb/common: improve fallback mechanism.Rodeo2013-06-031-25/+16
* Disable Libav's AVX and FMA4 optimizations under Windows x86_64.Rodeo2013-04-241-1/+9
* hb_system_sleep: refactoring.Rodeo2013-03-181-9/+10
* hb_system_sleep: minor cleanup after last commit.Rodeo2013-03-181-4/+0
* hb_system_sleep: allow/prevent sleep from the UI rather than libhb.Rodeo2013-03-181-1/+1
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* Prevent OSX ML sleep during encoding, thanks to Jerome Lacubesr552013-02-041-2/+25
* x264 preset system: miscellaneous improvements.Rodeo2013-01-301-2/+2
* Bump libav to v9_beta3.Rodeo2012-12-311-17/+24
* LinGui: add x264 preset/tune/profile/level supportjstebbins2012-12-271-0/+9
* Improve management of titles and jobsjstebbins2012-11-121-271/+55
* hb_ff_set_sample_fmt() improvements.Rodeo2012-10-171-14/+31
* Audio improvements.Rodeo2012-09-031-2/+18
* Remove unused code.Rodeo2012-08-191-15/+0
* Improve last commit. While the AC3 decoder doesn't use hb_ff_layout_xlat(), t...Rodeo2012-08-111-5/+0
* Fix a bug where we were attempting to downmix Dolby Surround (AV_CH_LAYOUT_ST...Rodeo2012-08-111-2/+6
* libhb: fix deinterlace fast green stripejstebbins2012-07-181-8/+8
* Use libav for dts audio decoding instead of libdca jstebbins2012-07-151-2/+0
* bump libav to libav-v0.8-2197-g1a068bfjstebbins2012-07-111-42/+59
* libhb: fix hb_read_preview() when invalid index is passedjstebbins2012-07-111-0/+1
* libhb: fix problem reading previewjstebbins2012-07-101-2/+11
* libhb: fix comb detection crash and decomb crashjstebbins2012-07-061-23/+10
* libhb: fix deinterlace fast problem with sources that have <mod8 alignmentjstebbins2012-06-251-48/+80
* libhb: fix potential overflow in par calculationsjstebbins2012-06-221-12/+10
* Remove encca_haac_available(). It's no longer needed since we dropped support...Rodeo2012-06-201-53/+0
* libhb: drop HB_INPUT_CH_LAYOUT_*Rodeo2012-06-181-86/+38
* Updated file copyright / GPL headerssr552012-06-151-0/+9
* libhb: include subtitles in all passes. When doing 2-pass, we want to send th...Rodeo2012-05-141-27/+12
* Fix a crash when doing Foreign Audio Search with subtitle tracks that contain...Rodeo2012-05-141-31/+18
* 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