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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-31mpegvideo: Move tables to a separate fileVittorio Giovara
2015-05-28rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov
2015-05-22mpegvideo: Drop err_recognitionVittorio Giovara
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-04-14mpeg4videodec: Remove useless messageswm4
2015-01-27avidec: do not export stream_codec_tagAnton Khirnov
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-09-01mpeg4videodec: Fix low_delay error messageGabriel Dume
2014-08-27cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun
2014-08-04mpeg4video: Initialize xvididct for all threadsAnton Khirnov
2014-08-01idct: Split off Xvid IDCTDiego Biurrun
2014-07-29mpegvideo: move vol_control_parameters to the only place it is usedNidhi Makhijani
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-01-31xvid: switch to xvid mmx idct as soon as possibleJanne Grunau
2013-12-05mpeg4videodec: move showed_packed_warning from MpegEncContext to Mpeg4DecContextAnton Khirnov
2013-12-05mpeg4videodec: move intra_dc_threshold from MpegEncContext to Mpeg4DecContextAnton Khirnov
2013-12-05mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContextAnton Khirnov
2013-11-29mpeg4videodec: move sprite_{shift,traj} from MpegEncContext to Mpeg4DecContextAnton Khirnov
2013-11-29mpeg4videodec: move num_sprite_warping_points from MpegEncContext to Mpeg4Dec...Anton Khirnov
2013-11-29mpeg4videodec: move sprite_brightness_change from MpegEncContext to Mpeg4DecC...Anton Khirnov
2013-11-29mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContextAnton Khirnov
2013-11-29mpeg4videodec: move enhancement_type from MpegEncContext to Mpeg4DecContextAnton Khirnov
2013-11-29mpeg4videodec: remove a write-only variable from MpegEncContextAnton Khirnov
2013-11-29mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContextAnton Khirnov
2013-11-29mpeg4videodec: replace MpegEncContext.reduced_res_vop with a local variableAnton Khirnov
2013-11-29mpeg4videodec: remove a write-only variable from MpegEncContextAnton Khirnov
2013-11-29mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContextAnton Khirnov
2013-11-29mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecC...Anton Khirnov
2013-11-29mpeg4videodec: move mpeg4-specific bug workaround variables from MpegEncConte...Anton Khirnov
2013-11-29mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpe...Anton Khirnov
2013-11-29mpeg4videodec: move mpeg4-specific bug detection from h263 generic code to mpeg4Anton Khirnov
2013-11-29mpeg4videodec: move MpegEncContext.resync_marker into Mpeg4DecContext.Anton Khirnov
2013-11-29mpeg4videodec: move MpegEncContext.rvlc to Mpeg4DecContextAnton Khirnov
2013-11-29mpeg4videodec: remove write-only sprite variables from MpegEncContextAnton Khirnov
2013-11-29mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContextAnton Khirnov
2013-11-29mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContextAnton Khirnov
2013-11-29mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov
2013-11-29mpeg4videodec: add a mpeg4-specific private context.Anton Khirnov
2013-11-19mpeg4videodec: K&R formatting cosmeticsVittorio Giovara
2013-10-28lavc: don't set AVFrame.pts to random numbers in decoders.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-17mpeg4videodec: Check the width/height in mpeg4_decode_sprite_trajectoryMartin Storsjö
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont
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-15error_resilience: decouple ER from MpegEncContextAnton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun