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-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-10h261: Move encoder/decoder shared table init to common codeDiego Biurrun
2013-04-10h261: Move shared data tables from a header to a proper C fileDiego Biurrun
2013-04-05h261: cosmetics: Move functions to avoid forward declarationsDiego Biurrun
2013-04-05h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun
2013-04-05h261: Move ff_h261_rl_table_store declaration to header fileDiego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego 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-29lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov
2012-02-19mpegvideo_enc: switch to encode2().Anton Khirnov
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
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-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
2010-02-06Add include necessary for ff_set_qscaleReimar Döffinger
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-04-17Remove unused variable from h261_encode_block() found by CSA.Michael Niedermayer
2009-04-13Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-07-13bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla
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
2007-06-16move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård
2007-05-21Split the h261.c file into separate files for the encoder, decoder and common...Panagiotis Issaris