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
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-10-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-24Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Michael Niedermayer
2011-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-24Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau
2011-10-23mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11hwaccel: unbreak buildMans Rullgard
2011-07-04ffmpeg: Fix VDPAU decoding for some H264 samples.Carl Eugen Hoyos
2011-06-27Fix VDPAU decoding for some H264 samples.Carl Eugen Hoyos
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-01Allow selecting VDPAU, XvMC via get_format for MPEG-2Reimar Döffinger
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-03-30Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren
2010-03-30Fix VDPAU for H.264 streams with long reference frames.Stephen Warren
2010-03-15Cosmetics: Fix a comment.Carl Eugen Hoyos
2010-03-03Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration.Carl Eugen Hoyos
2009-11-10Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation
2009-03-06Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4Stephen Warren
2009-02-26Do not set h264.is_reference for pictures that are delayed, but notNVIDIA Corporation
2009-02-26The field rangered in VDPAU's VdpPictureInfoVC1 now also containsNVIDIA Corporation
2009-02-23100l, always declare variables at the top of a block, not inside a for ()Reimar Döffinger
2009-02-18Instead of crashing, return from ff_vdpau_mpeg_picture_complete()Reimar Döffinger
2009-02-18Fix MBAFF/PAFF samples.Stephen Warren
2009-02-15Place spaces consistently in pointer types in vdpau.cReimar Döffinger
2009-02-14Revert adding a _pixfmt to vdpau/xvmc header names.Diego Biurrun
2009-02-12Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h asDiego Biurrun
2009-02-11Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fitDiego Biurrun