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
...
*
Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611.
Carl Eugen Hoyos
2010-01-26
1
-0
/
+4
*
Fix heap overflow due to lack of nb_components check.
Michael Niedermayer
2010-01-25
1
-0
/
+4
*
(Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.
Carl Eugen Hoyos
2009-12-10
1
-1
/
+2
*
Flip red and blue in rct-less lossless jpeg.
Michael Niedermayer
2009-12-10
1
-2
/
+2
*
Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on
Michael Niedermayer
2009-12-10
1
-1
/
+1
*
Allocate pictures with enough padding for jpeg.
Michael Niedermayer
2009-11-20
1
-2
/
+3
*
Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set
Reimar Döffinger
2009-11-19
1
-1
/
+4
*
Avoid huge array for rgb ljpeg on the stack.
Michael Niedermayer
2009-11-02
1
-3
/
+5
*
Flip (M)JPEG frames encoded by Intel JPEG library.
Carl Eugen Hoyos
2009-10-19
1
-1
/
+6
*
Release unreleased buffers found by make test.
Carl Eugen Hoyos
2009-10-16
1
-0
/
+3
*
lavc MJPEG decoder is capable of decoding some extended sequential
Kostya Shishkov
2009-10-01
1
-1
/
+1
*
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
Diego Biurrun
2009-07-30
1
-3
/
+1
*
If the end of the input buffer is reached while decoding MJPEG and at least
Reimar Döffinger
2009-07-04
1
-0
/
+4
*
Make the MJPEG decoder return -1 when no image was decoded so that decode
Reimar Döffinger
2009-07-04
1
-0
/
+2
*
Add a got_picture flag to MJpegDecodeContext which indicates if its picture
Reimar Döffinger
2009-07-04
1
-0
/
+10
*
mjpegdec: check that the coded dc_index and ac_index have a valid associated ...
Reimar Döffinger
2009-07-04
1
-18
/
+2
*
honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes corr...
Baptiste Coudurier
2009-05-25
1
-3
/
+2
*
Add a chroma_sample_location field to define positioning of chroma samples
David Conrad
2009-05-11
1
-0
/
+1
*
Remove unused variables from ff_mjpeg_decode_sos() found by CSA.
Michael Niedermayer
2009-04-17
1
-3
/
+1
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
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
[prev]
[next]