summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudioenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-11/+14
|\
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-11/+14
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | mpegaudioenc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-7/+22
|\ \ | |/
| * mpegaudioenc: use AVCodec.encode2()Justin Ruggles2012-03-201-7/+22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-261-4/+5
|\ \ | |/
| * mpegaudioenc: return AVERROR codes instead of -1Justin Ruggles2012-02-251-3/+3
| * check for coded_frame allocation failure in several audio encodersJustin Ruggles2012-02-251-0/+2
| * audio encoders: do not set coded_frame->key_frame.Justin Ruggles2012-02-251-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-3/+3
|\ \ | |/
| * lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-201-3/+3
* | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-09-011-8/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-221-0/+7
|\ \ | |/
| * mp2 encoder: make 128k the default bitrate.Anton Khirnov2011-08-221-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-161-4/+0
|\ \ | |/
| * Remove commented-out call to non-existing function print_pow1().Diego Biurrun2011-07-161-4/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-021-5/+3
|\ \ | |/
| * mpegaudioenc: Fix broken av_dlog statement.Diego Biurrun2011-05-311-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-201-2/+0
|\ \ | |/
| * mpegaudio: remove useless #undef at end of fileMans Rullgard2011-05-191-2/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-101-2/+3
|\ \ | |/
| * mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-091-2/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-301-15/+0
|\ \ | |/
| * Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-15/+0
| * Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-291-13/+7
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-1/+1
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-241-2/+2
* mpegaudioenc: Remove write-only variables from the context.Rafaël Carré2010-07-011-5/+0
* Set .supported_samplerates for mpeg audio encoders.Michael Niedermayer2010-04-221-0/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Use floating point mathematics when encoding mpeg audio.Lasse Reinhold2009-09-301-1/+1
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-301-4/+2
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix mpeg audio regression test failureMåns Rullgård2009-01-141-0/+3
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Prevent scalefactors from overflowing.Michael Niedermayer2008-06-011-1/+1
OpenPOWER on IntegriCloud