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-09mpeg12enc: set frame packing information when relevant metadata is foundVittorio Giovara
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-05mpeg12enc: K&R formatting cosmeticsVittorio Giovara
2013-09-05mpeg12enc: drop forward declarationsVittorio Giovara
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-10-18avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tabMartin Storsjö
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-09Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard
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-16mpeg12: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-01-27lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov
2011-11-07mpeg12enc: Remove write-only variables.Alex Converse
2011-11-07mpeg12enc: Don't set up run-level info for level 0.Alex Converse
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-09mpeg12enc: use sign_extend() functionMans Rullgard
2011-08-31mpeg12: add 'scan_offset' private option.Anton Khirnov
2011-08-31mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option.Anton Khirnov
2011-08-31mpeg2enc: add 'non_linear_quant' private optionAnton Khirnov
2011-08-31mpeg12enc: add drop_frame_timecode private option.Anton Khirnov
2011-08-31mpeg12enc: add intra_vlc private option.Anton Khirnov
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-06-02Remove unused variablesMans Rullgard
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-22Introduce slice threads flag.Ronald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-07-03Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker
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-09-20Cosmetics: Reindent after r19927.Carl Eugen Hoyos
2009-09-20Allow encoding frames with more than 2800 lines.Martin Fiedler
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-04-17Move declarations in mpeg1_encode_motion() closer to where they are needed.Michael Niedermayer
2009-04-17Useless assignment found by the clang static analyzer.Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun