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
/
mjpegbdec.c
Age
Commit message (
Expand
)
Author
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-07-07
Add new decoder property max_lowres and do not init decoder if requested valu...
Carl Eugen Hoyos
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2009-05-30
Make sure offsets of mjpeg b are within the buffer.
Michael Niedermayer
2009-04-07
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-04-29
Add some long names to AVCodec declarations.
Stefano Sabatini
2008-04-19
Implement FFMAX3(a,b,c) - maximum over three arguments.
Vladimir Voroshilov
2008-02-01
const
Michael Niedermayer
2007-12-05
fix decoding of the first frame of gray.mov
Michael Niedermayer
2007-08-01
use buf_ptr to correctly decode second field
Baptiste Coudurier
2007-05-19
move mjpeg-b decoder in its own file
Aurelien Jacobs