summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3tab.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/eac3dec: Check that channel_map does not contain more than EAC3_MAX_C...Michael Niedermayer2018-09-221-0/+18
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-251-0/+2
|\
| * avcodec: add missing includesVittorio Giovara2014-03-251-0/+2
* | libavcodec/ac3tab.c: Fix duplicate wordsMichael Niedermayer2013-08-121-1/+1
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-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/+7
|\ \ | |/
| * ac3enc: add channel coupling supportJustin Ruggles2011-05-241-0/+7
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-241-1/+1
|\ \ | |/
| * Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-221-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò2011-01-251-5/+0
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò2011-01-261-5/+0
|/
* Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles2011-01-081-0/+6
* cosmetics: use some size macros in ac3tab.c/hJustin Ruggles2010-12-141-3/+3
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-211-8/+9
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Update AC-3 channel map. 2F/2R layout only has 4 channels. This correctionJustin Ruggles2009-09-191-2/+2
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-191-0/+15
* ac3dec: reorder output channels to SMPTE channel orderJustin Ruggles2009-04-171-6/+19
* ac3enc: reorder input channels to AC-3 channel orderJustin Ruggles2009-04-171-0/+15
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-3/+3
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-241-0/+13
* cosmetics: rename ac3 tablesJustin Ruggles2007-12-091-14/+14
* cosmeticMichael Niedermayer2007-09-101-26/+26
* move ac3 tables from a .h to a .cAurelien Jacobs2007-04-251-0/+249
OpenPOWER on IntegriCloud