68 Commits (d0293c770bbc747ba8eaa310f7b3632207a36ebd)

Author SHA1 Message Date
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Andreas Rheinhardt d5d1c697bd avcodec/mpegaudio_tablegen: Make exponential LUT shared 4 years ago
Andreas Rheinhardt ed33bbe678 avcodec/mpegaudiodec: Hardcode tables to save space 4 years ago
Andreas Rheinhardt 73bc26acb8 avcodec/mpegaudiodec: Share fixed and floating point data and init code 4 years ago
Andreas Rheinhardt b9d475393e avcodec/mpegaudiodec_template: Apply shift during init 4 years ago
Andreas Rheinhardt c778f2266d avcodec/mpegaudiodec: Make decoders init-threadsafe 4 years ago
Andreas Rheinhardt b29a3f3e0f avcodec/mpegaudiodec: Combine tables used to initialize VLCs 4 years ago
Andreas Rheinhardt db234dbf73 avcodec/mpegaudiodec: Reduce the size of tables used to initialize VLCs 4 years ago
Andreas Rheinhardt 12ace68ab0 avcodec/mpegaudiotab: Avoid unused entry in table 4 years ago
Andreas Rheinhardt 117575ae26 avcodec/mpegaudiodec_template: Avoid VLC size tables 4 years ago
Andreas Rheinhardt 79ab46ac6e avcodec/mpegaudiodec_template: Don't use unnecessarily many VLC bits 4 years ago
Andreas Rheinhardt 16bb8247b4 avcodec/mpegaudiodsp: Make initializing synth windows thread-safe 4 years ago
Andreas Rheinhardt c7867b6ed1 avcodec/mpegaudiodec*: Cleanup generically on init failure 4 years ago
Andreas Rheinhardt e9831b1e98 avcodec/mpegaudiodec_float: Avoid indirection with float dsp function 4 years ago
Andreas Rheinhardt dac9e88a99 avcodec/mpegaudiodec_template: Check return value of subdecoder 4 years ago
Michael Niedermayer 2c35797e18 avcodec/mpegaudiodec_template: Fix some whitespace issues 4 years ago
Michael Niedermayer fd0064f75b avcodec/mpegaudiodec_template: Check CRCs for layer1 and layer2 4 years ago
James Almer 08f60a35b4 avcodec/mpegaudiodec_template: disable CRC checking for layers 1 and 2 4 years ago
James Almer 9afd1f6ff2 Revert "mpegaudiodec_template: disable CRC checking for layers 1 and 2" 4 years ago
Lynne b48397e7b8
mpegaudiodec_template: disable CRC checking for layers 1 and 2 4 years ago
Lynne e69f407b52
mpegaudiodec_template: add ability to check CRC 5 years ago
James Almer d582cc17e1 avcodec: use avpriv_mpeg4audio_get_config2() 5 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Michael Niedermayer b15818642b avcodec/mpegaudiodec_template: Fix 2 runtime error: signed integer overflow 8 years ago
Michael Niedermayer 8ebed703f1 avcodec/mpegaudiodec_template: Make l3_unscale() work with e=0 8 years ago
Michael Niedermayer 58dd25f8ad avcodec/mpegaudiodec_template: Check for negative e 8 years ago
Michael Niedermayer 3b0b35150d avcodec/mpegaudiodec_template: Fix runtime error: signed integer overflow: 2053224902 + 2053224902 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 5d81616be3 avcodec/mpegaudiodec_template: Correct return code on id3 tag discarding 8 years ago
Michael Niedermayer 5a8fec1b33 avcodec/mpegaudiodec_template: Fix multiple runtime error: signed integer overflow 8 years ago
Michael Niedermayer 15ccaa344c avcodec/mpegaudiodec: Eliminate many undefined operations 8 years ago
Andreas Cadhalpun 783b350b2e mpegaudiodec_template: fix leaking fdsp for mp3on4float 8 years ago
Diego Biurrun 0b77a59336 Use correct printf conversion specifiers for POSIX integer types 8 years ago
Diego Biurrun 2555269985 mpegaudio: Do not print value of uninitialized variable 8 years ago
Luca Barbato 74b1bf632f mp3: Make the extrasize explicit 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Lou Logan 06eef96b69 fix some a/an typos 9 years ago
Andreas Cadhalpun 62825236db lavc: Add get_bitsz() 9 years ago
Andreas Cadhalpun 713654d9d3 get_bits: add get_bitsz for reading 0-25 bits 9 years ago
Anton Khirnov 955aec3c7c mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header 9 years ago
Vicente Olivert Riera a27401a05b mips: rename mipsdspr1 to mipsdsp 9 years ago
wm4 cb1da9fb8d avcodec/mp3: fix skipping zeros 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Andreas Cadhalpun 151dbe4579 mpegaudiodec: copy AVFloatDSPContext from first context to all contexts 10 years ago
nu774 6ec688e1bc mp3: enable packed main_data decoding in MP4 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer 8768f8f4b9 avcodec/mpegaudiodec_template: use double to build csa tables 10 years ago
Michael Niedermayer a7ebd0b011 avcodec/mpegaudiodec_template: only allocate fdsp when its used 10 years ago
Michael Niedermayer c5dc8cc03a avcodec/mpegaudiodec_float: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer c5e295cb9d avcodec/mpegaudiodec_template: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 11 years ago