summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec/mpegaudiodec_template: use unsigned shift in handle_crc()Michael Niedermayer2022-08-231-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-7/+6
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* mpegaudio: convert to new channel layout APIAnton Khirnov2022-03-151-10/+12
* avcodec/mpegaudiodec_template: Remove unused variableAndreas Rheinhardt2021-10-021-1/+0
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+2
* avcodec/mpegaudio_tablegen: Make exponential LUT sharedAndreas Rheinhardt2020-12-081-2/+2
* avcodec/mpegaudiodec: Hardcode tables to save spaceAndreas Rheinhardt2020-12-081-37/+2
* avcodec/mpegaudiodec: Share fixed and floating point data and init codeAndreas Rheinhardt2020-12-081-115/+22
* avcodec/mpegaudiodec_template: Apply shift during initAndreas Rheinhardt2020-12-081-3/+3
* avcodec/mpegaudiodec: Make decoders init-threadsafeAndreas Rheinhardt2020-12-081-6/+4
* avcodec/mpegaudiodec: Combine tables used to initialize VLCsAndreas Rheinhardt2020-12-081-6/+9
* avcodec/mpegaudiodec: Reduce the size of tables used to initialize VLCsAndreas Rheinhardt2020-12-081-13/+8
* avcodec/mpegaudiotab: Avoid unused entry in tableAndreas Rheinhardt2020-12-081-3/+3
* avcodec/mpegaudiodec_template: Avoid VLC size tablesAndreas Rheinhardt2020-12-081-11/+7
* avcodec/mpegaudiodec_template: Don't use unnecessarily many VLC bitsAndreas Rheinhardt2020-11-241-3/+3
* avcodec/mpegaudiodsp: Make initializing synth windows thread-safeAndreas Rheinhardt2020-11-241-2/+1
* avcodec/mpegaudiodec*: Cleanup generically on init failureAndreas Rheinhardt2020-09-191-8/+3
* avcodec/mpegaudiodec_float: Avoid indirection with float dsp functionAndreas Rheinhardt2020-09-191-19/+11
* avcodec/mpegaudiodec_template: Check return value of subdecoderAndreas Rheinhardt2020-09-191-2/+6
* avcodec/mpegaudiodec_template: Fix some whitespace issuesMichael Niedermayer2020-08-061-20/+20
* avcodec/mpegaudiodec_template: Check CRCs for layer1 and layer2Michael Niedermayer2020-08-041-17/+44
* avcodec/mpegaudiodec_template: disable CRC checking for layers 1 and 2James Almer2020-08-031-1/+1
* Revert "mpegaudiodec_template: disable CRC checking for layers 1 and 2"James Almer2020-08-031-1/+1
* mpegaudiodec_template: disable CRC checking for layers 1 and 2Lynne2020-08-021-1/+1
* mpegaudiodec_template: add ability to check CRCLynne2020-05-261-3/+17
* avcodec: use avpriv_mpeg4audio_get_config2()James Almer2019-09-271-2/+2
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+2
* Merge commit '255526998501f0040ae43fe4848c817a97fc578a'Clément Bœsch2017-03-241-2/+2
|\
| * mpegaudio: Do not print value of uninitialized variableDiego Biurrun2016-10-271-2/+2
* | avcodec/mpegaudiodec_template: Fix 2 runtime error: signed integer overflowMichael Niedermayer2017-03-211-1/+2
* | avcodec/mpegaudiodec_template: Make l3_unscale() work with e=0Michael Niedermayer2017-03-141-1/+1
* | avcodec/mpegaudiodec_template: Check for negative eMichael Niedermayer2017-03-091-1/+1
* | avcodec/mpegaudiodec_template: Fix runtime error: signed integer overflow: 20...Michael Niedermayer2017-03-031-1/+1
* | avcodec/mpegaudiodec_template: Correct return code on id3 tag discardingMichael Niedermayer2017-02-241-1/+1
* | avcodec/mpegaudiodec_template: Fix multiple runtime error: signed integer ove...Michael Niedermayer2017-02-221-1/+1
* | avcodec/mpegaudiodec: Eliminate many undefined operationsMichael Niedermayer2017-02-201-3/+3
* | mpegaudiodec_template: fix leaking fdsp for mp3on4floatAndreas Cadhalpun2017-02-171-0/+3
* | Merge commit '74b1bf632f125a795e66e5fd0a060b9c7c55b7a3'Hendrik Leppkes2016-06-261-13/+15
|\ \ | |/
| * mp3: Make the extrasize explicitLuca Barbato2016-05-221-14/+15
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| * lavc: Add get_bitsz()Andreas Cadhalpun2016-01-111-7/+0
* | fix some a/an typosLou Logan2016-03-281-1/+1
* | get_bits: add get_bitsz for reading 0-25 bitsAndreas Cadhalpun2016-01-031-7/+0
* | Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c'Hendrik Leppkes2016-01-011-11/+8
|\ \ | |/
| * mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-121-11/+9
* | mips: rename mipsdspr1 to mipsdspVicente Olivert Riera2015-12-041-2/+2
* | avcodec/mp3: fix skipping zeroswm42015-09-301-1/+3