summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudioenc.c
Commit message (Expand)AuthorAge
* 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
* move a couple of macros and structs to mpegaudio.hMåns Rullgård2007-06-16
* misc spelling fixesDiego Biurrun2007-06-12
* remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs2007-05-20