Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-13tiffenc: initialize forgotten avctx.Jean First
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-14doxygen: consistently place brief descriptionDiego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-12-03use lzw compression in gif encoderBaptiste Coudurier
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-28set coded_frameMichael Niedermayer
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-30Add long names to some AVCodec declarations.Stefano Sabatini
2008-04-08Add a missing comma in tiff_encoder.pix_fmtsStefano Sabatini
2008-02-03Fix warning:Reimar Döffinger
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-04-14fix tiff regression test (bitexact flag was ignoredwhich caused theMichael Niedermayer
2007-04-13cosmetics: Fix indentation.Diego Biurrun
2007-04-11cosmetics: indentationDiego Biurrun
2007-04-07TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw ...Michael Niedermayer
2007-04-07YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)Kamil Nowosad
2007-04-07s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad studen...Kamil Nowosad
2007-04-05remove compound literals gcc 2.95 doesnt support taking an address of a compo...Michael Niedermayer
2007-04-04Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.Diego Biurrun
2007-04-03tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer