aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/Makefile
Commit message (Expand)AuthorAge
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedGravatar reimar2006-12-12
* Add libav include paths to CFLAGS without indirection.Gravatar diego2006-12-01
* Explain reason for -I.. in CFLAGS here.Gravatar diego2006-11-29
* cosmetics to ease future patchingGravatar diego2006-11-27
* Move common code to mpcommon.mak.Gravatar diego2006-11-27
* Use standard SRCS2 name for MEncoder sources.Gravatar diego2006-11-27
* Move common code for generating multiple libraries to mpcommon.mak.Gravatar diego2006-11-27
* Merge duplicate entries.Gravatar diego2006-11-26
* Remove unnecessary variable indirection.Gravatar diego2006-11-26
* cosmetics: alphabetical orderGravatar diego2006-11-26
* FFmpeg-style conditional dependency declarationGravatar diego2006-11-26
* 100l typosGravatar diego2006-11-26
* Remove useless variable indirection.Gravatar diego2006-11-26
* cosmetics: Move around some entries for better readability.Gravatar diego2006-11-26
* Do not use many different variables for SRCS.Gravatar diego2006-11-26
* Reorder entries for better readability.Gravatar diego2006-11-26
* Remove unused include variable.Gravatar diego2006-11-26
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* simplifyGravatar diego2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpegGravatar diego2006-11-24
* Remove superfluous empty variable declaration.Gravatar diego2006-11-21
* Unify dep/depend targets.Gravatar diego2006-11-20
* Remove obsolete Xvid 3 support.Gravatar diego2006-11-18
* Separate XviD 3 and XviD 4 tests.Gravatar diego2006-11-08
* Remove remnants of long-gone libfame.Gravatar diego2006-11-06
* generic equation filterGravatar michael2006-10-16
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* Unify include paths in the build system, part I.Gravatar diego2006-07-27
* moved mpeg_packetizer helpers to libmpdemuxGravatar ben2006-07-19
* new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo d...Gravatar ben2006-07-19
* new black frame detection filterGravatar ivo2006-07-15
* Remove support for obsolete and non-free divx4/odivx libraries.Gravatar diego2006-07-14
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* Remove separation between Win32 DLL and DirectShow support in the build system.Gravatar diego2006-06-21
* yet another deinterlacing filterGravatar michael2006-06-06
* Motion compensating deinterlacerGravatar michael2006-06-06
* compile in the filters that depend on libavcodec/dsputil.h only when mplayer ...Gravatar nicodvb2006-03-16
* Only compile libmpencoders if MEncoder has been enabled.Gravatar diego2006-01-31
* Move conditional compilation out of the code and into the build system.Gravatar diego2006-01-31
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* proper support for shared libpostprocGravatar diego2006-01-22
* ad_hwmpa: pass-through fake audio codec for hardware mpeg decodersGravatar nicodvb2006-01-15
* Consistent variable names for shared libavcodec.Gravatar diego2006-01-14
* Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc)Gravatar rtognimp2005-12-09
* ultra simple&slow pp filter, yes yet another spp like filter :)Gravatar michael2005-11-08
* Speex support. Seeking and pts generation does not work.Gravatar reimar2005-11-05