summaryrefslogtreecommitdiffstats
path: root/libavcodec/flicvideo.c
Commit message (Expand)AuthorAgeFilesLines
* flicvideo: use the AVFrame API properly.Anton Khirnov2013-11-161-29/+32
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* silly typo fixesDiego Biurrun2013-05-031-1/+1
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-10/+9
* flicvideo: avoid an infinite loop in byte run compressionAnton Khirnov2013-02-231-0/+5
* flicvideo: return meaningful error codes.Anton Khirnov2013-01-141-11/+11
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-9/+9
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-8/+8
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-1/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* flicvideo: fix invalid readsLaurentiu Ion2012-01-061-89/+77
* flicvideo: check extradata_size before accessing extradata.Carl Eugen Hoyos2011-11-261-3/+6
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-13/+8
* 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
* 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
OpenPOWER on IntegriCloud