332 Commits (70ffda3217c58bbbfb8a7e7c58824b8ca6c56128)

Author SHA1 Message Date
Michael Niedermayer 861aa9e7c2 mpegaudiodec: remove unused variable 13 years ago
Alex Converse f372ce119b mp3dec: Fix a heap-buffer-overflow 13 years ago
Anton Khirnov ac84395d6a lavc: remove disabled FF_API_PARSE_FRAME cruft. 13 years ago
Michael Niedermayer 46095f427e mp3dec: Check for memcpy size to be positive. 13 years ago
Thierry Foucu 10e9d1f76b Fix a heap-buffer-overflow 13 years ago
Dustin Brody d2a0041c20 mpegaudiodec: switch error detection check to AV_EF_BUFFER 13 years ago
Vitor Sessak 39df0c434c mpegaudiodec: optimized iMDCT transform 13 years ago
Vitor Sessak 6dfcf53092 mpegaudiodec: move imdct and windowing function to mpegaudiodsp 13 years ago
Vitor Sessak 421c99a4a7 mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementations 13 years ago
Vitor Sessak 96219141e2 mpegaudiodec: Use clearer pointer math 13 years ago
Justin Ruggles 03fafdec82 mpegaudiodec: skip all channels when skipping granules 13 years ago
Michael Niedermayer 9c1f0493d5 Revert 464f26889c 13 years ago
Ronald S. Bultje 464f26889c mpegaudiodec: fix seeking. 13 years ago
Justin Ruggles 481a7ff5bd mpegaudiodec: fix compilation when testing the unchecked bitstream reader 13 years ago
Mans Rullgard ac08f798bb mp3dec: hack: fix decoding with safe bitstream reader 13 years ago
Janne Grunau fd095539d1 latmdec: fix audio specific config parsing 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 0df5e869cb mpegaudio: do not use init_static_data() for initializing tables. 13 years ago
Michael Niedermayer 85ab33b87f mpegaudeiodec: correct AV_EF flags. 13 years ago
Martin Storsjö 268fb3f985 mpegaudiodec: Don't use a nonexistent log context for av_dlog 13 years ago
Justin Ruggles f1d1516e55 cosmetics: indentation 13 years ago
Justin Ruggles 1158745a2d mpegaudiodec: init static tables in AVCodec.init_static_data() 13 years ago
Vitor Sessak e32aaba358 mpegaudiodec: move imdct36() to MPADSPContext 13 years ago
Justin Ruggles ec6d743118 mp3on4: do not needlessly set data_size to 0 13 years ago
Justin Ruggles 99975966c3 mp3adu: return error instead of just consuming bad packets 13 years ago
Justin Ruggles e2e6c8799b mpegaudiodec: check output data size based on avctx->frame_size 13 years ago
Justin Ruggles 512557b291 avcodec: remove avcodec_parse_frame and deprecate associated elements. 13 years ago
Justin Ruggles cd816d9bbb mpegaudiodec: cosmetics: basic pretty-printing 13 years ago
Justin Ruggles c17e534f2e mpegaudiodec: remove frame_count field from MPADecodeContext. 13 years ago
Justin Ruggles dac15a03af mpegaudiodec: return AVERROR return codes instead of -1 13 years ago
Justin Ruggles 4be1e1dfa7 mpegaudiodec: Skip only bad frames instead of the whole packet. 13 years ago
Dustin Brody 9abc98737f lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition 13 years ago
Justin Ruggles 95891804bf mp3on4: check for allocation failures in decode_init_mp3on4() 13 years ago
Justin Ruggles 180bf988bc mp3on4: create a separate flush function for MP3onMP4. 13 years ago
Justin Ruggles 53c8443ad2 mp3on4: ensure that the frame channel count does not exceed the codec channel 13 years ago
Justin Ruggles 1183d6cd98 mp3on4: set channel layout 13 years ago
Justin Ruggles fff0f831e0 mp3on4: fix the output channel order 13 years ago
Justin Ruggles f507dd067a mp3on4: allocate temp buffer with av_malloc() instead of on the stack. 13 years ago
Justin Ruggles cb72230dfa mp3on4: copy MPADSPContext from first context to all contexts. 13 years ago
Anton Khirnov 59a9a23581 lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 13 years ago
Anton Khirnov 82ab61f901 lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 13 years ago
Diego Biurrun 8671488799 Use explicit struct initializers for AVCodec declarations. 13 years ago
Chris Rankin 54e1eaef67 mp3dec: Dont spam the user on multiple mp3 frames. 13 years ago
Diego Biurrun bde2c1c7fe mpegaudiodec: Fix av_dlog() invocation. 14 years ago
Mans Rullgard fdf18e33bb mpegaudiodec: remove unusued code and variables 14 years ago
Mans Rullgard 6f1ec38ce2 mpegaudio: clean up compute_antialias() definition 14 years ago
Vitor Sessak 6204feb160 dct32: Add AVX implementation of 32-point DCT 14 years ago
Mans Rullgard f255a28d14 mpegaudio: clean up #includes 14 years ago
Mans Rullgard 918d0584a4 mpegaudio: move some struct definitions from mpegaudio.h 14 years ago
Mans Rullgard c4f5c2d6f4 Move some mpegaudio functions to new mpegaudiodsp subsystem 14 years ago