summaryrefslogtreecommitdiffstats
path: root/libhb/encavcodecaudio.c
Commit message (Expand)AuthorAgeFilesLines
* lame: Use libav wrapper to encode mp3lameJohn Stebbins2015-10-261-0/+4
* libhb: add hb_buffer_listJohn Stebbins2015-09-241-21/+16
* libhb: enable vbr encoding with fdk-aac and libav-aacjstebbins2015-05-041-0/+7
* libhb: Use a buffer flat to indicate EOFjstebbins2015-05-011-3/+3
* New audio output options.Rodeo2015-02-151-0/+6
* Update year to 2015.bradleys2015-02-011-1/+1
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* libhb: Plug some leaks and clean up the buffer pool code a little.jstebbins2013-10-231-0/+1
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-13/+9
* Use the official libavcodec minimum output buffer size via a define (currentl...Rodeo2013-03-171-2/+3
* libhb: fix fdk-aac mono encodingjstebbins2013-03-161-2/+4
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* encavcodecaInit: minimize code duplication.Rodeo2013-03-031-59/+72
* Fix AAC encoding with Libav.Rodeo2013-03-031-1/+1
* Add optional fdk-aac encoderjstebbins2013-03-031-5/+52
* Audio dithering.Rodeo2013-02-051-0/+10
* FLAC: add 24-bit encoding.Rodeo2013-01-021-7/+15
* Bump libav to v9_beta3.Rodeo2012-12-311-6/+7
* Improve support for planar audio.Rodeo2012-11-211-58/+94
* encavcodecaudio: cosmetics.Rodeo2012-10-271-3/+3
* hb_ff_set_sample_fmt() improvements.Rodeo2012-10-171-2/+9
* libhb: remove unnecessary usage of hb_audio_remap.Rodeo2012-09-231-15/+1
* Move mixdown-> channel_layout/matrix_encoding translation to hb_audio_resampl...Rodeo2012-08-271-2/+1
* hb_audio_resample: move setters out of hb_audio_resample_update(), to dedicat...Rodeo2012-08-271-3/+2
* Use hb_audio_resample for downmixing AC3 sources. DRC is still applied by lib...Rodeo2012-08-021-1/+2
* libhb: Allow control of audio mix normalizationjstebbins2012-08-011-1/+1
* Change a few more hb_log() calls to hb_error(), and some cosmetics.Rodeo2012-07-151-29/+31
* hb_audio_resample: libvaresample wrapper.Rodeo2012-07-151-107/+76
* hb_audio_remap improvements.Rodeo2012-07-121-29/+30
* bump libav to libav-v0.8-2197-g1a068bfjstebbins2012-07-111-81/+132
* libhb: drop HB_INPUT_CH_LAYOUT_*Rodeo2012-06-181-10/+7
* Updated file copyright / GPL headerssr552012-06-151-3/+6
* Make HB_AMIXDOWN_* defines a simple enumeration. The existing system wasn't n...Rodeo2012-06-061-1/+1
* Rework filter pipelinejstebbins2012-03-271-3/+4
* Fix flac md5 sumjstebbins2012-01-041-8/+10
* set ac3 dolby flag when downmix is dolbyjstebbins2011-10-151-0/+8
* bump Libav from v0.7.1 to v0.7-1241-g5f3fb59jstebbins2011-10-151-9/+12
* Add flac + quality + compression level supportjstebbins2011-10-121-7/+59
* libhb: fix setting Libav codec private optionsjstebbins2011-08-121-6/+11
* add more audio passthru optionsjstebbins2011-08-011-1/+1
* libhb: encavcodecaudio improvementsjstebbins2011-07-241-19/+11
* libhb: generalize channel remapping between decoders and encodersjstebbins2011-06-121-12/+2
* libhb: clean up AVCodecContext initializationsjstebbins2011-06-101-3/+2
* libhb: Enable multi-threaded decode in ffmpegjstebbins2011-06-081-1/+1
* Add ffaac encode supportjstebbins2011-06-081-1/+2
* fix up usage of deprecated libav symbols and clean up patch fuzzjstebbins2011-06-071-3/+3
* libhb: add support for libav aac encoder (libhb only)jstebbins2011-06-071-0/+293