summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-83/+85
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...rathann2006-06-1514-2290/+1521
* Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.reimar2006-06-151-4/+15
* Do not parse numbers as octal, strip leading zeroes instead.reimar2006-06-151-0/+2
* Support UTF8 in OSD textreimar2006-06-151-2/+31
* Missing free for malloced char_seq in OSD codereimar2006-06-151-0/+1
* Fix window position when changing videos while in fullscreen and forreimar2006-06-156-13/+15
* reduced standard verbosity and changed output messages to more uniform descri...nicodvb2006-06-141-13/+13
* workaround: at every read update demux->movi_end with stream->end_pos; needed...nicodvb2006-06-141-0/+5
* restored support for dvdnav only in the stream layer; all other functionaliti...nicodvb2006-06-147-112/+201
* When playing an audio only file use audio time instead of video time touau2006-06-141-1/+2
* Clean up audio pts handling, make audio pts tracking in the audio-onlyuau2006-06-1410-52/+66
* improved -vo gl:lscale documentationreimar2006-06-141-4/+9
* Change free_sh_audio() to take demuxer and stream id as parametersuau2006-06-145-11/+10
* Remove extern declaration for free_sh_audio() that is both unused anduau2006-06-141-2/+0
* More CVS --> Subversion changesivo2006-06-141-52/+51
* CVS --> Subversionivo2006-06-141-14/+11
* Fix problem when subtitle file name is shorter than ".utf-8"gpoirier2006-06-141-1/+1
* fix uninitialized pointer value being passed to open_stream, where it is used...gpoirier2006-06-141-0/+1
* DOCS/xml/hu/ports.xml synced with r18704Gabrov2006-06-141-11/+85
* Remove unnecessary rsync exclude.diego2006-06-141-2/+1
* cosmeticsdiego2006-06-141-7/+7
* formatting fixesdiego2006-06-141-22/+14
* sync with r18697gpoirier2006-06-141-1/+1
* r18697: scaler -> scale typo fixkraymer2006-06-131-2/+2
* review of large parts of xml documentationkraymer2006-06-1311-448/+450
* Document lscale/cscale in -vo gl:help messagereimar2006-06-131-0/+5
* scaler -> scale typo fixreimar2006-06-131-1/+1
* Do not use border for bicubic filter helper texture, since it will cause ATIreimar2006-06-131-5/+5
* Fix a condition as suggested by Rich.gpoirier2006-06-131-1/+1
* cosmeticsgpoirier2006-06-131-22/+22
* Fixes suggested by Ivo, and failure under non-root operation improved. Origin...gpoirier2006-06-131-30/+46
* audio stream switching in mpeg-tsnicodvb2006-06-121-0/+3
* support for audio stream switchingnicodvb2006-06-121-3/+98
* add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)gpoirier2006-06-122-0/+10
* Optimize bicubic filteringreimar2006-06-121-11/+9
* 10l to Roberto for forgetting to add the release code name.diego2006-06-121-1/+1
* typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$rudiego2006-06-121-1/+1
* moves invariant code (chiefly MMX register initialization) out of loops as we...gpoirier2006-06-121-21/+43
* include stream_dvd's interface from libmpdemux/stream_dvd.hnicodvb