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
2016-09-08lavc/vaapi: Add VP8 decode hwaccelMark Thompson
2016-08-31lavc: Remove old vaapi decode infrastructureMark Thompson
2016-08-30lavc: Rewrite VAAPI decode infrastructureMark Thompson
2016-06-29build: Drop unnecessary libavcodec <-> libavformat object dependenciesDiego Biurrun
2016-06-29build: Move MP2 muxer declaration away from MP3 muxer codeDiego Biurrun
2016-06-29build: Move ff_mpeg12_frame_rate_tab to a separate fileDiego Biurrun
2016-06-29build: Add a new component for H.264 parsing codeDiego Biurrun
2016-06-28Add an OpenH264 decoder wrapperMartin Storsjö
2016-06-21h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov
2016-06-20Add TrueMotion 2.0 Real Time decoderPaul B Mahol
2016-06-20Add MagicYUV decoderPaul B Mahol
2016-05-19lavc: revert the Makefile part of 330177bAnton Khirnov
2016-05-13tests: Move all test programs to a subdirectoryDiego Biurrun
2016-04-30mmaldec: add vc1 decoding supportwm4
2016-04-30mmaldec: Add mpeg2 decoding supportJulian Scheel
2016-04-24h264_parser: remove the remaining dependencies on the h264 decoderAnton Khirnov
2016-04-24h264_parser: switch to h2645_parse for NAL unescapingAnton Khirnov
2016-04-12libavcodec: Add H264/MPEG4 encoders based on OpenMAX ILMartin Storsjö
2016-04-07build: Group declarations for hw-accelerated de-/encoding separatelyDiego Biurrun
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-03-30build: Do not check the vaapi_encode.h header if VAAPI is not enabledDiego Biurrun
2016-03-30lavc: VAAPI MJPEG encoderMark Thompson
2016-03-30lavc: VAAPI H.265 encoderMark Thompson
2016-03-30lavc: VAAPI H.264 encoderMark Thompson
2016-03-30lavc: VAAPI encode common infrastructureMark Thompson
2016-03-28h264: switch to h2645_parse for NAL parsingAnton Khirnov
2016-03-28svq3: drop the build dependency on the h264 decoderAnton Khirnov
2016-03-28h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov
2016-03-28h264: factor out pred weight table parsing into a separate fileAnton Khirnov
2016-03-28hevc_parse: rename into h2645_parseAnton Khirnov
2016-03-25h264data: Move all data tables from a header to a .c fileDiego Biurrun
2016-03-20lavc: add a new bitstream filtering APIAnton Khirnov
2016-02-19build: Disentangle VC-1 decoder and parserDiego Biurrun
2016-02-19build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun
2016-02-19msmpeg4data: Move WMV2 data tables to their own fileDiego Biurrun
2016-02-18build: Introduce iso_media componentDiego Biurrun
2016-02-18build: Let the WTV demuxer select the MPEG-TS demuxerDiego Biurrun
2016-02-18build: Fix dependencies for components relying on H.263 data tablesDiego Biurrun
2016-02-18build: Add missing dependencies for eatqi decoderDiego Biurrun
2016-02-18build: Add missing celp_math dependency for G723_1 encoder and decoderVittorio Giovara
2016-02-13vdpau: Support for VDPAU accelerated HEVC decodingPhilip Langdale
2016-02-09eatqi: Remove MpegEncContext dependencyVittorio Giovara
2015-12-12lavc: add profiles to AVCodecDescriptorAnton Khirnov
2015-12-06lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov
2015-11-30lavc: G.723.1 encoderMohamed Naufal
2015-11-30g723_1: Move sharable functions to a separate fileVittorio Giovara
2015-11-30g723_1: Rename files to better reflect their purposeVittorio Giovara
2015-10-30vdpau: remove dysfunctional H.263 supportRémi Denis-Courmont
2015-10-23innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara
2015-10-23kvazaar: Add libkvazaar HEVC encoderArttu Ylä-Outinen