summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 messages from -vo mga with [MGA]attila2006-06-257-63/+63
* fail with an error if the source resolution is larger than 1023x1023attila2006-06-252-0/+7
* Make sure mp_input_read_key_code always sleeps. Avoids 100% CPU loadreimar2006-06-251-4/+8
* Forgotten free on errorreimar2006-06-251-0/+2
* respect AOPLAY_FINAL_CHUNK and do not discard samples read from bufferreimar2006-06-251-3/+10
* remove unused variablereimar2006-06-251-1/+0
* natsuki.mplayerhq.hu -> rsync.mplayerhq.huattila2006-06-241-2/+2
* exit() is not allowed in any other function than main(); removednicodvb2006-06-241-7/+7
* fprintf -> ms_msgnicodvb2006-06-241-3/+3
* static-ized a couple of functionsnicodvb2006-06-242-3/+3
* rtp reordering of packets; patch by Ernitron (ernitron@fastwebnet.it)nicodvb2006-06-241-15/+165
* prevent a buffer overflow to occur at teardownben2006-06-231-2/+4
* added myself as the new librtsp maintainerben2006-06-231-0/+1
* moved generic rtsp related files from realrtsp to librtspben2006-06-239-12/+15
* remove some never called codeben2006-06-232-18/+0
* prevent most RTSP streams from locking due to -idxben2006-06-231-0/+1
* added myself to AUTHORS fileben2006-06-231-0/+2
* removed some includes that are now uselessben2006-06-231-2/+1
* new RTSP demuxer dedicated file, based on old code from realrtsp one but inte...ben2006-06-233-94/+176
* some printf() to mp_msg() replacementsben2006-06-231-6/+7
* move real_rtsp init/uninit code to its dedicated place to simplify a bit rtsp...ben2006-06-233-39/+83
* Produce correct version string even when not run in a Subversion working copy.diego2006-06-231-1/+3
* fix charset of turkish help msggpoirier2006-06-231-1/+1
* "make depend" requires version.huau2006-06-221-1/+1
* remove pointless and sometimes incorrect lookupTex stuffreimar2006-06-221-8/+1
* reduce number of texture indirections to support older cardsreimar2006-06-221-6/+6
* CVS --> Subversion + better version.h handlingdiego2006-06-221-9/+3
* CVS --> Subversiondiego2006-06-221-1/+1
* Adapt FFmpeg version.sh that only recreates version.h if its content changed.diego2006-06-221-3/+8
* CVS --> Subversion in copyright noticesdiego2006-06-2297-155/+155
* Ignore libmpencoders.a.diego2006-06-220-0/+0
* CVS --> Subversion as noticed by Jacob Beacham beacham**@**uiuc**.**edudiego2006-06-221-1/+1
* Remove forgotten --disable-setlocale option from --help output.diego2006-06-221-1/+0
* Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")uau2006-06-212-16/+1
* intercept VFCTRL_FLIP_PAGE if neededmichael2006-06-211-0/+11
* send flip_page() through the filter chainmichael2006-06-211-1/+5
* support for -alang in demux_lavfnicodvb2006-06-211-0/+1
* support for -alangnicodvb2006-06-211-5/+9
* cosmetic changes (defines will be used later in other parts of the code)ben2006-06-212-14/+21
* Make most of the xpm-files read 'const char*' instead of 'char*'diego2006-06-2145-45/+45
* better RTSP RFC compliance (fixes in CSeq and TEARDOWN handling)ben2006-06-213-18/+63
* Move #ifdefs around complete files into the build system.diego2006-06-2132-161/+116
* Ignore libraries.diego2006-06-210-0/+0
* rename cvs-howto.txt to svn-howto.txtivo2006-06-211-0/+0
* Comment #ifdef #endif jungle.diego2006-06-211-16/+16
* minor Subversion-related changesdiego2006-06-211-12/+3
* Comment some #endif directives to avoid confusion.diego2006-06-211-3/+3
* Remove separation between Win32 DLL and DirectShow support in the build system.diego2006-06-219-86/+9
* add command for changing commit messages after the commit took place.ivo2006-06-211-0/+7
* audio stream switching in demux_lavfnicodvb2006-06-201-1/+2
* support for audio stream switchingnicodvb2006-06-201-1/+50
* fix a buffer overflow causing a segfaultaurel2006-06-201-1/+2
* CVS --> Subversionaurel2006-06-201-0/+6
* simplifydiego2006-06-201-5/+2
* Remove misleading Encrypted VOB message; patch by Ismail Donmez (ismail ab pa...nicodvb2006-06-192-5/+0
* Full sync to r18498gpoirier2006-06-191-377/+1707
* full update, patch by Tuncer Altay, tunceraltay (at) yahoo.com,gpoirier2006-06-191-0/+1
* audio switching to any of the available tracksnicodvb2006-06-191-0/+1
* feed any audio track present in the mux; switch to any of the available audio...nicodvb2006-06-191-29/+36
* Change integer to string comparison in hw.optional.altivec test sincediego2006-06-191-1/+1
* avcodec_close()michael2006-06-191-0/+1
* try to reduce the distance between consecutive frames with pts to no more tha...nicodvb2006-06-181-1/+1
* fix link to help_mp-XX.h files in svn repokraymer2006-06-181-1/+1
* r18712: improved -vo gl:lscale documentationkraymer2006-06-181-31/+26
* Conditionally run some CPU-architecture and OS-specific tests.diego2006-06-181-8/+34
* Rename --with-dts*dir options to --with-libdts*dir for consistency anddiego2006-06-181-4/+4
* Software Scaler headers usage cleanuplucabe2006-06-1814-22/+11
* prevent buffer overflow in the STD; simplified fill_packet() (moving part of ...nicodvb2006-06-181-87/+111
* Consistency fix.rathann2006-06-181-2/+2
* respect saved default for cache enable when nothing specified onreimar2006-06-171-1/+1
* Make header include order more similar to vo_gl.creimar2006-06-171-3/+2
* Rename --with-libdvnav --> --with-dvdnavdir for consistency.diego2006-06-171-1/+1
* Disentangle _win32 and _dshow, the test for _dshow is disabled anyway.diego2006-06-171-2/+2
* Simplify and streamline FAAD detection.diego2006-06-171-22/+20
* consistency fix: --with-foo switches shall not enable options.diego2006-06-171-5/+0
* Fix crash with all audio-only ogg files, the vorbis_info struct is notreimar2006-06-171-1/+1
* DOCS/man/hu/mplayer.1 synced with r18712Gabrov2006-06-161-27/+22
* Rewrite audio EOF handling logic fixing some problems that could causeuau2006-06-162-9/+24
* cosmetics: Rename some variables and command line parameters.diego2006-06-161-74/+74
* Fix definition of reinit_audio_chain().uau2006-06-161-1/+1
* removed old dvdnav codenicodvb2006-06-163-246/+0
* Use a function for help output.diego2006-06-161-7/+10
* sync with 18730 (Use MPlayer's CPU detection module instead of libmpeg2's)gpoirier2006-06-161-99/+169
* option handling consistency fixesdiego2006-06-161-1/+2
* readability cosmeticsdiego2006-06-161-6/+6
* Use MPlayer's CPU detection module instead of libmpeg2's,gpoirier2006-06-162-0/+24
* Setting up a web server and FTP server.diego2006-06-161-2/+19
* misc correctionsdiego2006-06-161-46/+52
* typoods152006-06-161-1/+1
* update copyright an changelog with new liba52 0.7.4rathann2006-06-152-1/+4
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...rathann2006-06-154-2345/+0
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...rathann2006-06-158