summaryrefslogtreecommitdiff
path: root/libavcodec/ac3tab.c
Commit message (Expand)AuthorAge
* avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.hAndreas Rheinhardt2022-05-15
* avcodec/ac3tab: Move some tables only used by ac3.c to itAndreas Rheinhardt2022-05-15
* avcodec/ac3tab: Unavpriv ac3_channel_layout_tabAndreas Rheinhardt2022-01-04
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/ac3tab: Remove unused ff_eac3_default_chmapAndreas Rheinhardt2021-02-24
* avcodec/ac3tab: Move ff_ac3_enc_channel_map to its only userAndreas Rheinhardt2021-02-20
* ac3enc_fixed: drop unnecessary fixed-point DSP codeLynne2021-01-14
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/ac3_tab: Zero-terminate ff_ac3_sample_rate_tabAndreas Rheinhardt2020-04-11
* lavc: Use supported_samplerates for Dolby Digital encoders.Carl Eugen Hoyos2020-04-04
* avcodec/eac3dec: Check that channel_map does not contain more than EAC3_MAX_C...Michael Niedermayer2018-09-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-25
|\
| * avcodec: add missing includesVittorio Giovara2014-03-25
* | libavcodec/ac3tab.c: Fix duplicate wordsMichael Niedermayer2013-08-12
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-24
|\|
| * mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-25
|\|
| * ac3enc: add channel coupling supportJustin Ruggles2011-05-24
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-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
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò2011-01-26
|/
* 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