Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-08avcodec/mjpegenc: move ff_mjpeg_encode_picture_frame to mjpegenc_commonJames Almer
2017-02-10avcodec/mjpegenc: Revert some differences in ff_mjpeg_encode_mb() relative to...Michael Niedermayer
2017-02-10avcodec/mjpegenc: Remove non functional huffman reallocation and error handlingMichael Niedermayer
2017-02-08Implement optimal huffman encoding for (M)JPEG.Jerry Jiang
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-03-31Merge commit '87f87ccf32055aca25fa08e29e22cca1ba9976d5'Michael Niedermayer
2015-03-30Merge commit 'e6e3dcba0c6f11bd7022e2d3b9bcb7b6a09d6c80'Michael Niedermayer
2015-03-30mjpeg: Use a more precise type for put_marker()Diego Biurrun
2015-03-30mjpeg: Move code only used in the encoder(s) to the appropriate headerDiego Biurrun
2014-11-11mjpegenc: fix argument size in encode_mbVittorio Giovara
2014-07-01Merge commit 'adcb8392c9b185fd8a91a95fa256d15ab1432a30'Michael Niedermayer
2014-06-30mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun
2014-04-16avcodec/mjpegen: Fix declared argument sizeMichael Niedermayer
2014-01-12avcodec/mjpegenc: pass chroma quantization matrix through as well, not just lumaMichael Niedermayer
2013-12-06mjpeg/ljpegenc: factor ff_mjpeg_init_hvsample() outMichael Niedermayer
2013-12-06avcodec/mjpegenc: make escape_FF() non staticMichael Niedermayer
2013-12-06Merge commit '86eb2eaac629909d6ee4067c6f1e485a4e70473d'Michael Niedermayer
2013-12-06Merge commit '3360ad995530ea6967b1e83981b4aa8240fbb0ed'Michael Niedermayer
2013-12-06Merge commit '058d5f2feb730846f22c1812e433f92f670ad751'Michael Niedermayer
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-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-06-14mjpegenc: support slice multithreadingMichael Niedermayer
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-19add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs
2007-05-19split ljpeg encoder out of mjpeg.cAurelien Jacobs
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard