10236 Commits (84d430f85a10cfbca196c686ee59c72dff558ca1)

Author SHA1 Message Date
Benjamin Larsson 7141c8594d Use reget_buffer instead of get_buffer. Fixes issue1367. 16 years ago
Benjamin Larsson 223e8df136 Add ATRAC1 codec ID. 16 years ago
Benjamin Larsson dbb0f96f0f Initial commit of the atrac1 decoder, not hooked up yet 16 years ago
Benjamin Larsson 76ec34a5c3 Remove redundant code forgotten in the split 16 years ago
Michael Niedermayer b52b0913c2 Check for thread_count==0. 16 years ago
Reimar Döffinger 19a9a49e84 Simplify: reget_buffer behaves exactly like get_buffer if the buffer was 16 years ago
Måns Rullgård 648d792042 ARM: NEON optimised FFT and MDCT 16 years ago
Måns Rullgård 6d9d289e76 DCA: move an aligned array from stack to context 16 years ago
Michael Niedermayer e43198af4f Check thread count as multithreaded decoding is not supported. 16 years ago
Benjamin Larsson 0e1baedec3 Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. 16 years ago
Diego Biurrun b057170f32 Remove pointless debug statement that fails to compile. 16 years ago
Reimar Döffinger 17f0c3be8e Try to clarify that anyone using get_bits must check for buffer overrun 16 years ago
Carl Eugen Hoyos 35c433d671 Cosmetics: Fix typo. 16 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 16 years ago
Reimar Döffinger b5f09d31c2 Make sample_fmts and channel_layouts compound literals const to reduce size of 16 years ago
Reimar Döffinger c55e5b5fee ff_sine_windows table contains only constant data, too. 16 years ago
Reimar Döffinger faca56191c The ff_cos_tabs table itself is constant, too, so mark it as such. 16 years ago
Reimar Döffinger f470fff323 The pointers in ff_sin_tabs themselves are constant, so mark them accordingly. 16 years ago
Reimar Döffinger 7eb1c36431 ff_swb_offset_* tables should be const. 16 years ago
Reimar Döffinger b8791583e7 compatible_frame array can be static const, too. 16 years ago
Sascha Sommer 5f28b5e750 do not decode more than one audio frame in a decode packet call 16 years ago
Sascha Sommer 7dca334da2 avoid extra memcpy during scale factor decoding 16 years ago
Ramiro Polla d31dbec374 Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label 16 years ago
Lars Täuber 35f6c15405 Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). 16 years ago
Reimar Döffinger 5333450ce6 Use memcpy to copy till end of line in one go instead of copying pixel by pixel 16 years ago
Reimar Döffinger 64b8e620cb Slightly simplify detection of end of compressed data in xan_unpack 16 years ago
Reimar Döffinger bb99108775 Make vp3 arrays static const where possible. 16 years ago
Reimar Döffinger 8444059fb3 Remove useless ulti_decode_end function. 16 years ago
Diego Biurrun d87d5025aa prettyprinting cosmetics 16 years ago
Sascha Sommer bbb0bdd533 fix handling of packet loss when the output buffer is full 16 years ago
Sascha Sommer 9244370a7c reindent 16 years ago
Sascha Sommer 42ea968188 remove no longer needed debug output 16 years ago
Sascha Sommer 7551a55948 reduce output buffer needs 16 years ago
Sascha Sommer 2016932472 store packet GetBitContext in the decoder context 16 years ago
Diego Biurrun 83614f2df9 Reduce pointless verbosity after seeks in the MP3 decoder. 16 years ago
Justin Ruggles d6ee035d7a libspeex: Do not set AVCodecContext.frame_size in decoder init if there is no 16 years ago
Diego Biurrun e0b1d6605b cosmetics: indentation and other prettyprinting fixes 16 years ago
Sascha Sommer c1061cc7f7 add missing wmapro decoder parts 16 years ago
Lars Täuber 7c6208d4c0 Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name. 16 years ago
Kostya Shishkov 1369582777 Convert ZERO8x2 macro into inline function 16 years ago
Reimar Döffinger 23638d8778 Remove unused variable. 16 years ago
Kostya Shishkov b7eb7ef6b5 Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit 16 years ago
Kostya Shishkov 20622c4a8a Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block 16 years ago
Justin Ruggles 6833385d30 Store the frame size in the LibSpeexContext in case the header does not exist. 16 years ago
Måns Rullgård e78516c6d8 One declaration of mm_flags is enough 16 years ago
Måns Rullgård 4e36a5b46f Move declarations of some mmx functions to dsputil_mmx.h 16 years ago
Måns Rullgård 5b1b014761 Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16 16 years ago
Måns Rullgård c4d6d318cf Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16 16 years ago
Justin Ruggles 5c3b5e3053 Use the output data type to determine the maximum number of samples that can be 16 years ago
Justin Ruggles eb5f3c5434 Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat 16 years ago