52 Commits (5036d7b20cf2af7e30dd3e8785b045aad0b8bbe7)

Author SHA1 Message Date
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 9 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 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Michael Niedermayer bd650ee318 avcodec/mpegaudiodec: Reset dither and mdct state 11 years ago
Michael Niedermayer 0be95996d0 avcodec/mpegaudiodec_template: make shift unsigned to avoid undefined behavior 11 years ago
Michael Niedermayer afbe8c6a84 avcodec/mpegaudiodec_template: decode_frame_mp3on4: conceal errors in decoding instead of discarding data 11 years ago
Michael Niedermayer 2545182c29 avcodec/mpegaudiodec_template/mp3on4: check that all channels have been decoded before returnig a frame 11 years ago
Michael Niedermayer c925e960e8 mp3on4: fail when the header check fails 11 years ago
Martin Storsjö 35686a289f mp3adu: Set the channel layout properly 11 years ago
Michael Niedermayer babb611d35 libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOAT 11 years ago
Diego Biurrun 0eeeb9647e mpegaudiodec: Consistently handle fixed/float templating 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö e9d61de96c mpegaudiodec: Validate that the number of channels fits at the given offset 11 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Diego Biurrun 088f38a4f9 avcodec: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago