index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
mjpegdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
remove ff_get_fourcc() and use AV_RL32() instead
Aurelien Jacobs
2009-01-17
1
-5
/
+5
*
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-14
1
-2
/
+2
*
clear_block mmx
Loren Merritt
2008-12-10
1
-2
/
+2
*
fix progressive jpeg:
Loren Merritt
2008-12-10
1
-45
/
+198
*
Replace apparently always true condition by assert().
Michael Niedermayer
2008-09-27
1
-3
/
+2
*
Simplify pix_fmt_id instead of listing a subset of non-simplified ones.
Michael Niedermayer
2008-09-27
1
-2
/
+5
*
Check the 4th plane too when selecting the pixfmt.
Michael Niedermayer
2008-09-27
1
-10
/
+11
*
Return an error when ff_jpegls_decode_picture fails.
Mathieu Malaterre
2008-08-04
1
-1
/
+2
*
remove duplicate tables
Stefan Gehrer
2008-06-25
1
-2
/
+2
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-2
/
+2
*
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