| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimize overlapping | Kostya Shishkov | 2006-11-17 | 1 | -8/+14 |
* | Fix comments | Kostya Shishkov | 2006-11-17 | 1 | -2/+2 |
* | Overlap filtering was done in reverse order | Kostya Shishkov | 2006-11-17 | 1 | -24/+24 |
* | Remove alpha channel from RGB555 | Alex Beregszaszi | 2006-11-16 | 1 | -15/+3 |
* | BGR555 has never been working as alpha supporting format. Remove the false se... | Alex Beregszaszi | 2006-11-16 | 1 | -1/+1 |
* | throw error if unsupported resolution is used with h261 | Baptiste Coudurier | 2006-11-16 | 3 | -1/+6 |
* | detect a few more errors (fixes libmp3-bug.avi again) | Michael Niedermayer | 2006-11-15 | 1 | -3/+10 |
* | making decoding more error robust | Michael Niedermayer | 2006-11-14 | 1 | -11/+19 |
* | reset internal buffer during seeking | Michael Niedermayer | 2006-11-14 | 1 | -1/+8 |
* | more checks and error messages | Michael Niedermayer | 2006-11-14 | 1 | -1/+8 |
* | changed rgba32_to routines to support both alpha and non-alpha formats (see r... | Alex Beregszaszi | 2006-11-14 | 1 | -0/+12 |
* | changed rgba32_to routines to support both alpha and non-alpha formats | Alex Beregszaszi | 2006-11-14 | 1 | -5/+21 |
* | Fix possible overflows. Found by Steven Johnson | Alex Beregszaszi | 2006-11-14 | 1 | -8/+8 |
* | Remove log2() usage. | Benjamin Larsson | 2006-11-14 | 1 | -7/+4 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 17 | -64/+73 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 17 | -73/+64 |
* | Remove redundant #ifdef HAVE_THREAD, the file is only compiled | Diego Biurrun | 2006-11-14 | 1 | -3/+0 |
* | rename CONFIG_AC3 to CONFIG_A52 | Måns Rullgård | 2006-11-13 | 2 | -3/+3 |
* | Support for 16-bit grayscale | Kostya Shishkov | 2006-11-13 | 1 | -0/+8 |
* | Give error about planar RGB | Kostya Shishkov | 2006-11-13 | 1 | -0/+8 |
* | Update error message | Kostya Shishkov | 2006-11-13 | 1 | -1/+1 |
* | Use table for determining type sizes | Kostya Shishkov | 2006-11-13 | 1 | -2/+9 |
* | add low delay forcing option for mpeg1/2 encoding | Baptiste Coudurier | 2006-11-13 | 2 | -3/+14 |
* | Decoder can decode many ZLib-packed strips | Kostya Shishkov | 2006-11-13 | 1 | -4/+0 |
* | Print error message for unsupported mode (RGB planar,CMYK,YCrCb) | Kostya Shishkov | 2006-11-13 | 1 | -0/+6 |
* | 8-bit images support for TIFF | Kostya Shishkov | 2006-11-13 | 1 | -15/+69 |
* | Rows per strip may be >= height | Kostya Shishkov | 2006-11-13 | 1 | -1/+1 |
* | Warn about JPEG in TIFF | Kostya Shishkov | 2006-11-13 | 1 | -0/+4 |
* | Correctly detect 4-component images | Kostya Shishkov | 2006-11-13 | 1 | -2/+3 |
* | Output proper 16-bit sound (fixes decoding on PPC) | Kostya Shishkov | 2006-11-13 | 1 | -5/+10 |
* | zigzag_direct_noperm doesn't exist, remove declaration | Måns Rullgård | 2006-11-12 | 1 | -1/+0 |
* | make more tables static | Måns Rullgård | 2006-11-12 | 4 | -13/+13 |
* | rename squareTbl -> ff_squareTbl | Måns Rullgård | 2006-11-12 | 4 | -9/+9 |
* | rename ff_cavs_flush to cavs_flush and make it static | Stefan Gehrer | 2006-11-12 | 1 | -2/+2 |
* | move all cavs-parsing to cavs.c | Stefan Gehrer | 2006-11-12 | 5 | -83/+84 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 16 | -68/+68 |
* | make mpeg4video_split public as ff_mpeg4video_split | Stefan Gehrer | 2006-11-12 | 2 | -3/+5 |
* | rename inverse -> ff_inverse | Måns Rullgård | 2006-11-12 | 4 | -4/+4 |
* | make some tables static | Måns Rullgård | 2006-11-12 | 1 | -36/+36 |
* | adding more static keywords | Måns Rullgård | 2006-11-12 | 2 | -5/+5 |
* | make vp6_pcr_tree static | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | make some symbols static | Måns Rullgård | 2006-11-11 | 8 | -22/+22 |
* | make two functions static | Måns Rullgård | 2006-11-11 | 1 | -2/+2 |
* | zero private bits | Michael Niedermayer | 2006-11-10 | 1 | -0/+2 |
* | store a identifer and the first header in extradata | Michael Niedermayer | 2006-11-10 | 1 | -24/+44 |
* | mp3 header (de)compression bitstream filter | Michael Niedermayer | 2006-11-10 | 3 | -0/+123 |
* | 16bit in avi is RGB555 | Michael Niedermayer | 2006-11-09 | 1 | -1/+1 |
* | Remove the H264Context parameter from decode_init_vlc() as it is not being used. | Panagiotis Issaris | 2006-11-09 | 1 | -2/+2 |
* | get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_... | Baptiste Coudurier | 2006-11-09 | 2 | -0/+4 |
* | 10000l to myself, fixing regression test failure | Michael Niedermayer | 2006-11-09 | 1 | -1/+1 |