103 Commits (810eb285e38dac89a0c04a87f1c8ce17a8bec770)

Author SHA1 Message Date
Michael Niedermayer a26e9c1040 avcodec/mjpegenc: Use av_frame_clone() instead of av_frame_ref() 11 years ago
Michael Niedermayer 7dc0aba3fb avcodec/mjpegenc: use a seperate chroma matrix when luma and chroma differ 11 years ago
Michael Niedermayer 859d74040e avcodec/mjpegenc: pass chroma quantization matrix through as well, not just luma 11 years ago
Nicolas George 2ebaadf35c lavc/mjpegenc: use proper error codes. 11 years ago
Nicolas George 19a2d101ac lavc/mjpegenc: check av_frame_alloc() failure. 11 years ago
Michael Niedermayer 5b3f4b3ef5 avcodec/mjpegenc: drop dependancy on sizeof(AVFrame) 11 years ago
Michael Niedermayer 2b215f3939 mjpeg/ljpegenc: factor ff_mjpeg_init_hvsample() out 11 years ago
Michael Niedermayer 9a0d719b10 avcodec/mjpegenc/ff_mjpeg_escape_FF: remove unused variable 11 years ago
Michael Niedermayer 0ebdf8d9ec avcodec/mjpegenc: fix and use lossless flag in ff_mjpeg_encode_picture_header() 11 years ago
Michael Niedermayer 978ae13f23 avcodec/mjpegenc: move end padding/alignment to ff_mjpeg_escape_FF() 11 years ago
Michael Niedermayer 9fcd58ab26 avcodec/mjpegenc: make escape_FF() non static 11 years ago
Michael Niedermayer 6005ab3e0e avcodec/mjpegenc: use av_log2_16bit() in encode_block() 11 years ago
Anton Khirnov daffed3b17 ljpegenc: accept bgr24 instead of bgra 11 years ago
Anton Khirnov 86eb2eaac6 mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc() 11 years ago
Anton Khirnov 3360ad9955 mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer() 11 years ago
Anton Khirnov 058d5f2feb mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header() 11 years ago
Anton Khirnov 6d70639c7d mjpegenc: do not pass MpegEncContext to jpeg_table_header() 11 years ago
Anton Khirnov e1eaaec765 mjpegenc: remove commented out never-to-be-finished WIP cruft 11 years ago
Anton Khirnov ff506c75b7 mjpegenc: do not pass MpegEncContext to put_huffman_table() 11 years ago
Anton Khirnov a1ba1f20b3 mjpegenc: cosmetics, reformat jpeg_put_comments() 11 years ago
Anton Khirnov 0812f5a40a mjpegenc: write the JFIF header if the sample aspect ratio is set 11 years ago
Clément Bœsch b46f19100b cosmetics: group remaining .name and .long_name. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 15d4965239 avcodec/mjpegenc: dont store DQT for LJPEG 11 years ago
Diego Biurrun 2a61592573 avcodec: Remove some commented-out debug cruft 11 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Michael Niedermayer 41bebda485 mjpegenc: fix restart interval parameters for yuv444 12 years ago
Michael Niedermayer 28b85b1fff mjpegenc: fix YUV444 with w%16!=0 12 years ago
Michael Niedermayer 633ae5a210 mjpegenc: fix 444 block count so it is below 10 12 years ago
Paul B Mahol 9f02d4ed0f mjpegenc: yuvj444p support 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 years ago
Martin Storsjö aefea4d0de Rename ff_put_string to avpriv_put_string 12 years ago
Samuel Pitoiset a0845bae49 mjpeg: Rename some symbols to avpriv_* instead of ff_* 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer a619fd277a mjpegenc: enable frame multithreading encoder 13 years ago
Michael Niedermayer 094c5e6c55 mjpegenc: mark as intra only 13 years ago
Michael Niedermayer 827667eca7 mjpegenc: use av_assert 13 years ago
Paul B Mahol 137e80817d lavc: build some codecs only if they are actually enabled 13 years ago
Michael Niedermayer bb850480e1 mjpegenc: support slice multithreading 13 years ago
Paul B Mahol f06269dda5 cosmetics: align more codecs declarations 13 years ago
Piotr Bandurski d2581dcca6 mjpegenc: add a limit for maximum supported resolution 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer 7d75febe0f mjpegenc: Fix const correctness and avoid writes into AVFrame of amv_encode_picture() 13 years ago
Anton Khirnov 445a7d48b1 mpegvideo_enc: switch to encode2(). 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Carl Eugen Hoyos 52719dae8a Support encoding BGR24 and BGR0 in ljpeg. 13 years ago
Paul B Mahol 3e8a368b2b lavc: constify enums for .pix_fmts 13 years ago
Paul B Mahol c0f7c574e9 Cosmetics: Replace -1 with PIX_FMT_NONE. 13 years ago