aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudioenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ILP64 fixMichael Niedermayer2008-05-281-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* move a couple of macros and structs to mpegaudio.hMåns Rullgård2007-06-161-1/+0
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs2007-05-201-0/+802