summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Compilation fix: Mark mp_property_find parameter as const.diego2006-07-131-1/+1
* some updates and corrections by Jerome Ferrari < jerome PP ferrari AH lappis ...gpoirier2006-07-131-160/+159
* rename mpcf.txt to nut.txtmichael2006-07-131-0/+0
* freeze (this is pretty much oded shimons patch from a few month ago)michael2006-07-131-4/+6
* man/hu/mplayer.1 synced with r19052Gabrov2006-07-131-30/+30
* synced with r19051gpoirier2006-07-131-36/+35
* marks several string parameters as const, as they are not modified inside the...reynaldo2006-07-1310-16/+16
* Streamline GUI build.diego2006-07-133-26/+22
* Clean up codec-cfg and friends handling.diego2006-07-131-10/+7
* Remove non-existing CSS_INC.diego2006-07-121-1/+1
* Simplify includes.diego2006-07-121-3/+3
* Remove old and obsolete mplayer_wine QT DLL loading stuff.diego2006-07-123-206/+0
* Rename OSD/SUB section to OSD/SUBTITLES.diego2006-07-122-2/+2
* alphabetical order for the OSD/SUB sectiondiego2006-07-121-24/+24
* grammar and consistency fixesdiego2006-07-121-5/+5
* Support 6 argument variant of \move.eugeni2006-07-121-7/+20
* HU DOCS & man synced with r19046Gabrov2006-07-123-14/+7
* r19046: two small fixeskraymer2006-07-121-8/+66
* two small fixeskraymer2006-07-121-2/+2
* r19043: add missing comma [does not apply]kraymer2006-07-121-5/+4
* r19039: Use only one global config.mak file.kraymer2006-07-121-8/+1
* add missing commacorey2006-07-121-1/+1
* OPTFLAGS already includes EXTRA_INC.diego2006-07-1219-20/+14
* There is only one config.mak file left, don't ignore the others anymore.diego2006-07-120-0/+0
* There is only one global config.mak file left.diego2006-07-121-1/+1
* Use only one global config.mak file.diego2006-07-126-56/+19
* Remove useless variable.diego2006-07-121-3/+1
* Sync with latest FFmpeg build system changes:diego2006-07-121-13/+13
* center sub window option within the preferences dialog.vayne2006-07-121-1/+1
* remove check. libavutil is now mandatoryivo2006-07-121-1/+0
* Work around DTS_INC and MLIB_INC now being gone from FFmpeg.diego2006-07-121-3/+2
* Make libavutil mandatory.diego2006-07-121-0/+4
* - svn sync tag addedboskicinek2006-07-1217-2178/+1304
* Remove copyright notice changes from local diff.diego2006-07-121-19/+1
* - incomplete but we probably need this (because we updated mencoder.xml already)boskicinek2006-07-121-0/+4418
* Update with latest changes and make diff apply cleanly.diego2006-07-121-113/+89
* updates + cosmeticsdiego2006-07-121-9/+15
* - svn sync tag addedboskicinek2006-07-121-7/+8
* Remove remnants of old libmp1e support.diego2006-07-123-33/+1
* Telecine article on divx.com has gone 404, link to Wikipedia instead.diego2006-07-121-4/+4
* libavformat interdependencies have been fixed so disable all muxersdiego2006-07-121-3/+1
* Fix for changed env parameter contents and improve speed.reimar2006-07-122-43/+35
* Fix = vs == typouau2006-07-121-1/+1
* sync with FFmpeg r5718diego2006-07-111-18/+23
* Fix compilation with MEncoder disabled: Some libavformat demuxers havediego2006-07-111-1/+3
* Fix 10l regexp mistake that disabled all decoders/encoders.diego2006-07-111-2/+2
* xvmclib vs xvmclibdir typodiego2006-07-111-2/+2
* Somewhat fix Gui with xinerama, reuse existing code, maybe one day the Gui willreimar2006-07-111-18/+12
* Split _libavcodecs variable into _libavdecoders and _libavencoders.diego2006-07-111-9/+16
* Disable FFmpeg muxers when not compiling MEncoder.diego2006-07-111-0/+1
* Sync with FFmpeg: (de)muxers are now individually selectable.diego2006-07-111-0/+14
* help_mp-hu.h synced with r18916Gabrov2006-07-111-3/+5
* Add FFmpeg parsers to config.h as well.diego2006-07-111-0/+1
* Mention that individual codec and parser en-/disabling is FFmpeg-specific.diego2006-07-111-4/+4
* sync w/ 18969 (latest Eng. version)gpoirier2006-07-111-1/+8
* sync w/ r18942gpoirier2006-07-111-2/+40
* Support some recently discovered color formats.eugeni2006-07-101-3/+3
* Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().eugeni2006-07-101-1/+5
* Only match outline fonts.eugeni2006-07-101-0/+7
* appended pvr support in AUTHORS fileben2006-07-101-0/+1
* added myself as maintainer of pvr input layerben2006-07-101-0/+3
* updated ChangeLog with new pvr:// inputben2006-07-101-0/+2
* added new pvr:// input for ivtv based cardsben2006-07-106-0/+1099
* vo_gl can do flipping without special filterreimar2006-07-101-1/+5
* Fix negative stride handling in -dr casereimar2006-07-101-8/+12
* Get rid of left-over incorrect UnmapBuffer hackreimar2006-07-101-1/+0
* sync w/ r18928gpoirier2006-07-101-3/+8
* sync w/ 18916gpoirier2006-07-101-4/+4
* Sync w/ 18712gpoirier2006-07-101-5/+10
* sync w/ 18702gpoirier2006-07-101-22/+15
* make libswscale build system similar to the libav* onelucabe2006-07-102-44/+14
* Fix off-by-one error for negative strides (flipped image)reimar2006-07-101-1/+1
* Fix window size bug when starting with -fs and returningreimar2006-07-101-2/+2
* c++ decls, 100000000000l to whoever broke my code like this..rfelker2006-07-101-5/+4
* more c++ decl craprfelker2006-07-101-1/+2
* more c++ decl craprfelker2006-07-101-1/+1
* 1000000000l to whoever added c++ decl crap, probably uau..rfelker2006-07-101-1/+1
* Simplify ASS handling second try, this time taking FreeType into account.diego2006-07-091-13/+6
* Revert r18980, it breaks compilation under MinGW.eugeni2006-07-091-1/+7
* Marks several string parameters as const when they are not modified in the fu...reynaldo2006-07-0911-16/+16
* 10l, xvmclib(dir) does not specify a directory name.diego2006-07-091-5/+5
* Consistent option and variable naming for x11libdir and xvmclibdir.diego2006-07-091-11/+11
* _x11_paths should just be a list of paths without -L.diego2006-07-091-1/+1
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-0917-38/+4
* Simplify ASS handling.diego2006-07-091-7/+1
* Remove all encoders from the list of FFmpeg codecs when MEncoder is disabled.diego2006-07-091-0/+2
* Sync with latest FFmpeg build system changes, now parsers can bediego2006-07-091-1/+7
* Add my IRC nick.eugeni2006-07-091-1/+1
* Change SRC_PATH for ffmpeg back to '..' to avoid hardcoding currentuau2006-07-091-1/+1
* Fix code cosmeticsgpoirier2006-07-091-61/+35
* DOCS/xml/hu synced with r18973Gabrov2006-07-092-4/+48
* DOCS/man/hu/mplayer.1 synced with r18969Gabrov2006-07-091-5/+59
* makes several libaf functions static coz they are not used outside their sour...reynaldo2006-07-093-11/+11
* two variables are made static, one of them additionaly modified to const char...reynaldo2006-07-091-2/+2
* make prefix const. Patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-091-1/+1
* Mention hardware DTS pass-through. This wasn't strictly needed, but requested...gpoirier2006-07-081-0/+2
* customtrect -vo gl suboptionreimar2006-07-082-1/+9
* forgotten customtlin -vo gl suboption documentationreimar2006-07-081-0/+3
* Support for 16 bit ppmsreimar2006-07-082-10/+36
* More helpful ProgramEnvParameters.reimar2006-07-081-2/+3
* wording fixdiego2006-07-081-2/+2
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-0817-25/+4
* Add myself to maintainers.eugeni2006-07-081-0/+1
* Add myself to AUTHORS.eugeni2006-07-081-0/+3
* Do not compile FFmpeg muxers and encoders unless MEncoder is enabled.diego2006-07-081-3/+6
* small fix to properly display skins when switching skins during playback.vayne2006-07-081-0/+1
* crash fix when clicking on volume sliders when in stop state.vayne2006-07-081-0/+3
* handle sub-window WinID checks in the gui.vayne2006-07-081-1/+1
* Set svn:ignoreuau2006-07-080-0/+0
* Make some functions static.uau2006-07-089-23/+23
* Improve windows gui supportreimar2006-07-082-4/+8
* Do not fiddle (too much) with external (WinID) windowsreimar2006-07-081-0/+2
* OpenGL outputs actually support WinID, not to mention that showing the optionreimar2006-07-082-7/+3
* vo_init hack is no longer required after the last patch removed the callreimar2006-07-081-9/+0
* No point in checking for X for windows gui, in addition the hackishreimar2006-07-081-0/+2
* small cosmeticsdiego2006-07-081-1/+3
* grammar/markup fixesdiego2006-07-081-9/+13
* Revert r18878, always sync rm files using only pts (ignore framerate)rtogni2006-07-081-1/+8
* fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP comgpoirier2006-07-081-4/+1
* Remove unused prototypertogni2006-07-081-2/+0
* Change use_gui detection to accept also filenames only containingreimar2006-07-081-8/+8
* Indentation fix (cosmetics).eugeni2006-07-071-2/+2
* Initial libass release (without mencoder support).eugeni2006-07-0727-12/+4328
* Split guess_cp() in two functions:eugeni2006-07-072-10/+23
* Make utf8_get_char non-static.eugeni2006-07-072-1/+3
* Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.eugeni2006-07-074-19/+19
* The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced indiego2006-07-071-2/+2
* Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ...gpoirier2006-07-075-3/+448
* lavf demuxer works better for gxfreimar2006-07-071-1/+1
* Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack arou...reimar2006-07-071-0/+4
* Remove windows-specific hack that interfered with relative pathreimar2006-07-071-2/+0
* relative-to-absolute path fixes: Do not prepend drive letter to \\ paths.reimar2006-07-071-1/+3
* Convince windows to allow window sizes > screen sizereimar2006-07-071-0/+2
* usleep is still missing in MinGW, so leave it out of the MinGW version check.diego2006-07-071-0/+2
* Building on Mac OS 10.3 leads to several link errors: this new FAQ entry expl...gpoirier2006-07-071-0/+44
* Fix for case when both V4L and V4L2 are enabledreimar2006-07-061-1/+1
* some grammar/spelling/markup fixes for -rtsp-destinationdiego2006-07-061-2/+6
* Move conditional compilation into the build system.diego2006-07-0624-114/+89
* cosmeticsdiego2006-07-061-4/+5
* -rtsp-port and -rtsp-destination need to be #ifdef MPLAYER_NETWORK.diego2006-07-061-0/+5
* DOCS/xml/hu synced with r18923Gabrov2006-07-063-22/+68
* Update MPlayerOSX checkout commandlines with subversion commandlinegpoirier2006-07-061-6/+5
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-0615-27/+252
* several function from playtreeparser.c maked static,reynaldo2006-07-061-7/+7
* modifies function declarations without parameters from ()reynaldo2006-07-069-50/+50
* Initial win32 gui release.vayne2006-07-0615-0/+6731
* Initial win32 gui release.vayne2006-07-064-3/+56
* document the change on -edlout's behaviorreynaldo2006-07-051-6/+6
* Modifies behavior of -edloutreynaldo2006-07-053-5/+22
* MinGW 3.1 has added gettimeofday.diego2006-07-053-3/+3
* Update with changes from r18894 (get_path as const).diego2006-07-051-1/+1
* inclusion of md5.c based on USE_LIBAVUTIL_SOnicodvb2006-07-051-0/+4
* #define USE_LIBAVUTIL and USE_LIBAVUTIL_SOnicodvb2006-07-051-0/+11
* add a file saying that people should not try to compileattila2006-07-051-0/+6
* remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} orgdiego2006-07-051-1/+0
* all cosmetics, mainly denestifying of main edl operation's fill loopreynaldo2006-07-051-51/+59
* fixes 1000l bug that made MPlayer segfault when an overlaping edl line was foundreynaldo2006-07-051-1/+1
* corectly report badly formated line numberreynaldo2006-07-051-1/+1
* reverts previous commit due to mixed cosmetics ...reynaldo2006-07-051-57/+51
* move some ill-behaving demuxers further down the listreimar2006-07-041-6/+6
* trying to end the codec id battlemichael2006-07-041-0/+7
* respect dvdnav's requests of WAIT to prevent while(1)nicodvb2006-07-041-0/+3
* support for audio streams that appear after unsuccessful probingnicodvb2006-07-041-1/+8
* Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,reimar2006-07-041-5/+5
* Add back the path part in 'libvo/font_load_ft.c' that was accidentally uau2006-07-041-1/+1
* Sync with 18818jheryan2006-07-041-179/+213
* Sync with 18835jheryan2006-07-041-47/+227
* Sync to svn up to 27.6.2006jheryan2006-07-0419-209/+366
* - Fix segfault on overlapping start/stopreynaldo2006-07-041-51/+57
* Remove silly variable indirection.diego2006-07-031-9/+3
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-0315-15/+15
* parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, s...reynaldo2006-07-032-2/+2
* Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar.diego2006-07-031-1/+4
* Remove unused variable, patch by Stefan Huehner stefan [at] huehner [dot] orgdiego2006-07-031-1/+0
* rm unnecesary casts from void* - part 4reynaldo2006-07-0314-50/+50
* fix linking on some systemsivo2006-07-021-1/+1
* remove obsolete md5sum files. libavutil's implementation is used nowivo2006-07-022-715/+0
* use libavutil's md5 implementation instead of local imported copyivo2006-07-021-8/+10
* disable vo_md5sum if there is no libavutilivo2006-07-021-0/+1
* cosmetics: move md5sum check down so it can depend on libavutil laterivo2006-07-021-13/+11
* rm unnecesary casts from void* - part 3reynaldo2006-07-0218-73/