summaryrefslogtreecommitdiffstats
path: root/libavcodec/4xm.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-231-4/+7
|\ \ | |/
| * 4xm: Add a check in decode_i_frame to prevent buffer overreadsShitiz Garg2011-12-221-3/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-211-22/+20
|\ \ | |/
| * 4xm: Use bytestream2 functions to prevent overreadsAneesh Dogra2011-12-201-13/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-191-9/+0
|\ \ | |/
| * 4xm: remove unneeded check for remaining unused data.Justin Ruggles2011-12-181-9/+0
| * 4xm: prevent NULL dereference with invalid huffman tableLaurent Aimar2011-10-101-3/+4
| * 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffersLaurent Aimar2011-10-101-0/+2
* | 4xm: check if there are bits left in decode_i_block()Michael Niedermayer2011-12-141-0/+5
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-051-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-101-1/+1
|\ \ | |/
| * 4xm: fix signed overflowMans Rullgard2011-10-091-1/+1
* | Reject video with non multiple of 16 width/height in the 4xm decoder.Laurent Aimar2011-10-021-0/+4
* | 4xm decoder: fix data size for i2 frames.Michael Niedermayer2011-10-021-1/+1
* | 4xm decoder: print some error messages in case of errors.Michael Niedermayer2011-10-021-9/+27
* | Check for out of bound accesses in the 4xm decoder.Laurent Aimar2011-10-021-13/+46
* | Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffers ...Laurent Aimar2011-10-021-0/+2
* | Prevent NULL dereference when the huffman table is invalid in the 4xm decoder.Laurent Aimar2011-10-021-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-4/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+2
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-4/+4
* | 4xm: use reget_buffer() in decode_frame()Stefano Sabatini2011-04-271-5/+2
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Allocate last picture for 4xm pfrm if its not allocated.Michael Niedermayer2011-01-161-0/+8
* Fix visual artifacts in 4XM decoding on big-endian systemVitor Sessak2010-11-121-7/+24
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-6/+6
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-6/+6
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-1/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Fix red/blue swap for 4xa files.Carl Eugen Hoyos2010-01-071-1/+1
* Add missing release_buffer on closeReimar Döffinger2009-10-131-0/+4
* 4xm: provide 16-byte alignment where requiredMåns Rullgård2009-08-261-1/+1
* 4xm decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-121-2/+6
* Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger2009-04-121-3/+3
* Get rid of INIT_VLC_USE_STATIC in 4xm.Michael Niedermayer2009-04-111-1/+4
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-111-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-171-6/+6
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
OpenPOWER on IntegriCloud