summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3tab.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/eac3dec: Check that channel_map does not contain more than EAC3_MAX_C...Michael Niedermayer2018-09-221-0/+2
* Merge commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0'James Almer2017-11-111-1/+2
|\
| * msvc: Properly specify dllexport for data symbols shared across dll boundariesMartin Storsjö2017-08-311-1/+2
* | avcodec/ac3: always use hardcoded tablesGanesh Ajjanagadde2015-11-301-7/+1
* | Merge commit '4b48201d4d9d57a2a1ecf8504bc928aff83cb99a'Michael Niedermayer2014-01-091-1/+3
|\ \ | |/
| * ac3tab.h: #include the correct headersDiego Biurrun2014-01-091-1/+3
* | Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72'Michael Niedermayer2012-10-191-1/+1
|\ \ | |/
| * Add support for building shared libraries with MSVCMartin Storsjö2012-10-181-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-241-1/+1
|\ \ | |/
| * mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-0/+1
|\ \ | |/
| * ac3enc: add channel coupling supportJustin Ruggles2011-05-241-0/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-301-0/+8
|\ \ | |/
| * ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-291-0/+8
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * ac3: remove ff_ac3_critical_band_size_tab[] external declarationMans Rullgard2011-01-251-1/+0
* | ac3: remove ff_ac3_critical_band_size_tab[] external declarationMans Rullgard2011-01-261-1/+0
|/
* Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles2011-01-081-0/+1
* cosmetics: use some size macros in ac3tab.c/hJustin Ruggles2010-12-141-3/+4
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-191-0/+1
* ac3dec: reorder output channels to SMPTE channel orderJustin Ruggles2009-04-171-0/+1
* ac3enc: reorder input channels to AC-3 channel orderJustin Ruggles2009-04-171-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-241-0/+16
* cosmetics: rename ac3 tablesJustin Ruggles2007-12-091-14/+14
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* cosmetics: alignAurelien Jacobs2007-04-251-5/+5
* move ac3 tables from a .h to a .cAurelien Jacobs2007-04-251-231/+23
* hardcode ff_ac3_frame_sizes tableJustin Ruggles2007-03-181-2/+41
* remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles2007-03-111-0/+14
* Remove common code from AC-3 encoder and utilize ac3.c.Justin Ruggles2007-03-091-16/+9
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+19
* 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-3/+38
* Patch to generate the ac3 window, based on code by Justin Ruggles.Benjamin Larsson2006-04-221-38/+3
* switch ac3enc to av_crcMichael Niedermayer2006-03-061-2/+0
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-19/+19
* make the tables staticAlex Beregszaszi2004-06-261-9/+9
* per file doxyMichael Niedermayer2003-03-061-1/+4
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-21/+21
* preparing integration of new AC3 decoderFabrice Bellard2002-10-281-8/+11
* Initial revisionFabrice Bellard2001-07-221-0/+180
OpenPOWER on IntegriCloud