summaryrefslogtreecommitdiffstats
path: root/libavcodec/tiffenc.c
Commit message (Expand)AuthorAgeFilesLines
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* use lzw compression in gif encoderBaptiste Coudurier2009-12-031-2/+4
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-4/+4
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* set coded_frameMichael Niedermayer2008-05-281-0/+1
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-291-2/+2
* Add a missing comma in tiff_encoder.pix_fmtsStefano Sabatini2008-04-081-1/+1
* Fix warning:Reimar Döffinger2008-02-021-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* fix tiff regression test (bitexact flag was ignoredwhich caused theMichael Niedermayer2007-04-141-0/+2
* cosmetics: Fix indentation.Diego Biurrun2007-04-131-2/+2
* cosmetics: indentationDiego Biurrun2007-04-111-1/+1
* TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw ...Michael Niedermayer2007-04-071-2/+21
* YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)Kamil Nowosad2007-04-061-3/+73
* s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad studen...Kamil Nowosad2007-04-061-7/+7
* remove compound literals gcc 2.95 doesnt support taking an address of a compo...Michael Niedermayer2007-04-051-8/+15
* Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.Diego Biurrun2007-04-041-0/+5
* tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer2007-04-031-0/+359
OpenPOWER on IntegriCloud