]> git.sesse.net Git - ffmpeg/history - libavcodec/indeo3.c
hevc: ppc: Add HEVC 4x4 IDCT for PowerPC
[ffmpeg] / libavcodec / indeo3.c
2016-12-03 Alexandra Hájkováindeo: Convert to the new bitstream reader
2016-11-03 Diego BiurrunDrop unreachable break and return statements
2016-09-04 Diego Biurrunindeo: Change type of array pitch parameters to ptrdiff_t
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-11-13 Vittorio Giovaraindeo3: check ff_set_dimensions return value
2013-10-31 Anton Khirnovindeo3: stop using deprecated avcodec_set_dimensions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-10 Janne Grunauindeo3: avoid writes without necessary alignment in...
2013-05-07 Anton Khirnovindeo3: use unaligned reads on reference blocks.
2013-04-30 Anton Khirnovindeo3: use put_pixels instead of put_no_rnd_pixels...
2013-04-30 Anton Khirnovindeo3: fix off by one in MV validity check
2013-04-19 Ronald S. Bultjeindeo3: Use hpeldsp instead of dsputil for half-pel...
2013-04-17 Anton Khirnovindeo3: check motion vectors.
2013-04-17 Anton Khirnovindeo3: fix data size check
2013-04-17 Anton Khirnovindeo3: switch parsing the header to bytestream2
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-07 Mans Rullgardindeo3: replace use of copy_block4 with put_pixels
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-29 Anton Khirnovindeo3: remove duplicate capabilities line.
2012-10-29 Anton Khirnovlavc: add CODEC_CAP_DR1 to all video decoders missing...
2012-10-19 Kostya Shishkovindeo3: do not try to output more lines than we can fit
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-29 Anton Khirnovindeo3: fix out of cell write.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-15 Kostya Shishkovindeo3: validate new frame size before resetting decoder
2012-05-15 Kostya Shishkovindeo3: when freeing buffers, set pointers referencing...
2012-05-15 Kostya Shishkovindeo3: initialise pixel planes on allocation
2012-05-15 Kostya Shishkovindeo3: ensure that decoded cell data is in 7-bit range...
2012-05-02 Hendrik Leppkesindeo3: fix motion vector validation
2012-02-28 Ronald S. BultjeIndeo3: fix crashes on corrupt bitstreams.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-01-07 Janne Grunauindeo3: check motion vectors for validity
2011-11-29 Aneesh Dograindeo3: check per-plane data buffer against input buffe...
2011-11-28 Kostya Shishkovindeo3: cosmetics
2011-11-27 Aneesh Dograindeo3: error out if no motion vector is set.
2011-11-08 Alex Converseindeo3: Fix a fencepost error.
2011-11-02 Maxim Poliakovskireplacement Indeo 3 decoder
2011-11-02 Diego BiurrunRemove some stray unnecessary ffmpeg references.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-04 Alex Converseindeo3: Eliminate use of long.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
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-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-22 Måns RullgårdRemove useless #include <unistd.h> from many files
2009-07-06 Reimar DöffingerChange av_free to av_freep
2009-07-06 Reimar DöffingerReallocate internal buffer when coded frame size changes.
2009-07-06 Reimar DöffingerChange iv_decode_frame to get AVCodecContext as argumen...
2009-06-05 Baptiste Coudurierindeo3 decoder uses get_buffer, set CODEC_CAP_DR1
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-19 Alex ConverseReindent after last commit
2009-02-19 Alex ConverseSome buffer checks for indeo3
2009-01-26 Benoit FouetRemove unneeded check.
2009-01-26 Benoit FouetFix an exploit in indeo by checking we are not writing...
2008-12-14 Aurelien Jacobsindeo3: replace sizeof(struct ...) by sizeof(*var)
2008-12-13 Diego BiurrunReplace 'typedef struct ustr_t' by 'struct ustr', _t...
2008-10-02 Benoit FouetRename some variables and add some comments to try...
2008-10-01 Benoit FouetFix indentation.
2008-10-01 Benoit FouetRemove useless context variable.
2008-10-01 Benoit FouetMerge declaration and assignment.
2008-09-30 Benoit FouetMove iv_decode_frame function to remove a forward decla...
2008-09-30 Benoit FouetRemove useless lines.
2008-09-30 Benoit FouetReindent whole file.
2008-09-30 Benoit FouetIndent.
2008-09-30 Benoit FouetSimplify iv_free_func().
2008-09-30 Benoit FouetMove allocated buffer out of YUV buffer structure.
2008-09-30 Benoit FouetRemove useless initializations.
2008-09-30 Benoit FouetCheck allocations on init.
2008-09-30 Benoit FouetRemove useless test.
2008-09-30 Benoit FouetCosmetics
2008-09-30 Benoit Fouetuse uint8_t instead of unsigned char
2008-09-30 Benoit FouetCorrector type fits in 8 bits.
2008-09-30 Benoit FouetRemove useless casts and use variable instead of its...
2008-09-30 Benoit FouetChange table types to uint8_t
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-05 Aurelien Jacobsremove more useless mpegvideo.h includes
2008-02-01 Michael Niedermayerconst
2008-02-01 Michael NiedermayerUse bytestream.
2008-02-01 Michael Niedermayerconsts
2008-01-31 Reimar DöffingerTwo tables that should be const
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-02-25 Ramiro Pollause FFMIN
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-03-06 Michael Niedermayerindeo3 for bigendian patch by (demo-n <demo-n users...
next