summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-19
* vdpau: remove dysfunctional H.263 supportRémi Denis-Courmont2015-10-30
* h263: Drop uninitialized variable use from log messageVittorio Giovara2015-10-04
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* mpegvideo: Move OutFormat enum to mpegutils.hVittorio Giovara2015-06-08
* mpegvideo: wmv2: Move function declarationsVittorio Giovara2015-05-31
* mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara2015-05-22
* mpegvideo: Drop err_recognitionVittorio Giovara2015-05-22
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* h263: Convert function to macroVittorio Giovara2015-04-28
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* h263dec: call get_format() on resolution changesRémi Denis-Courmont2014-10-13
* h263dec: call get_format after setting resolution and profileRémi Denis-Courmont2014-10-13
* h263dec: Force padding bug workaround for H.263.Josh Allmann2014-10-07
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* h263dec: Fix order of initializationJohn Stebbins2014-08-14
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-14
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-22
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov2014-05-11
* lavc: Add an internal wrapper around get_format()Anton Khirnov2014-05-11
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* h263: improve hwaccel #ifdefsRémi Denis-Courmont2014-03-31
* mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpe...Anton Khirnov2013-11-29
* mpeg4videodec: move mpeg4-specific bug detection from h263 generic code to mpeg4Anton Khirnov2013-11-29
* h263dec: remove commented out cruftAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-29
* h263dec: sanitize a condition.Anton Khirnov2013-11-27
* hwaccel: Simplify ff_find_hwaccelLuca Barbato2013-11-10
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-08
* h26[13]dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* h263: Check init_get_bits return valueMichael Niedermayer2013-10-28
* h263: Return meaningful errorsLuca Barbato2013-10-28
* h263: K&R formatting cosmeticsLuca Barbato2013-10-23
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* h263dec: Remove a hack that can cause infinite loopsMartin Storsjö2013-09-23
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-05
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* h263dec: Remove broken and disabled debug cruftDiego Biurrun2013-05-15
* hwaccel: fix use with frame based multithreadingJanne Grunau2013-03-26
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-07
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-06
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26