]> git.sesse.net Git - ffmpeg/history - libavcodec/pcx.c
Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1
[ffmpeg] / libavcodec / pcx.c
2009-10-27 Benoit FouetFix indentation.
2009-10-27 Benoit FouetOnly memset for palettes of 16 elements.
2009-10-03 Peter RossSupport decoding of uncompressed PCX scanlines
2009-06-05 Baptiste Coudurierpcx decoder use get_buffer, set CODEC_CAP_DR1
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-12 Carl Eugen HoyosCorrect type for pcx_rle_decode().
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-12-27 Ivo van Poortenremove useless cast
2007-12-26 Ivo van PoortenPC Paintbrush PCX image decoder