summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.c
Commit message (Expand)AuthorAge
* Remove two unused variables.Diego Biurrun2008-01-21
* Remove unnecessary forward declaration.Diego Biurrun2008-01-21
* Get rid of fft_rev table, use ff_reverse and a shift.Reimar Döffinger2008-01-13
* Use FFSWAP instead of "manual" swapReimar Döffinger2008-01-12
* improve CRC APIAurelien Jacobs2008-01-04
* use cutoff frequency to adjust bandwidth in ac3 encoderJustin Ruggles2007-12-28
* use bps instead of kbps for bitrateJustin Ruggles2007-12-28
* Do not give advice for which bitrate to choose.Justin Ruggles2007-12-28
* fix typoJustin Ruggles2007-12-28
* cosmetics: rename common ac3 variablesJustin Ruggles2007-12-09
* cosmetics: rename ac3 bit allocation variablesJustin Ruggles2007-12-09
* cosmetics: rename ac3 tablesJustin Ruggles2007-12-09
* sync message with modern ffmpeg bitrate option syntax.D Richard Felker III2007-11-27
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-19
* move some common values to ac3.h and utilize themJustin Ruggles2007-07-15
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* cosmetics. align and condense.Justin Ruggles2007-03-22
* simplifyJustin Ruggles2007-03-22
* utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30%Justin Ruggles2007-03-22
* AC-3 encoded volume is too high. Revert revision 7160:Bill O'Shaughnessy2007-03-18
* remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles2007-03-11
* Remove common code from AC-3 encoder and utilize ac3.c.Justin Ruggles2007-03-09
* simplify AC-3 bit allocationJustin Ruggles2007-03-09
* cosmetics. remove space before semi-colon.Justin Ruggles2007-03-08
* bring AC3 encoder output up to input volume levelBill O'Shaughnessy2006-11-23
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. T...Justin Ruggles2006-09-03
* Revert bad ac3enc commit, the commited code was bigger and slower.Benjamin Larsson2006-04-28
* Patch to generate the ac3 window, based on code by Justin Ruggles.Benjamin Larsson2006-04-22
* AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.Benjamin Larsson2006-04-10
* AC3: support encoding fractional frame sizesJustin Ruggles2006-04-03
* Use a more descriptive error message.Benjamin Larsson2006-03-26
* switch ac3enc to av_crcMichael Niedermayer2006-03-06
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* While adding stereo rematrixing, I came across something that needs toJustin Ruggles2005-05-05
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
* fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)Jeff Muizelaar2004-11-25
* simpler delta decreasing algorithm patch by (Jeff Muizelaar <jrmuizel at stud...Jeff Muizelaar2004-08-02
* auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>)Michael Niedermayer2004-02-18
* av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-11-03
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-12
* AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)Michael Niedermayer2003-08-20
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10