| Commit message (Expand) | Author | Age | Files | Lines |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -2/+4 |
* | Implement FFMAX3(a,b,c) - maximum over three arguments. | Vladimir Voroshilov | 2008-04-19 | 1 | -1/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | remove #include "mpegvideo.h" where it is not needed | Aurelien Jacobs | 2008-03-05 | 1 | -1/+1 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -6/+6 |
* | Fix MJPEG decoder for AMV files. | Vladimir Voroshilov | 2007-10-13 | 1 | -1/+2 |
* | AMV video decoder. | Vladimir Voroshilov | 2007-09-29 | 1 | -0/+5 |
* | Add variables to prepare to the AMV decoder patch. | Vladimir Voroshilov | 2007-09-29 | 1 | -5/+14 |
* | Add support for grayscale MJPEG streams sent by Axis cameras such as the | Sam Hocevar | 2007-08-04 | 1 | -0/+3 |
* | bail out on unknown jpeg pixel format instead of silently decoding data incor... | Andreas Öman | 2007-07-19 | 1 | -1/+3 |
* | add YUV440P and YUVJ440P support | Andreas Öman | 2007-07-18 | 1 | -0/+3 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -4/+4 |
* | fix some printf format specifiers | Måns Rullgård | 2007-06-16 | 1 | -3/+3 |
* | fix mjpeg decoding with broken huffman table headers | Oded Shimon | 2007-05-23 | 1 | -10/+16 |
* | move mjpeg-b decoder in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -133/+12 |
* | move sp5x decoder in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -169/+0 |
* | allows to disable jpegls decoder | Aurelien Jacobs | 2007-05-19 | 1 | -16/+17 |
* | move mjpega_dump_header bitstream filter in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -64/+0 |
* | add proper prefix to new mjpeg extern func/var | Aurelien Jacobs | 2007-05-17 | 1 | -5/+9 |
* | split mjpeg.c into an encoder and a decoder file | Aurelien Jacobs | 2007-05-17 | 1 | -0/+1700 |