OSDN Git Service

Windows MinGW環境ビルドエラー対応(Windows7 Mingw32 gcc4.5.2)
[coroid/libav_saccubus.git] / libavcodec / mjpegdec.c
2011-09-12 yukihaneMerge remote branch 'official/master'
2011-08-31 Anton Khirnovmjpegdec: add 'extern_huff' private option.
2011-08-31 Dustin Brodymjpeg: treat external huffman table setup failure as...
2011-08-11 Dustin Brodymjpeg: propagate decode errors from ff_mjpeg_decode_sos...
2011-08-01 yukihaneMerge branch 'master' of git://git.libav.org/libav
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-23 Michael Niedermayerjpegdec: actually search for and parse RSTn
2011-07-15 Diego BiurrunRemove unused structs and tables.
2011-07-03 Mans RullgardRemove statements immediately following unconditional...
2011-07-03 Mans Rullgardmjpeg: remove pointless braces around block of code
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-26 Michael Niedermayermjpeg: Detect overreads in mjpeg_decode_scan() and...
2011-03-30 anatolyAdd support for picture_ptr field in MJpegDecodeContext
2011-03-30 anatolyMove MJPEG's input buffer preprocessing in separate...
2011-03-30 anatolySupport reference picture defined by bitmask in MJPEG...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-16 Carl Eugen HoyosSet maximum lowres value for the MJPEG decoder to 3.
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-23 Mans RullgardSanitise get_bits macros, part 1
2011-01-16 Carl Eugen HoyosValues >4 for lowres corrupt output.
2010-10-22 Michael NiedermayerFix memleak in mjpeg decoder.
2010-10-21 Michael NiedermayerOptimize EOB check in mjpeg decode_block() by adjusting...
2010-10-21 Michael NiedermayerSimplify last coeff check in mjpeg decode_block()
2010-10-21 Michael NiedermayerCheck index in mjpeg AC decode against overflowing.
2010-10-21 Michael NiedermayerAdd a seperate VLC table for progressive jpeg so we...
2010-10-21 Michael NiedermayerFactor code&0xf out of if() in decode_block_progressive().
2010-10-21 Michael NiedermayerCleanup decode_block_progressive()
2010-10-21 Michael NiedermayerFactorize ((unsigned) code) >> 4 out of decode_block_p...
2010-10-21 Michael NiedermayerMove if() in mjpeg decode_block() to simplify condition.
2010-10-21 Michael NiedermayerSimplify build_vlc() by using init_vlc_sparse() in...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-24 Alex ConverseFix undefined expressions that use multiple calls to...
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
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