summaryrefslogtreecommitdiff
path: root/libavcodec/ac3tab.c
Commit message (Expand)AuthorAge
* avcodec: add missing includesVittorio Giovara2014-03-25
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* 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
* Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-22
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò2011-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
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Update AC-3 channel map. 2F/2R layout only has 4 channels. This correctionJustin Ruggles2009-09-19
* 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
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-24
* cosmetics: rename ac3 tablesJustin Ruggles2007-12-09
* cosmeticMichael Niedermayer2007-09-10
* move ac3 tables from a .h to a .cAurelien Jacobs2007-04-25