summaryrefslogtreecommitdiffstats
path: root/libavcodec/flicvideo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* typo: unkown->unknownAlex Beregszaszi2007-03-071-1/+1
* display line number when printing errorAlex Beregszaszi2007-02-181-8/+8
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-24/+24
* typoLuca Barbato2006-11-241-1/+1
* Implement DELTA_FLI opcodes correctly. Patch by Steven JohnsonSteven Johnson2006-11-241-1/+7
* support byte_run=0 case in DELTA_FLI (this case means only skip pixels)Alex Beregszaszi2006-11-231-1/+1
* 10l memory corruption bug found by Steven JohnsonAlex Beregszaszi2006-11-231-1/+1
* Fix possible overflows. Found by Steven JohnsonAlex Beregszaszi2006-11-141-8/+8
* correct signaling of palette changeAlex Beregszaszi2006-10-191-5/+7
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter2006-01-281-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
OpenPOWER on IntegriCloud