index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
mjpegdec.c
Age
Commit message (
Expand
)
Author
2008-04-27
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-19
Implement FFMAX3(a,b,c) - maximum over three arguments.
Vladimir Voroshilov
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-05
remove #include "mpegvideo.h" where it is not needed
Aurelien Jacobs
2008-02-01
const
Michael Niedermayer
2007-10-13
Fix MJPEG decoder for AMV files.
Vladimir Voroshilov
2007-09-29
AMV video decoder.
Vladimir Voroshilov
2007-09-29
Add variables to prepare to the AMV decoder patch.
Vladimir Voroshilov
2007-08-04
Add support for grayscale MJPEG streams sent by Axis cameras such as the
Sam Hocevar
2007-07-19
bail out on unknown jpeg pixel format instead of silently decoding data incor...
Andreas Öman
2007-07-18
add YUV440P and YUVJ440P support
Andreas Öman
2007-07-05
Group all copyright and author notices together.
Diego Biurrun
2007-06-16
fix some printf format specifiers
Måns Rullgård
2007-05-23
fix mjpeg decoding with broken huffman table headers
Oded Shimon
2007-05-19
move mjpeg-b decoder in its own file
Aurelien Jacobs
2007-05-19
move sp5x decoder in its own file
Aurelien Jacobs
2007-05-19
allows to disable jpegls decoder
Aurelien Jacobs
2007-05-19
move mjpega_dump_header bitstream filter in its own file
Aurelien Jacobs
2007-05-17
add proper prefix to new mjpeg extern func/var
Aurelien Jacobs
2007-05-17
split mjpeg.c into an encoder and a decoder file
Aurelien Jacobs