summaryrefslogtreecommitdiffstats
path: root/libavcodec/flicvideo.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Print unexpected length of flicvideo extradata.Carl Eugen Hoyos2012-04-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Support FLIC in AVI.Paul B Mahol2012-03-281-5/+14
* | Support FLIC in MOV.Reimar Döffinger2012-03-261-3/+7
* | flicvideo: remove dead storePaul B Mahol2012-03-221-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-071-103/+92
|\ \ | |/
| * flicvideo: fix invalid readsLaurentiu Ion2012-01-061-89/+77
| * flicvideo: check extradata_size before accessing extradata.Carl Eugen Hoyos2011-11-261-3/+6
* | flicvideo: input buffer pointer checks.Michael Niedermayer2011-12-151-0/+25
* | flicvideo: fix overread.Michael Niedermayer2011-12-151-2/+4
* | Increase FLI/FLC Animation palette dynamics for some samples.Carl Eugen Hoyos2011-11-131-0/+2
* | Set FLI/FLC Animation palette opaque.Carl Eugen Hoyos2011-11-121-1/+1
* | Check extradata_size before accessing extradata.Carl Eugen Hoyos2011-11-091-3/+6
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-051-2/+2
* | Check for out of bound reads in the flic decoder.Laurent Aimar2011-09-281-15/+29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-13/+8
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-13/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+0
|\ \ | |/
| * Remove statements immediately following unconditional jumpsMans Rullgard2011-07-031-1/+0
| * 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/+1
* | flicvideo: fix crash on flic files with invalid frame sizeStefano Sabatini2011-04-231-0/+5
* | flicvideo: increase error level and fix error message in CHECK_PIXEL_PTR()Stefano Sabatini2011-04-231-2/+2
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Fix several security issues in flicvideo.cMichael Niedermayer2010-09-271-8/+13
* 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
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-221-1/+0
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix filenames in doxygen comments.Diego Biurrun2009-02-011-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-291-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* typo fixesDiego Biurrun2008-03-121-2/+3
* constMichael Niedermayer2008-02-011-4/+4
* Fix issue 123 (Support Magic-carpet fli version,Mike Melanson2007-09-041-5/+8
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* fix indentationMåns Rullgård2007-06-161-4/+4
* replace endian detection hack with #ifdef WORDS_BIGENDIANMåns Rullgård2007-06-161-4/+2
* misc typo fixesDiego Biurrun2007-06-121-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-5/+5
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
OpenPOWER on IntegriCloud