summaryrefslogtreecommitdiff
path: root/libavcodec/flashsv.c
Commit message (Expand)AuthorAge
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-23
* flashsv: propagate inflateReset() errorsJanne Grunau2012-10-10
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* flashsv: return more meaningful error valueDiego Biurrun2011-10-11
* flashsv: fix typo in av_log() messageDiego Biurrun2011-10-11
* add Flash Screen Video 2 decoderKostya Shishkov2011-07-22
* flashsv: split flashsv_decode_block() off from flashsv_decode_frame().Diego Biurrun2011-07-16
* flashsv: inline copy_region() into flashsv_decode_frame()Diego Biurrun2011-07-08
* flashsv: improve some variable namesDiego Biurrun2011-07-07
* flashsv: improve some comments and fix some wrong onesDiego Biurrun2011-07-06
* flashsv: Eliminate redundant variable indirection.Diego Biurrun2011-07-06
* flashsv: set reference frame type to full frameDiego Biurrun2011-07-06
* flashsv: replace bitstream description by a link to the specificationDiego Biurrun2011-07-06
* flashsv: convert a debug av_log into av_dlogDiego Biurrun2011-07-06
* flashsv: simplify conditionDiego Biurrun2011-07-06
* flashsv: return more meaningful error valuesDiego Biurrun2011-07-06
* flashsv: cosmetics: break some overly long linesDiego Biurrun2011-07-06
* flashsv: cosmetics: drop some unnecessary parenthesesDiego Biurrun2011-07-06
* flashsv: K&R cosmeticsDiego Biurrun2011-05-04
* flashsv: Return more meaningful error values.Diego Biurrun2011-04-25
* flashsv: Employ explicit AVCodec struct initializers.Diego Biurrun2011-04-25
* cosmetics: K&R coding style and more whitespace for Flash Screen VideoDiego Biurrun2011-04-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-03
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fixed buffer overread in flashsv decoder.Laurent Aimar2010-03-04
* Do not release the AVFrame when using reget_buffer in flashsv.Benjamin Larsson2009-09-13
* Use reget_buffer instead of get_buffer. Fixes issue1367.Benjamin Larsson2009-09-10
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* flashsv: use skip_bits_long() where requiredMåns Rullgård2008-11-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Long name spelling fixesBenjamin Larsson2008-05-02
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* typo: occured --> occurredDiego Biurrun2008-03-22
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* Declare zlib dependency in the Makefile, not in the source.Diego Biurrun2007-01-21
* Really fix my never ending mistakes.Benjamin Larsson2007-01-21
* Don't break compilation on systems without zlib.Benjamin Larsson2007-01-21