summaryrefslogtreecommitdiff
path: root/libavcodec/flashsv.c
Commit message (Expand)AuthorAgeFilesLines
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-031-4/+2
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* 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
* Fixed buffer overread in flashsv decoder.Laurent Aimar2010-03-041-0/+7
* Do not release the AVFrame when using reget_buffer in flashsv.Benjamin Larsson2009-09-131-3/+0
* Use reget_buffer instead of get_buffer. Fixes issue1367.Benjamin Larsson2009-09-101-4/+4
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* 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
* flashsv: use skip_bits_long() where requiredMåns Rullgård2008-11-241-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Long name spelling fixesBenjamin Larsson2008-05-021-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* typo: occured --> occurredDiego Biurrun2008-03-221-1/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constMichael Niedermayer2008-02-011-1/+1
* 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
* Declare zlib dependency in the Makefile, not in the source.Diego Biurrun2007-01-211-2/+0
* Really fix my never ending mistakes.Benjamin Larsson2007-01-211-2/+3
* Don't break compilation on systems without zlib.Benjamin Larsson2007-01-211-0/+2
* The block_size might be used incorrectly if it is not updated.Benjamin Larsson2007-01-211-2/+2
* Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.Benjamin Larsson2007-01-211-18/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-011-0/+274