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
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-06-30Fix grammar errors in documentationMåns Rullgård
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-10-14Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-07-23Remove useless #include <unistd.h> from many filesMåns Rullgård
2009-04-17Remove useless assignment in generate_codebook(). Found by Clang static analy...Vitor Sessak
2009-03-08Use FLG pseudo-random number generator in RoQ and ELBGVitor Sessak
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-24Do not allocate RoqTempData on the stackVitor Sessak
2009-01-19Replace calls to the deprecated function av_init_random() withStefano Sabatini
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2008-12-11Avoid POSIX reserved _t suffix.Vitor Sessak
2008-07-19Set avctx->coded_frame in RoQ encoder. At some point inVitor Sessak
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-16cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2007-07-05Add my last name to copyright headersVitor Sessak
2007-07-05Remove more useless parentheses.Vitor Sessak
2007-07-02use properly AVFrame.linesizeVitor Sessak
2007-06-27use the right strideVitor Sessak
2007-06-25RoQ video encoderVitor Sessak