4712 Commits (119e48d9607e1a43c5ff021b5345bbd62eef3926)

Author SHA1 Message Date
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
Aurelien Jacobs f8fb86e9bb cosmetics: indentation 18 years ago
Michael Niedermayer 2de4f9eb47 indention 18 years ago
Michael Niedermayer 6e546aaa24 make AVCodec.init() optional 18 years ago
Diego Biurrun efb0c399ca support for the THP game format by Marco Gerards, mgerards xs4all nl 18 years ago
Diego Biurrun 2818647310 Add '#undef exit', the function is now forbidden. 18 years ago
Diego Biurrun 1026a8d4a7 Merge redundant comments. 18 years ago
Loren Merritt 1cfe393a25 doxy comment tweaks 18 years ago
Guillaume Poirier bb21f1762a Add doxy comments, based on Loren's explanations posted here: 18 years ago
Diego Biurrun 51aeb7aa6e dct-test works on non-x86 now. 18 years ago
Marc Hoffman 3ac35bdb3e platform-independent restructuring and code simplification 18 years ago
Marc Hoffman c6bdc90890 Remove illegal call to exit(). 18 years ago
Diego Pettenò b83f7eb2ce call faacDecClose() with all libfaad versions 18 years ago
Marc Hoffman 19ef2ba57a Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com. 18 years ago
Luca Barbato 30f1505380 Typos in comments 18 years ago
Loren Merritt e62b3dd210 move some stuff out of an inner loop. 12% faster svq1 encoding. 18 years ago
Loren Merritt 5900637219 mmx 16-bit ssd. 2.3x faster svq1 encoding. 18 years ago
Kamil Nowosad a4072c453b Fix a bug in av_find_opt(). Because some of the AVOption structures have field 18 years ago
Limin Wang 226d6947bc add 'all' and 'none' options for partitions config 18 years ago
Robert Swain 2c48a21c4f Update specification and reference implementation links. 18 years ago
Panagiotis Issaris 449659919c Fix compilation when using the --disable-opts parameter. This to help those 18 years ago
Benoit Fouet db56acd480 Accept only existing bitrates. 18 years ago
Michael Niedermayer 7ebf5927fd codec id addition guidlines 18 years ago
Kostya Shishkov 351f6b4e91 FASTTX==0 means additional 16 bits in extradata 18 years ago
Kostya Shishkov 6b27f3b87f One more FASTTX-related hack 18 years ago
Kostya Shishkov 9ac421e3c1 Remove redundant assign 18 years ago
Michael Niedermayer adcb72b521 set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking 18 years ago
Ivan Kalvachev d215d07ae0 get rid of unused entries in the middle of xvmc_render struct, 18 years ago
Ian Braithwaite 1890c2acf4 Optimize by building the mdct window and multipying/adding at the same time. 18 years ago
Michael Niedermayer f39c3c8855 factorize & 18 years ago
Michael Niedermayer 0abfd53344 simplify 18 years ago
Aurelien Jacobs ed18643199 properly set *data_size when returning >= 0 values in shorten_decode_frame() 18 years ago
Michael Niedermayer 0cb7f8a260 check input validity, this prevents a few variables from reachin odd values which might have lead to out of array writes and thus might have been exploitable 18 years ago
Michael Niedermayer 34a370cb0c simplify 18 years ago
Baptiste Coudurier f0cb03e9f2 increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API 18 years ago
Baptiste Coudurier 04f7136bfe remove TODO, its done now 18 years ago
Baptiste Coudurier 10d4899c01 pass correct buffer size to lzw decode init 18 years ago
Michael Niedermayer 5f01beb548 move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, avoids some checks in the innermost loop and also gets rid of the controversal break while hopefully retaining the last byte in a valid bytestream, invalid bytestreams still can have very significant overread 18 years ago
Michael Niedermayer 6aaf3abd6d simplify 18 years ago