summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-2/+4
* 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
* vc1: Do not return an error when skipping b framesAlessandro Ghedini2014-04-251-1/+1
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-67/+67
* vc1dec: fix a possible unitialized variable warningVittorio Giovara2014-04-021-1/+2
* vc1dec: improve hwaccel #ifdefsRémi Denis-Courmont2014-03-311-3/+3
* lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-231-2/+8
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-2/+0
* vc1: Fix mb_height for field picturesMichael Niedermayer2013-12-171-14/+15
* mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov2013-12-051-9/+0
* vc1dec: move setting repeat_pict after frame_start() has been called.Anton Khirnov2013-12-051-12/+12
* vc1: fix a memleak.Anton Khirnov2013-11-211-2/+1
* vc1: use the AVFrame API properly.Anton Khirnov2013-11-161-6/+10
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-11/+26
* hwaccel: Simplify ff_find_hwaccelLuca Barbato2013-11-101-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-4/+4
* vc1dec: Check the error handling flags on slice/field header decode errorsMartin Storsjö2013-09-221-0/+4
* vc1dec: Don't decode slices when the latest slice header failed to decodeMichael Niedermayer2013-09-221-2/+6
* vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocksMartin Storsjö2013-09-221-0/+3
* vc1dec: Undo mpegvideo initialization if unable to allocate tablesMartin Storsjö2013-09-221-1/+5
* vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errorsMartin Storsjö2013-09-221-2/+13
* vc1: check mb_height validity.Luca Barbato2013-08-051-0/+6
* vc1: check the source buffer in vc1_mc functionsLuca Barbato2013-08-051-0/+15
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-051-46/+2
* vc1dec: Fix mixed field/frame intensity compensationMichael Niedermayer2013-05-281-26/+32
* vc1dec: Match addressing between compensation and MC in vc1_mc_4mv_chroma4Michael Niedermayer2013-05-281-2/+2
* vc1dec: Handle top and bottom blocks in vc1_mc_4mv_chroma4() differently if n...Michael Niedermayer2013-05-281-21/+42
* vc1dec: Fix doxy for vc1_mc_4mv_chroma4()Michael Niedermayer2013-05-281-1/+1
* vc1dec: Drop old use_ic code from vc1_b_mcMichael Niedermayer2013-05-281-13/+0
* vc1: Use shuffled use_ic instead of equally shuffled mv_modeMichael Niedermayer2013-05-281-11/+24
* vc1dec: Implement intensity compensation for vc1_interp_mc()Michael Niedermayer2013-05-281-0/+25
* vc1dec: Redesign the intensity compensationMichael Niedermayer2013-05-281-15/+34
* vc1dec: Shuffle field MVs after decoding, not beforeMichael Niedermayer2013-05-281-17/+4
* vc1dec: Add support for interlaced B-framesSebastian Sandberg2013-05-171-55/+411
* vc1dec: Remove some now unused variablesMartin Storsjö2013-05-151-19/+15
* vc1dec: Do not allow field_mode to change after the first headerMichael Niedermayer2013-05-151-0/+2
* vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_headerMartin Storsjö2013-05-151-2/+2
* vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma()Michael Niedermayer2013-05-151-3/+3
* vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma()Michael Niedermayer2013-05-151-8/+3
* vc1dec: Factorize picture pointer selection codeMichael Niedermayer2013-05-151-26/+11
* vc1dec: Factorize srcU/V offsetingMichael Niedermayer2013-05-151-8/+11
* vc1dec: Fix tff == 0 handling in init_block_index()Michael Niedermayer2013-05-151-1/+1
* vc1dec: Update destination pointers in context for fieldsMichael Niedermayer2013-05-151-31/+24
* vc1dec: Don't apply the loop filter on fieldsMartin Storsjö2013-05-141-2/+3
* vc1dec: Don't attempt error concealment on field picturesMichael Niedermayer2013-05-141-1/+2
* vc1dec: fieldtx is only valid for interlaced frame picturesSebastian Sandberg2013-05-141-3/+5
* vc1: Remove now unused variablesMartin Storsjö2013-04-201-2/+0
* mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-7/+6
OpenPOWER on IntegriCloud