summaryrefslogtreecommitdiffstats
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAgeFilesLines
* h263dec: call get_format() on resolution changesRémi Denis-Courmont2014-10-131-0/+6
* h263dec: call get_format after setting resolution and profileRémi Denis-Courmont2014-10-131-5/+12
* h263dec: Force padding bug workaround for H.263.Josh Allmann2014-10-071-1/+2
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-2/+2
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-12/+12
* h263dec: Fix order of initializationJohn Stebbins2014-08-141-13/+12
* idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-141-2/+6
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-221-0/+1
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-201-0/+2
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-7/+9
* lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov2014-05-111-1/+0
* lavc: Add an internal wrapper around get_format()Anton Khirnov2014-05-111-1/+1
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-9/+9
* h263: improve hwaccel #ifdefsRémi Denis-Courmont2014-03-311-2/+2
* mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpe...Anton Khirnov2013-11-291-33/+2
* mpeg4videodec: move mpeg4-specific bug detection from h263 generic code to mpeg4Anton Khirnov2013-11-291-85/+0
* h263dec: remove commented out cruftAnton Khirnov2013-11-291-25/+1
* mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContextAnton Khirnov2013-11-291-1/+1
* mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-291-2/+2
* h263dec: sanitize a condition.Anton Khirnov2013-11-271-1/+1
* hwaccel: Simplify ff_find_hwaccelLuca Barbato2013-11-101-1/+1
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-081-0/+1
* h26[13]dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-1/+3
* h263: Check init_get_bits return valueMichael Niedermayer2013-10-281-6/+11
* h263: Return meaningful errorsLuca Barbato2013-10-281-21/+30
* h263: K&R formatting cosmeticsLuca Barbato2013-10-231-322/+361
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* h263dec: Remove a hack that can cause infinite loopsMartin Storsjö2013-09-231-13/+0
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-051-7/+0
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* h263dec: Remove broken and disabled debug cruftDiego Biurrun2013-05-151-8/+0
* hwaccel: fix use with frame based multithreadingJanne Grunau2013-03-261-1/+5
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-4/+8
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-071-0/+1
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-061-1/+12
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-151-2/+2
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-10/+10
* h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov2013-02-061-1/+1
* dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-201-4/+1
* lavc: support ZenoXVID custom tagLuca Barbato2013-01-171-1/+1
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-091-1/+3
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-3/+3
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-1/+2
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-2/+0
* mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-191-12/+13
* MSS2 decoderAlberto Delmás2012-08-311-1/+5
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-25/+25
OpenPOWER on IntegriCloud