5879 Commits (4706949c6d7a7c14c5b82bef10fcee1c0da8a9a2)

Author SHA1 Message Date
Kostya Shishkov 4978618b6b Use existing function for VLC reading 17 years ago
Kostya Shishkov b192e56461 Check decoded dimensions for validity 17 years ago
Kostya Shishkov ea61e33a7f Intra types will be stored in int8_t array 17 years ago
Kostya Shishkov 52b917536d Add decoder flags 17 years ago
Kostya Shishkov da71cdadc2 Replace table with its H.263 counterpart 17 years ago
Kostya Shishkov dbf7150441 Update tables for RV40 decoder 17 years ago
Michael Niedermayer 1918057c8a prevent warnings about functions being possibly unused 17 years ago
Michael Niedermayer 9a3bb2b89c thank you for your efforts to keep my code clean, but i would like to 17 years ago
Panagiotis Issaris b17270878e Verify long_ref_count!=0. Fix issue 281. 17 years ago
Alexander Strange bc2bc41bb8 Fix missing chroma in version 3 STR. 17 years ago
Michael Niedermayer b180d9fe99 fix decoding of the first frame of gray.mov 17 years ago
Jeff Downs cf653d0811 Initialize function pointers used by error resilience code before any 17 years ago
Kostya Shishkov ae4ca617e3 RV40 decoder specific functions 17 years ago
Diego Biurrun cedb83a671 colour --> color in variable names 17 years ago
Diego Biurrun a660c52a7e cosmetics: comment spelling fixes 17 years ago
Diego Biurrun f2c68f9c7e cosmetics: spelling fixes 17 years ago
Michael Niedermayer 3d86e370d8 make rc_buffer_size apply to audio as well 17 years ago
Kostya Shishkov fda767bb4f Rename function to reflect its action 17 years ago
Michael Niedermayer b81f2b3d2f simplify 17 years ago
Michael Niedermayer 24cdc39e9d make the AVOption code work with strings instead of crash 17 years ago
Reimar Döffinger 77777f0dd8 Some spelling fixes in comments 17 years ago
Reimar Döffinger b639896915 Use the correct "const float *" type for variable instead of casting const away. 17 years ago
Reimar Döffinger 5db3c3bc03 Add missing const to last argument of decode_significance_8x8_x86. 17 years ago
Baptiste Coudurier c20d3ce255 indentation 17 years ago
Baptiste Coudurier cc3a970857 dnxhd 720p encoding and decoding support 17 years ago
Baptiste Coudurier df745b9ce6 cosmetics, encode_variance -> encode_fast 17 years ago
Baptiste Coudurier 78532b052d fix corner case when qscale 1 bits < frame bits but max bits with worst padding > frame bits 17 years ago
Kostya Shishkov 79cf2c7e86 RealVideo 3 decoder functions 17 years ago
Diego Biurrun 56cc85a068 Misc spelling fixes, prefer American over British English. 17 years ago
Diego Biurrun d0b53d05c8 Fix some spelling mistakes. 17 years ago
Kostya Shishkov 74971185f3 RV30/40 common VLC tables 17 years ago
Vitor Sessak f87d2632b3 Fix alignment broke by my last patch 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Kostya Shishkov 329851e032 TIFF may omit compression tag. 17 years ago
Diego Biurrun 7338d36808 succes --> success typo 17 years ago
Reimar Döffinger 892a4c2da8 Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize 17 years ago
Michael Niedermayer 5d702d6db2 senseless cast and () 17 years ago
Michael Niedermayer 90901860c2 stupid code (casting of void*) found by checktree.sh 17 years ago
Reimar Döffinger 4c1e509c11 wma_decode_superframe always returns s->block_align, so make 17 years ago
Diego Biurrun 2d4e0c1aa9 Fix make checkheaders, #include <inttypes.h> was missing. 17 years ago
Michael Niedermayer 0063c05c67 fix segfault with interlaced h.264 17 years ago
Ian Caulfield 6b493b2f2f MLP/TrueHD parser 17 years ago
Stefano Sabatini 0fe93f07ba Clarify documentation for avcodec_encode_audio. 17 years ago
Aurelien Jacobs bb6cc730e5 remove some unused ff_p* vars from dsputil 17 years ago
Aurelien Jacobs dbb5fdbdc8 remove useless #ifdef around extern declaration 17 years ago
Aurelien Jacobs 7c35b55111 cosmetics: indentation 17 years ago
Aurelien Jacobs 51ac88228a convert some #ifdef CONFIG_ to if(ENABLE_ 17 years ago
Aurelien Jacobs 5b67ce2afa build vc1dsp_mmx.c in its own compilation unit 17 years ago
Aurelien Jacobs 43de50659b use ff_ prefix for extern vars 17 years ago
Aurelien Jacobs 182f56cb0c make ff_p* vars extern so that they can be used in various *_mmx.c files 17 years ago