7656 Commits (505dfb09d9455711e6407192088dadccfb30d59e)
 

Author SHA1 Message Date
Michael Niedermayer 54fe115921 reverse my last change, it was wrong and broken 18 years ago
Michael Niedermayer 46d9fe622d remove map variable 18 years ago
Michael Niedermayer 71977422d1 factorize update state out 18 years ago
Michael Niedermayer 3b6d23293c FFMAX 18 years ago
Michael Niedermayer 8d42cf7496 common subexpression elimination 18 years ago
Michael Niedermayer 62412b8d28 merge 8 and 16bit functions, they are identical except the data type 18 years ago
Michael Niedermayer 5d48f0cb05 set v_edge_pos correctly for field picture mpeg2 18 years ago
Kostya Shishkov 4884b9e50d 16-bit grayscale support 18 years ago
Kostya Shishkov 9efe56f691 JPEG-LS 16-bit gray support 18 years ago
Kostya Shishkov 22eafdf24f PGM 16-bit gray support 18 years ago
Kostya Shishkov ae912c5b62 PNG 16-bit gray decoding support 18 years ago
Kostya Shishkov 34380af0e1 16-bit grayscale support 18 years ago
Luca Abeni a163ed1aaa Do not use a fake libavcodec/swscale.h, but always use the real one 18 years ago
Reimar Döffinger 755073fe3c CABAC assembler optimizations ported to AMD64 18 years ago
Luca Abeni 7c9c296648 Properly set EXTRALIBS 18 years ago
Kostya Shishkov 79f7c32ffb Register .tga and .tiff image extensions 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
Aurelien Jacobs ec996a6303 fix flvdec.c file description comment 18 years ago
Aurelien Jacobs 246f86a4d6 document the extradata protocol for VP6F 18 years ago
Aurelien Jacobs fa73604f61 don't use ast before checking it's not NULL 18 years ago
Aurelien Jacobs 9e2424ce60 use the adjustment value present in FLV to crop VP6 video 18 years ago
Aurelien Jacobs 24d3e5a2f2 use coded_width and coded_height instead of width and height 18 years ago
Baptiste Coudurier 47babca839 indention 18 years ago
Baptiste Coudurier 20da94e8c5 activate gif decoder, seems to work fine on showdown2.mov 18 years ago
Baptiste Coudurier bcd872a73f removed useless variables 18 years ago
Baptiste Coudurier d54d396d08 use avctx->get_buffer 18 years ago
Baptiste Coudurier a7fb3a9600 remove unused variables 18 years ago
Baptiste Coudurier 1e22f00d79 printf -> dprintf 18 years ago
Baptiste Coudurier 8e57cae794 indention 18 years ago
Baptiste Coudurier 6f9e492acf add gif support 18 years ago
Baptiste Coudurier 06d392a7cc change gif demuxer to gif decoder 18 years ago
Luca Barbato b92f5a6b31 use --as-needed just on linux, since *bsd way is broken... (patch from Diego Pettenò <flameeyes@gentoo.org>) 18 years ago
Baptiste Coudurier 14f283d849 disable annoying debug messages 18 years ago
Diego Biurrun 8dfcf67e88 spelling/grammar fixes 18 years ago
Luca Abeni 7c7e7464e3 Make read_packet fail is the v4l2 driver returns an unexpected frame size 18 years ago
borat@subsense.com 39a94d24f7 support for sub-only streams; patch by borat subsense com 18 years ago
Kostya Shishkov 76aca7a8bf handle limit>32 for set_ur_golomb_jpegls() 18 years ago
Michael Niedermayer 5dc4970661 prevent infinite loop 18 years ago
Andreas Öman 71bd023da5 avoid crashing when trying to parse invalid files, patch by Andreas Oman, andreas at olebyn dot nu 18 years ago
Andreas Öman 487240b026 fix probe, patch by Andreas Oman, andreas at olebyn dot nu 18 years ago
Michael Niedermayer e08f580644 decode_significance_8x8_x86() 18 years ago
Guillaume Poirier 94e4c3a333 Protect code that uses CMOV instructions with HAVE_CMOV, 18 years ago
Guillaume Poirier 4c8d81fa2d fix harmless typo / consistency fix 18 years ago
Baptiste Coudurier d966b2f0db warn about zlib support needed if file has compressed moov atom 18 years ago
Michael Niedermayer 864bc9656b 3 more TODO items for volunteers 18 years ago
Michael Niedermayer 849a50041c another instruction less in decode_significance_x86() -> 1% faster ion P3 18 years ago
Michael Niedermayer 942f3bb528 move memory reading ByteIOContext init from mov.c to avobuf.c 18 years ago
Michael Niedermayer d3e7c5c35b 1 instruction less 18 years ago
Guillaume Poirier e7768fc512 Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu=xx) 18 years ago
Michael Niedermayer a616db285a reordering instructions a little in decode_significance_x86() -> 2 instructions less / 1% faster decode_residual on P3 18 years ago