4700 Commits (b0094722b2f6ed1dd9a1b3b91ebcfd66e5c6f121)

Author SHA1 Message Date
Michael Niedermayer b0094722b2 remove useless debuging av_log() 18 years ago
Michael Niedermayer dc338d173e indention cleanup 18 years ago
Michael Niedermayer d7cf44899f use shorter names for the block type enum 18 years ago
Michael Niedermayer ee77c2c922 cosmetic 18 years ago
Michael Niedermayer 949ed6bb30 use bytestream reader instead of bitstream for THP 18 years ago
Anssi Hannula 8e952e4d23 CRYO APC demuxer 18 years ago
Michael Niedermayer 204424a4c7 simplify 18 years ago
Michael Niedermayer b736a365be prev1/2 -> prev[2] 18 years ago
Michael Niedermayer 11d662666d simplify 18 years ago
Michael Niedermayer d9ddac2579 general purpose vars should be int 18 years ago
Michael Niedermayer 20f757076e table[index][ch] -> table[ch][index] (might be faster ...) 18 years ago
Nicholas Tung 1e6c67599e Bethsoft VID demuxer and video decoder 18 years ago
Ivo van Poorten e5b5149603 Fix segmentation fault for gray16le to gray conversion. 18 years ago
Nicholas Tung 587d07227e Remove superfluous setting of has_b_frames in codecs without B-frames. 18 years ago
Marco Gerards d1e0d21f94 THP PCM decoder, used on the Nintendo GameCube. 18 years ago
Michael Niedermayer efd2afc2ae TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 18 years ago
Michael Niedermayer f0790c59f4 LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl 18 years ago
Anssi Hannula 9a0ddd09e7 Interplay C93 demuxer and video decoder 18 years ago
Diego Biurrun fe0372296a typos 18 years ago
Diego Biurrun e42dba481f typos/grammar 18 years ago
Diego Biurrun f5bccd8574 spelling/wording/grammar 18 years ago
Víctor Paesa 414425e064 Print a list of valid AMR bitrates if a wrong one is used. 18 years ago
Kamil Nowosad f4d47d6b30 YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl) 18 years ago
Kamil Nowosad e780e99e5a s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad students mimuw edu pl 18 years ago
Xiaohui Sun 2d99eed135 SGI image decoder ported to the new image API. 18 years ago
Benoit Fouet 5558bda833 Return correct decoded size, decoder is called with only one frame at a time. 18 years ago
David Bateman e8d0041701 IWMMXT-specific dsputils clear_blocks function. 18 years ago
Kostya Shishkov bcae1fd02e This codec is PAL8 so make it output PAL8 too 18 years ago
Michael Niedermayer 0a7a33d239 remove compound literals gcc 2.95 doesnt support taking an address of a compound literal 18 years ago
Ian Braithwaite 5bd526d9ad WMA decoder improvement, output closer to the dmo binary. 18 years ago
Kostya Shishkov 047549d382 vc1_split should be static 18 years ago
Stefan Huehner 2b100ab2bf changes some function declarations from () to (void) as per ansi c. 18 years ago
Diego Biurrun ee5c8a9bc4 Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl. 18 years ago
Diego Biurrun e7b85a15c8 cosmetics: Fix indentation. 18 years ago
Benoit Fouet 8896cdd379 Remove useless pointer shift. 18 years ago
Benoit Fouet 636b69c5a4 Remove commented-out while loop. 18 years ago
Diego Biurrun 7038fa6102 Explain which configure options are necessary for which AMR variant. 18 years ago
Michael Niedermayer 5d79e24a98 typo 18 years ago
Michael Niedermayer bd446bb156 cosmetic 18 years ago
Kamil Nowosad f87459e419 FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad 18 years ago
Michael Niedermayer 716222db17 tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 18 years ago
Diego Biurrun 987c3aa810 Remove #if 0 code. 18 years ago
Michael Niedermayer eb6905f064 dont use *int8_t for the arguments (ive missed that in the patches ...) 18 years ago
Xiaohui Sun b25514a43f Changed the rle encoder a little and made it more universal. 18 years ago
Michael Niedermayer 65df54496e cosmetic 18 years ago
Michael Niedermayer eb24fd6458 fix indention (less work to fix it myself than to check if a indention fix patch is ok ...) 18 years ago
Michael Niedermayer bee3851598 move doxy from .c to .h 18 years ago
Michael Niedermayer 1ca286e194 generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl 18 years ago
Marc Hoffman b56a8374b1 Remove stray object from list of Blackfin assembler objects. 18 years ago
Marc Hoffman 67fd620c01 bfin dsputils, basic pixel operations sads, diffs, motion compensation 18 years ago