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
2009-01-16Add mpeg1_vdpau decoder.Carl Eugen Hoyos
2009-01-16Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation
2009-01-13Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer
2009-01-11Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).Carl Eugen Hoyos
2009-01-10Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini
2009-01-08The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.Diego Biurrun
2009-01-07ensure that no GPL code is linked to LGPL only libavcodecAurelien Jacobs
2009-01-06Export VDPAU support by installing vdpau.h.Carl Eugen Hoyos
2009-01-05Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation
2009-01-04Move metadata API from avcodec to avformat.Michael Niedermayer
2009-01-04Generic metadata API.Michael Niedermayer
2009-01-03Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser
2008-12-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun
2008-12-26Enable faxcompr.Michael Niedermayer
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun
2008-12-20RV30 decoderKostya Shishkov
2008-12-19Port x264 deblocking code to libavcodec.Jason Garrett-Glaser
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård
2008-12-16Switch xvmc over to a CONFIG_ option.Diego Biurrun
2008-12-16ARM: NEON optimised h264_idct_addMåns Rullgård
2008-12-16ARM: NEON optimised {put,avg}_h264_chroma_mc[48]Måns Rullgård
2008-12-16ARM: NEON optimised simple_idctMåns Rullgård
2008-12-16ARM: NEON optimised put_pixels functionsMåns Rullgård
2008-12-13Let imgresample altivec code buildLuca Barbato
2008-12-12dnxhd get_pixels_8x4_sym sse2Baptiste Coudurier
2008-12-11Fix compilation with only Theora decoder enabledDavid Conrad
2008-12-02Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet
2008-12-01enable RV40 decoderKostya Shishkov
2008-11-30Handle AltiVec objects in a more elegant fashion, similar to MMX.Diego Biurrun
2008-11-30Remove ineffectual hack that attempts to build ppc/check_altivec.o withoutDiego Biurrun
2008-11-28Do not duplicate AAN DCT tables in dct-test.c.Diego Biurrun
2008-11-28Add missing '-test' in name of imgresample test.Diego Biurrun
2008-11-26Only build the imgresample test if the old scaler was enabled.Diego Biurrun
2008-11-26Automatically check the dependencies for the AAN DCT tables.Diego Biurrun
2008-11-26Move aanscales tables to their own file; fixes compilation without encoders.Diego Biurrun
2008-11-23ARM: move dct_unquantize_h263_*_armv5te asm to separate fileMåns Rullgård
2008-11-21Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gatheredDiego Biurrun
2008-11-21cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun
2008-11-21Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.Diego Biurrun
2008-11-21cosmetics: indentationDiego Biurrun
2008-11-21Use standard OBJS-$(HAVE_MMX) trick for MMX objects insteadDiego Biurrun
2008-11-19cosmetics: Add a few more explanatory comments to the object sections.Diego Biurrun
2008-11-19cosmetics: Sort processor-specific object lines into alphabetical order.Diego Biurrun
2008-11-18Add a Makefile variable for the old scaler that gets enabled when the newDiego Biurrun
2008-11-18Revert previous commit: the libavcodec/i386/fft_*.o objects depend onDiego Biurrun
2008-11-17Only the yasm-dependent objects should be enabled by a yasm conditional.Diego Biurrun
2008-11-17cosmetics: Group ppc-specific objects together.Diego Biurrun
2008-11-17cosmetics: Group ARM objects sections together.Diego Biurrun
2008-11-17cosmetics: Reorder processor-specific entries alphabetically.Diego Biurrun
2008-11-08Electronic Arts TGQ/TQI/MAD IDCT algorithmPeter Ross