summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudioenc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* mp2: Do not force a samplerateLuca Barbato2014-04-11
* mp2: match twolame default optionsVittorio Giovara2014-04-07
* mpegaudioenc: Move some static tables to MpegAudioContextDiego Biurrun2013-11-10
* mpegaudioenc: Remove broken integer-only quantization code pathDiego Biurrun2013-11-10
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* mpegaudio: move ff_mpa_enwindow to a separate fileMans Rullgard2012-08-24
* mpegaudioenc: list supported channel layouts.Anton Khirnov2012-08-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* mpegaudioenc: use AVCodec.encode2()Justin Ruggles2012-03-20
* mpegaudioenc: return AVERROR codes instead of -1Justin Ruggles2012-02-25
* check for coded_frame allocation failure in several audio encodersJustin Ruggles2012-02-25
* audio encoders: do not set coded_frame->key_frame.Justin Ruggles2012-02-25
* lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-20
* mp2 encoder: make 128k the default bitrate.Anton Khirnov2011-08-22
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Remove commented-out call to non-existing function print_pow1().Diego Biurrun2011-07-16
* mpegaudioenc: Fix broken av_dlog statement.Diego Biurrun2011-05-31
* mpegaudio: remove useless #undef at end of fileMans Rullgard2011-05-19
* mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-09
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-24
* mpegaudioenc: Remove write-only variables from the context.Rafaël Carré2010-07-01
* Set .supported_samplerates for mpeg audio encoders.Michael Niedermayer2010-04-22
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Use floating point mathematics when encoding mpeg audio.Lasse Reinhold2009-09-30
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-30
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix mpeg audio regression test failureMåns Rullgård2009-01-14
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Prevent scalefactors from overflowing.Michael Niedermayer2008-06-01
* ILP64 fixMichael Niedermayer2008-05-28
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21