Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-14ppc: Merge types_altivec.h into util_altivec.hDiego Biurrun
2016-12-14ppc: Centralize compiler-specific altivec.h #include handling in one placeDiego Biurrun
2016-12-14ppc: hevcdsp: Use shorthands for vector typesDiego Biurrun
2016-12-14decode.h: Add missing headers to fix standalone compilationDiego Biurrun
2016-12-14pthread_frame: use better memory orders for frame progressWan-Teh Chang
2016-12-14fate: Add h264 test for frame num gapsDerek Buitenhuis
2016-12-14h264_slice: Wait for refs to be available before we use them in error conceal...Derek Buitenhuis
2016-12-14hevc: decouple calling get_format() from exporting the SPS parametersAnton Khirnov
2016-12-14binkaudio: switch to the new send/receive APIAnton Khirnov
2016-12-14vp9: split superframes in the filtering stage before actual decodingAnton Khirnov
2016-12-14lavc: add a bitstream filter for splitting VP9 superframesAnton Khirnov
2016-12-14qsvdec_h2645: switch to the new generic filtering mechanismAnton Khirnov
2016-12-14lavc: add support for filtering packets before decodingAnton Khirnov
2016-12-14decode: restructure the core decoding codeAnton Khirnov
2016-12-14decode: be more explicit about storing the last packet propertiesAnton Khirnov
2016-12-14lavc: add a null bitstream filterAnton Khirnov
2016-12-14lavc: handle MP3 in get_audio_frame_duration()Anton Khirnov
2016-12-12dxva2: Keep code shared between dxva2 and d3d11va under the correct #ifDiego Biurrun
2016-12-12hevc: ppc: Add HEVC 4x4 IDCT for PowerPCAlexandra Hajkova
2016-12-12configure: Add missing dxva2 dependency for dxva2_libDiego Biurrun
2016-12-11configure: Handle dxva2 optional components in the standard wayDiego Biurrun
2016-12-11Drop libxvid rate control support for mpegvideo encodingDiego Biurrun
2016-12-11dxva2: Simplify some ifdefsDiego Biurrun
2016-12-10vaapi_h265: Fix CFR mode with framerate set in AVCodecContextMark Thompson
2016-12-10lavfi: Add VAAPI deinterlacerMark Thompson
2016-12-10build: Add -D_XOPEN_SOURCE=600 to CPPFLAGS on CygwinDiego Biurrun
2016-12-10configure: Fix _libs vs. _extralibs oversightDiego Biurrun
2016-12-09build: Use _extralibs variable names instead of _libs everywhereDiego Biurrun
2016-12-09build: Rename host_libs/HOSTLIBS variables to host_extralibs/HOSTEXTRALIBSDiego Biurrun
2016-12-09configure: Simplify some library checks via check_lib()Diego Biurrun
2016-12-09build: Fix dependencies for alsa/jack/sndio supportDiego Biurrun
2016-12-09configure: Drop redundant and partly bogus vaapi/vdpau header checksDiego Biurrun
2016-12-09vdpau: Do not #include vdpau_x11.h from the main vdpau headerDiego Biurrun
2016-12-09dxva2: Adjust multiple inclusion guard names to follow conventionDiego Biurrun
2016-12-08vf_hwupload_cuda: Add min/max limits for device optionRuta Gadkari
2016-12-08APIChanges: Mention where release 12 was cutVittorio Giovara
2016-12-08avio: Keep track of the amount of data writtenLuca Barbato
2016-12-08libopusdec: fix out-of-bounds readAndreas Cadhalpun
2016-12-08libschroedingerdec: fix leaking of framewithptsAndreas Cadhalpun
2016-12-08libschroedingerdec: don't produce empty framesAndreas Cadhalpun
2016-12-08omx: Fix allocation checkTimothy Gu
2016-12-08qsvdec: Fix memory leak on errorTimothy Gu
2016-12-08compat/atomics: add typecasts in atomic_compare_exchange_strong()Wan-Teh Chang
2016-12-08avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang
2016-12-08libkvazaar: Add missing header #includesDiego Biurrun
2016-12-08configure: Fail if cuda was enabled and is not availableDiego Biurrun
2016-12-08build: Drop stray golomb dependenciesDiego Biurrun
2016-12-08build: Add an internal component for hevc_ps codeDiego Biurrun
2016-12-08Add missing #includes for standalone spherical-information-related headersDiego Biurrun
2016-12-07fate: Add spherical and stereo3d mov testsVittorio Giovara