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-04-22Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)Michael Niedermayer
2009-04-13Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun
2009-04-13Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun
2009-04-07Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann
2009-04-03Add VC-1 bitstream decoding through VA API.Gwenole Beauchesne
2009-04-02Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne
2009-04-02Add MPEG-4 / H.263 bitstream decoding through VA API.Gwenole Beauchesne
2009-04-01Remove aandcttab.o from dct-test dependencies, the lib includes itMåns Rullgård
2009-03-31Replace MPEG group reference DCT implementation by newly rewritten version.Dylan Yudaken
2009-03-29Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun
2009-03-29Rename apiexample.c --> api-example.c to be consistent with other example files.Diego Biurrun
2009-03-25fft-test does not depend on fdctref.o.Diego Biurrun
2009-03-25Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun
2009-03-24Add MPEG-2 bitstream decoding through VA API.Gwenole Beauchesne
2009-03-23Add pcxenc.o to the $OBJS list, it was erroneously removed from it inStefano Sabatini
2009-03-23Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun
2009-03-23Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encodersDiego Biurrun
2009-03-23Add rule for building API example programs.Diego Biurrun
2009-03-21add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles
2009-03-21share sample rate and blocksize tables between the FLAC encoder and FLACJustin Ruggles
2009-03-20PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp
2009-03-20Only build motion-test if MMX is enabled.Diego Biurrun
2009-03-20Split TrueHD decoder from MLPRamiro Polla
2009-03-10Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet
2009-03-06flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles
2009-03-04Remove old scaler.Michael Niedermayer
2009-02-26Use a shared function to validate FLAC extradata.Justin Ruggles
2009-02-24Do not reimplement ff_celp_lp_synthesis_filterf().Vitor Sessak
2009-02-23Fix xvmc object dependencies.Diego Biurrun
2009-02-19fix missing dependenciesAurelien Jacobs
2009-02-19The 3DNow! and SSE FFT optimizations depend on the yasm optimizations inDiego Biurrun
2009-02-18Handle conditional compilation of CPU-specific FFT code in the Makefile.Diego Biurrun
2009-02-18mpegvideo_xvmc.o depends on mpegvideo.o.Diego Biurrun
2009-02-16Add missing object dependencies: eatqi.o depends on mpeg12.o.Diego Biurrun
2009-02-14Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun
2009-02-14Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.Diego Biurrun
2009-02-14Make xvmc.h an installed header, applications like MPlayer need it.Diego Biurrun
2009-02-14Revert adding a _pixfmt to vdpau/xvmc header names.Diego Biurrun
2009-02-14cosmetics: alphabetical orderDiego Biurrun
2009-02-13add SSE2 version of vp6_filter_diagZuxy Meng
2009-02-13add MMX version of vp6_filter_diagSebastien Lucas
2009-02-12Fix compilation, there is no file vdpauvideo.c, only vdpau.cReimar Döffinger
2009-02-1210l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.Diego Biurrun
2009-02-11Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fitDiego Biurrun
2009-02-10move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs
2009-02-06Use libopenjpeg for jpeg2k decoding.Jai Menon
2009-02-05Electronic Arts TQI decoderPeter Ross
2009-01-30Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse
2009-01-24rename flac.c to flacdec.cJustin Ruggles
2009-01-20Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation