summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-181/+181
* 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-2/+16
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-151-12/+12
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-11/+11
* dsputil: Separate h264chromaDiego Biurrun2013-02-061-10/+14
OpenPOWER on IntegriCloud