]> git.sesse.net Git - ffmpeg/history - libavcodec/4xm.c
ppc: Centralize compiler-specific altivec.h #include handling in one place
[ffmpeg] / libavcodec / 4xm.c
2016-11-18 Alexandra Hájková4xm: Convert to the new bitstream reader
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2014-11-13 Vittorio Giovara4xm: more thorought check for negative index and negati...
2014-11-11 Vittorio Giovara4xm: drop unnecessary check
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-03-22 Diego Biurrunavcodec: more correct printf specifiers
2014-01-06 Anton Khirnov4xm: replace forcing EMU_EDGE by a copy
2014-01-06 Anton Khirnov4xm: return a proper error code.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-07-23 Luca Barbato4xm: Reject not a multiple of 16 dimension
2013-06-12 Luca Barbato4xm: check bitstream_size boundary before using it
2013-06-12 Luca Barbato4xm: refactor decode_p_block
2013-06-12 Luca Barbato4xm: do not overread the source buffer in decode_p_block
2013-06-12 Luca Barbato4xm: do not overread the prestream buffer
2013-06-12 Luca Barbato4xm: validate the buffer size before parsing it
2013-06-12 Luca Barbato4xm: reject frames not compatible with the declared...
2013-06-12 Luca Barbato4xm: drop pointless assert
2013-06-12 Luca Barbato4xm: forward errors from decode_p_block
2013-06-12 Luca Barbato4xm: fold last_picture lazy allocation in decode_p_frame
2013-06-12 Luca Barbato4xm: refactor fourxm_read_header
2013-06-12 Luca Barbato4xm: use the correct logging context
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-23 Anton Khirnov4xm: check the return value of read_huffman_tables().
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-06 Anton Khirnov4xm: operate with pointers to AVFrames instead of whole...
2013-01-06 Anton Khirnov4xm: eliminate a pointless indirection
2013-01-06 Anton Khirnov4xm: simplify code with FFSWAP
2013-01-06 Anton Khirnov4xm: return meaningful error codes
2012-12-23 Anton Khirnov4xm: don't rely on get_buffer() initializing the frame.
2012-12-20 Diego Biurrunmiscellaneous typo fixes
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-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-29 Mans Rullgard4xm: fix invalid array indexing
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-02-10 Yordan Makariev4xm, timefilter: K&R formatting cosmetics
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-05 Aneesh Dogra4xm: Prevent buffer overreads.
2012-01-05 Ronald S. BultjeRevert "4xm: Prevent buffer overreads."
2012-01-05 Aneesh Dogra4xm: Prevent buffer overreads.
2012-01-05 Aneesh Dogra4xm: pass the correct remaining buffer size to decode_i...
2012-01-05 Aneesh Dogra4xm: fix calculation of the next output line position...
2011-12-23 Anton Khirnov4xm: remove unused variables.
2011-12-22 Shitiz Garg4xm: Add a check in decode_i_frame to prevent buffer...
2011-12-20 Aneesh Dogra4xm: Use bytestream2 functions to prevent overreads
2011-12-18 Justin Ruggles4xm: remove unneeded check for remaining unused data.
2011-10-10 Laurent Aimar4xm: prevent NULL dereference with invalid huffman...
2011-10-10 Laurent Aimar4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in tempor...
2011-10-09 Mans Rullgard4xm: fix signed overflow
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-16 Michael NiedermayerAllocate last picture for 4xm pfrm if its not allocated.
2010-11-12 Vitor SessakFix visual artifacts in 4XM decoding on big-endian...
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-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-07 Carl Eugen HoyosFix red/blue swap for 4xa files.
2009-10-13 Reimar DöffingerAdd missing release_buffer on close
2009-08-26 Måns Rullgård4xm: provide 16-byte alignment where required
2009-06-05 Baptiste Coudurier4xm decoder uses get_buffer, set CODEC_CAP_DR1
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Reimar DöffingerAdd a av_fast_malloc function and replace several uses...
2009-04-12 Reimar DöffingerUse void * instead of uint8_t * for the destination...
2009-04-11 Michael NiedermayerGet rid of INIT_VLC_USE_STATIC in 4xm.
2009-04-11 Carl Eugen HoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-28 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-22 Diego Biurruncosmetics: typo fixes
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 NiedermayerReplace get32() by AV_RL32().
2008-02-01 Michael Niedermayerconst
2008-01-31 Baptiste Couduriercast to dest type, fix warning: 4xm.c:304: warning...
2007-09-05 Michael Niedermayerfix decoding of dracula.4xm before diego complains
2007-09-05 Michael Niedermayerfix segfault with dracula.4xm
2007-08-27 Roberto TogniChange 4xm demuxer and video decoder to pass the video...
2007-08-13 Michael Niedermayeruse bytestream_get_le*() this also fixes a big endian bug
2007-08-13 Michael Niedermayerfix type 3 aka skipped blocks for old version
2007-08-13 Michael Niedermayerfix motion vectors for old version
2007-08-13 Michael Niedermayerset pix_fmt properly depending on version
2007-08-13 Michael Niedermayeruse version instead of some random 32bit value to switc...
2007-08-13 Michael Niedermayerreplace vlc_type by version and set that from codec_tag...
2007-08-12 Michael Niedermayersupport ifr2 from Toy-Story2_better-image-quality.4xa
next