aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Check for drvc.dll entries for mingw32Gravatar zuxy2008-04-12
* Ignore dependency files.Gravatar diego2008-04-12
* Make include paths consistent; do not use ../ in them.Gravatar diego2008-04-12
* demux_real.c: Always use MP_NOPTS_VALUE for unknown ptsGravatar uau2008-04-12
* demux_mkv.c: Mark some static tables constGravatar uau2008-04-12
* Reformat demuxer.cGravatar uau2008-04-12
* Remove global demuxer_typeGravatar uau2008-04-12
* subreader.c: remove unused codeGravatar uau2008-04-12
* Remove another two useless special-case from flac metadata reading functionGravatar reimar2008-04-12
* Simplify: use AV_RB24Gravatar reimar2008-04-12
* Remove useless checksGravatar reimar2008-04-12
* Simplify (currently disabled) get_flac_metadataGravatar reimar2008-04-12
* Update include paths to account for build system changes.Gravatar diego2008-04-12
* typo fixesGravatar diego2008-04-12
* Enable runtime control for colorful and/or module name outputGravatar zuxy2008-04-12
* Remove unused function demux_read_data_packGravatar uau2008-04-11
* Makefile: Fix compilation on systems with dvb supportGravatar uau2008-04-11
* Remove unused make variable.Gravatar diego2008-04-11
* Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.Gravatar diego2008-04-11
* Add gui/ prefix to some #include paths so that compilation from theGravatar diego2008-04-11
* Add GUI_GTK make variable.Gravatar diego2008-04-11
* typo in filenameGravatar diego2008-04-11
* Remove duplicate #include.Gravatar diego2008-04-11
* Update comment to account for renamed header file.Gravatar diego2008-04-11
* Split cfg-common.h into two separate header files. It was being included twiceGravatar diego2008-04-11
* 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