| Commit message (Expand) | Author | Age | Files | Lines |
* | remove a branch from an inner loop. | Loren Merritt | 2007-10-27 | 1 | -3/+2 |
* | EA ADPCM R1, R2 and R3 decoder | Peter Ross | 2007-10-24 | 4 | -4/+105 |
* | Clarify comment block and rewrite in better English. | Diego Biurrun | 2007-10-22 | 1 | -11/+11 |
* | Use simple IDCT for now | Kostya Shishkov | 2007-10-22 | 1 | -1/+2 |
* | Remove incorrect and unneeded code | Kostya Shishkov | 2007-10-22 | 1 | -3/+0 |
* | Beam Software SIFF demuxer and video decoder | Kostya Shishkov | 2007-10-22 | 4 | -2/+287 |
* | remove some useless initializations (the whole context is initialized to 0) | Aurelien Jacobs | 2007-10-21 | 1 | -5/+0 |
* | remove unused context var | Aurelien Jacobs | 2007-10-21 | 1 | -1/+0 |
* | New RM format deserves small version bump | Kostya Shishkov | 2007-10-21 | 1 | -2/+2 |
* | indentation after last commit | Kostya Shishkov | 2007-10-21 | 1 | -9/+9 |
* | Make RV10/20 decoder work with new frame format | Kostya Shishkov | 2007-10-21 | 1 | -8/+19 |
* | ensure all compiled in codec/muxer are registered | Aurelien Jacobs | 2007-10-18 | 1 | -2/+1 |
* | small simplification | Aurelien Jacobs | 2007-10-18 | 1 | -2/+2 |
* | WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform | Kostya Shishkov | 2007-10-18 | 1 | -3/+1 |
* | Unaligned memory access rcrash fix | Benjamin Larsson | 2007-10-18 | 1 | -1/+1 |
* | Print pixel and display aspect ratios | Michel Bardiaux | 2007-10-18 | 1 | -0/+9 |
* | replace (disabled by default) assert(0) by abort() if the picture buffer | Michael Niedermayer | 2007-10-18 | 1 | -1/+13 |
* | Rename LIB to LIBNAME for consistency. | Diego Biurrun | 2007-10-18 | 1 | -5/+5 |
* | Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). | Timofei V. Bondarenko | 2007-10-17 | 1 | -10/+10 |
* | Explain why there are no multiple inclusion guards in these header files. | Diego Biurrun | 2007-10-17 | 3 | -0/+12 |
* | Clarify comment that explains why this header lacks multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -2/+3 |
* | Remove wrong multiple inclusion guards. | Aurelien Jacobs | 2007-10-17 | 3 | -15/+0 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 119 | -359/+358 |
* | Add a comment that explains why this header lacks multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -0/+3 |
* | Add missing multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 6 | -1/+27 |
* | Fix #endif comment typo. | Diego Biurrun | 2007-10-17 | 1 | -1/+1 |
* | Use filename as multiple inclusion guard. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by | Jeff Downs | 2007-10-15 | 1 | -6/+8 |
* | Cygwin don't like this function declaration. | Aurelien Jacobs | 2007-10-15 | 2 | -2/+3 |
* | Nellymoser ASAO decoder | Benjamin Larsson | 2007-10-15 | 4 | -2/+486 |
* | Fix mix-up of values in r10690 (deblocking for PAFF). | Martin Zlomek | 2007-10-15 | 1 | -2/+2 |
* | add support for VP6 with huffman encoded blocks | Aurelien Jacobs | 2007-10-14 | 6 | -13/+148 |
* | moves fraps huffman decoder to its own file, making it more generic | Aurelien Jacobs | 2007-10-14 | 4 | -81/+150 |
* | VP6A needs its Makefile rules too | Aurelien Jacobs | 2007-10-14 | 1 | -0/+2 |
* | Fix MJPEG decoder for AMV files. | Vladimir Voroshilov | 2007-10-13 | 2 | -3/+4 |
* | prevent infinite loop and memcpy of negative amounts | Michael Niedermayer | 2007-10-13 | 2 | -0/+6 |
* | factorize code and add safety check to prevent memcpying negative amounts | Michael Niedermayer | 2007-10-13 | 1 | -13/+8 |
* | Simplify tests for field macroblocks | Jeff Downs | 2007-10-13 | 1 | -4/+4 |
* | Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 | Stefan Lucke | 2007-10-13 | 1 | -1/+1 |
* | 10l: refill2() is not unused, it is used conditionally. | Diego Biurrun | 2007-10-12 | 1 | -1/+1 |
* | Interlaced pictures (not just MBAFF) + spatial direct mode is not | Jeff Downs | 2007-10-12 | 1 | -2/+2 |
* | Disable unused code; fixes several gcc warnings: | Diego Biurrun | 2007-10-12 | 1 | -0/+6 |
* | Enable avpicture_deinterlace() for PIX_FMT_GRAY8. | Andrea Gualano | 2007-10-11 | 1 | -1/+5 |
* | Fix intended order of operations for 4 assert() checks. | Shane | 2007-10-11 | 1 | -4/+4 |
* | Specify in documentation that avcodec_find_(en|de)coder* only searches for | Ville Skyttä | 2007-10-11 | 1 | -4/+4 |
* | warning fixes: | Diego Biurrun | 2007-10-11 | 1 | -3/+1 |
* | Set pict->interlaced_frame if returned frame is MBAFF or PAFF. | Carl Eugen Hoyos | 2007-10-10 | 1 | -0/+1 |
* | fix incorrect check for abs_diff_pic_num overflow | Jeff Downs | 2007-10-09 | 1 | -1/+1 |
* | Allow to override zlib compression level in PNG encoder via avctx->compressio... | Reimar Döffinger | 2007-10-09 | 1 | -1/+5 |
* | reindent | Andreas Öman | 2007-10-09 | 1 | -61/+61 |