summaryrefslogtreecommitdiffstats
path: root/libhb/encavcodecaudio.c
Commit message (Expand)AuthorAgeFilesLines
* encavcodecaudio: work around lame bugJohn Stebbins2017-05-111-11/+23
* encavcodecaudio: set encoder time_base to 90khzJohn Stebbins2017-02-211-7/+9
* encavcodecaudio: fix dropping of final input packetJohn Stebbins2017-02-211-1/+1
* mux: shift timestamps by largest encoder delayJohn Stebbins2017-02-141-4/+3
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* fix memory leaksJohn Stebbins2016-12-171-0/+1
* encavcodecaudio: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-111/+100
* opus: fix comment in 5.1 audio encoding fixJohn Stebbins2016-09-121-1/+1
* opus: fix 5.1 encodingJohn Stebbins2016-09-111-0/+4
* contrib: Add opus audio encoder.John Stebbins2016-09-021-0/+4
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* 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