4239 Commits (298dd6b7c8231a25fe79de682cce4e7330500fcf)

Author SHA1 Message Date
Michael Niedermayer 9bb328d397 reset internal buffer during seeking 18 years ago
Michael Niedermayer bd60e11bf4 more checks and error messages 18 years ago
Alex Beregszaszi b362567605 changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too) 18 years ago
Alex Beregszaszi 8e96866a52 changed rgba32_to routines to support both alpha and non-alpha formats 18 years ago
Alex Beregszaszi d8b45f7961 Fix possible overflows. Found by Steven Johnson 18 years ago
Benjamin Larsson 521fe1d2da Remove log2() usage. 18 years ago
Måns Rullgård 486497e07b revert bad checkin 18 years ago
Måns Rullgård be6ed6fff4 move some CFLAGS settings away from config.* writing section 18 years ago
Diego Biurrun 10265a1aa9 Remove redundant #ifdef HAVE_THREAD, the file is only compiled 18 years ago
Måns Rullgård af63114e0d rename CONFIG_AC3 to CONFIG_A52 18 years ago
Kostya Shishkov ee0a035820 Support for 16-bit grayscale 18 years ago
Kostya Shishkov 2878cecd6d Give error about planar RGB 18 years ago
Kostya Shishkov b39cf84cca Update error message 18 years ago
Kostya Shishkov 339aabd5a8 Use table for determining type sizes 18 years ago
Baptiste Coudurier 9cc6be9d27 add low delay forcing option for mpeg1/2 encoding 18 years ago
Kostya Shishkov 213309782d Decoder can decode many ZLib-packed strips 18 years ago
Kostya Shishkov d00026d062 Print error message for unsupported mode (RGB planar,CMYK,YCrCb) 18 years ago
Kostya Shishkov e2570297c0 8-bit images support for TIFF 18 years ago
Kostya Shishkov 380fd08fe6 Rows per strip may be >= height 18 years ago
Kostya Shishkov 27c189394b Warn about JPEG in TIFF 18 years ago
Kostya Shishkov ec8a152b6f Correctly detect 4-component images 18 years ago
Kostya Shishkov a47d3c0442 Output proper 16-bit sound (fixes decoding on PPC) 18 years ago
Måns Rullgård 7466ed2f02 zigzag_direct_noperm doesn't exist, remove declaration 18 years ago
Måns Rullgård 7b7abda3b3 make more tables static 18 years ago
Måns Rullgård 1d50395746 rename squareTbl -> ff_squareTbl 18 years ago
Stefan Gehrer e275b7efd9 rename ff_cavs_flush to cavs_flush and make it static 18 years ago
Stefan Gehrer 53aa68b329 move all cavs-parsing to cavs.c 18 years ago
Måns Rullgård 55fde95e3b rename cropTbl -> ff_cropTbl 18 years ago
Stefan Gehrer d136d2fcea make mpeg4video_split public as ff_mpeg4video_split 18 years ago
Måns Rullgård 36cd306907 rename inverse -> ff_inverse 18 years ago
Måns Rullgård 1bd29b078c make some tables static 18 years ago
Måns Rullgård bb54f6ab62 adding more static keywords 18 years ago
Måns Rullgård 6b781ce746 make vp6_pcr_tree static 18 years ago
Måns Rullgård 8e981daf2b make some symbols static 18 years ago
Måns Rullgård c328f313d8 make two functions static 18 years ago
Michael Niedermayer f1a06ca80b zero private bits 18 years ago
Michael Niedermayer eea784dab0 store a identifer and the first header in extradata 18 years ago
Michael Niedermayer eacb41b2e9 mp3 header (de)compression bitstream filter 18 years ago
Michael Niedermayer 92a3541876 16bit in avi is RGB555 18 years ago
Panagiotis Issaris c2212338e8 Remove the H264Context parameter from decode_init_vlc() as it is not being used. 18 years ago
Baptiste Coudurier cbee7a6944 get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used 18 years ago
Michael Niedermayer 6c4d16556b 10000l to myself, fixing regression test failure 18 years ago
Michael Niedermayer b5ca0c6ff9 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture 18 years ago
Måns Rullgård 997baf0141 allow spaces in source and build directory names 18 years ago
Baptiste Coudurier 9d210bb42b typo 18 years ago
Baptiste Coudurier 80d617f5b4 add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag 18 years ago
Luca Barbato d9d2f88def Simplify 18 years ago
Diego Biurrun 4802a7a7b1 Use MMX only under x86_32, there are compilation problems. 18 years ago
Baptiste Coudurier 1766295516 add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values 18 years ago
Kostya Shishkov 7d7912c34b Bump version for Fraps v[24] support 18 years ago