summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAge
...
* 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
* vc1dec: Do not allow field_mode to change after the first headerMichael Niedermayer2013-05-15
* vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_headerMartin Storsjö2013-05-15
* vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma()Michael Niedermayer2013-05-15
* vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma()Michael Niedermayer2013-05-15
* vc1dec: Factorize picture pointer selection codeMichael Niedermayer2013-05-15
* vc1dec: Factorize srcU/V offsetingMichael Niedermayer2013-05-15
* vc1dec: Fix tff == 0 handling in init_block_index()Michael Niedermayer2013-05-15
* vc1dec: Update destination pointers in context for fieldsMichael Niedermayer2013-05-15
* vc1dec: Don't apply the loop filter on fieldsMartin Storsjö2013-05-14
* vc1dec: Don't attempt error concealment on field picturesMichael Niedermayer2013-05-14
* vc1dec: fieldtx is only valid for interlaced frame picturesSebastian Sandberg2013-05-14
* vc1: Remove now unused variablesMartin Storsjö2013-04-20
* mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* 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
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-15
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-15
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* vc1dec: use codec_id instead of codec_tag for VC1IMAGEVladimir Pantelic2013-02-06
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-22
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje2013-01-20
* vc1dec: prevent a crash due missing pred_flag parameterVladimir Pantelic2013-01-11
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20