Age | Commit message (Expand) | Author |
2012-01-19 | Support encoding 16bit pixel formats to sgi. | Carl Eugen Hoyos |
2011-07-30 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-05-02 | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini |
2011-05-02 | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-28 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-10-01 | Fix wrongly indented block. | Diego Biurrun |
2009-10-01 | Use "!exp" instead of "exp == NULL" in if condition. | Diego Biurrun |
2009-10-01 | cosmetics: K&R coding style, prettyprinting | Diego Biurrun |
2009-09-30 | Add support for SGI images without RLE compression. | Anne-Laure de Smit |
2009-09-06 | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger |
2009-05-10 | sgi encoder does not support pal8 | Baptiste Coudurier |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-11 | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos |
2008-04-29 | Add long names to some AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2007-04-06 | SGI image decoder ported to the new image API. | Xiaohui Sun |