| Commit message (Expand) | Author | Age | Files | Lines |
* | flashsv: Initialize the block array | Luca Barbato | 2015-11-02 | 1 | -2/+4 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | avcodec: Use av_reallocp where suitable | Alexandra Khirnova | 2013-12-09 | 1 | -14/+14 |
* | flashsv: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -28/+33 |
* | flashsv: K&R formatting cosmetics | Luca Barbato | 2013-11-01 | 1 | -27/+30 |
* | flashsv: Check diff_start diff_height values | Michael Niedermayer | 2013-11-01 | 1 | -0/+6 |
* | flashsv: Refactor a little | Luca Barbato | 2013-11-01 | 1 | -5/+9 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -3/+3 |
* | lavc decoders: properly initialize AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -12/+9 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | flashsv: make sure data for zlib priming is available | Janne Grunau | 2012-11-29 | 1 | -0/+5 |
* | flashsv: check for keyframe before using differential coding | Janne Grunau | 2012-11-26 | 1 | -0/+5 |
* | flashsv: Drop unused function and struct parameters | Diego Biurrun | 2012-11-21 | 1 | -6/+4 |
* | Improve wording and spelling of av_log_missing_feature messages. | Diego Biurrun | 2012-10-23 | 1 | -1/+1 |
* | flashsv: propagate inflateReset() errors | Janne Grunau | 2012-10-10 | 1 | -5/+14 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -3/+3 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | flashsv: return more meaningful error value | Diego Biurrun | 2011-10-11 | 1 | -1/+1 |
* | flashsv: fix typo in av_log() message | Diego Biurrun | 2011-10-11 | 1 | -1/+1 |
* | add Flash Screen Video 2 decoder | Kostya Shishkov | 2011-07-22 | 1 | -12/+295 |
* | flashsv: split flashsv_decode_block() off from flashsv_decode_frame(). | Diego Biurrun | 2011-07-16 | 1 | -34/+43 |
* | flashsv: inline copy_region() into flashsv_decode_frame() | Diego Biurrun | 2011-07-08 | 1 | -16/+11 |
* | flashsv: improve some variable names | Diego Biurrun | 2011-07-07 | 1 | -7/+7 |
* | flashsv: improve some comments and fix some wrong ones | Diego Biurrun | 2011-07-06 | 1 | -6/+6 |
* | flashsv: Eliminate redundant variable indirection. | Diego Biurrun | 2011-07-06 | 1 | -3/+2 |
* | flashsv: set reference frame type to full frame | Diego Biurrun | 2011-07-06 | 1 | -1/+1 |
* | flashsv: replace bitstream description by a link to the specification | Diego Biurrun | 2011-07-06 | 1 | -19/+3 |
* | flashsv: convert a debug av_log into av_dlog | Diego Biurrun | 2011-07-06 | 1 | -4/+3 |
* | flashsv: simplify condition | Diego Biurrun | 2011-07-06 | 1 | -3/+2 |
* | flashsv: return more meaningful error values | Diego Biurrun | 2011-07-06 | 1 | -2/+2 |
* | flashsv: cosmetics: break some overly long lines | Diego Biurrun | 2011-07-06 | 1 | -8/+15 |
* | flashsv: cosmetics: drop some unnecessary parentheses | Diego Biurrun | 2011-07-06 | 1 | -11/+11 |
* | flashsv: K&R cosmetics | Diego Biurrun | 2011-05-04 | 1 | -2/+2 |
* | flashsv: Return more meaningful error values. | Diego Biurrun | 2011-04-25 | 1 | -1/+1 |
* | flashsv: Employ explicit AVCodec struct initializers. | Diego Biurrun | 2011-04-25 | 1 | -11/+10 |
* | cosmetics: K&R coding style and more whitespace for Flash Screen Video | Diego Biurrun | 2011-04-25 | 1 | -61/+54 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-03 | 1 | -4/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Fixed buffer overread in flashsv decoder. | Laurent Aimar | 2010-03-04 | 1 | -0/+7 |
* | Do not release the AVFrame when using reget_buffer in flashsv. | Benjamin Larsson | 2009-09-13 | 1 | -3/+0 |
* | Use reget_buffer instead of get_buffer. Fixes issue1367. | Benjamin Larsson | 2009-09-10 | 1 | -4/+4 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |