summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+73
* rm unnecesary casts from void* - part 2reynaldo2006-07-0220-55/+55
* updated english and french manpages with new -rtsp-destination optionben2006-07-012-0/+10
* missing free() if bails out at step 12ben2006-07-011-0/+1
* Remove unneeded codelucabe2006-07-011-15/+0
* new rtsp-destination option which allows forcing destination ip address (fixe...ben2006-07-012-2/+8
* Fix A-V sync for real files (also live streams)rtogni2006-07-011-1/+1
* Get rid of unused variablereimar2006-07-011-1/+0
* Make sure all texture units have a different texture bound.reimar2006-07-011-8/+17
* this unrelated and erroneus change was applied on my previous commit, revertedreynaldo2006-07-011-1/+4
* rm unnecesary void* casts - part 1reynaldo2006-07-018-42/+39
* havent seen him in ages..reynaldo2006-06-301-2/+2
* Add some explanatory comments to #endif jungle.diego2006-06-301-3/+3
* 10l: wrong #endif removed.diego2006-06-301-1/+1
* Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ...diego2006-06-301-2/+0
* Move conditional FreeType support compilation to the build system.diego2006-06-303-5/+5
* postproc --> libswscalediego2006-06-304-6/+6
* postprocess.h was moved to libpostproc years ago..diego2006-06-301-1/+1
* Move postproc ---> libswscalelucabe2006-06-3031-22/+22
* Nicolas Le Gaillart has vanishedgpoirier2006-06-301-1/+1
* Update list of documentation maintainers.diego2006-06-301-6/+7
* gets ride of a few more sizeof(char)sreynaldo2006-06-304-6/+6
* more sizeof(char) funreynaldo2006-06-302-4/+4
* correct handling of sgi compressed images on amd64, patch by Paul-Francois Fo...reynaldo2006-06-301-3/+3
* coverity report #179 from xine: variable "rest" not freed or pointed-to in fu...ben2006-06-291-0/+1
* cosmetic patch to remove useless sizeof(char) statementsben2006-06-291-7/+7
* increase buffer size, "CSeq: %u" has a worst case of 17 (fix 1.18 from xine, ...ben2006-06-291-3/+3
* be more tolerant on server responses parameters case (fix 1.17 from xine, see...ben2006-06-291-8/+8
* 2 more unused functions removal (trying to sync with xine)ben2006-06-291-52/+0
* removed unused hexdump()ben2006-06-291-36/+0
* fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for repor...ben2006-06-291-0/+1
* Add missing license, as chosen by its authorgpoirier2006-06-291-0/+2
* merges two asm constraints to one, patch by Zuxy Meng zuxy PP meng AHH gmail ...gpoirier2006-06-291-3/+3
* Switch to UTF-8, patch by Rickard Narstromgpoirier2006-06-292-457/+457
* Fix misplaced apostrophe.diego2006-06-291-1/+1
* Clear up the "who is pacman / who is tcsetattr?" mysterypacman2006-06-281-1/+1
* Remove bogus stream_eof() test - av_read_frame() has its own buffer and canpacman2006-06-281-5/+0
* Respect AOPLAY_FINAL_CHUNKpacman2006-06-281-2/+7
* cosmeticsdiego2006-06-281-0/+30
* Rewrite and extend the Subversion guidelines.diego2006-06-281-64/+92
* typo/grammar fixesdiego2006-06-281-12/+18
* More information on how to compile MPlayer on OSX with extra featuresgpoirier2006-06-271-1/+42
* includes before checking for defines (thanks Reimar for watching me)ben2006-06-271-1/+2
* network code portability for win32ben2006-06-271-1/+10
* avoid messing up with includesben2006-06-272-5/+2
* remove MMX2 dependency (replace pshufw $78 with pswapd) so it cangpoirier2006-06-271-32/+32
* fix conversion float to int to use saturated ops,gpoirier2006-06-272-41/+52
* don't declare same global var twice (break live555 compilation)ben2006-06-261-1/+1
* updated DOCS with new generic (non LIVE555 dependant) usage of -rtsp-port optionben2006-06-266-6/+6
* mention new rtsp demuxer in changelog fileben2006-06-261-0/+1
* added new native rtsp demuxer code for mpeg-ts over rtp (now both real and no...ben2006-06-268-11/+805
* Add new Subversion beginners guideivo2006-06-261-0/+62
* Remove old CVS beginners guideivo2006-06-261-141/+1
* added FreeSDP library in Copyright fileben2006-06-261-0/+6
* r18824: URL update for Marillat Debian packageskraymer2006-06-261-1/+1
* added myself as freesdp imported library maintainerben2006-06-261-0/+1
* new imported library in libmpdemux: freesdp (will be used by native rtsp demu...ben2006-06-268-1/+3734
* cosmetic changes to avoid constants redefinitionben2006-06-261-8/+15
* Avoid crash in uninit-without-config casereimar2006-06-261-0/+2
* URL update for Marillat Debian packagesdiego2006-06-262-2/+2
* support for auto_close parameter in menu command list (geexbox patch)ben2006-06-251-1/+10
* switch_ratio -1 slave command restores aspect ratio to default value (geexbox...ben2006-06-251-1/+1
* declaring static functions with the same name than libc ones was not the best...ben2006-06-252-4/+4
* Typo: use ptmpstr instead of tmpstr to strip leading spaces + add gpoirier2006-06-251-2/+2
* 10lattila2006-06-251-1/+1
* kill unused message string MSGTR_LIBVO_MGA_MgaInvalidOutputFormatattila2006-06-257-7/+0
* reword some of the german translations of the mga message stringsattila2006-06-251-4/+4
* correctly prefix all