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
2015-05-28avcodec/mips: Restructure as per avutil/mips/generic_macros_msa.hShivraj Patil
2015-05-28avcodec/ffv1dec: Fix skip_alphaMichael Niedermayer
2015-05-28Revert "Move struc FFTContext below SECTION_RODATA"Timothy Gu
2015-05-27avcodec: loongson3 optimized h264dsp weighted mc with mmi周晓勇
2015-05-27avcodec/nvenc: Fix typo: 1204 -> 1024Philip Langdale
2015-05-26avcodec/h264: Fix HWACCEL_MAX for D3D11Michael Niedermayer
2015-05-26avcodec/hevc: Fix HWACCEL_MAX for D3D11Michael Niedermayer
2015-05-26avcodec/dxva2_h264: Fix "may be used uninitialized" warningsMichael Niedermayer
2015-05-26avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate headerPhilip Langdale
2015-05-26avcodec/dxva2: Fix "may be used uninitialized" warningsMichael Niedermayer
2015-05-25avcodec/dxva2: Fix build without D3D11Michael Niedermayer
2015-05-25Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772'Michael Niedermayer
2015-05-25Improve upon dynamic arrays- movtext subtitlesNiklesh
2015-05-25libshine: fix support for shine 3.0Andreas Cadhalpun
2015-05-25avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer()Michael Niedermayer
2015-05-25avcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffer() outMichael Niedermayer
2015-05-25D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme
2015-05-25avcodec/put_bits: Assert that size in set_put_bits_buffer_size() does not cau...Michael Niedermayer
2015-05-25avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits()Michael Niedermayer
2015-05-25avcodec/put_bits: Assert that there is enough space left in skip_put_bytes()Michael Niedermayer
2015-05-25avcodec/mpegvideo_enc: Update the buffer size as more slices are mergedMichael Niedermayer
2015-05-25avcodec/put_bits: Update size_in_bits in set_put_bits_buffer_size()Michael Niedermayer
2015-05-25avcodec/libutvideoenc: Fix memleakMichael Niedermayer
2015-05-24libdcadec: search for frames that start late in a packetJames Almer
2015-05-24avcodec/ituh263enc: Pass PutBitContext into h263p_encode_umotion() instead of...Michael Niedermayer
2015-05-24avcodec: Pass PutBitContext into ff_h263_encode_motion() instead of MpegEncCo...Michael Niedermayer
2015-05-24avcodec/h263: Remove unused argument of h263_get_motion_length()Michael Niedermayer
2015-05-24avcodec/mpeg4video: Reorder operations to reduce accesses to err_recognitionMichael Niedermayer
2015-05-23avcodec/y41pdec: Avoid using float for size testMichael Niedermayer
2015-05-23libwebp: simplify AVCodec.close functionsJames Almer
2015-05-23avcodec/dcadec: Search and decode frame in case it starts later in a packetMichael Niedermayer
2015-05-23libwebp: use a separate AVClass for each encoderJames Almer
2015-05-23libwebpenc_common: add header guardsJames Almer
2015-05-23libwebp: remove unneeded definesJames Almer
2015-05-23WebP encoder: use WebPAnimEncoder API when available.Urvang Joshi
2015-05-22Merge commit '4e17946f10d39eec6cc03fb249ae8147373141b6'Michael Niedermayer
2015-05-22Merge commit 'a3f4c930ac3f49f47b6e6ffda925d0dcf80320e2'Michael Niedermayer
2015-05-22Merge commit 'd528045558825f01472e9bee873f60c98d661e53'Michael Niedermayer
2015-05-22Merge commit '6f54dc43cee6b2f5d183acf98b32a3cf8be4a4fc'Michael Niedermayer
2015-05-22Merge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193'Michael Niedermayer
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22avcodec/movtextdec: Add support for large boxes(>32 bit)Niklesh
2015-05-22mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara
2015-05-22mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara
2015-05-22mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara
2015-05-22mpegvideo: Drop stream_codec_tagVittorio Giovara
2015-05-22mpegvideo: Drop err_recognitionVittorio Giovara
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-05-22avcodec/mpeg12dec: Fix chroma locationMichael Niedermayer
2015-05-22WebP encoder: extract out some methods into a separate helper library.Urvang Joshi