]> git.sesse.net Git - ffmpeg/history - libavcodec/mjpegdec.c
Add function to export EDGE_WIDTH from libavcodec.
[ffmpeg] / libavcodec / mjpegdec.c
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-27 Stefano SabatiniFix misc typos, patch by
2010-01-26 Carl Eugen HoyosMetasoft MJPEG codec has Cb and Cr swapped, fixes issue...
2010-01-25 Michael NiedermayerFix heap overflow due to lack of nb_components check.
2009-12-10 Carl Eugen Hoyos(Partly) support Metasoft MJPEG Codec, fixes half of...
2009-12-10 Michael NiedermayerFlip red and blue in rct-less lossless jpeg.
2009-12-10 Michael NiedermayerLossless jpeg expects and uses BGRA not RGB32 (this...
2009-11-20 Michael NiedermayerAllocate pictures with enough padding for jpeg.
2009-11-19 Reimar DöffingerDisable image flipping during JPEG decoding if CODEC_FL...
2009-11-02 Michael NiedermayerAvoid huge array for rgb ljpeg on the stack.
2009-10-19 Carl Eugen HoyosFlip (M)JPEG frames encoded by Intel JPEG library.
2009-10-16 Carl Eugen HoyosRelease unreleased buffers found by make test.
2009-10-01 Kostya Shishkovlavc MJPEG decoder is capable of decoding some extended...
2009-07-30 Diego BiurrunChange av_log() calls surrounded by '#ifdef DEBUG'...
2009-07-04 Reimar DöffingerIf the end of the input buffer is reached while decodin...
2009-07-04 Reimar DöffingerMake the MJPEG decoder return -1 when no image was...
2009-07-04 Reimar DöffingerAdd a got_picture flag to MJpegDecodeContext which...
2009-07-04 Reimar Döffingermjpegdec: check that the coded dc_index and ac_index...
2009-05-25 Baptiste Coudurierhonor restart interval in mjpeg, fix #861, SpectralFan...
2009-05-11 David ConradAdd a chroma_sample_location field to define positionin...
2009-04-17 Michael NiedermayerRemove unused variables from ff_mjpeg_decode_sos()...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2008-12-10 Loren Merrittclear_block mmx
2008-12-10 Loren Merrittfix progressive jpeg:
2008-09-27 Michael NiedermayerReplace apparently always true condition by assert().
2008-09-27 Michael NiedermayerSimplify pix_fmt_id instead of listing a subset of...
2008-09-27 Michael NiedermayerCheck the 4th plane too when selecting the pixfmt.
2008-08-04 Mathieu MalaterreReturn an error when ff_jpegls_decode_picture fails.
2008-06-25 Stefan Gehrerremove duplicate tables
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-05 Aurelien Jacobsremove #include "mpegvideo.h" where it is not needed
2008-02-01 Michael Niedermayerconst
2007-10-13 Vladimir VoroshilovFix MJPEG decoder for AMV files.
2007-09-29 Vladimir VoroshilovAMV video decoder.
2007-09-29 Vladimir VoroshilovAdd variables to prepare to the AMV decoder patch.
2007-08-04 Sam HocevarAdd support for grayscale MJPEG streams sent by Axis...
2007-07-19 Andreas Ömanbail out on unknown jpeg pixel format instead of silent...
2007-07-18 Andreas Ömanadd YUV440P and YUVJ440P support
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-16 Måns Rullgårdfix some printf format specifiers
2007-05-23 Oded Shimonfix mjpeg decoding with broken huffman table headers
2007-05-19 Aurelien Jacobsmove mjpeg-b decoder in its own file
2007-05-19 Aurelien Jacobsmove sp5x decoder in its own file
2007-05-19 Aurelien Jacobsallows to disable jpegls decoder
2007-05-19 Aurelien Jacobsmove mjpega_dump_header bitstream filter in its own...
2007-05-17 Aurelien Jacobsadd proper prefix to new mjpeg extern func/var
2007-05-17 Aurelien Jacobssplit mjpeg.c into an encoder and a decoder file