summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move audio_id and video_id to options structUoti Urpala2008-04-2310-52/+55
* Add option pointer to stream struct (at least temporarily)Uoti Urpala2008-04-234-20/+19
* Mark some functions staticUoti Urpala2008-04-235-8/+10
* Move playback_speed to options structUoti Urpala2008-04-238-68/+69
* Move option helper #defines to cfg-common.h for nowUoti Urpala2008-04-232-6/+6
* cfg-common-opts.h: Remove multiple inclusion guards and #includeUoti Urpala2008-04-231-7/+0
* Move global rel_seek_secs and abs_seek_pos to mpctxUoti Urpala2008-04-233-30/+28
* Remove static mpctx from mplayer.cUoti Urpala2008-04-236-143/+168
* Move loop_times to option structUoti Urpala2008-04-236-13/+15
* Remove pointless #ifdefsUoti Urpala2008-04-232-4/+0
* Move mRootWin,mScreen,mLocalDisplay to x11 structUoti Urpala2008-04-233-33/+37
* Move vo_mouse_autohide,vo_wm_type,vo_fs_type,vo_fs_flip to x11 structUoti Urpala2008-04-233-30/+29
* x11_common: Move vo_old_[x|y|width|height| to x11 structUoti Urpala2008-04-232-18/+19
* x11_common.c: Move orig_layer and old_gravity to x11 structUoti Urpala2008-04-232-8/+9
* Move static mouse hide timers to x11 structUoti Urpala2008-04-232-12/+11
* Move vo_gc,f_gc,vo_hints to x11 structUoti Urpala2008-04-233-63/+64
* x11_common.c: Move function-static variables to structUoti Urpala2008-04-232-25/+30
* Mark a table constUoti Urpala2008-04-231-1/+1
* Move xv_port,xv_colorkey,xv_ck_info to x11 structUoti Urpala2008-04-233-73/+71
* Move vo_window to x11 structUoti Urpala2008-04-233-86/+80
* Move static X11 atoms to structUoti Urpala2008-04-233-59/+65
* Move vo_screenwidth,vo_screenheight to options structUoti Urpala2008-04-239-61/+71
* Move vo_depthonscreen to x11 structUoti Urpala2008-04-234-13/+13
* Remove vo_depthonscreen references from non-X VOsUoti Urpala2008-04-233-11/+15
* Move vo_dbpp to options structUoti Urpala2008-04-235-8/+6
* Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo structUoti Urpala2008-04-238-86/+91
* Move global vo_config_count to vo structUoti Urpala2008-04-239-34/+38
* Move global mDisplay to x11 state structUoti Urpala2008-04-235-197/+228
* Create a struct for X11 stateUoti Urpala2008-04-236-5/+24
* x11_common.c: Make some functions staticUoti Urpala2008-04-232-15/+8
* Allocate vo struct with tallocUoti Urpala2008-04-232-5/+5
* Makefile: Compile and link talloc.cUoti Urpala2008-04-231-0/+1
* Make talloc abort() instead of returning NULLUoti Urpala2008-04-231-9/+9
* Hardcode feature checks in talloc.cUoti Urpala2008-04-231-1/+27
* Add the talloc memory allocatorUoti Urpala2008-04-232-0/+1907
* Move vo_ontop to options structUoti Urpala2008-04-2313-24/+60
* vo_gl[2]: Rename conflicting vo_ontop macroUoti Urpala2008-04-233-4/+4
* Add option pointer to vo structUoti Urpala2008-04-233-5/+8
* vf.c: malloc+memset -> callocUoti Urpala2008-04-231-2/+1
* Move correct_pts to options structUoti Urpala2008-04-2313-25/+38
* Add option pointer to vf structUoti Urpala2008-04-236-29/+37
* Add option pointer to demuxers and stheader.h structsUoti Urpala2008-04-239-34/+58
* Declare demuxer *_streams fields with proper typesUoti Urpala2008-04-233-7/+7
* Move options "vo" and "ao" to common structUoti Urpala2008-04-234-16/+19
* Start of new option systemUoti Urpala2008-04-2312-36/+85
* vo_xv: Free resources in error casesUoti Urpala2008-04-231-9/+19
* vo_xv.c: Make reconfig logic more robustUoti Urpala2008-04-231-7/+6
* vo_xv.c: remove unnecessary #ifdefs and static varsUoti Urpala2008-04-231-11/+4
* vo_xv.c: Cosmetic changesUoti Urpala2008-04-231-15/+10
* Change vo_xv to use new VO APIUoti Urpala2008-04-231-238/+283
* Add a context argument to mp_input_add_event_fd callbackUoti Urpala2008-04-234-6/+17
* input/input.c: Minor simplificationUoti Urpala2008-04-231-15/+17
* vo_xv.c: Remove #if 0 codeUoti Urpala2008-04-231-25/+1
* Add context variable to vo_draw_text callbackUoti Urpala2008-04-2310-18/+35
* Add new video driver APIUoti Urpala2008-04-2326-178/+387
* video_out.c: Cosmetic changesUoti Urpala2008-04-231-62/+65
* Remove variable arguments from vo control() functionsUoti Urpala2008-04-2349-51/+50
* Change VOCTRL_[GET|SET]_EQUALIZER argument passingUoti Urpala2008-04-2320-378/+130
* revert commits 26437-26439attila2008-04-191-11/+14
* Add dependency information to recursive rules. While more eager than strictlydiego2008-04-191-22/+22
* Add missing recursive rule for libmpcodecs/libmpencoders.a.diego2008-04-191-0/+3
* cosmetics: Sort recursive rules alphabetically.diego2008-04-191-27/+27
* per-file dependencies (for the non-recursive parts)diego2008-04-182-5/+14
* Adjust dependency generation prerequisites to new structure.diego2008-04-181-1/+1
* Always generate dependency information. This also allows dropping thediego2008-04-182-52/+4
* synced with r26460ptt2008-04-181-2/+40
* restore options alphabetical orderptt2008-04-181-8/+8
* Mark phony targets as such.diego2008-04-181-0/+2
* Simplify phony target declaration.diego2008-04-181-1/+1
* 10l: Rename remaining instances of $i to $lang.diego2008-04-181-2/+2
* cosmetics: __asm__ __volatile__ --> asm volatilediego2008-04-171-12/+12
* Prefer libavformat musepack demuxer over internal one (which does not even su...reimar2008-04-161-0/+2
* noconfig fix, disable_gui_conf was not defined when compiling mencoder.albeu2008-04-152-2/+4
* typo: crahes --> crashescorey2008-04-151-1/+1
* Refer to where encoding quality is described.corey2008-04-151-1/+3
* As of r19025, the "above link" refers to an article, not a guide.corey2008-04-151-1/+1
* Fix the indentation after the noconfig patch.albeu2008-04-141-7/+7
* 10L, forgot to commit the documentation for the -noconfig options.albeu2008-04-141-0/+22
* Add options to disable some or all config files.albeu2008-04-147-4/+42
* Add support for system wide config file in mencoder.albeu2008-04-141-0/+3
* demux_asf: Fix operator precedence in packet length checkuau2008-04-131-1/+1
* Add libpostproc to list of pseudo-dependencies.diego2008-04-131-0/+1
* Declare all clean targets phony in mpcommon.mak.diego2008-04-132-2/+2
* The TAGS and tags targets are not phony.diego2008-04-131-1/+1
* Add gui subdirectories to DIRS instead of manually cleaning them.diego2008-04-131-4/+7
* Replace shell for loop by proper make foreach construct.diego2008-04-131-1/+1
* Replace the trivial command line preparser with a more robust versionalbeu2008-04-137-13/+67
* cosmetics: fix indentationattila2008-04-131-8/+8
* move the #ifdef HAVE_XINERAMA to enclose the whole functionattila2008-04-131-1/+1
* Always calculate the xinerama screen mplayer is on.attila2008-04-131-6/+3
* Fix DEPEND_CMD, there was one level of variable indirection too much.diego2008-04-131-1/+1
* Sync with latest FFmpeg changes.diego2008-04-132-11/+25
* Add Makefile variable for DVB OSD menu, saves one ifeq.diego2008-04-132-3/+4
* in preparation for multi-frontend patch replaced file-static device names wit...nicodvb2008-04-131-17/+28
* Replace "all rights reserved" statement with standard GPL license header.diego2008-04-131-5/+16
* Restore compilation of osdep/mplayer-rc.o.diego2008-04-132-0/+4
* Set dll_type and rv_handle for drvc.dllzuxy2008-04-131-1/+4
* Relicense test/example files as LGPL with Michael's permission.diego2008-04-132-16/+16
* Add Chinese commentzuxy2008-04-131-0/+1
* Restore grayscale decoding support with FFmpeg.diego2008-04-134-2/+15
* Fix MPDEPEND_CMD to work with more than one subdirectory level.diego2008-04-121-1/+1
* Backport SSE2-optimized IDCT routines from upstream libmpeg2.diego2008-04-125-4/+530
* wording improvements suggested by the Wandererdiego2008-04-121-2/+3
* removed useless parameter :type from -dvbin (the frontend type is reported by...nicodvb2008-04-121-6/+3
* removed defunct options :vid and :aid from -dvbin (they were useless from the...nicodvb2008-04-121-10/+5
* Oops...should be "drv43260.dll" instead of "drv34260.dll"zuxy2008-04-121-1/+1
* Cosmetic fix for r26419zuxy2008-04-121-2/+3
* Dlls can be relocated when loading so rely on filename instead of absolutezuxy2008-04-121-3/+2
* Indentation fix for r26417zuxy2008-04-121-2/+2
* Don't print "Could not patch" messages when we haven't actually tried to patch.zuxy2008-04-121-2/+2
* Check for drvc.dll entries for mingw32zuxy2008-04-121-0/+11
* Ignore dependency files.diego2008-04-120-0/+0
* Make include paths consistent; do not use ../ in them.diego2008-04-1223-88/+89
* demux_real.c: Always use MP_NOPTS_VALUE for unknown ptsuau2008-04-121-1/+1
* demux_mkv.c: Mark some static tables constuau2008-04-121-7/+8
* Reformat demuxer.cuau2008-04-121-812/+963
* Remove global demuxer_typeuau2008-04-123-3/+1
* subreader.c: remove unused codeuau2008-04-121-25/+0
* Remove another two useless special-case from flac metadata reading functionreimar2008-04-121-20/+2
* Simplify: use AV_RB24reimar2008-04-121-1/+1
* Remove useless checksreimar2008-04-121-8/+1
* Simplify (currently disabled) get_flac_metadatareimar2008-04-121-11/+2
* Update include paths to account for build system changes.diego2008-04-127-7/+7
* typo fixesdiego2008-04-121-6/+6
* Enable runtime control for colorful and/or module name outputzuxy2008-04-125-96/+104
* Remove unused function demux_read_data_packuau2008-04-112-18/+0
* Makefile: Fix compilation on systems with dvb supportuau2008-04-111-0/+2
* Remove unused make variable.diego2008-04-111-1/+0
* Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.diego2008-04-112-60/+40
* Add gui/ prefix to some #include paths so that compilation from thediego2008-04-1122-54/+53
* Add GUI_GTK make variable.diego2008-04-111-0/+2
* typo in filenamediego2008-04-111-1/+1
* Remove duplicate #include.diego2008-04-111-1/+0
* Update comment to account for renamed header file.diego2008-04-111-1/+1
* Split cfg-common.h into two separate header files. It was being included twicediego2008-04-114-350/+348
* Ahem, libmenu objects should only be compiled when OSD menu is enabled.diego2008-04-111-10/+11
* vf_pp7 does not depend on libavcodec.diego2008-04-111-1/+1
* vf_screenshot depends on libavcodec.diego2008-04-111-1/+1
* Remove unused TARGET_WIN32 setting.diego2008-04-111-4/+0
* Remove Win32 linker option for netstream. Other winsock using code does notdiego2008-04-111-4/+0
* Add a config.mak variable to control compilation of the Win32 GUI.diego2008-04-112-1/+3
* Remove unused definition.diego2008-04-111-5/+0
* Support for vorbis.acm decoder (used for some implementations of vorbis rtogni2008-04-101-3/+13
* if it's 'for lang in...' it's better off to use $$lang as a variable next ;)ptt2008-04-101-5/+5
* Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE.diego2008-04-105-73/+92
* 1000l fix linking after r26378rtogni2008-04-091-1/+1
* document ignore optioncompn2008-04-091-0/+3
* 10l: libass compilation should be conditional.diego2008-04-091-9/+10
* Rename ASS make variable to LIBASS.diego2008-04-091-1/+1
* Remove useless #include.diego2008-04-091-1/+0
* Merge libaf/Makefile into Makefile, one less instance of recursive make.diego2008-04-092-43/+31
* Remove some useless quotes from #error preprocessor directives.diego2008-04-092-2/+2
* Use quotes instead of angular brackets for local includes.diego2008-04-094-5/+5
* Handle af_ladspa conditional compilation in the usual way.diego2008-04-092-9/+3
* Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS.diego2008-04-091-2/+0
* Do not build subrip with debugging symbols.diego2008-04-091-1/+1
* cosmetics: Group dependency declarations together.diego2008-04-091-4/+4
* Remove redundant compilation commands that shadow builtin rules.diego2008-04-091-4/+0
* List libraries to link to in dependency list.diego2008-04-091-10/+9
* cosmetics: Add CFLAGS to compilation commands everywhere.diego2008-04-091-2/+2
* Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.diego2008-04-091-1/+1
* Update for latest changes to linking dependencies.diego2008-04-091-3/+3
* Add missing #includes to pass 'make checkheaders' to codecs.conf.h.diego2008-04-091-0/+2
* Restore osdep/mmap-os2.c compilation, which was accidentally removed.diego2008-04-091-0/+1
* cosmetics: Align columns.diego2008-04-091-1/+1
* Fix nonsensical license header, mpeg2dec is not GNU Make.diego2008-04-091-1/+1
* Split the lavf taglists out of the lavf muxer to allow using libmpmuxalbeu2008-04-095-62/+115
* Split the aac header parsing out of aac demuxer to allow using libmpmuxalbeu2008-04-093-20/+51
* Remove the need for code using stream to export an mp_input_check_interrupt()albeu2008-04-095-4/+20
* Make stream independent of libmpdemux, the asf demuxer and streamingalbeu2008-04-093-82/+105
* Merge libass/Makefile into Makefile, one less recursive make directory.diego2008-04-082-22/+10
* cosmetics: Rename some shell variables to give them more descriptive names.diego2008-04-081-9/+9
* cosmetics: Merge shell commands into one line.diego2008-04-081-4/+2
* Do not suppress command output.diego2008-04-081-5/+5
* Merge osdep/Makefile into the top-level Makefile, thus getting riddiego2008-04-082-37/+16
* Move decision about which getch2 and timer file to compile to configure.diego2008-04-082-17/+12
* Move decision about whether or not to compile osdep/mmap_os2.c to configure.diego2008-04-082-3/+3
* Merge simplifications from FFmpeg r12764.diego2008-04-082-3/+4
* Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.diego2008-04-072-3/+5
* Sync with FFmpeg's shiny new non-recursive build system.diego2008-04-072-86/