| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | iff: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -22/+26 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | iff: Do not read over the source buffer | Luca Barbato | 2013-07-10 | 1 | -1/+1 |
* | iff: K&R formatting cosmetics | Luca Barbato | 2013-07-10 | 1 | -42/+44 |
* | lavc decoders: properly initialize AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -0/+2 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -22/+17 |
* | iff: drop ff_ prefix from a static function. | Anton Khirnov | 2013-01-26 | 1 | -3/+3 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -4/+4 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -2/+3 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -10/+10 |
* | 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 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -18/+16 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+1 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -16/+16 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gm... | Peter Ross | 2010-06-22 | 1 | -1/+1 |
* | Move get_buffer() calls from decode_init() to decode_frame(). Anything else is | Sebastian Vater | 2010-06-01 | 1 | -13/+26 |
* | Factorize code into a single function. | Sebastian Vater | 2010-05-16 | 1 | -46/+35 |
* | Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>. | Sebastian Vater | 2010-05-13 | 1 | -3/+3 |
* | Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>. | Sebastian Vater | 2010-05-13 | 1 | -5/+21 |
* | Reindent after r23112. | Sebastian Vater | 2010-05-13 | 1 | -16/+16 |
* | Move handling of paletted data to the IFF demuxer. This allows future | Sebastian Vater | 2010-05-13 | 1 | -0/+8 |
* | Handle palette underflows, fill remaining space with black (zero) data. | Sebastian Vater | 2010-05-13 | 1 | -4/+2 |
* | Move a while(..){..} -> do{..}while(..), slightly faster. | Sebastian Vater | 2010-05-13 | 1 | -2/+2 |
* | Optimize decodeplane32(). | Sebastian Vater | 2010-05-10 | 1 | -8/+46 |
* | Ensure that width and height are > 0. avcodec_open() itself only checks that | Sebastian Vater | 2010-05-10 | 1 | -0/+2 |
* | Remove "bps" parameter to decodeplane8/32(), it's unused. | Sebastian Vater | 2010-05-09 | 1 | -8/+6 |
* | IFF: decode last 8 pixels per line | Måns Rullgård | 2010-05-09 | 1 | -1/+2 |
* | Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>. | Sebastian Vater | 2010-05-08 | 1 | -7/+48 |
* | Align plane size to word-boundary. | Sebastian Vater | 2010-05-05 | 1 | -3/+3 |
* | Revert r22974 int->unsigned parts that don't have any meaningful effect. | Ronald S. Bultje | 2010-05-03 | 1 | -10/+10 |
* | Reidnent after r22795. | Sebastian Vater | 2010-04-26 | 1 | -28/+28 |
* | Move some branches outside looped code. Should improve the generated asm (and | Sebastian Vater | 2010-04-26 | 1 | -6/+37 |
* | Switch some ints to unsigned (they can only have positive values, this allows | Sebastian Vater | 2010-04-26 | 1 | -21/+20 |
* | Make two functions out of #define hackery. | Sebastian Vater | 2010-04-26 | 1 | -14/+31 |
* | 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 | -2/+2 |
* | Make iff.c:decode_init return the value returned by | Stefano Sabatini | 2010-03-13 | 1 | -2/+3 |
* | IFF: move ff_cmap_read_palette() prototype to a header file | Måns Rullgård | 2010-03-08 | 1 | -0/+1 |
* | use intended const syntax | Peter Ross | 2010-03-03 | 1 | -1/+1 |