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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-17jpegls: check the scan offsetLuca Barbato
2013-05-17jpegls: factorize return pathsLuca Barbato
2013-05-17jpegls: return meaningful errorsLuca Barbato
2013-05-16jpegls: K&R formatting cosmeticsLuca Barbato
2013-05-16jpegls: cosmetics: Drop some unnecessary parenthesesDiego Biurrun
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-09jpeglsdec: Remove write-only variable in ff_jpegls_decode_lse().Diego Biurrun
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-03-30Add support for picture_ptr field in MJpegDecodeContextanatoly
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-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2007-05-19allows to disable jpegls decoderAurelien Jacobs
2007-05-14split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs