summaryrefslogtreecommitdiff
path: root/libavcodec/ac3tab.h
Commit message (Expand)AuthorAge
* ac3tab.h: #include the correct headersDiego Biurrun2014-01-09
* Add support for building shared libraries with MSVCMartin Storsjö2012-10-18
* mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-22
* ac3enc: add channel coupling supportJustin Ruggles2011-05-24
* ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* ac3: remove ff_ac3_critical_band_size_tab[] external declarationMans Rullgard2011-01-25
* Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles2011-01-08
* cosmetics: use some size macros in ac3tab.c/hJustin Ruggles2010-12-14
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-19
* ac3dec: reorder output channels to SMPTE channel orderJustin Ruggles2009-04-17
* ac3enc: reorder input channels to AC-3 channel orderJustin Ruggles2009-04-17
* 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