aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Ahem, libmenu objects should only be compiled when OSD menu is enabled.Gravatar diego2008-04-11
* vf_pp7 does not depend on libavcodec.Gravatar diego2008-04-11
* vf_screenshot depends on libavcodec.Gravatar diego2008-04-11
* Remove unused TARGET_WIN32 setting.Gravatar diego2008-04-11
* Remove Win32 linker option for netstream. Other winsock using code does notGravatar diego2008-04-11
* Add a config.mak variable to control compilation of the Win32 GUI.Gravatar diego2008-04-11
* Remove unused definition.Gravatar diego2008-04-11
* Support for vorbis.acm decoder (used for some implementations of vorbis Gravatar rtogni2008-04-10
* if it's 'for lang in...' it's better off to use $$lang as a variable next ;)Gravatar ptt2008-04-10
* Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE.Gravatar diego2008-04-10
* 1000l fix linking after r26378Gravatar rtogni2008-04-09
* document ignore optionGravatar compn2008-04-09
* 10l: libass compilation should be conditional.Gravatar diego2008-04-09
* Rename ASS make variable to LIBASS.Gravatar diego2008-04-09
* Remove useless #include.Gravatar diego2008-04-09
* Merge libaf/Makefile into Makefile, one less instance of recursive make.Gravatar diego2008-04-09
* Remove some useless quotes from #error preprocessor directives.Gravatar diego2008-04-09
* Use quotes instead of angular brackets for local includes.Gravatar diego2008-04-09
* Handle af_ladspa conditional compilation in the usual way.Gravatar diego2008-04-09
* Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS.Gravatar diego2008-04-09
* Do not build subrip with debugging symbols.Gravatar diego2008-04-09
* cosmetics: Group dependency declarations together.Gravatar diego2008-04-09
* Remove redundant compilation commands that shadow builtin rules.Gravatar diego2008-04-09
* List libraries to link to in dependency list.Gravatar diego2008-04-09
* cosmetics: Add CFLAGS to compilation commands everywhere.Gravatar diego2008-04-09
* Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.Gravatar diego2008-04-09
* Update for latest changes to linking dependencies.Gravatar diego2008-04-09
* Add missing #includes to pass 'make checkheaders' to codecs.conf.h.Gravatar diego2008-04-09
* Restore osdep/mmap-os2.c compilation, which was accidentally removed.Gravatar diego2008-04-09
* cosmetics: Align columns.Gravatar diego2008-04-09
* Fix nonsensical license header, mpeg2dec is not GNU Make.Gravatar diego2008-04-09
* Split the lavf taglists out of the lavf muxer to allow using libmpmuxGravatar albeu2008-04-09
* Split the aac header parsing out of aac demuxer to allow using libmpmuxGravatar albeu2008-04-09
* Remove the need for code using stream to export an mp_input_check_interrupt()Gravatar albeu2008-04-09
* Make stream independent of libmpdemux, the asf demuxer and streamingGravatar albeu2008-04-09
* Merge libass/Makefile into Makefile, one less recursive make directory.Gravatar diego2008-04-08
* cosmetics: Rename some shell variables to give them more descriptive names.Gravatar diego2008-04-08
* cosmetics: Merge shell commands into one line.Gravatar diego2008-04-08
* Do not suppress command output.Gravatar diego2008-04-08
* Merge osdep/Makefile into the top-level Makefile, thus getting ridGravatar diego2008-04-08
* Move decision about which getch2 and timer file to compile to configure.Gravatar diego2008-04-08
* Move decision about whether or not to compile osdep/mmap_os2.c to configure.Gravatar diego2008-04-08
* Merge simplifications from FFmpeg r12764.Gravatar diego2008-04-08
* Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.Gravatar diego2008-04-07
* Sync with FFmpeg's shiny new non-recursive build system.Gravatar diego2008-04-07
* non-recursive makefilesGravatar mru2008-04-07
* reset() should not senselessly close and reopenGravatar reimar2008-04-07
* AUDIO_DRAIN makes no sense directly after openingGravatar reimar2008-04-07
* Build all parts in the libmenu subdirectory nonrecursively.Gravatar diego2008-04-07
* There is no more need to ignore .depend and libinput.a.Gravatar diego2008-04-07