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-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-11-13Remove all Alpha architecture optimizationsDiego Biurrun
2013-10-31lavc: deprecate FF_DEBUG_MV and remove all traces of its useAnton Khirnov
2013-10-23mpegvideo: Drop a faulty assertLuca Barbato
2013-09-24mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0Martin Storsjö
2013-08-29mpegvideo: Replace arch initialization ifdeffery by standard conditionalsDiego Biurrun
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
2013-05-22mpegvideo: unref buffers in ff_mpeg_unref_picture on frame size changesJanne Grunau
2013-05-20mpegvideo: unref old current_picture before allocating a new oneJanne Grunau
2013-05-17mpegvideo: allocate sufficiently large scratch buffer for interlaced vidJindrich Makovicka
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-16mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2013-04-23mpegvideo: unref cur/next/prev frames when flushingHendrik Leppkes
2013-04-20mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-03-26lavc: Move start code finding to utils.cMartin Storsjö
2013-03-19mpegvideo: allocate hwaccel privdata after the frame bufferHendrik Leppkes
2013-03-19mpegvideo: fix allocation of the hwaccel_picture_private dataHendrik Leppkes
2013-03-11mpegvideo: reindentAnton Khirnov
2013-03-11mpegvideo: remove useless references to h264 and svq3Anton Khirnov
2013-03-08mpegvideo: drop vismv codeAnton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-08lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov
2013-03-07mpegvideo: Conditionally build error_resilience bitsMartin Storsjö
2013-03-06lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje
2013-02-15mpegvideo: split ff_draw_horiz_band().Anton Khirnov
2013-02-15error_resilience: decouple ER from MpegEncContextAnton Khirnov
2013-02-08dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun
2013-02-07mpegvideo: remove an unused function parameterAnton Khirnov
2013-02-06mpegvideo: initialize dummy reference frames.Anton Khirnov
2013-01-27hwaccel: do not offer unsupported pixel formatsRémi Denis-Courmont
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-20mpegvideo: fix loop condition in draw_line()Xi Wang
2013-01-13vdpau: Add MPEG-1/2 decoding via hwaccel infrastructureRémi Denis-Courmont
2012-12-26mpegvideo: initialize videodsp with correct pixel depthJanne Grunau
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-19mpegvideo: increase edge_emu_buffer size for VC1Janne Grunau
2012-12-18mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau
2012-12-14mpegvideo: treat delayed pictures as usedJanne Grunau
2012-12-09cosmetics: Fix dropable --> droppable typoDiego Biurrun
2012-11-27h264: set Picture.owner2 to the current threadJanne Grunau
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-10-19mpeg4videodec: Disable frame multithreading for GMC, its not implemented at allMichael Niedermayer
2012-10-13mpegvideo: remove write-only variableMans Rullgard
2012-10-12avcodec: Remove broken MMI optimizationsDiego Biurrun
2012-10-12lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-12mpegvideo: fix indentationAnton Khirnov
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov