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-06-01Decode both parts of Indeo4 IP framesDirk Ausserhaus
2014-06-01Move Indeo4 frametypes into common header.Dirk Ausserhaus
2014-06-01flacenc: send final extradata in packet side dataAnton Khirnov
2014-06-01lavc: add an option to enable side data-only packets during encodingAnton Khirnov
2014-06-01libavcodec: set AVFrame colorspace fields on decodingwm4
2014-06-01lavu: add all color-related enums to AVFramewm4
2014-05-30ppc: Fix compilation for ppc64le (ELFv2)Thierry Fauck
2014-05-29dsputil: Split off quarterpel bits into their own contextDiego Biurrun
2014-05-29dsputil: Move Bink-specific add_pixels8 to binkdspDiego Biurrun
2014-05-29dsputil: Move APE-specific bits into apedspDiego Biurrun
2014-05-29dsputil: Move mspel_pixels_tab to the only place it is usedDiego Biurrun
2014-05-29dsputil: Move ff_alternate_*_scan tables to mpegvideoDiego Biurrun
2014-05-29dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun
2014-05-29svq1enc: Rename SVQ1Context to SVQ1EncContextDiego Biurrun
2014-05-28ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun
2014-05-28flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov
2014-05-28flacdec: do not overwrite a channel layout set by the callerAnton Khirnov
2014-05-27dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun
2014-05-27dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun
2014-05-27h264_picture: Remove pointless dsputil.h #includeDiego Biurrun
2014-05-27on2avc: Remove pointless dsputil.h #includeDiego Biurrun
2014-05-23avcodec: bump version after rotation apiVittorio Giovara
2014-05-23dca: Convert dca_dmixtable to integersNiels Möller
2014-05-20check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA)Janne Grunau
2014-05-19Add transformation matrix API.Vittorio Giovara
2014-05-19pthread_frame: simplify the code by using new AVPacket APIAnton Khirnov
2014-05-19avpacket: fix copying side data in av_packet_copy_props()Anton Khirnov
2014-05-19hevc/intra_pred: simplify neighboring sample derivationAnton Khirnov
2014-05-19hevc/intra_pred: drop unnecessary conditions in loopsMickaël Raulet
2014-05-19hevc/intra_pred: optimize EXTEND_()*Mickaël Raulet
2014-05-19hevc: templatize intra_predAnton Khirnov
2014-05-19hevc: templatize pred_planarMickaël Raulet
2014-05-18lavc: add avcodec_free_context().Anton Khirnov
2014-05-18lavc: remove the locking code in avcodec_close()Anton Khirnov
2014-05-15aarch64: opus NEON iMDCT and FFTJanne Grunau
2014-05-15lavc: properly handle subtitle_header in avcodec_copy_context()Anton Khirnov
2014-05-15lavc: preserve the original private data in avcodec_copy_context()Anton Khirnov
2014-05-15lavc: add a native Opus decoder.Anton Khirnov
2014-05-13build: handle library dependencies in configureJanne Grunau
2014-05-13aarch64: assembler in clang-3.4 ignores the division by twoJanne Grunau
2014-05-11lavc: Add new VDA hwaccelAnton Khirnov
2014-05-11vda: use hwaccel private data for internal bitstream bufferAnton Khirnov
2014-05-11lavc: Add hwaccel private data and init/uninit callbacksAnton Khirnov
2014-05-11hwaccel: Support specific frame allocatorsLuca Barbato
2014-05-11hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov
2014-05-11lavc: document which parts of AVHWAccel are private.Anton Khirnov
2014-05-11lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov
2014-05-11lavc: Add an internal wrapper around get_format()Anton Khirnov
2014-05-09pcm-dvd: Fix 20bit decodingnu774
2014-05-05libfdk-aac: Relicense the library wrappers to 2-clause BSDMartin Storsjö