aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* According to the Icon Theme Specification icon names should have no extension.Gravatar diego2008-04-07
* Get rid of recursive make for the input/ subdirectory.Gravatar diego2008-04-06
* Update Makefile to account for native/RTjpegN.c --> native/rtjpegn.c renaming.Gravatar diego2008-04-06
* Use DEPEND_CMD as set by configure to generate dependency information insteadGravatar diego2008-04-06
* 100l: Revert previous accidental commit.Gravatar diego2008-04-06
* Rename RTJPEG files so that filenames consist of lowercase name only.Gravatar diego2008-04-06
* add dvcpro 50 in mov fourcc, patch by j _ta_ v2v.cc Gravatar compn2008-04-06
* synced with r26333Gravatar Gabrov2008-04-05
* Add multiple inclusion guards to help_mp.h.Gravatar diego2008-04-05
* Use the more natural ">" instead of "1>" for stdout redirection.Gravatar diego2008-04-05