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
2014-01-03mpegvideo: remove disabled bfin asmAnton Khirnov
2013-12-05ljpegenc: deMpegEncContextizeAnton Khirnov
2013-12-05mpegvideo: make ff_release_unused_pictures() staticAnton Khirnov
2013-12-05mpegvideo: make frame_size_alloc() static.Anton Khirnov
2013-12-05mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov
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-05mpeg12dec: move first_slice from MpegEncContext to Mpeg1ContextAnton Khirnov
2013-12-05mpegvideo: remove an unused variableAnton 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 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-16mpegvideo_enc: use the AVFrame API properly.Anton Khirnov
2013-11-14mpeg12dec: Remove outdated UV swapping code for VCR2Diego Biurrun
2013-11-14lavc: deprecate FF_MAX_B_FRAMESAnton Khirnov
2013-11-14lavc: move MB_TYPE_* macros from avcodec.h to mpegvideo.hAnton Khirnov
2013-11-14lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov
2013-11-13Remove all Alpha architecture optimizationsDiego Biurrun
2013-11-08dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun
2013-10-31h264: wait for initial complete frame before outputing framesJohn Stebbins
2013-10-16lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje
2013-09-16Fix references to deleted avcodec_encode_video() functionVittorio Giovara
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2013-04-20mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-05h261: Move function declarations to h261.hDiego Biurrun
2013-03-27mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun
2013-03-26lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö
2013-03-11mpegvideo: remove FMT_H264Anton Khirnov
2013-03-08mpegvideo: drop vismv codeAnton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-08lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov
2013-03-06lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje
2013-02-15h264: deMpegEncContextizeAnton Khirnov