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
2013-02-08dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun
2013-02-07mpegvideo: remove an unused function parameterAnton Khirnov
2013-02-06mpegvideo: initialize dummy reference frames.Anton Khirnov
2013-01-27hwaccel: do not offer unsupported pixel formatsRémi Denis-Courmont
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-20mpegvideo: fix loop condition in draw_line()Xi Wang
2013-01-13vdpau: Add MPEG-1/2 decoding via hwaccel infrastructureRémi Denis-Courmont
2012-12-26mpegvideo: initialize videodsp with correct pixel depthJanne Grunau
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-19mpegvideo: increase edge_emu_buffer size for VC1Janne Grunau
2012-12-18mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau
2012-12-14mpegvideo: treat delayed pictures as usedJanne Grunau
2012-12-09cosmetics: Fix dropable --> droppable typoDiego Biurrun
2012-11-27h264: set Picture.owner2 to the current threadJanne Grunau
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-10-19mpeg4videodec: Disable frame multithreading for GMC, its not implemented at allMichael Niedermayer
2012-10-13mpegvideo: remove write-only variableMans Rullgard
2012-10-12avcodec: Remove broken MMI optimizationsDiego Biurrun
2012-10-12lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-12mpegvideo: fix indentationAnton Khirnov
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-04mpegvideo: set extended_data in ff_update_duplicate_context()Janne Grunau
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-09-19mpeg4: support frame parameter changes with frame-mtJanne Grunau
2012-09-19mpegvideo: check ff_find_unused_picture() return value for errorsJanne Grunau
2012-09-19mpegvideo: release frame buffers before freeing themJanne Grunau
2012-09-19mpegvideo: add reinit function for frame parameter changesJanne Grunau
2012-09-19mpegvideo: move frame size dependent memory management to separate functionsJanne Grunau
2012-09-06mpegvideo: set AVFrame fields to NULL after freeing the base memoryJanne Grunau
2012-09-04mpegvideo: remove last_picture_ptr / h264 assert.Michael Niedermayer
2012-08-31MSS2 decoderAlberto Delmás
2012-08-24x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun
2012-08-09mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30mpegvideo: remove unnecessary inclusions of faandct.hMans Rullgard
2012-07-04mpegvideo: remove VLAsRonald S. Bultje
2012-04-21Remove lowres video decodingMans Rullgard
2012-03-23MPV: set reference frame pointers to NULL when allocation of dummy pictures f...Janne Grunau
2012-03-17MPV: always mark dummy frames as referenceJanne Grunau
2012-03-17mpeg4: report frame decoding completion at ff_MPV_frame_end().Ronald S. Bultje
2012-03-02Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-02-08Remove Sun medialib glue code.Diego Biurrun
2012-01-21mpegvideo: fix invalid memory access for small video dimensionsJohn Brooks
2012-01-11mpegvideo: claim ownership of referenced picturesJanne Grunau
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun