summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't include freetype headers in other headers.eugeni2006-11-272-10/+0
* Fix compilation broken in previous commit.eugeni2006-11-272-2/+2
* Move ass_font_desc_t and ass_font_t declarations to ass_font.h.eugeni2006-11-273-19/+17
* Cosmetics: reindent.eugeni2006-11-271-9/+9
* Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.eugeni2006-11-271-0/+10
* help messages:kraymer2006-11-272-3/+27
* Move ass_font_t allocation to ass_font.h.eugeni2006-11-275-26/+37
* insert line break for overly long line (second line indented)kraymer2006-11-271-1/+1
* wrapper.S should be compiled on non-Darwin, non-Windows systems.diego2006-11-271-2/+1
* Initialize font size with 0.eugeni2006-11-271-0/+1
* Remove unused unk_exp1 loader asm codereimar2006-11-272-29/+0
* localization of parser-m*cmd.c messagesptt2006-11-273-9/+20
* Ignore libmpmux.a.diego2006-11-270-0/+0
* Split muxers into a separate library that only MEncoder is linked against.diego2006-11-272-10/+14
* FFmpeg-style dependency declarationdiego2006-11-277-147/+71
* Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.diego2006-11-271-2/+0
* Move common code to mpcommon.mak.diego2006-11-274-21/+5
* Sync with FFmpeg changes for (de)muxer registration.diego2006-11-271-2/+2
* test1 --> testdiego2006-11-270-0/+0
* cosmetics: Merge SRCS together, alphabetical order, whitespace.diego2006-11-271-32/+16
* oops someone forgot obj-c source filenplourde2006-11-271-0/+1
* cosmetics:indentationdiego2006-11-271-37/+37
* Untangle dependencies that are handled by configure.diego2006-11-271-5/+5
* Remove unused LIBAV_INC variable.diego2006-11-271-1/+1
* Remove superfluous dependency declaration on real header files.diego2006-11-271-2/+0
* simplify test targetdiego2006-11-271-2/+2
* Simplify, TARGET_WIN32 is both Cygwin and MinGW.diego2006-11-271-4/+1
* Simplify test program generation.diego2006-11-271-6/+3
* 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
*