summaryrefslogtreecommitdiff
path: root/libavcodec/flicvideo.c
Commit message (Expand)AuthorAgeFilesLines
...
* | flicvideo: return more meaningful error codesPaul B Mahol2012-11-011-10/+10
* | avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer2012-10-141-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-8/+8
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-1/+3
|\ \ | |/
| * avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-1/+3
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | flicvideo: support 256-bytes extradataPiotr Bandurski2012-05-201-0/+2
* | Support flicvideo with 904 bytes extradata.Carl Eugen Hoyos2012-04-221-2/+5
* | 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