Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-09mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov
2013-12-18vc1: Fix mb_height for field picturesMichael Niedermayer
2013-12-05mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov
2013-12-05vc1dec: move setting repeat_pict after frame_start() has been called.Anton Khirnov
2013-11-21vc1: fix a memleak.Anton Khirnov
2013-11-16vc1: use the AVFrame API properly.Anton Khirnov
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-11-10hwaccel: Simplify ff_find_hwaccelLuca Barbato
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-22vc1dec: Check the error handling flags on slice/field header decode errorsMartin Storsjö
2013-09-22vc1dec: Don't decode slices when the latest slice header failed to decodeMichael Niedermayer
2013-09-22vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocksMartin Storsjö
2013-09-22vc1dec: Undo mpegvideo initialization if unable to allocate tablesMartin Storsjö
2013-09-22vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errorsMartin Storsjö
2013-08-05vc1: check mb_height validity.Luca Barbato
2013-08-05vc1: check the source buffer in vc1_mc functionsLuca Barbato
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
2013-05-28vc1dec: Fix mixed field/frame intensity compensationMichael Niedermayer
2013-05-28vc1dec: Match addressing between compensation and MC in vc1_mc_4mv_chroma4Michael Niedermayer
2013-05-28vc1dec: Handle top and bottom blocks in vc1_mc_4mv_chroma4() differently if n...Michael Niedermayer
2013-05-28vc1dec: Fix doxy for vc1_mc_4mv_chroma4()Michael Niedermayer
2013-05-28vc1dec: Drop old use_ic code from vc1_b_mcMichael Niedermayer
2013-05-28vc1: Use shuffled use_ic instead of equally shuffled mv_modeMichael Niedermayer
2013-05-28vc1dec: Implement intensity compensation for vc1_interp_mc()Michael Niedermayer
2013-05-28vc1dec: Redesign the intensity compensationMichael Niedermayer
2013-05-28vc1dec: Shuffle field MVs after decoding, not beforeMichael Niedermayer
2013-05-17vc1dec: Add support for interlaced B-framesSebastian Sandberg
2013-05-15vc1dec: Remove some now unused variablesMartin Storsjö
2013-05-15vc1dec: Do not allow field_mode to change after the first headerMichael Niedermayer
2013-05-15vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_headerMartin Storsjö
2013-05-15vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma()Michael Niedermayer
2013-05-15vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma()Michael Niedermayer
2013-05-15vc1dec: Factorize picture pointer selection codeMichael Niedermayer
2013-05-15vc1dec: Factorize srcU/V offsetingMichael Niedermayer
2013-05-15vc1dec: Fix tff == 0 handling in init_block_index()Michael Niedermayer
2013-05-15vc1dec: Update destination pointers in context for fieldsMichael Niedermayer
2013-05-14vc1dec: Don't apply the loop filter on fieldsMartin Storsjö
2013-05-14vc1dec: Don't attempt error concealment on field picturesMichael Niedermayer
2013-05-14vc1dec: fieldtx is only valid for interlaced frame picturesSebastian Sandberg
2013-04-20vc1: Remove now unused variablesMartin Storsjö
2013-04-20mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-07Add missing error_resilience includes to files that use ERDiego Biurrun
2013-03-06lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-15mpegvideo: split ff_draw_horiz_band().Anton Khirnov
2013-02-15error_resilience: decouple ER from MpegEncContextAnton Khirnov
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-02-06vc1dec: use codec_id instead of codec_tag for VC1IMAGEVladimir Pantelic