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-08-18lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-14avcodec/mpegvideo: Fix null pointer dereference of picture arrayMichael Niedermayer
2015-07-13avcodec/mpegvideo: Check for NULL in ff_mpv_common_end()Michael Niedermayer
2015-07-09avcodec/mpegvideo: Clear pointers in ff_mpv_common_init()Michael Niedermayer
2015-07-01avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideo functionsShivraj Patil
2015-06-12Merge commit '8b5007a31b8d1ddbe3661bf45a732336450b7d25'Michael Niedermayer
2015-06-12mpegvideo: Move ER functions to a separate fileVittorio Giovara
2015-06-10Merge commit 'c0e6b8cab874db97b6818007bc86507c8d213083'Michael Niedermayer
2015-06-10Merge commit 'd1dd0d404c085f4fce7b8358b4aea677761c5d88'Michael Niedermayer
2015-06-10Merge commit 'c6aa0554b0c3e31fec4580b68ea85b66966cd381'Michael Niedermayer
2015-06-10Merge commit '7061bf0925a7d6c5899bbe710b2b8cdae9005274'Michael Niedermayer
2015-06-10mpegvideo: Mark one function as staticVittorio Giovara
2015-06-10mpegvideo: Move block permutation function where is usedVittorio Giovara
2015-06-10mpegvideo: Drop release_unused_pictures() functionVittorio Giovara
2015-06-10mpegvideo: Move Picture-related functions to a separate fileVittorio Giovara
2015-06-08Merge commit '9bb11be0e5a75782c3139ad058c2b571499aa37d'Michael Niedermayer
2015-06-08Merge commit 'f8716a1408f4f4ec63857b7015fbd62f9eac344a'Michael Niedermayer
2015-06-08Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'Michael Niedermayer
2015-06-08mpegvideo: Split picture allocation for encoding and decodingVittorio Giovara
2015-06-08mpegvideo: Rework frame_size_alloc functionVittorio Giovara
2015-06-08mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara
2015-06-06avcodec/mpegvideo: Use av_memdup() for allocating thread_contextMichael Niedermayer
2015-06-06avcodec/mpegvideo: Clear thread_context array before allocatingMichael Niedermayer
2015-06-06avcodec/mpegvideo: Merge thread context initialization loopsMichael Niedermayer
2015-06-06avcodec/mpegvideo: use av_clip() instead of nested min & maxClément Bœsch
2015-06-01Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer
2015-06-01Merge commit '2f15846ad7ad57beb0bca99c624affa0facf284b'Michael Niedermayer
2015-05-31mpegvideo: Move tables to a separate fileVittorio Giovara
2015-05-31mpegvideo: wmv2: Move function declarationsVittorio Giovara
2015-05-29avcodec/mpegvideo: Use FFSWAP to exchange pointersMichael Niedermayer
2015-05-29avcodec/mpegvideo: Reset bitstream_buffer_size on allocation failureMichael Niedermayer
2015-05-29avcodec/mpegvideo: Check pointer when allocation failRoman Savchenko
2015-05-28Merge commit 'fa1923f18205410a3b0aa6c0e77cb31443ef340d'Michael Niedermayer
2015-05-28Merge commit '419e3404d07acaac019e8f363c281e17c3a3d622'Michael Niedermayer
2015-05-28mpegvideo: Move ff_*_rl functions to a separate fileAnton Khirnov
2015-05-28mpegvideo: Drop exchange_uv() function and use its code directlyVittorio Giovara
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 '9c1db92ad372d4cd69e0490e691c56e4097cb193'Michael Niedermayer
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
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 err_recognitionVittorio Giovara