summaryrefslogtreecommitdiff
path: root/libavcodec/tiffenc.c
Commit message (Expand)AuthorAge
* tiffenc: deprecate using compression_levelAnton Khirnov2011-11-24
* tiffenc: add a private option for selecting compression algorithmAnton Khirnov2011-11-23
* tiffenc: initialize forgotten avctx.Jean First2011-10-12
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* doxygen: consistently place brief descriptionDiego Biurrun2011-07-14
* 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
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* use lzw compression in gif encoderBaptiste Coudurier2009-12-03
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* set coded_frameMichael Niedermayer2008-05-28
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-29
* Add a missing comma in tiff_encoder.pix_fmtsStefano Sabatini2008-04-08
* Fix warning:Reimar Döffinger2008-02-02
* license header consistency cosmeticsDiego Biurrun2007-07-05
* fix tiff regression test (bitexact flag was ignoredwhich caused theMichael Niedermayer2007-04-14
* cosmetics: Fix indentation.Diego Biurrun2007-04-13
* cosmetics: indentationDiego Biurrun2007-04-11
* TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw ...Michael Niedermayer2007-04-07
* YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)Kamil Nowosad2007-04-06
* s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad studen...Kamil Nowosad2007-04-06
* remove compound literals gcc 2.95 doesnt support taking an address of a compo...Michael Niedermayer2007-04-05
* Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.Diego Biurrun2007-04-04
* tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer2007-04-03