summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-25109-465/+464
* dec_video.c: A couple of cosmetic changesUoti Urpala2008-04-251-12/+7
* Reformat dec_video.cUoti Urpala2008-04-251-255/+293
* Move -lavdopts to options structUoti Urpala2008-04-254-68/+80
* vd_ffmpeg.c: Eliminate some compiler warningsUoti Urpala2008-04-251-5/+5
* Modify option helper macrosUoti Urpala2008-04-244-27/+27
* Merge svn changes up to r26510Uoti Urpala2008-04-2397-422/+1802
|\
| * There is no need to remove .a files from subdirectories, they are onlydiego2008-04-231-1/+1
| * Merge libvo/Makefile into top-level Makefile.diego2008-04-233-34/+19
| * EXTRAXX_INC flags should now be added to .depend compilation,diego2008-04-231-1/+1
| * Merge libao2/Makefile into top-level Makefile.diego2008-04-232-13/+6
| * Remove useless 0 flag from s printf conversion specifier, fixes the warning:diego2008-04-231-1/+1
| * Take audio delay into account when seeking in avisynth demuxer.reimar2008-04-231-0/+2
| * Calculate fps as double-precision to make switching to double-precision fps v...reimar2008-04-231-1/+1
| * Merge tremor/Makefile into top-level Makefile.diego2008-04-222-22/+16
| * Move Tremor low accuracy CFLAGS handling to configure.diego2008-04-222-2/+1
| * Only add loader to PARTS on x86.diego2008-04-221-1/+4
| * .depend has to get all the CFLAGS that the files it contains dependencydiego2008-04-221-1/+1
| * Create standard recursive rules from a template.diego2008-04-221-55/+5
| * Use directory name as library name template.diego2008-04-226-15/+15
| * added support for dvdread-config (from our svn), called as fallback when dvdr...nicodvb2008-04-221-0/+17
| * Simplify phony target declaration.diego2008-04-221-1/+1
| * Add an unconditional phony recurse rule and make the binaries depend on it.diego2008-04-221-24/+27
| * revert commits 26437-26439 the right way[tm]attila2008-04-220-0/+0
| * Only add available CPU extensions to config.mak.diego2008-04-221-11/+1
| * Move phony target declaration to the bottom of the file; add distclean target.diego2008-04-221-1/+2
| * Add BFI video support through FFmpeg.diego2008-04-223-0/+10
| * Add standard GPL header to individual files.diego2008-04-2251-21/+910
| * Use standard GPL header.diego2008-04-2212-36/+36
| * Remove redundant definitions that are already present on the command line.diego2008-04-221-2/+0
| * Merge TOOLS/Makefile into the top-level Makefile.diego2008-04-222-77/+70
| * Fix potential segfault in debug printf in expSetFilePointerrtogni2008-04-211-1/+1
| * synced with r26484Gabrov2008-04-212-20/+63
| * sync w/r26460, patch by JRaSH %jrash06 A 163 P com%gpoirier2008-04-211-17/+54
| * sync w/r26067, patch by mehmet köse % voltrem A gmail P com %gpoirier2008-04-211-67/+407
| * sync w/r26460gpoirier2008-04-211-8/+46
| * Remove pointless '0' flag from fprintf call, fixes the warning:diego2008-04-218-8/+8
| * Add $(EXESUF) to netstream rule.diego2008-04-201-2/+2
| * Only build modify_reg on x86.diego2008-04-201-1/+4
| * Simplify list of files to remove on make clean.diego2008-04-201-1/+1
| * fastmemcpybench is a phony target. Do not try to remove a file by that name.diego2008-04-201-1/+1
| * Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLLrtogni2008-04-202-0/+30
| * Add status to mimic and kmvc codecsrtogni2008-04-201-0/+2
| * add better information about inverse-telecining with vf_filmdintcorey2008-04-201-12/+17
| * Add support for msn siren audio coced via binary dll sirenacm.dllrtogni2008-04-202-0/+37
| * Canopus HQ tries to load the auxiliary dlls with lowercase filenamertogni2008-04-201-1/+1
| * add canopus codecs, patch by Gianluigi Tiesicompn2008-04-191-0/+18
| * Revert r26412: policy violationrtogni2008-04-191-8/+7
| * Revert r26411: policy violationrtogni2008-04-191-963/+812
* | Remove -Wdeclaration-after-statement from CFLAGSUoti Urpala2008-04-231-1/+0
* | Remove some unnecessary recursive includesUoti Urpala2008-04-235-30/+17
* | Move dvdsub_id to options structUoti Urpala2008-04-2312-62/+55
* | 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<