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
2022-10-24avcodec/mjpegenc_common: Only pass what is used from ScanTableAndreas Rheinhardt
2022-10-09avcodec/mjpegenc_common: Don't flush unnecessarilyAndreas Rheinhardt
2022-10-09avcodec/mjpegenc_common: Don't check luma/chroma matrices unnecessarilyAndreas Rheinhardt
2022-04-11avcodec/mjpegenc: support writing ICC profilesNiklas Haas
2022-04-01avcodec/mjpegenc: Fix files with slices > 1, but threads == 1Andreas Rheinhardt
2022-03-16libavcodec: Split version.hMartin Storsjö
2022-01-04avcodec/mjpegenc_common: Use AVCodecContext.codec_id directlyAndreas Rheinhardt
2022-01-04avcodec/mjpegenc_common: Don't call function unnecessarilyAndreas Rheinhardt
2022-01-04avcodec/mjpegenc_common: Pass MJpegContext for writing picture headerAndreas Rheinhardt
2022-01-04avcodec/mjpegenc: Deprecate unused prediction typeAndreas Rheinhardt
2022-01-04avcodec/mpegvideo: Move MJPEG/AMV-only fields to MJpegContextAndreas Rheinhardt
2022-01-04avcodec/mjpegenc_common: Fix intendationAndreas Rheinhardt
2022-01-04avcodec/mjpegenc_common: Move code for MJPEG/AMV to mjpegencAndreas Rheinhardt
2022-01-04avcodec/mjpegenc: Avoid allocation of MJpegContextAndreas Rheinhardt
2022-01-04avcodec/jpegtables: Unavpriv MJPEG-tablesAndreas Rheinhardt
2021-04-10avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmtsAndreas Rheinhardt
2021-03-30Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt
2021-02-23avcodec/mjpegenc_common: Move stuff only used by mjpegenc.c to itAndreas Rheinhardt
2021-02-23avcodec/jpegtables: Move ff_mjpeg_build_huffman_codes to mjpegenc_commonAndreas Rheinhardt
2020-10-28put_bits: make avpriv_put_string() lavc-localAnton Khirnov
2020-01-21lavc/mjpegenc: Fix not writing RST tag after final slice.Carl Eugen Hoyos
2017-05-08avcodec/mjpegenc: move ff_mjpeg_encode_picture_frame to mjpegenc_commonJames Almer
2017-04-09mjpegenc_common: check for codec ID before using avctx->priv_dataRostislav Pehlivanov
2017-02-10lavc/mjpegenc_common: Remove an unused variable.Carl Eugen Hoyos
2017-02-10avcodec/mjpegenc: Simplify by moving assert into ff_mjpeg_encode_huffman_close()Michael Niedermayer
2017-02-10avcodec/mjpegenc: Bypass the 2 pass encoding when optimal tables are not requ...Michael Niedermayer
2017-02-10avcodec/mjpegenc: Remove non functional huffman reallocation and error handlingMichael Niedermayer
2017-02-09mjpegenc_common: add missing ff_ prefix to init_uni_ac_vlcRostislav Pehlivanov
2017-02-08Implement optimal huffman encoding for (M)JPEG.Jerry Jiang
2016-03-19avcodec/mjpegenc_common: Store approximate aspect if exact cannot be storedMichael Niedermayer
2016-02-03Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis
2016-01-21lavc: Move prediction_method to codec private optionsVittorio Giovara
2015-10-09lavc/mjpegenc: Add an option to force outputting chroma matrix.Carl Eugen Hoyos
2015-09-11avcodec/ljpegenc: Fix encoding RGBA LJPEGMichael Niedermayer
2015-08-10avcodec/mjpegenc_common: do not ignore the color_range fieldMichael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-05-25avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer()Michael Niedermayer
2015-05-13Merge commit '85ca012ba680bdf942d95ab98c74f6a28f447588'Michael Niedermayer
2015-05-12mjpegenc: Fix JFIF header byte orderingShiina Hideaki
2015-03-31Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8'Michael Niedermayer
2015-03-30Merge commit 'e6e3dcba0c6f11bd7022e2d3b9bcb7b6a09d6c80'Michael Niedermayer
2015-03-30build: Split JPEG-related tables off into a separate componentDiego Biurrun
2015-03-30mjpeg: Move code only used in the encoder(s) to the appropriate headerDiego Biurrun
2014-07-06avcodec/mjpegenc_common: Restore removed copyright statementsMichael Niedermayer
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-07-01Merge commit 'adcb8392c9b185fd8a91a95fa256d15ab1432a30'Michael Niedermayer
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-30mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun