16690 Commits (c687643c689c47ecfba6ba55b277ba8d8bdad272)
 

Author SHA1 Message Date
Ramiro Polla c687643c68 mlp: cosmetics: remove {}s over one-lined if. 16 years ago
Ramiro Polla ee1a8f6290 mlp: support bit-depths greater than 16 by default. 16 years ago
Ronald S. Bultje dc50773dc5 Remove static variable and a printf using it. See "[PATCH] asf.c: move 16 years ago
Ronald S. Bultje 7b2a070800 Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. 16 years ago
Ronald S. Bultje 022f0b7c01 Do not access s->gb directly in functions that have a local copy of that 16 years ago
Justin Ruggles 2ceccf045c ac3dec: simplify exponent bounds checking 16 years ago
Mathieu Velten 97679e6e38 mlp: Fix compilation under CONFIG_AUDIO_NONSHORT. 16 years ago
Justin Ruggles d98d70d697 ac3dec: add missing feature log message for block start info 16 years ago
Justin Ruggles 3e7aa8fa4c ac3dec: use skip_bits_long() for block start bits 16 years ago
Justin Ruggles 96f229d6c0 ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents(). 16 years ago
Justin Ruggles 806703243e cosmetics: vertical alignment 16 years ago
Justin Ruggles 1cdd567f31 cosmetics: reindent after last commit 16 years ago
Justin Ruggles ce7d842fa6 ac3dec: detect out-of-range exponents 16 years ago
Måns Rullgård d8b66635e0 ARM: remove some useless comments 16 years ago
Kostya Shishkov 6149cdbe9d Make decoding run of pixels in MS RLE saner. 16 years ago
Kostya Shishkov ce60c2d133 Print out some errors found during MS RLE decoding 16 years ago
Kostya Shishkov 56da1fd7d1 AASC can contain raw data in addition to MS-RLE 16 years ago
Michael Niedermayer d23b28c78b Check that cpb_count is within the allowed range. 16 years ago
Ben Littler 62d6f73edc add VX1K h263 and DMK2 mpeg4 avi fourccs 16 years ago
Michael Niedermayer 36d5b17514 Fix FF_OPT_TYPE_INT64 support of defaults. 16 years ago
Jai Menon 3d5e1bfb20 Fix an overflow in the predictor. 16 years ago
Vitor Sessak 6e74619e5e Silence some ICC warnings. Patch by Vitor Sessak. 16 years ago
Reynaldo H. Verdejo Pinochet 87a9173679 Add expected const qualifier on 'buf' to match AVCodec.decode's declaration. 16 years ago
Carl Eugen Hoyos 485cfbe806 Recognize pnm file as images. 16 years ago
Reynaldo H. Verdejo Pinochet 9e00c20e00 COSMETICS, add missing remarks crediting Ben and Kenan 16 years ago
Kostya Shishkov 675f71144b Fraps version 3 seems to be the same as Fraps v5 16 years ago
Baptiste Coudurier 4d35964d01 WRAW fourcc 16 years ago
Baptiste Coudurier 02a5ef5329 partial WRAW fourcc support, might need image flipping 16 years ago
Justin Ruggles f23dc1e1f9 silence gcc warning: ‘n_bands’ may be used uninitialized 16 years ago
Justin Ruggles 75b53b2123 ac3dec: use uint8_t for band sizes 16 years ago
Reynaldo H. Verdejo Pinochet b12c76277b Removes misleading const qualifier, gets rid of two compiler warnings 16 years ago
Diego Biurrun ecfb51d1c2 Add necessary header for av_set_program_name and av_program_add_stream_index. 16 years ago
Ben Littler 26e8d342c0 add fourccs from avi files 16 years ago
Måns Rullgård b0e8ce55ae ARM: convert VFP code to UAL syntax 16 years ago
Michael Niedermayer 289e8fd001 Implement complexity estimation parsing and try to detect an incorrectly set 16 years ago
Michael Niedermayer b8cf645bd2 add GEOX fourcc for mpeg4 16 years ago
Diego Biurrun bad4063740 Move declaration of av_set_program_name and av_program_add_stream_index 16 years ago
Diego Biurrun 376924583a Delete unnecessary 'extern' keywords. 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Ben Littler 26ae363e06 add FFDS fourcc, ok'd by kostya 16 years ago
Diego Biurrun c8b4365258 Remove entry about unsupported QCELP codec, it is now supported. 16 years ago
Justin Ruggles af2272b209 ac3dec: skip decoding and use error concealment for remaining blocks in 16 years ago
Laurent Aimar 7a2efd2e44 mlp: initialize all CRC tables in a common function. 16 years ago
Reynaldo H. Verdejo Pinochet 751ccc4852 Trivial rephrasing, avoids too long line 16 years ago
Reynaldo H. Verdejo Pinochet cf13954134 Trivial, Cosmetics, mostly brace placement changes 16 years ago
Kostya Shishkov 3e16cde430 Fix reading out of buffer during RV30/40 deblock mask calculation 16 years ago
Kostya Shishkov 958a2b5d6b 34l: forgot to change one case of chroma MC for RV40 16 years ago
Kostya Shishkov 1799d5223e Check RV30/40 slice offsets to be inside buffer. 16 years ago
Kostya Shishkov a1c1c78019 Update ff_rv34_decode_frame() arguments definition 16 years ago
Kostya Shishkov 207625ee61 Remove unused RV40 spatial intra prediction function 16 years ago