summaryrefslogtreecommitdiff
path: root/libavcodec/pamenc.c
Commit message (Collapse)AuthorAge
* lavc: remove unused headersPaul B Mahol2012-01-17
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Support 64bit pam encoding.Carl Eugen Hoyos2012-01-14
|
* Simplify 32bit RGB pam encoding.Carl Eugen Hoyos2012-01-14
| | | | Reviewed-by: Paul B Mahol
* 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
| | | | Reported and reviewed by Derek Buitenhuis.
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata. H.264: tweak some other x86 asm for Atom probe: Fix insane flow control. mpegts: remove invalid error check s302m: use nondeprecated audio sample format API lavc: use designated initialisers for all codecs. x86: cabac: add operand size suffixes missing from 6c32576 Conflicts: libavcodec/ac3enc_float.c libavcodec/flacenc.c libavcodec/frwu.c libavcodec/pictordec.c libavcodec/qtrleenc.c libavcodec/v210enc.c libavcodec/wmv2dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| | | | | | | | It's more readable and less prone to breakage.
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
| | | | | | | | | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
* | 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
|/ | | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f6902b1217beda576aa18abf7eb72b03c)
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split PAM encoder off into its own file.Diego Biurrun2009-10-28
Originally committed as revision 20395 to svn://svn.ffmpeg.org/ffmpeg/trunk