aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/mjpegenc.h
AgeCommit message (Expand)Author
2014-06-30mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun
2013-12-05mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc()Anton Khirnov
2013-12-05mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer()Anton Khirnov
2013-12-05mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header()Anton Khirnov
2013-01-22Drop DCTELEM typedefDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-05-18add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs
2007-05-18split ljpeg encoder out of mjpeg.cAurelien Jacobs