9098 Commits (119e48d9607e1a43c5ff021b5345bbd62eef3926)
 

Author SHA1 Message Date
Kamil Nowosad e780e99e5a s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad students mimuw edu pl 18 years ago
Michael Niedermayer 90b4e3930f tiff & sgi regression test 18 years ago
Xiaohui Sun 2d99eed135 SGI image decoder ported to the new image API. 18 years ago
François Revol 0d0677fbc7 Suppress possible error from ulimit not having -c or being missing. 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
Víctor Paesa e19fbbec95 Add some help for the analyzeduration option. 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
Justin Ruggles bfd9a00fff Update doc to show FLAC encoding 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 7c1ebf179b typo/grammar 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 3af6d5cf2f There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring 18 years ago
Diego Biurrun 3d18b282e0 cosmetics: indentation 18 years ago
Diego Biurrun 7b17ad84be Get rid of unnecessary conditionals. 18 years ago
Diego Biurrun 2d93bcc784 Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables. 18 years ago
Carl Eugen Hoyos 94bd08b069 Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24 18 years ago
Diego Biurrun 12631f2dd0 CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals. 18 years ago
Diego Biurrun e011ef1a85 cosmetics: Put audio (de)muxer entries in alphabetical order. 18 years ago
Diego Biurrun e64271c2fe Audio (de)muxer dependency on OSS is handled by configure. 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 1a2a5b3ecd cosmetics: Better variable name, the ENABLE_* lists contain more than codecs. 18 years ago
Diego Biurrun ed252b1624 cosmetics: Sort list of input/output formats. 18 years ago
Diego Biurrun 987c3aa810 Remove #if 0 code. 18 years ago
Ramiro Polla 8c2e2040aa Add first and second output to earlyclobbers in COPY3_IF_LT macro. 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
Diego Biurrun a5fbe00195 spelling fix as suggested by Mans 18 years ago
Diego Biurrun e1090b8120 bfin optimizations 18 years ago
Marc Hoffman 67fd620c01 bfin dsputils, basic pixel operations sads, diffs, motion compensation 18 years ago
Aurelien Jacobs f8fb86e9bb cosmetics: indentation 18 years ago
Diego Biurrun ca345e442d Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com. 18 years ago
Víctor Paesa f321635a6e Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com. 18 years ago
Michael Niedermayer 2de4f9eb47 indention 18 years ago
Michael Niedermayer 6e546aaa24 make AVCodec.init() optional 18 years ago