summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc_float.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-121-2/+7
* ac3enc: Reshuffle functions to avoid forward declarationsDiego Biurrun2016-11-281-34/+36
* ac3enc: Reshuffle some float/fixed-mode ifdefs to avoid a dummy functionDiego Biurrun2016-11-281-10/+0
* audiodsp: reorder arguments for vector_clipfAnton Khirnov2016-09-221-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-221-2/+4
* ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun2014-06-131-1/+7
* Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun2014-06-121-4/+0
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-081-12/+0
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* (e)ac3enc: use planar sample formatJustin Ruggles2012-10-061-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-3/+5
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-10/+11
* ac3enc: update to AVCodec.encode2()Justin Ruggles2012-03-201-1/+2
* (e)ac3enc: select a default bit rate based on the channel layoutJustin Ruggles2012-02-291-0/+1
* ac3enc: doxygen update.Justin Ruggles2011-11-021-6/+10
* ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles2011-09-051-0/+12
* ac3enc: scale floating-point coupling channel coefficients inJustin Ruggles2011-09-051-3/+4
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles2011-07-211-1/+1
* ac3enc: Mark AVClasses constMartin Storsjö2011-07-151-2/+2
* ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles2011-07-131-9/+8
* ac3enc: clip coefficients after MDCT.Justin Ruggles2011-07-011-0/+9
* ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles2011-06-271-5/+14
* ac3enc: remove empty ac3_float function that is never calledJustin Ruggles2011-06-131-10/+0
* ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-131-28/+24
* ac3enc: add support for E-AC-3 encoding.Justin Ruggles2011-05-271-0/+18
* ac3enc: add channel coupling supportJustin Ruggles2011-05-241-2/+4
* ac3enc: use generic fixed-point mdctMans Rullgard2011-04-031-11/+0
* ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles2011-03-271-0/+1
* Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-221-2/+2
* Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-191-0/+1
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles2011-03-171-3/+2
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* ac3enc: use dsputil functions in apply_window()Justin Ruggles2011-01-221-10/+6
* Convert floating-point MDCT coefficients to 24-bit fixed-point all at onceJustin Ruggles2011-01-051-0/+11
* Change the AC-3 encoder to use floating-point.Justin Ruggles2011-01-041-0/+117
OpenPOWER on IntegriCloud