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
/
ljpegenc.c
Age
Commit message (
Expand
)
Author
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-01
avcodec: Drop silly and/or broken printf debug output
Diego Biurrun
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-03-01
Replace AVFrame pointer casts by proper struct member accesses.
Diego Biurrun
2012-02-23
ljpegenc: switch to encode2().
Anton Khirnov
2012-02-15
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2011-09-24
Use explicit struct initializers for AVCodec declarations.
Diego Biurrun
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
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-12-10
Correct a forgotten RGB32.
Michael Niedermayer
2009-04-13
Rename pbBufPtr() to put_bits_ptr().
Stefano Sabatini
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-08-30
Fix lossless jpeg encoder to comply to spec and store full redundant
Michael Niedermayer
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
2007-07-05
Group all copyright and author notices together.
Diego Biurrun
2007-06-12
misc spelling fixes
Diego Biurrun
2007-05-18
add a proper prefix to all mjpeg encoder exported functions
Aurelien Jacobs
2007-05-18
split ljpeg encoder out of mjpeg.c
Aurelien Jacobs