summaryrefslogtreecommitdiffstats
path: root/libavcodec/tiffenc.c
Commit message (Collapse)AuthorAgeFilesLines
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-4/+4
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set coded_frameMichael Niedermayer2008-05-281-0/+1
| | | | Originally committed as revision 13492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
| | | | | | Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-291-2/+2
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a missing comma in tiff_encoder.pix_fmtsStefano Sabatini2008-04-081-1/+1
| | | | | | Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) Originally committed as revision 12765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warning:Reimar Döffinger2008-02-021-1/+1
| | | | | | libavcodec/tiffenc.c:136: warning: pointer type mismatch in conditional expression Originally committed as revision 11817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix tiff regression test (bitexact flag was ignoredwhich caused theMichael Niedermayer2007-04-141-0/+2
| | | | | | LAVC version to be in the file and thus breaking with the last change of that) Originally committed as revision 8734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation.Diego Biurrun2007-04-131-2/+2
| | | | Originally committed as revision 8726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2007-04-111-1/+1
| | | | Originally committed as revision 8712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw ↵Michael Niedermayer2007-04-071-2/+21
| | | | | | edu pl) Originally committed as revision 8645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)Kamil Nowosad2007-04-061-3/+73
| | | | Originally committed as revision 8638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad ↵Kamil Nowosad2007-04-061-7/+7
| | | | | | students mimuw edu pl Originally committed as revision 8637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove compound literals gcc 2.95 doesnt support taking an address of a ↵Michael Niedermayer2007-04-051-8/+15
| | | | | | | | | compound literal and the current code was my fault as i suggested the student to use compound literals beliving gcc 2.95 supports them completely ... Originally committed as revision 8629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.Diego Biurrun2007-04-041-0/+5
| | | | Originally committed as revision 8624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer2007-04-031-0/+359
Originally committed as revision 8608 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud