summaryrefslogtreecommitdiff
path: root/libavcodec/ac3tab.h
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-24
* cosmetics: rename ac3 tablesJustin Ruggles2007-12-09
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* cosmetics: alignAurelien Jacobs2007-04-25
* move ac3 tables from a .h to a .cAurelien Jacobs2007-04-25
* hardcode ff_ac3_frame_sizes tableJustin Ruggles2007-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
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* 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
* switch ac3enc to av_crcMichael Niedermayer2006-03-06
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* make the tables staticAlex Beregszaszi2004-06-26
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* preparing integration of new AC3 decoderFabrice Bellard2002-10-28
* Initial revisionFabrice Bellard2001-07-22