]> git.sesse.net Git - ffmpeg/history - libavcodec/Makefile
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
[ffmpeg] / libavcodec / Makefile
2009-07-22 Diego BiurrunMake Theora decoder depend on the VP3 decoder.
2009-07-21 Diego BiurrunMake E-AC-3 decoder depend on the AC-3 decoder.
2009-07-20 Diego BiurrunMake VP6A/VP6F decoders depend on the VP6 decoder.
2009-07-19 Diego BiurrunRemove two more lines related to the WMV3 decoder.
2009-07-19 Diego BiurrunMake WMV3 decoders depend on their VC-1 counterparts.
2009-07-16 Alex ConverseAdd iirfilter to the TESTPROGS variable (and target)
2009-07-12 Diego BiurrunMake VAAPI/VDPAU variant of decoder foo depend on decod...
2009-07-08 Alex ConverseMerge the AAC encoder from SoC svn. It is still conside...
2009-07-07 Diego Biurrunwhitespace cosmetics: Realign colums after last commit.
2009-07-07 Diego BiurrunCheck for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER...
2009-07-07 Diego BiurrunRemove support for nonfree libamr library for AMR-NB...
2009-06-19 Reimar DöffingerAdd support for encoding XSUB subtitles. Muxing support...
2009-06-13 Peter RossElectronic Arts Madcow decoder
2009-06-12 Jimmy ChristensenDPX (Digital Picture Exchange) image decoder
2009-06-11 Diego Biurrun10l: Add vc1dec.o to the list of WMV3 objects, same...
2009-06-11 Diego BiurrunSplit decoder-specific code off from vc1.c into vc1dec...
2009-06-10 Diego BiurrunAdd code to enable and disable all VAAPI and VDPAU...
2009-06-09 Diego BiurrunExpress the H.264 parser dependency on the golomb code...
2009-06-09 Diego BiurrunAdd missing dependencies for H.264 and VC-1 parsers.
2009-06-05 Diego BiurrunAdd support for external OpenCORE libraries for AMR...
2009-06-03 Alex ConverseAAC ADTS to AudioSpecificConfig bitstream filter
2009-05-25 David ConradAltivec VP3 IDCT
2009-05-25 Diego BiurrunThe MLP optimizations do not depend on HAVE_MMX, but...
2009-05-25 Ramiro Pollacosmetics: tabs->spaces
2009-05-25 Ramiro Pollamlp: Re-enable x86-optimized DSP functions.
2009-05-23 David ConradARM: NEON VP3 Loop Filter
2009-05-23 Ramiro PollaRevert part of r18903:
2009-05-23 Ramiro PollaMLP DSP functions x86-optimized.
2009-05-19 Alex ConverseAdd missing libavformat dependencies on mpeg4audio.o
2009-05-12 Baptiste CoudurierV210 Uncompressed 4:2:2 10-bit encoder and decoder
2009-05-06 Daniel VerkampAdd 8088flex TMV video decoder.
2009-04-30 Ramiro Pollamlpdec: Move MLP's filter_channel() to dsputils.
2009-04-22 Michael NiedermayerSupport reading packed YUV422 10bit samples from Sverig...
2009-04-12 Diego BiurrunMove addition of MMX-OBJS to OBJS into common.mak inste...
2009-04-12 Diego BiurrunRemove AltiVec optimizations for Snow. They are hinderi...
2009-04-07 Thilo BorgmannMove av_packet_*() functions from libavformat/ to libav...
2009-04-03 Gwenole BeauchesneAdd VC-1 bitstream decoding through VA API.
2009-04-02 Gwenole BeauchesneAdd hwaccel configury. This generates CONFIG_<CODEC...
2009-04-02 Gwenole BeauchesneAdd MPEG-4 / H.263 bitstream decoding through VA API.
2009-04-01 Måns RullgårdRemove aandcttab.o from dct-test dependencies, the...
2009-03-31 Dylan YudakenReplace MPEG group reference DCT implementation by...
2009-03-29 Diego BiurrunGeneralize example target rule in common.mak so that...
2009-03-29 Diego BiurrunRename apiexample.c --> api-example.c to be consistent...
2009-03-25 Diego Biurrunfft-test does not depend on fdctref.o.
2009-03-25 Diego BiurrunMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-23 Gwenole BeauchesneAdd MPEG-2 bitstream decoding through VA API.
2009-03-22 Stefano SabatiniAdd pcxenc.o to the $OBJS list, it was erroneously...
2009-03-22 Diego BiurrunRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 Diego BiurrunSplit AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM...
2009-03-22 Diego BiurrunAdd rule for building API example programs.
2009-03-21 Justin Rugglesadd a function to calculate a more accurate estimate...
2009-03-21 Justin Rugglesshare sample rate and blocksize tables between the...
2009-03-20 Daniel VerkampPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-03-20 Diego BiurrunOnly build motion-test if MMX is enabled.
2009-03-19 Ramiro PollaSplit TrueHD decoder from MLP
2009-03-09 Reynaldo H. Verdej... Functional part Kenan Gillet's 'extract and share weigh...
2009-03-06 Justin Rugglesflacdec: Parse the metadata header in the raw FLAC...
2009-03-03 Michael NiedermayerRemove old scaler.
2009-02-26 Justin RugglesUse a shared function to validate FLAC extradata.
2009-02-24 Vitor SessakDo not reimplement ff_celp_lp_synthesis_filterf().
2009-02-22 Diego BiurrunFix xvmc object dependencies.
2009-02-19 Aurelien Jacobsfix missing dependencies
2009-02-18 Diego BiurrunThe 3DNow! and SSE FFT optimizations depend on the...
2009-02-18 Diego BiurrunHandle conditional compilation of CPU-specific FFT...
2009-02-17 Diego Biurrunmpegvideo_xvmc.o depends on mpegvideo.o.
2009-02-16 Diego BiurrunAdd missing object dependencies: eatqi.o depends on...
2009-02-14 Diego BiurrunRemove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_D...
2009-02-14 Diego BiurrunRename xvmc.c --> mpegvideo_xvmc.c as suggested by...
2009-02-14 Diego BiurrunMake xvmc.h an installed header, applications like...
2009-02-14 Diego BiurrunRevert adding a _pixfmt to vdpau/xvmc header names.
2009-02-14 Diego Biurruncosmetics: alphabetical order
2009-02-13 Zuxy Mengadd SSE2 version of vp6_filter_diag
2009-02-12 Sebastien Lucasadd MMX version of vp6_filter_diag
2009-02-12 Reimar DöffingerFix compilation, there is no file vdpauvideo.c, only...
2009-02-12 Diego Biurrun10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile...
2009-02-11 Diego BiurrunRename vdpauvideo.c --> vdpau.c and xvmcvideo.c --...
2009-02-09 Aurelien Jacobsmove vp6_filter_diag4() to a new vp6dsp.c file and...
2009-02-06 Jai MenonUse libopenjpeg for jpeg2k decoding.
2009-02-05 Peter RossElectronic Arts TQI decoder
2009-01-30 Alex ConverseAdd the rdft family of transforms (fft/ifft of an all...
2009-01-23 Justin Rugglesrename flac.c to flacdec.c
2009-01-20 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-16 Carl Eugen HoyosAdd mpeg1_vdpau decoder.
2009-01-16 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-13 Michael NiedermayerAdd dummy mp1_decoder to complement the existing dummy...
2009-01-10 Carl Eugen HoyosFix OBJS-$(CONFIG_H264_VDPAU_DECODER).
2009-01-10 Stefano SabatiniMove the AVCodecContext options definition to a dedicat...
2009-01-07 Diego BiurrunThe SVQ3 decoder uses ff_svq1_packet_checksum from...
2009-01-06 Aurelien Jacobsensure that no GPL code is linked to LGPL only libavcodec
2009-01-05 Carl Eugen HoyosExport VDPAU support by installing vdpau.h.
2009-01-04 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for H264 which...
2009-01-04 Michael NiedermayerMove metadata API from avcodec to avformat.
2009-01-04 Michael NiedermayerGeneric metadata API.
2009-01-03 Jason Garrett-GlaserAdd x264 SSE2 iDCT functions to H.264 decoder.
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-26 Michael NiedermayerEnable faxcompr.
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-20 Kostya ShishkovRV30 decoder
2008-12-19 Jason Garrett-GlaserPort x264 deblocking code to libavcodec.
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
next