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
/
mjpegbdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec: more correct printf specifiers
Diego Biurrun
2014-03-22
1
-7
/
+10
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-10
/
+6
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-2
/
+2
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
Remove lowres video decoding
Mans Rullgard
2012-04-21
1
-1
/
+0
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-2
/
+2
*
mjpegb: don't return 0 at the end of frame decoding.
Ronald S. Bultje
2012-02-18
1
-2
/
+2
*
mjpegbdec: Fix overflow in SOS.
Alex Converse
2012-01-26
1
-2
/
+5
*
lavc: replace references to deprecated AVCodecContext.error_recognition to us...
Dustin Brody
2011-10-22
1
-2
/
+2
*
mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqt
Dustin Brody
2011-08-11
1
-2
/
+6
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-10
/
+8
*
Add support for picture_ptr field in MJpegDecodeContext
anatoly
2011-03-30
1
-1
/
+1
*
Support reference picture defined by bitmask in MJPEG's SOS decoder
anatoly
2011-03-30
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Add new decoder property max_lowres and do not init decoder if requested valu...
Carl Eugen Hoyos
2010-07-07
1
-0
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Make sure offsets of mjpeg b are within the buffer.
Michael Niedermayer
2009-05-30
1
-6
/
+14
*
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
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Add some long names to AVCodec declarations.
Stefano Sabatini
2008-04-29
1
-1
/
+2
*
Implement FFMAX3(a,b,c) - maximum over three arguments.
Vladimir Voroshilov
2008-04-19
1
-1
/
+1
*
const
Michael Niedermayer
2008-02-01
1
-2
/
+2
*
fix decoding of the first frame of gray.mov
Michael Niedermayer
2007-12-05
1
-1
/
+1
*
use buf_ptr to correctly decode second field
Baptiste Coudurier
2007-08-01
1
-4
/
+4
*
move mjpeg-b decoder in its own file
Aurelien Jacobs
2007-05-19
1
-0
/
+149