| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -8/+8 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -6/+9 |
* | targaenc: switch to encode2(). | Anton Khirnov | 2012-02-20 | 1 | -26/+30 |
* | targaenc: don't modify input frame. | Anton Khirnov | 2012-02-20 | 1 | -3/+1 |
* | Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). | Stefano Sabatini | 2011-06-03 | 1 | -1/+2 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Add support for PIX_FMT_RGBA in the targa encoder. | Stefano Sabatini | 2010-10-13 | 1 | -3/+7 |
* | Use named constants defined in targa.h. | Stefano Sabatini | 2010-10-13 | 1 | -3/+3 |
* | Create a targa.h file to contain common definitions for targa encoder | Stefano Sabatini | 2010-10-13 | 1 | -0/+1 |
* | Make the targa encoder return sane error values rather than -1. | Stefano Sabatini | 2010-10-12 | 1 | -3/+3 |
* | Targa encoder: log error message in case the pixel format in input is | Stefano Sabatini | 2010-10-12 | 1 | -0/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | targeenc: fix rgb555 encoding on big endian systems. | Alexis Ballier | 2010-03-08 | 1 | -2/+2 |
* | Fix indentation after last commit. | Benoit Fouet | 2009-10-01 | 1 | -1/+1 |
* | Add support for TARGA images without RLE compression. | Anne-Laure de Smit | 2009-10-01 | 1 | -1/+2 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | set coded_frame | Michael Niedermayer | 2008-05-28 | 1 | -1/+11 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
* | Prevent targaenc.c from outputting trash byte. | Ramiro Polla | 2008-05-04 | 1 | -1/+1 |
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Changed the rle encoder a little and made it more universal. | Xiaohui Sun | 2007-04-03 | 1 | -1/+1 |
* | generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl | Michael Niedermayer | 2007-04-03 | 1 | -57/+8 |
* | Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com. | Bobby Bingham | 2007-03-17 | 1 | -4/+95 |
* | Move the encoding of the image data to its own function. | Bobby Bingham | 2007-03-17 | 1 | -12/+19 |
* | Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com. | Bobby Bingham | 2007-03-17 | 1 | -2/+7 |
* | Targa (.tga) encoder, | Bobby Bingham | 2007-03-15 | 1 | -0/+96 |