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
2015-06-08mpegvideo: Move OutFormat enum to mpegutils.hVittorio Giovara
2015-05-31mpegvideo: wmv2: Move function declarationsVittorio Giovara
2015-05-22mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara
2015-05-22mpegvideo: Drop err_recognitionVittorio Giovara
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-04-28h263: Convert function to macroVittorio Giovara
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2014-10-13h263dec: call get_format() on resolution changesRémi Denis-Courmont
2014-10-13h263dec: call get_format after setting resolution and profileRémi Denis-Courmont
2014-10-07h263dec: Force padding bug workaround for H.263.Josh Allmann
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-08-14h263dec: Fix order of initializationJohn Stebbins
2014-08-14idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins
2014-06-23mpeg: Split error resilience bits off into a separate fileDiego Biurrun
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-05-29dsputil: Split off quarterpel bits into their own contextDiego Biurrun
2014-05-11lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov
2014-05-11lavc: Add an internal wrapper around get_format()Anton Khirnov
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-03-31h263: improve hwaccel #ifdefsRémi Denis-Courmont
2013-11-29mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpe...Anton Khirnov
2013-11-29mpeg4videodec: move mpeg4-specific bug detection from h263 generic code to mpeg4Anton Khirnov
2013-11-29h263dec: remove commented out cruftAnton Khirnov
2013-11-29mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContextAnton Khirnov
2013-11-29mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov
2013-11-28h263dec: sanitize a condition.Anton Khirnov
2013-11-10hwaccel: Simplify ff_find_hwaccelLuca Barbato
2013-11-08dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun
2013-10-31h26[13]dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-28h263: Check init_get_bits return valueMichael Niedermayer
2013-10-28h263: Return meaningful errorsLuca Barbato
2013-10-23h263: K&R formatting cosmeticsLuca Barbato
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-24h263dec: Remove a hack that can cause infinite loopsMartin Storsjö
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-16h263dec: Remove broken and disabled debug cruftDiego Biurrun
2013-03-26hwaccel: fix use with frame based multithreadingJanne Grunau
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-07Add missing error_resilience includes to files that use ERDiego Biurrun
2013-03-06lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-15mpegvideo: split ff_draw_horiz_band().Anton Khirnov
2013-02-15error_resilience: decouple ER from MpegEncContextAnton Khirnov
2013-02-07h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov
2013-01-20dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard
2013-01-18lavc: support ZenoXVID custom tagLuca Barbato
2012-12-09cosmetics: Fix dropable --> droppable typoDiego Biurrun