summaryrefslogtreecommitdiffstats
path: root/libavcodec/flashsv.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-091-14/+14
* flashsv: use the AVFrame API properly.Anton Khirnov2013-11-161-28/+33
* flashsv: K&R formatting cosmeticsLuca Barbato2013-11-011-27/+30
* flashsv: Check diff_start diff_height valuesMichael Niedermayer2013-11-011-0/+6
* flashsv: Refactor a littleLuca Barbato2013-11-011-5/+9
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-3/+3
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-12/+9
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* flashsv: make sure data for zlib priming is availableJanne Grunau2012-11-291-0/+5
* flashsv: check for keyframe before using differential codingJanne Grunau2012-11-261-0/+5
* flashsv: Drop unused function and struct parametersDiego Biurrun2012-11-211-6/+4
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-231-1/+1
* flashsv: propagate inflateReset() errorsJanne Grunau2012-10-101-5/+14
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* flashsv: return more meaningful error valueDiego Biurrun2011-10-111-1/+1
* flashsv: fix typo in av_log() messageDiego Biurrun2011-10-111-1/+1
* add Flash Screen Video 2 decoderKostya Shishkov2011-07-221-12/+295
* flashsv: split flashsv_decode_block() off from flashsv_decode_frame().Diego Biurrun2011-07-161-34/+43
* flashsv: inline copy_region() into flashsv_decode_frame()Diego Biurrun2011-07-081-16/+11
* flashsv: improve some variable namesDiego Biurrun2011-07-071-7/+7
* flashsv: improve some comments and fix some wrong onesDiego Biurrun2011-07-061-6/+6
* flashsv: Eliminate redundant variable indirection.Diego Biurrun2011-07-061-3/+2
* flashsv: set reference frame type to full frameDiego Biurrun2011-07-061-1/+1
* flashsv: replace bitstream description by a link to the specificationDiego Biurrun2011-07-061-19/+3
* flashsv: convert a debug av_log into av_dlogDiego Biurrun2011-07-061-4/+3
* flashsv: simplify conditionDiego Biurrun2011-07-061-3/+2
* flashsv: return more meaningful error valuesDiego Biurrun2011-07-061-2/+2
* flashsv: cosmetics: break some overly long linesDiego Biurrun2011-07-061-8/+15
* flashsv: cosmetics: drop some unnecessary parenthesesDiego Biurrun2011-07-061-11/+11
* flashsv: K&R cosmeticsDiego Biurrun2011-05-041-2/+2
* flashsv: Return more meaningful error values.Diego Biurrun2011-04-251-1/+1
* flashsv: Employ explicit AVCodec struct initializers.Diego Biurrun2011-04-251-11/+10
* cosmetics: K&R coding style and more whitespace for Flash Screen VideoDiego Biurrun2011-04-251-61/+54
* 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
OpenPOWER on IntegriCloud