9465 Commits (2e032b32df712e3a5a6bde26f35749eaf2b55e70)

Author SHA1 Message Date
Michael Niedermayer 714127812c Ignore first entry of intra matrixes if it is invalid. 16 years ago
Michael Niedermayer 45ccc61a06 Factorize quantization matrix loading code out. 16 years ago
Ramiro Polla da00b52578 Don't #if a function declaration and properly indent it. 16 years ago
Ramiro Polla bf4f19dc65 mlpdec: Move MLP's filter_channel() to dsputils. 16 years ago
Ramiro Polla ce1d9c851c Export av_free_packet(). 16 years ago
Diego Biurrun f0a75e66b9 Add missing return statement to out-of-memory condition. Fixes the warning: 16 years ago
Diego Biurrun a068a7f1f0 Drop unused libamr-nb fixed-point glue code. 16 years ago
David Conrad d647ed789f ARM: Use fewer register in NEON put_pixels _y2 and _xy2 16 years ago
David Conrad 428bf2ac88 ARM: NEON put_pixels_clamped 16 years ago
Stefano Sabatini 5efccce2a9 Implement av_get_bits_per_pixel(). 16 years ago
Vitor Sessak 859471565a Revert r18700, documentation of deprecated functions might be useful for 16 years ago
Vitor Sessak 6cf92f6d26 Check if there is enough bytes before reading the buffer in the EA ADPCM 16 years ago
Vitor Sessak 8a06cb14f9 Skip 0x0000 frame footer in EA ADPCM decoder. 16 years ago
Michael Niedermayer 859f9c0b47 Remove useless and outright wrong chatter from avcodec_encode_video(). 16 years ago
Michael Niedermayer aa04b9204e Remove redundant chatter from avcodec_encode_audio() 16 years ago
Michael Niedermayer 1885c76acf Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2(). 16 years ago
Michael Niedermayer 4d24c24fcb Add multiframe note to avcodec_decode_video() too. 16 years ago
Michael Niedermayer e5776422b4 Cleanup first paragraph of doxy of avcodec_decode_audio3(). 16 years ago
Michael Niedermayer 3784411100 Remove documentation from deprecated fields, they should not be used, 16 years ago
Michael Niedermayer ed57ef39e6 Remove confusing and redundant engrish chatter from avcodec_decode_video2(). 16 years ago
Kostya Shishkov 9c4b5eb8ce Revert changing VLC initialization type for RV3/4 decoder. 16 years ago
Ramiro Polla 77b12f809b mlpdec: Simplify filtering code by using only one counter variable. 16 years ago
Laurent Aimar 60294c593e Correctly update output sample format in wavpack decoder. 16 years ago
Benjamin Larsson bdb8d99613 Proper subpacket size check for cook multichannel files. 16 years ago
Benjamin Larsson bb1135c8a3 Remove parentheses 16 years ago
Benjamin Larsson fcc01e646b Set the type of size in COOKSubpacket to unsigned 16 years ago
Stefano Sabatini 75801da580 Add pixdescs definitions for planar YUV pixfmts with 16 bits per 16 years ago
Benjamin Larsson ec32cfd2cc Make sure we only parse max amount of subpackets (5) in the cook decoder. 16 years ago
Benjamin Larsson da75426b26 Indent 16 years ago
Benjamin Larsson 0a704b5f21 Remove redundant code 16 years ago
Benjamin Larsson 67da31826f Support cook multichannel files. 16 years ago
Benjamin Larsson 7204850ea9 Fix the COOKDEBUG code 16 years ago
Benjamin Larsson 4a291c90fe Factor out COOKSubpacket, in preparation for multichannel support. 16 years ago
Stefano Sabatini 10151b138a Add missing pixel format descriptor definitions. 16 years ago
Kostya Shishkov 3df18b3ed1 Get rid of monstrous static table and initialize VLCs for RV3/4 dynamically. 16 years ago
Kostya Shishkov 1c86db80a9 Remove useless assignment during initialization for some decoders 16 years ago
Michael Niedermayer f83c57735e indent 16 years ago
Reimar Döffinger 96c5bc46d2 TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB. 16 years ago
Kostya Shishkov 120ac2620d cosmetics: remove extra space indentation 16 years ago
Kostya Shishkov 29ee635503 Merge decoding functions for all bitdepths in WavPack decoder 16 years ago
Michael Niedermayer 68f8d33bec Support >8bit per component YUV in FFV1. 16 years ago
Michael Niedermayer 217d34e307 Force speed irrelevant calls to get/put_symbol() to be noinline. 16 years ago
Michael Niedermayer 3788e661f1 Optimize sign handling in get_symbol(). 16 years ago
Stefano Sabatini 2e418f5ed8 Make avcodec_thread_init() set the thread count, even in the case when 16 years ago
Kostya Shishkov 6e0f746d3e Handle WavPack INT32INFO chunks with nonzero post shift 16 years ago
Kostya Shishkov 0638c2ae3c Add functions for decoding >16 bits WavPack files. 16 years ago
Laurent Aimar 760db32a0c Shift 9-15 bit samples to use full 16-bit range. 16 years ago
Kostya Shishkov b750fb6945 Display dimensions should not affect the real size of coded frame, thus set 16 years ago
Michael Niedermayer e1b3d27272 Remove 2 useless FFMIN(). 16 years ago
Michael Niedermayer 7bdf2eb8c4 Remove apparently redundant code. 16 years ago