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-12-09dv: use AVFrame API properlyAnton Khirnov
2013-12-02dv: Split off DV video encoder into its own fileDiego Biurrun
2013-12-02dv: Move DV VLC data tables out of header fileDiego Biurrun
2013-11-15dv: Split DV data table declarations into their own headerDiego Biurrun
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-06-28lavc: move put_bits_left in put_bits.hLuca Barbato
2013-03-08lavc decoders: properly initialize AVFrame.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego 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-05-01dvenc: do not call dsputil functions with stride not a multiple of 16Mans Rullgard
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-19dv: Initialize encoder tables during encoder init.Diego Biurrun
2012-04-16dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun
2012-04-16dv: Move static tables only used in one place to where they are used.Diego Biurrun
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-28dvenc: print allowed profiles if the video doesn't conform to any of them.Anton Khirnov
2012-03-27dv: Split off DV video decoder into its own file.Diego Biurrun
2012-02-17dvenc: switch to encode2().Anton Khirnov
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-02-10dv: Move functions used only by the encoder out of a shared header.Alex Converse
2012-02-10dv: Split dvdata.h into dvdata.h and dvquant.hAlex Converse
2011-12-31cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun
2011-12-17get_bits: remove A32 variantMans Rullgard
2011-11-27dv: simplify bitstream splicing in dv_decode_ac()Mans Rullgard
2011-10-20lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-05dv: fix comment wording mistakeClément Bœsch
2011-07-05dv: fix valgrind use of uninitialised value warnings.Reimar Döffinger
2011-07-05dv: fix comment spellingClément Bœsch
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun
2011-06-03Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-22Introduce slice threads flag.Ronald S. Bultje
2011-04-17Replace more FFmpeg references by Libav.Diego 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-09-28In dv decoder, set sample aspect aspect ratio, fix issue #1612Baptiste Coudurier
2010-08-20dv: fix alignment of scratch bufferMåns Rullgård
2010-07-08Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos
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-03-30Fix indentation.Reimar Döffinger
2010-03-21Add support for hard-coding the 256kB large dv_vlc_map table.Reimar Döffinger
2010-03-21Split VLC-related tables out of dvdata.h to make it easier to add supportReimar Döffinger
2010-02-17Use LOCAL_ALIGNED macro for local arraysMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård