summaryrefslogtreecommitdiffstats
path: root/libhb/platform/macosx
Commit message (Expand)AuthorAgeFilesLines
* libhb: add videotoolbox 10bit hevc encoder.Damiano Galassi2021-02-282-11/+48
* Update copyright dates to 2021.Bradley Sepos2021-01-013-3/+3
* vt: disable constant quality availability check on Intel.Damiano Galassi2020-11-051-1/+1
* vt: cache the hardware encoders availability state.Damiano Galassi2020-10-251-7/+36
* libhb: fix a memory leak.Damiano Galassi2020-09-241-1/+1
* libhb: improve videotoolbox detection and add support for constant quality en...Damiano Galassi2020-08-233-63/+139
* Update copyright dates to 2020.Bradley Sepos2020-01-013-3/+3
* Gardening: Clean up trailing whitespaceNomis1012019-11-041-1/+1
* CLI: use the presets from the sandbox container folder if they more recent.Damiano Galassi2019-10-201-6/+37
* MacGui: fix a few warnings when building in Xcode 11.Damiano Galassi2019-09-131-0/+1
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-122-3/+3
* 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