]> git.sesse.net Git - ffmpeg/history - libavcodec/indeo3.c
aacdec: Drop some unused function arguments
[ffmpeg] / libavcodec / indeo3.c
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...
2005-02-27 Sebastian Jedruszk... indeo3 for bigendian patch by (elf at frogger dot rules...
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-10-06 Zdenek Kabelac* fixing a few of gcc 'clean-code' warnings
2004-09-21 Alex Beregszaszigreyscale decoding (option to skip u,v planes) support
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-02-07 Michael Niedermayersegfault fix
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-09-25 Michael Niedermayerfixes levis.avi
2003-09-09 Fabrice Bellarduse const data - began to make code more portable
2003-05-24 Falk HüffnerWarning and compatibility fixes.
2003-05-06 Michael Niedermayerrelease buffer cleanup
2003-04-19 Mike Melansoncode redundancy reduction, courtesy of suxen_drol ...
2003-04-15 Mike Melansonnative Indeo3 decoder implementation