4208 Commits (49f1ac5a3d4d0c038d54f5190f1c017dd7174a75)

Author SHA1 Message Date
Kostya Shishkov 426b11a833 Decode non-interleaved scans 18 years ago
Guillaume Poirier 8db4f43c68 Fix declaration and code thingie 18 years ago
Martin 4ec0ccb1a4 allow amr bitrate to be changed "on the fly" through avctx->bitrate. 18 years ago
Tom Harper 9f83e1427a Fix linking with H.261 support disabled. 18 years ago
Michael Niedermayer ec9ed85dc7 infiinit loop fix for CBR + adaptive quant 18 years ago
Michael Niedermayer 789382d340 100l qprd fix 2nd try 18 years ago
Kostya Shishkov 6ffdc53de9 Some progressive JPEG support 18 years ago
Michael Niedermayer 3f9fea7230 testing all dquant for qp_rd fixes the qp runaway to 31 bug 18 years ago
Guillaume Poirier 00f636a04f Add useful Altivec types, taken from with permission from x264 authors 18 years ago
Kostya Shishkov c8f9f9b91a Divide first audio buffer chunk into atomary bufffers. 18 years ago
Benjamin Larsson 3644d47241 Missed one log2(). 18 years ago
Kostya Shishkov b615c1edfc Optimize overlapping 18 years ago
Kostya Shishkov 7ad8d3bf0c Fix comments 18 years ago
Kostya Shishkov b6fa8993fb Overlap filtering was done in reverse order 18 years ago
Alex Beregszaszi 20d46c038a Remove alpha channel from RGB555 18 years ago
Alex Beregszaszi 08d23410ea BGR555 has never been working as alpha supporting format. Remove the false setting. 18 years ago
Baptiste Coudurier a57d13b713 throw error if unsupported resolution is used with h261 18 years ago
Michael Niedermayer 8e5606bfcd detect a few more errors (fixes libmp3-bug.avi again) 18 years ago
Michael Niedermayer ee50a7c1e5 making decoding more error robust 18 years ago
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