summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-191-0/+1
* move some common values to ac3.h and utilize themJustin Ruggles2007-07-151-5/+5
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-4/+2
* cosmetics. align and condense.Justin Ruggles2007-03-221-3/+2
* simplifyJustin Ruggles2007-03-221-2/+4
* utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30%Justin Ruggles2007-03-221-12/+43
* AC-3 encoded volume is too high. Revert revision 7160:Bill O'Shaughnessy2007-03-181-1/+1
* remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles2007-03-111-3/+3
* Remove common code from AC-3 encoder and utilize ac3.c.Justin Ruggles2007-03-091-180/+15
* simplify AC-3 bit allocationJustin Ruggles2007-03-091-77/+24
* cosmetics. remove space before semi-colon.Justin Ruggles2007-03-081-31/+31
* bring AC3 encoder output up to input volume levelBill O'Shaughnessy2006-11-231-1/+1
* revert bad checkinMåns Rullgård2006-11-141-2/+1
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-1/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. T...Justin Ruggles2006-09-031-1/+1
* Revert bad ac3enc commit, the commited code was bigger and slower.Benjamin Larsson2006-04-281-47/+0
* Patch to generate the ac3 window, based on code by Justin Ruggles.Benjamin Larsson2006-04-221-0/+47
* AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.Benjamin Larsson2006-04-101-1/+1
* AC3: support encoding fractional frame sizesJustin Ruggles2006-04-031-1/+13
* Use a more descriptive error message.Benjamin Larsson2006-03-261-1/+1
* switch ac3enc to av_crcMichael Niedermayer2006-03-061-32/+3
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-40/+40
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-88/+88
* While adding stereo rematrixing, I came across something that needs toJustin Ruggles2005-05-051-1/+3
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-1/+1
* fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)Jeff Muizelaar2004-11-251-1/+1
* simpler delta decreasing algorithm patch by (Jeff Muizelaar <jrmuizel at stud...Jeff Muizelaar2004-08-021-20/+8
* auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>)Michael Niedermayer2004-02-181-0/+3
* av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-11-031-5/+5
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-6/+6
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-121-1/+1
* AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)Michael Niedermayer2003-08-201-7/+22
* per file doxyMichael Niedermayer2003-03-061-0/+5
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-51/+51
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-101-10/+10
* C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård2003-01-191-0/+1
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-1/+9
* preparing integration of new AC3 decoderFabrice Bellard2002-10-281-79/+139
* license/copyright changeFabrice Bellard2002-05-251-11/+11
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-181-1/+0
* * encoding of AC3 with more than 2 channelsZdenek Kabelac2002-04-081-44/+78
* alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...Michael Niedermayer2002-02-121-2/+2
* fixed symetric quantization (better quality!)Fabrice Bellard2001-09-161-2/+4
* renamed log2 to av_log2Fabrice Bellard2001-08-151-2/+2
* win32 fixesFabrice Bellard2001-08-131-8/+3
* types fixFabrice Bellard2001-08-061-1/+1
* Initial revisionFabrice Bellard2001-07-221-0/+1460