summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAge
* vc1: initialize color propertiesVittorio Giovara2014-10-08
* vc1: Split the decoder in componentsLuca Barbato2014-10-08
* vc1: Do not assume seek happens after decodingLuca Barbato2014-10-04
* vc1: Use logical instead of bitwise or for twomvMichael Niedermayer2014-09-26
* vc1: Use logical instead of bitwise or for coded_interTim Walker2014-09-26
* vc1: Add missing parentheses to conditions in vc1_decode_b_mb_intfr()Diego Biurrun2014-08-19
* 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
* vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison2014-08-04
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-22
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* 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
* vc1: Do not return an error when skipping b framesAlessandro Ghedini2014-04-25
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* vc1dec: fix a possible unitialized variable warningVittorio Giovara2014-04-02
* vc1dec: improve hwaccel #ifdefsRémi Denis-Courmont2014-03-31
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-23
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* vc1: Fix mb_height for field picturesMichael Niedermayer2013-12-17
* mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov2013-12-05
* vc1dec: move setting repeat_pict after frame_start() has been called.Anton Khirnov2013-12-05
* vc1: fix a memleak.Anton Khirnov2013-11-21
* vc1: use the AVFrame API properly.Anton Khirnov2013-11-16
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
* hwaccel: Simplify ff_find_hwaccelLuca Barbato2013-11-10
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* vc1dec: Check the error handling flags on slice/field header decode errorsMartin Storsjö2013-09-22
* vc1dec: Don't decode slices when the latest slice header failed to decodeMichael Niedermayer2013-09-22
* vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocksMartin Storsjö2013-09-22
* vc1dec: Undo mpegvideo initialization if unable to allocate tablesMartin Storsjö2013-09-22
* vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errorsMartin Storsjö2013-09-22
* vc1: check mb_height validity.Luca Barbato2013-08-05
* vc1: check the source buffer in vc1_mc functionsLuca Barbato2013-08-05
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-05
* vc1dec: Fix mixed field/frame intensity compensationMichael Niedermayer2013-05-28
* vc1dec: Match addressing between compensation and MC in vc1_mc_4mv_chroma4Michael Niedermayer2013-05-28
* vc1dec: Handle top and bottom blocks in vc1_mc_4mv_chroma4() differently if n...Michael Niedermayer2013-05-28
* vc1dec: Fix doxy for vc1_mc_4mv_chroma4()Michael Niedermayer2013-05-28
* vc1dec: Drop old use_ic code from vc1_b_mcMichael Niedermayer2013-05-28
* vc1: Use shuffled use_ic instead of equally shuffled mv_modeMichael Niedermayer2013-05-28
* vc1dec: Implement intensity compensation for vc1_interp_mc()Michael Niedermayer2013-05-28
* vc1dec: Redesign the intensity compensationMichael Niedermayer2013-05-28
* vc1dec: Shuffle field MVs after decoding, not beforeMichael Niedermayer2013-05-28
* vc1dec: Add support for interlaced B-framesSebastian Sandberg2013-05-17
* vc1dec: Remove some now unused variablesMartin Storsjö2013-05-15