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-03-17Merge commit 'bf0d7da7cbbf869605086c2a47cdf87f0a533e24'Michael Niedermayer
2014-03-17Merge commit '2183432e6dc8aedf1ef3db63006a2a8195479abd'Michael Niedermayer
2014-03-17Merge commit '6612a03d7470af4aa6b8aa313b1eff013691d181'Michael Niedermayer
2014-03-17Merge commit 'cccac7654f3f6b82967bc6ae08b35ae8b4fbe1a9'Michael Niedermayer
2014-03-17Merge commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186'Michael Niedermayer
2014-03-17Merge commit 'f7518f1a0e0a1788c303de3c6198da07e575710c'Michael Niedermayer
2014-03-17Merge commit 'd24e9a99a40166bf881ccd2e3ae5688af4726658'Michael Niedermayer
2014-03-17avcodec/vdpau: update ff_vdpau_h264_set_reference_frames() to H264PictureMichael Niedermayer
2014-03-17Merge commit '7245a0ae872d4f65396a37d13f5d1d2c2efe11c2'Michael Niedermayer
2014-03-17Merge commit 'be039278b5ebd8075d90a3508db2aed5adf59e02'Michael Niedermayer
2014-03-17avcodec/dxva2: fix pointers after H264PictureMichael Niedermayer
2014-03-17avcodec/vdpau: fix ff_vdpau_get_surface_id() argument after H264PictureMichael Niedermayer
2014-03-17avcodec/vaapi: fix pointer types after H264Picture changesMichael Niedermayer
2014-03-17Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer
2014-03-17Merge commit '136034d86b5cb1819a2c3e6ecdfeb05dcba7140d'Michael Niedermayer
2014-03-17Merge commit 'e3c2d0f3d41f79f7be7ba944aaca2e287c7d5c7c'Michael Niedermayer
2014-03-17Merge commit '5d1c2e53ab3ce27b48c138d22bb01ff8e8304f27'Michael Niedermayer
2014-03-17avcodec/h264: h264_set_erpic() clear destinationMichael Niedermayer
2014-03-17Merge commit '9b749c8274f6b6f35dde2cf29b99fa4f719abf87'Michael Niedermayer
2014-03-17avcodec/error_resilience: fix the case when MVs are not availableMichael Niedermayer
2014-03-17avcodec/mpegvideo: ff_mpeg_set_erpic() clear destinationMichael Niedermayer
2014-03-17Merge commit 'd66e305bd1b4f3e91ae4e7e549148509d0811672'Michael Niedermayer
2014-03-17Merge commit '1c79b1625d4d257bfd01eccb84cc0ab355fb9a9e'Michael Niedermayer
2014-03-17Merge commit '75af13a'Michael Niedermayer
2014-03-17avcodec/x86/idct_sse2_xvid: move offsets out of MANGLE()Matt Oliver
2014-03-17avcodec/h264: be more tolerant on what pixel format changes trigger reinitsMichael Niedermayer
2014-03-17Add missing external declarations.Matt Oliver
2014-03-17Fixed 64bit conformance with mvzbl.Matt Oliver
2014-03-17ljpeg: check color_rangeVittorio Giovara
2014-03-17mdec: set color_rangeVittorio Giovara
2014-03-17fraps: set color_rangeVittorio Giovara
2014-03-17mjpeg: set color_rangeVittorio Giovara
2014-03-17tiff: Support rgba encodingCarl Eugen Hoyos
2014-03-17png: Support rgb48 and rgba64 encodingCarl Eugen Hoyos
2014-03-17raw, nut: Support rgba64 encodingCarl Eugen Hoyos
2014-03-17png: K&R formatting cosmeticsVittorio Giovara
2014-03-17codec_desc: update dvaudio tagVittorio Giovara
2014-03-17h264 does not depend on mpegvideo any moreVittorio Giovara
2014-03-17mpegvideo: remove h264-only fieldsVittorio Giovara
2014-03-17mpegvideo: move ff_draw_horiz_band() to mpegutils.cVittorio Giovara
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-03-17h264: Remove MotionEstContext and move the relevant fields to H264ContextVittorio Giovara
2014-03-17h264: Replace mpegvideo-specific MAX_THREADS by private defineVittorio Giovara
2014-03-17h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private defineVittorio Giovara
2014-03-17h264: move relevant fields from Picture to H264PictureVittorio Giovara
2014-03-17er: move relevant fields from Picture to ERPictureVittorio Giovara
2014-03-17h264: directly use frames in ff_h264_draw_horiz_band()Vittorio Giovara
2014-03-17mpegvideo: directly use frames in ff_draw_horiz_band()Vittorio Giovara
2014-03-16avcodec/rawdec: decode 16-bit aligned and packed 'raw' pixel formats where bi...Peter Ross
2014-03-15avcodec/mpegvideo_enc: dont use direct mode for unaligned inputMichael Niedermayer