summaryrefslogtreecommitdiff
path: root/libavcodec/pamenc.c
Commit message (Expand)AuthorAge
* lavc: remove unused headersPaul B Mahol2012-01-17
* Support 64bit pam encoding.Carl Eugen Hoyos2012-01-14
* Simplify 32bit RGB pam encoding.Carl Eugen Hoyos2012-01-14
* Support 48bit rgb pam encoding.Carl Eugen Hoyos2012-01-08
* Support 16bit gray pam encoding.Carl Eugen Hoyos2012-01-08
* Support gray8a pam encoding.Carl Eugen Hoyos2012-01-01
* Fix mono* pam encoding.Carl Eugen Hoyos2011-12-31
* Fix a typo that broke writing (and reading) PAM files.Carl Eugen Hoyos2011-12-28
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Split PAM encoder off into its own file.Diego Biurrun2009-10-28