summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous CFLAGS declaration (is in mpcommon.mak).diego2006-11-271-1/+0
* There are no .s files in mp3lib/, remove the corresponding suffix rule.diego2006-11-271-3/+0
* libac3 was removed ages ago, remove the related test target.diego2006-11-271-3/+0
* .s files don't exist anymore.diego2006-11-271-1/+0
* Synced with r21168torinthiel2006-11-271-1/+2
* fix compilation for win32 dll codec support for intel osxnplourde2006-11-277-16/+43
* Remove unnecessary header indirection.diego2006-11-272-4/+0
* Use standard SRCS2 name for MEncoder sources.diego2006-11-271-15/+14
* Move common code for generating multiple libraries to mpcommon.mak.diego2006-11-273-21/+9
* 10l: Muxers were not being compiled even when MEncoder was enabled.diego2006-11-271-0/+1
* FFmpeg-style conditional dependency declarationdiego2006-11-271-16/+9
* libmpdemux has no subdirectories.diego2006-11-271-1/+1
* sync w/ 21298gpoirier2006-11-261-2/+2
* "D" interactive key also works with yadif nowgpoirier2006-11-261-1/+1
* Merge duplicate entries.diego2006-11-261-22/+11
* Remove unnecessary variable indirection.diego2006-11-261-13/+9
* Remove obsolete "no_more_font_messages" hack.eugeni2006-11-264-16/+5
* rename all *_nom (nominator) to the correct *_num (numerator)ivo2006-11-261-10/+10
* Move fonts-related code to a separate file.eugeni2006-11-266-69/+197
* cosmetics: alphabetical orderdiego2006-11-261-128/+122
* FFmpeg-style conditional dependency declarationdiego2006-11-262-188/+78
* 100l typosdiego2006-11-261-2/+2
* Remove useless variable indirection.diego2006-11-261-2/+1
* cosmetics: Move around some entries for better readability.diego2006-11-261-24/+19
* Do not use many different variables for SRCS.diego2006-11-261-57/+46
* Reorder entries for better readability.diego2006-11-261-40/+30
* Remove unused include variable.diego2006-11-261-1/+0
* Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value sincereimar2006-11-261-2/+2
* Make ass_new_font return ass_font_t struct (instead of just FT_Face).eugeni2006-11-263-38/+33
* Move ass_font_t to header.eugeni2006-11-262-8/+7
* Rename:eugeni2006-11-263-33/+33
* Fix previous broken vd_qtvideo.c commit which failed on MACOSXuau2006-11-261-2/+4
* Move #include <QuickTime/ImageCodec.h> before internal headersuau2006-11-261-6/+7
* Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,reimar2006-11-261-9/+9
* Rename config.h --> debug.h and include config.h explicitly.diego2006-11-267-2/+6
* Shouldn't move "#ifdef MACOSX" before #include config.h of course...uau2006-11-261-1/+2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-2620-513/+78
* Move #include <QuickTime/QuickTimeComponents.h> before internal headers.uau2006-11-261-4/+4
* Add explicit dependency information for libosd.a, this fixes MEncoder-onlydiego2006-11-261-1/+5
* Remove config.h, there are multiple files under that name, inviting bugs anddiego2006-11-261-16/+0
* sync w/ r21255 (improved deadzone desc.)gpoirier2006-11-261-1/+12
* -lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.creimar2006-11-261-0/+2
* Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.reimar2006-11-261-0/+3
* Adjust icon path since windres is now called from osdep subdirreimar2006-11-261-1/+1
* Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.reimar2006-11-261-1/+1
* le2me_32 is no longer a macro on PPC, and in general does not have toreimar2006-11-261-16/+7
* Revert r21251 (moving loader/config.h contents to main config.h).uau2006-11-262-10/+9
* Remove useless fd parameter for mmap_anonreimar2006-11-265-21/+7
* Simplify, remove useless indirection.diego2006-11-261-4/+3
* Fix loader code: closed .dll file handles when it should notreimar2006-11-261-2/+2
* r21186: Remove "OSD only" tags; those options always exist.voroshil2006-11-261-9/+19
* open /dev/zero left over from mmap_anon patchreimar2006-11-261-5/+0
* Useless use of strstr, strchr is good enough.reimar2006-11-261-1/+1
* Check the log level before processing the messagehenry2006-11-261-7/+9
* match exactly card number N specified, rather than the N-th actually usablenicodvb2006-11-261-3/+12
* Set _win32codecsdir fallback also with --enable-win32reimar2006-11-261-1/+1
* typo in deadzone_interlorenm2006-11-261-1/+1
* nits and picks by The Wanderer :)gpoirier2006-11-261-3/+3
* Sanity-check number of lines in CC subtitlereimar2006-11-251-1/+1
* Cleanup for uselessly complicated closed-caption subtitle handlingreimar2006-11-252-11/+3
* Move contents of loader/config.h to configure/config.h, there arediego2006-11-252-9/+10
* Add a sanity check to unsafe-looking code.uau2006-11-251-0/+2
* Remove config.h and move its content to af.h. There are multiple files underdiego2006-11-252-25/+5
* Use the real name of the header file when guarding against double inclusion.diego2006-11-251-3/+3
* Remove nonexistent variable.diego2006-11-251-1/+0
* Remove superfluous comment.diego2006-11-251-3/+0
* Don't compile libvo.a unless MPlayer is enabled.diego2006-11-251-1/+6
* simplifydiego2006-11-251-6/+6
* Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.hdiego2006-11-256-5/+5
* Reuse bswap.h from libavutil. Will only work when libavutil subdir is available.reimar2006-11-251-130/+5
* Linking hotfix, loader depends on osdep.diego2006-11-251-2/+2
* Remove useless libvo/sub.h include.reimar2006-11-251-1/+0
* Add support for compiling with ICC 9.1. Currently needs --target=generic-linux,reimar2006-11-251-1/+7
* simplifydiego2006-11-251-6/+6
* Add generic target that allow compiling without any assembler or otherwisereimar2006-11-251-0/+10
* missing include for uint16_tben2006-11-251-0/+1
* keep nav highlight event in dvdnav priv structureben2006-11-255-22/+37
* There are no more .depend files in subdirectories.diego2006-11-251-2/+1
* simplifydiego2006-11-251-4/+2
* Remove commented-out cruft.diego2006-11-251-6/+0
* Unconditionally include config.mak for consistency.diego2006-11-252-6/+0
* more consistency with the other Makefiles.diego2006-11-252-10/+10
* SRCS should be one per line to make patches more readable.diego2006-11-251-1/+8
* fix typos noticed by Diegogpoirier2006-11-251-4/+4
* Remove pointless indirection.diego2006-11-251-3/+1
* Sync with FFmpeg r7167.diego2006-11-251-7/+4
* FFmpeg-style conditional dependency declarationdiego2006-11-251-73/+43
* Remove superfluous comment.diego2006-11-251-3/+0
* Remove superfluous comment.diego2006-11-251-3/+0
* Remove superfluous comment.diego2006-11-2521-63/+0
* improve description of x264's deadzone* optionsgpoirier2006-11-251-0/+10
* support for comma-separated language codes in -slangnicodvb2006-11-251-1/+6
* support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila ch...nicodvb2006-11-251-4/+30
* spurious () like in ({code;}) probably is not valid C, icc 9, definitelyreimar2006-11-251-2/+2
* Avoid void * arithmeticreimar2006-11-252-3/+4
* better nav highlight handlingben2006-11-254-12/+28
* removed unused members and variablesnicodvb2006-11-252-19/+0
* COSMETICS: consistently reformatted after ben's messnicodvb2006-11-251-6/+4
* added code to identify subs language and count; needed for forthcoming suppor...nicodvb2006-11-252-0/+30
* Add distclean target, unconditionally remove all objects on clean.diego2006-11-251-1/+2
* a few more clarifications for codec_specific_data by Ralph Giles and memichael2006-11-251-0/+6
* all should be the first target.diego2006-11-251-2/+2
* support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot...ben2006-11-254-0/+92
* 10l copy + paste typodiego2006-11-251-1/+1
* Simplify LIBNAME target with $@ and $^.diego2006-11-251-2/+2
* Remove commented-out cruft.diego2006-11-251-4/+0
* Move osdep/mplayer.rc handling to the osdep Makefile.diego2006-11-252-6/+6
* Remove nonexistent variable/file.diego2006-11-252-2/+2
* added mmap_anon to osdep lib. Used in loader for nownplourde2006-11-256-54/+104
* No need to ignore files that are not generated any longer.diego2006-11-250-0/+0
* Make loader Makefile non-recursive.diego2006-11-254-114/+25
* Use $@ and $^ to designate target and prerequisites.diego2006-11-251-2/+2
* cosmetics: Move around targets for consistency.diego2006-11-251-4/+4
* Remove superfluous suffix rule.diego2006-11-251-3/+0
* Handle stubs.s like all other source files.diego2006-11-241-4/+4
* Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpegdiego2006-11-242-2/+2
* Remove .depend on distclean.diego2006-11-241-0/+1
* Clean up CFLAGS handling.diego2006-11-241-6/+3
* add two missing descriptions (index.syncpoints and info_packet.count)ivo2006-11-241-0/+6
* specify the bitnumber for frame_flags, instead of a decimal bitmaskivo2006-11-241-9/+9
* specify, where possible, the type of the tags in the tag description sectionivo2006-11-241-44/+44
* r21161: MSGTR for libmpcodecs/vd.ckraymer2006-11-242-14/+21
* codec_specific_data clarificationmichael2006-11-241-0/+7
* sync with r21186gpoirier2006-11-241-10/+14
* fix another typoivo2006-11-241-1/+1
* Remove "OSD only" tags; those options always exist.uau2006-11-241-8/+8
* Remove bug workarounds for ancient gcc and libc versions.diego2006-11-241-11/+2
* fix sync comment, it was left out in last commitkraymer2006-11-232-4/+7
* r21078: add a link to Michael's de-interlacing filters, and replace the crappy kraymer2006-11-235-289/+45
* Cosmetics: indentation fix.eugeni2006-11-231-10/+10
* fix some typosivo2006-11-231-26/+26
* Get rid of _ld_gtk and _ld_glib.diego2006-11-221-5/+5
* Fix incorrect function pointer definition.uau2006-11-221-1/+1
* Get rid of _ld_vorbis.diego2006-11-221-5/+5
* Make compilation depending on USE_OSD unconditional.uau2006-11-2212-72/+6
* Get rid of _xmms_lib.diego2006-11-221-3/+3
* _ld_static does not need to be in both EXTRA_LIB and EXTRALIBS_MPLAYER.diego2006-11-221-1/+1
* Cosmetics to make the next patches more readable.diego2006-11-221-5/+1
* Better translation of "demuxer" word.voroshil2006-11-221-30/+29
* r21151: typovoroshil2006-11-221-1/+8
* r21152: typo: Bitrate is printed in kb/s, not Mb/s on the status line.voroshil2006-11-224-220/+27
* Fix incorrect stride used in vf_ass.eugeni2006-11-221-6/+6
* Remove _ld_x11.diego2006-11-221-24/+24
* x264 supports interlaced encoding for some timegpoirier2006-11-221-0/+1
* r21082: MSGTRs for libasskraymer2006-11-221-1/+59
* typo noticed by Carl Eugen Hoyos, cehoyos ag.or.atdiego2006-11-221-1/+1
* Remove _ld_gif and _ld_theora.diego2006-11-221-7/+9
* Remove _ld_freetype and _ld_fontconfig, they are no longer necessary.diego2006-11-221-4/+4
* fix broken characterkraymer2006-11-221-1/+1
* MSGTRs for mencoder.ckraymer2006-11-222-6/+12
* MSGTR for libmpcodecs/vd.ckraymer2006-11-222-1/+2
* sync w/ r21154gpoirier2006-11-211-216/+29
* Synced with r21152torinthiel2006-11-211-2/+2
* documented :format=pes[12] in -mpegoptsnicodvb2006-11-211-2/+5
* permit muxing to raw pes (VDR uses this)nicodvb2006-11-211-5/+26
* Make compilation depending on USE_SUB unconditional.uau2006-11-2111-104/+3
* Remove outdated and superfluous video cards section.diego2006-11-211-153/+0
* Remove outdated and superfluous sound card section.diego2006-11-211-24/+0
* Miscellaneous updates for the introduction and the requirements section.diego2006-11-211-46/+22
* typo: Bitrate is printed in kb/s, not Mb/s on the status line.diego2006-11-211-1/+1
* typodiego2006-11-211-1/+1
* r21078: add a link to Michael's de-interlacing filters...voroshil2006-11-212-6/+18
* Fix wrong fps value for TelecineMode in translationvoroshil2006-11-211-2/+2
* r21082: MSGTRs for libassvoroshil2006-11-211-1/+60
* LIBS vs LDFLAGS typodiego2006-11-211-1/+1
* Split libs that are dependencies and those that are just linker flags.diego2006-11-211-8/+10
* Fix SVN r21075, it completely disabled OpenGL in almost all cases.reimar2006-11-211-1/+1
* Treat fontconfig and FreeType linker flags just like any other linker flag.diego2006-11-212-8/+1
* Remove stray -I from include dirs in live555 check, it was being duplicated.diego2006-11-211-1/+3
* cosmeticsreimar2006-11-211-1/+1
* Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFAreimar2006-11-211-1/+6
* cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODERdiego2006-11-212-2/+2
* _ld_tmp vs _ld_x264 typodiego2006-11-211-1/+1
* Remove --with-x11libdir and --with-livelibdir.diego2006-11-211-13/+6
* Attempt to properly fix linking of encoding libs used by libavcodec.diego2006-11-211-13/+16
* Reuse init_vo_spudec in subtitle switching code.reimar2006-11-211-24/+7
* Move vo_spudec initialization into a separate function, for later reusereimar2006-11-211-40/+46
* Remove libdha from LIBS_MPLAYER.diego2006-11-211-1/+1
* ALSA can be used by both MPlayer and MEncoder.diego2006-11-211-1/+1
* Fix linking when libavcodec uses x264.diego2006-11-211-5/+3
* Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed.diego2006-11-211-6/+5
* _ld_xv does not exist anymore.diego