19482 Commits (80b9d6366f846c13a23856c3c220fbd315439633)
 

Author SHA1 Message Date
Benoit Fouet 80b9d6366f Make function pointer assignments consistent in option handling. 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 9189d7eba6 Add Changelog for Cook multi channel support 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
Wolfram Gloger 4eac2e8901 Change return type of opt_loglevel() from void to int. 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
Michael Niedermayer a39b76ea7d Don't loose bits_per_raw_sample when transcoding. 16 years ago
Stefano Sabatini 2e418f5ed8 Make avcodec_thread_init() set the thread count, even in the case when 16 years ago
Carl Eugen Hoyos 8e86dd1241 Make reset_ptr() void. 16 years ago
Ivo van Poorten 896873b564 avoid possibly uninitialized return value 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
Jai Menon 4fabb60ddb NSV : Add TOC2 parsing and seeking support. 16 years ago
Benjamin Larsson 6c73a7d06c Remove redundant code, found by CSA 16 years ago
Måns Rullgård e4ddc8edfa configure: support Blackfin CPU names with --cpu 16 years ago
Andreas Öman 0e1ccdeb11 It should be #if, not #ifdef 16 years ago
Kostya Shishkov 21fce71fd1 Switch VLC tables in WMV3/VC-1 decoder to new static init method 16 years ago
Michael Niedermayer f9f2ab8229 Require 4 instead of 3 frames for detecting mp3, 16 years ago
Michael Niedermayer 0ee51c556e Fix 10l typo (usage of PIX_FMT_NE()). 16 years ago
Michael Niedermayer 445f0a8b66 Update safety check as the maximum pixel size is no longer 4. 16 years ago
Michael Niedermayer 97f9214342 Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT) 16 years ago
Stefano Sabatini 297b5a3f99 Make read_line() do not depend on put_bits.h and speed up it. 16 years ago
Ramiro Polla 9145021d68 Add raw MLP muxer. 16 years ago
Ramiro Polla 420df93037 mlpdec: Don't overallocate buffers. 16 years ago
Ramiro Polla 309616b249 mlpdec: Validate num_primitive_matrices. 16 years ago
Ramiro Polla 868170c4da mlpdec: Validate max_channel and max_matrix_channel. 16 years ago