| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove two unused variables. | Diego Biurrun | 2008-01-21 | 1 | -1/+1 |
* | Remove unnecessary forward declaration. | Diego Biurrun | 2008-01-21 | 1 | -2/+0 |
* | Get rid of fft_rev table, use ff_reverse and a shift. | Reimar Döffinger | 2008-01-13 | 1 | -11/+1 |
* | Use FFSWAP instead of "manual" swap | Reimar Döffinger | 2008-01-12 | 1 | -6/+2 |
* | improve CRC API | Aurelien Jacobs | 2008-01-04 | 1 | -2/+5 |
* | use cutoff frequency to adjust bandwidth in ac3 encoder | Justin Ruggles | 2007-12-28 | 1 | -4/+14 |
* | use bps instead of kbps for bitrate | Justin Ruggles | 2007-12-28 | 1 | -5/+4 |
* | Do not give advice for which bitrate to choose. | Justin Ruggles | 2007-12-28 | 1 | -1/+1 |
* | fix typo | Justin Ruggles | 2007-12-28 | 1 | -1/+1 |
* | cosmetics: rename common ac3 variables | Justin Ruggles | 2007-12-09 | 1 | -21/+21 |
* | cosmetics: rename ac3 bit allocation variables | Justin Ruggles | 2007-12-09 | 1 | -64/+64 |
* | cosmetics: rename ac3 tables | Justin Ruggles | 2007-12-09 | 1 | -9/+9 |
* | sync message with modern ffmpeg bitrate option syntax. | D Richard Felker III | 2007-11-27 | 1 | -1/+1 |
* | Fix the self tests which are contained in some codecs and are using random(). | Panagiotis Issaris | 2007-07-19 | 1 | -0/+1 |
* | move some common values to ac3.h and utilize them | Justin Ruggles | 2007-07-15 | 1 | -5/+5 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -4/+2 |
* | cosmetics. align and condense. | Justin Ruggles | 2007-03-22 | 1 | -3/+2 |
* | simplify | Justin Ruggles | 2007-03-22 | 1 | -2/+4 |
* | utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30% | Justin Ruggles | 2007-03-22 | 1 | -12/+43 |
* | AC-3 encoded volume is too high. Revert revision 7160: | Bill O'Shaughnessy | 2007-03-18 | 1 | -1/+1 |
* | remove redundancy in AC-3 parser by using common tables from ac3tab.h | Justin Ruggles | 2007-03-11 | 1 | -3/+3 |
* | Remove common code from AC-3 encoder and utilize ac3.c. | Justin Ruggles | 2007-03-09 | 1 | -180/+15 |
* | simplify AC-3 bit allocation | Justin Ruggles | 2007-03-09 | 1 | -77/+24 |
* | cosmetics. remove space before semi-colon. | Justin Ruggles | 2007-03-08 | 1 | -31/+31 |
* | bring AC3 encoder output up to input volume level | Bill O'Shaughnessy | 2006-11-23 | 1 | -1/+1 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 1 | -2/+1 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 1 | -1/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. T... | Justin Ruggles | 2006-09-03 | 1 | -1/+1 |
* | Revert bad ac3enc commit, the commited code was bigger and slower. | Benjamin Larsson | 2006-04-28 | 1 | -47/+0 |
* | Patch to generate the ac3 window, based on code by Justin Ruggles. | Benjamin Larsson | 2006-04-22 | 1 | -0/+47 |
* | AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net. | Benjamin Larsson | 2006-04-10 | 1 | -1/+1 |
* | AC3: support encoding fractional frame sizes | Justin Ruggles | 2006-04-03 | 1 | -1/+13 |
* | Use a more descriptive error message. | Benjamin Larsson | 2006-03-26 | 1 | -1/+1 |
* | switch ac3enc to av_crc | Michael Niedermayer | 2006-03-06 | 1 | -32/+3 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -40/+40 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -88/+88 |
* | While adding stereo rematrixing, I came across something that needs to | Justin Ruggles | 2005-05-05 | 1 | -1/+3 |
* | common.c -> bitstream.c (and the single non bitstream func -> utils.c) | Michael Niedermayer | 2004-12-29 | 1 | -1/+1 |
* | fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>) | Jeff Muizelaar | 2004-11-25 | 1 | -1/+1 |
* | simpler delta decreasing algorithm patch by (Jeff Muizelaar <jrmuizel at stud... | Jeff Muizelaar | 2004-08-02 | 1 | -20/+8 |
* | auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>) | Michael Niedermayer | 2004-02-18 | 1 | -0/+3 |
* | av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michael Niedermayer | 2003-11-03 | 1 | -5/+5 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -6/+6 |
* | removed the obsolete and unused parameters of init_put_bits | Alex Beregszaszi | 2003-10-12 | 1 | -1/+1 |
* | AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) | Michael Niedermayer | 2003-08-20 | 1 | -7/+22 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+5 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -51/+51 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -10/+10 |