summaryrefslogtreecommitdiffstats
path: root/libhb/encavcodecaudio.c
Commit message (Expand)AuthorAgeFilesLines
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-2/+2
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
* audio_resample: set input and output samplerateJohn Stebbins2019-08-051-4/+4
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* encavcodecaudio: fix AAC 5.1 encodingJohn Stebbins2018-12-271-0/+5
* libhb: Fix an issue that was causing the "encavcodecaInit: Unknown avcodec op...sr552018-10-011-1/+0
* audio_resample: switch from avresample to swresampleJohn Stebbins2018-06-271-29/+26
* libhb: build: README: Replace instances of Libav with FFmpeg.Bradley Sepos2018-05-291-2/+2
* FFMPEG: Use avcodec_free_context(..) instead of deprecated leaking avcodec_cl...Sven Gothel2018-05-281-3/+3
* Misc. typosluz.paz2018-02-201-1/+1
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* silence new compiler warnings on Fedora 26John Stebbins2017-07-121-2/+2
* fix another use of deprecated libav defineJohn Stebbins2017-07-061-1/+1
* fix use of deprecated libav definesJohn Stebbins2017-07-061-2/+2
* 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