summaryrefslogtreecommitdiffstats
path: root/libhb/platform
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-102-2/+2
* Update copyright dates to 2019.Bradley Sepos2019-01-013-3/+3
* Add VideoToolbox hardware encoding thru FFmpeg.Damiano Galassi2018-11-152-0/+79
* libhb: fix a number of issues reported by clang.Damiano Galassi2018-01-121-6/+6
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* encca_aac: fix a small leakDamiano Galassi2017-02-241-0/+1
* encca_aac: use the libhb list helper functions to append buffersDamiano Galassi2017-02-241-34/+20
* encca_aac: no need to pad manually the remaining dataDamiano Galassi2017-02-241-12/+0
* encca_aac: flush all the remaining packets from encodersDamiano Galassi2017-02-241-17/+30
* encca_aac: factory encoder delay into timestampsJohn Stebbins2017-02-201-2/+15
* encca_aac: Fix initial start timeJohn Stebbins2017-01-251-2/+8
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* libhb: Use a buffer flat to indicate EOFjstebbins2015-05-011-5/+5
* hb_get_user_config_directory: improvements.Rodeo2015-04-301-8/+13
* ports: add functions for looking up user config directoryjstebbins2015-04-191-0/+14
* Update year to 2015.bradleys2015-02-011-1/+1
* libhb: fix accumulating rounding error in CoreAudio timestampsjstebbins2014-08-261-4/+5
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* decavcodec: prefer AVFrame fields over their AVCodecContext equivalent.Rodeo2014-01-251-1/+1
* Fix a small leak in encca_aac.ritsuka2013-11-051-0/+1
* RB626: return code support addedmaxd2013-11-051-0/+1
* Some further header updates.sr552013-03-091-1/+1
* hb_audio_remap: protect against invalid channel layouts.Rodeo2012-11-211-1/+1
* Improve support for planar audio.Rodeo2012-11-211-1/+2
* hb_audio_remap improvements:Rodeo2012-10-201-4/+4
* Change a few more hb_log() calls to hb_error(), and some cosmetics.Rodeo2012-07-151-4/+4
* hb_audio_remap improvements.Rodeo2012-07-121-18/+10
* bump libav to libav-v0.8-2197-g1a068bfjstebbins2012-07-111-21/+20
* encca_aac.c: oesc.mDataByteSize is signed.Rodeo2012-06-291-9/+9
* encca_aac: tabs to spaces and miscellaneous cosmetics.Rodeo2012-06-261-44/+52
* encca_aac: chnage a variable type (should have been done in revision 3754).Rodeo2012-06-251-2/+2
* encca_aac: fix an issue where a valid output buffer would be dropped, causing...Rodeo2012-06-251-153/+175
* libhb: drop HB_INPUT_CH_LAYOUT_*Rodeo2012-06-181-3/+3
* Updated file copyright / GPL headerssr552012-06-151-3/+8
* Make HB_AMIXDOWN_* defines a simple enumeration. The existing system wasn't n...Rodeo2012-06-061-1/+1
* 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-271-1/+5
* Add flac + quality + compression level supportjstebbins2011-10-121-32/+57
* add more audio passthru optionsjstebbins2011-08-011-1/+1
* Core Audio encoders: use hb_layout_remap instead of Apple's remapping functionsjstebbins2011-07-241-27/+39
* libhb: generalize channel remapping between decoders and encodersjstebbins2011-06-121-4/+13
* HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo.sr552011-04-181-8/+57
* Change internal audio representation rangejstebbins2011-04-081-8/+0
* Added some errors checks and a flush function to encode the remaining data in...ritsuka2009-12-311-14/+72
* Initialize the AudioConverter without a sample rate only if the first initial...ritsuka2009-08-301-6/+19
* Let CoreAudio decide the best sample rate. Fixed and issue when the AudioConv...ritsuka2009-08-271-1/+0
* Format cleanup.konablend2009-06-251-1/+1
* - fixed gcc warnings for various unused vars, implicit function decls, signed...konablend2009-06-241-3/+3
* - Add CoreAudio AAC as one of the encoder on Mac OS X.ritsuka2009-05-231-0/+341