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-11-16flashsvenc: use the AVFrame API properly.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-23flashsvenc: switch to encode2().Anton Khirnov
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-09-21Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun
2011-07-16flashsvenc: replace bitstream description by a link to the specificationDiego Biurrun
2011-07-16flashsvenc: drop unnecessary castDiego Biurrun
2011-07-16flashsvenc: improve some variable names and fix corresponding commentsDiego Biurrun
2011-07-16flashsvenc: merge two consecutive if-conditionsDiego Biurrun
2011-07-16flashsvenc: merge variable declarations and initializationsDiego Biurrun
2011-07-16flashsvenc: convert some debug av_log() to av_dlog()Diego Biurrun
2011-07-16flashsvenc: whitespace cosmeticsDiego Biurrun
2011-07-16flashsvenc: drop some unnecessary parenthesesDiego Biurrun
2011-07-16flashsvenc: fix some comment typosDiego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-25flashsv: Return more meaningful error values.Diego Biurrun
2011-04-25flashsv: Employ explicit AVCodec struct initializers.Diego Biurrun
2011-04-25cosmetics: K&R coding style and more whitespace for Flash Screen VideoDiego Biurrun
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-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-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-05-17Use FFABS instead of abs.Benjamin Larsson
2007-05-17Remove lots of unused commented code. (Cleanup)Benjamin Larsson
2007-05-17Change default 1 pass blocksize to 64x64.Benjamin Larsson
2007-05-12Added support for instances where linesize[0] is negative.Benjamin Larsson
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-03-12Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behavi...Benjamin Larsson
2007-03-10Simplify, use avctx->frame_number.Benjamin Larsson
2007-01-25Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot co...Benjamin Larsson
2007-01-22Remove debug line.Benjamin Larsson
2007-01-22Add flashsv encoder to changelog and fix the encoder so it actually works.Benjamin Larsson
2007-01-21Flash screen video encoder.Benjamin Larsson