]> git.sesse.net Git - ffmpeg/history - libavcodec/interplayvideo.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / interplayvideo.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-11 Diego Biurruninterplayvideo: fix av_dlog parameter type mismatch
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-25 Ronald S. Bultjeinterplayvideo: convert to bytestream2.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-01-07 Paul B Maholinterplayvideo: Handle changed video dimensions on...
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-02 Diego BiurrunReplace custom debug output functions by av_dlog().
2011-04-15 Kostya Shishkovmake containers pass palette change in AVPacket
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-10 Daniel KangCheck for invalid decode op-codes, fixes issue 2522.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-12-27 Kostya Shishkov16-bit Interplay video does not need palette control
2009-12-27 Kostya ShishkovAdd missing opcodes for 16-bit Interplay Video decoding...
2009-12-27 Kostya Shishkov16-bit Interplay Video stores motion vector data at...
2009-12-27 Kostya Shishkov10l trocadero: forgot one case where picture linesize...
2009-12-27 Kostya Shishkovcosmetics: reindent and break long lines after last...
2009-12-27 Kostya ShishkovAdd 16-bit image data handling (but not decoding yet...
2009-12-27 Kostya ShishkovUse frame linesize in Interplay Video block copying...
2009-12-27 Kostya ShishkovMake CHECK_STREAM_PTR macro in Interplay Video decoder...
2009-12-27 Kostya ShishkovRecognize 16-bit Interplay Video variant
2009-12-27 Kostya ShishkovChange main loop in Interplay Video decoder, so variabl...
2009-12-25 Kostya Shishkovcosmetics: reindent
2009-07-22 Måns RullgårdRemove useless #include <unistd.h> from many files
2009-04-17 Reimar DöffingerSimplify ipvideo_decode_opcodes by using get_bits,...
2009-04-17 Reimar DöffingerRemove unused code_counts array from interplavideo.c.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-31 Reimar DöffingerFix ipvideo_decode_block_opcode_0xD again.
2009-03-31 Reimar DöffingerCosmetics: remove some pointless {}
2009-03-31 Reimar DöffingerSlightly simplify ipvideo_decode_block_opcode_0xD
2009-03-31 Reimar DöffingerOne more simplification for ipvideo_decode_block_opcode_0xA
2009-03-31 Reimar DöffingerSlightly simplify first part of ipvideo_decode_block_op...
2009-03-31 Reimar DöffingerMake ipvideo_decode_block_opcode_0x8 a lot simpler...
2009-03-31 Reimar DöffingerFix a too small CHECK_STREAM_PTR value in interplayvideo.c
2009-03-31 Reimar DöffingerAvoid the last two uses of bitmasks in interplayvideo
2009-03-31 Reimar Döffinger100l, fix FATE test broken by r18264
2009-03-31 Reimar DöffingerReindent
2009-03-31 Reimar DöffingerDeduplicate code by moving it outside the if/else
2009-03-31 Reimar DöffingerRearrange how the different cases are checked to reduce...
2009-03-31 Reimar DöffingerAvoid "reloading" code by using a 64 bit type for the...
2009-03-31 Reimar DöffingerRemove now pointless temporary pix variables.
2009-03-31 Reimar DöffingerSlightly simplify part of ipvideo_decode_block_opcode_0x8
2009-03-31 Reimar DöffingerFix indentation
2009-03-31 Reimar DöffingerAvoid code duplication by using ?: and array indexing...
2009-03-31 Reimar DöffingerPrettify some assignments
2009-03-31 Reimar DöffingerGet rid of some pointless bitmask/shifter variables...
2009-03-29 Reimar DöffingerMerge the 3 COPY_FROM_* macros with lots of duplicated...
2009-03-29 Reimar DöffingerChange CHECK_STREAM_PTR macro to correctly handle the...
2009-03-29 Reimar DöffingerSimplify check for leftover bytes after decoding for...
2009-03-29 Reimar DöffingerGet rid of pointless "B" array in interplayvideo decoder.
2009-03-29 Reimar DöffingerReplace many tiny loops in the interplayvideo decoder...
2009-03-29 Reimar DöffingerMake ipvideo_decode_block array constant, compile-time...
2009-03-04 Reimar Döffinger100l, interplayvideo uses 8x8 blocks, so call the 8x8...
2009-03-02 Diego BiurrunChange a bunch of codec long_names to be more consisten...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
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-10 Mike MelansonThere is no reason to assign a variable to itself
2008-02-01 Michael Niedermayerconsts
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
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...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-02-21 Alex Beregszaszi10l
2004-04-07 Alex Beregszasziunknown format chars
2004-03-24 Falk Hüffnerwarning patrol
2004-01-31 Mike Melansonhandle invalid buffer sizes
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-30 Mike Melansonrevised palette API, courtesy of Roberto Togni (rtogni...
2003-10-19 Dan Christiansengcc->C99 and warning fixes patch by (Dan Christiansen...
2003-09-19 Mike Melansondo away with all those naughty global variables
2003-09-18 Mike Melansonvideo looks beautiful now, many thanks to Alexander...
2003-09-17 Mike Melansonwrong, wrong, wrong...coded bits are read in the opposi...
2003-09-14 Mike Melansoninitial Interplay video decoder
2003-09-02 Mike Melansoninitial commit for Id RoQ and Interplay MVE multimedia...