summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed -ac/vc/ao/vo/afm/vfm stuffarpi2002-10-061-18/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7636 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdkit shared install fixedarpi2002-10-061-1/+6
| | | | | | | bugrep by Chris Phillips <chris@thirtythreeandathird.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7635 b3059339-0415-0410-9bf9-f77b7e298cf2
* mayeb fixed dpms/screensaver issuesarpi2002-10-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7634 b3059339-0415-0410-9bf9-f77b7e298cf2
* documenting -vop dintarpi2002-10-061-0/+5
| | | | | | | patch by Andriy N. Gritsenko <andrej@lucky.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7633 b3059339-0415-0410-9bf9-f77b7e298cf2
* I found that default isn't optimal so it's changed a bit. :)arpi2002-10-061-1/+1
| | | | | | | patch by Andriy N. Gritsenko <andrej@lucky.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7632 b3059339-0415-0410-9bf9-f77b7e298cf2
* smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>arpi2002-10-064-0/+101
| | | | | | | TODO: add libsmb* detection and #define LIBSMBCLIENT to ./configure ! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7631 b3059339-0415-0410-9bf9-f77b7e298cf2
* i18n should not affect --languagearpi2002-10-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7630 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch adds the functionality to disable/enable subtitles while playingarpi2002-10-067-3/+27
| | | | | | | | | | | | a video. I mapped it to the input-keyword "sub_visibility". This keyword is mapped to the 'v' key on the keyboard. I tested the patch with old-fashioned subtitles, with freetype subtitles and DVD subtitles. Works fine. The patch also includes documentation updates. patch by Uwe.Reder@3SOFT.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7629 b3059339-0415-0410-9bf9-f77b7e298cf2
* DPRINTF -> mp_msg()arpi2002-10-061-37/+27
| | | | | | | patch by Tobias Diedrich <td@sim.uni-hannover.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7628 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small error, the buffer size got set incorrectly.arpi2002-10-061-22/+47
| | | | | | | | (Now BUFFER_SIZE * 3 instead of BUFFER_SIZE * 2) patch by Tobias Diedrich <td@sim.uni-hannover.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7627 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed some typos and an error in the help output.diego2002-10-061-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7626 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch hopefully fixes colorkeying and a segfault in exclusive modearpi2002-10-063-41/+62
| | | | | | | Sascha Sommer <saschasommer@freenet.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7625 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo (found by alex)michael2002-10-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7624 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedarpi2002-10-061-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7623 b3059339-0415-0410-9bf9-f77b7e298cf2
* uninit cleanup again... thx to Nilmoni Deb for bugreportarpi2002-10-061-55/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7622 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added my credits, plus a small wording correction.diego2002-10-061-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7621 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot docs (again ...)michael2002-10-061-3/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7620 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync, shorter messages in help screenrtognimp2002-10-061-32/+225
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7619 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removing annoying printfanders2002-10-061-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7618 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changing frequency limit for resamplinganders2002-10-061-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7617 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding Support for non-reentrant audio filtersanders2002-10-067-19/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7616 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding -format and -af switchesanders2002-10-065-4/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7615 b3059339-0415-0410-9bf9-f77b7e298cf2
* 11larpi2002-10-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7614 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-10-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7613 b3059339-0415-0410-9bf9-f77b7e298cf2
* strtod is locale-dependant, so it may only accept either '.' or ',' as ↵atmos42002-10-061-1/+16
| | | | | | | | | | decimal point, we do now make sure both works by providing a fallback. If anyone knows a better/simpler algorithmn than I used, feel free to improve. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7612 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable -subfps for time based subtitles, too.atmos42002-10-061-1/+17
| | | | | | | | | | | Please update the DOCS for -subfps: "If you have time-based subtitles like subviewer that can't be synced by -subdelay try specifying -subfps with the framerate of the movie the time-based sub was created for, eg. -subfps 25 if you use subs from a 25 fps movie with a movie using a different framerate. If you need to guess -subfps, try 25, 23.98 and 29.97" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7611 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-10-062-21/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7610 b3059339-0415-0410-9bf9-f77b7e298cf2
* Skip html tags (like <i>) inside subviewer subtitles.atmos42002-10-061-2/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7609 b3059339-0415-0410-9bf9-f77b7e298cf2
* - init fails if no -vo mpegpesarpi2002-10-061-5/+34
| | | | | | | - do not fail if unsupported samplerate, instead force resample to 48khz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7608 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated, still missing many contributors :(arpi2002-10-051-1/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7607 b3059339-0415-0410-9bf9-f77b7e298cf2
* new option -speed, to set playback speed rate (examples: -speed 1:3 or -speed 5)arpi2002-10-052-10/+14
| | | | | | | it replaces old -srate behaviour ofor mplayer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7606 b3059339-0415-0410-9bf9-f77b7e298cf2
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderarpi2002-10-057-37/+218
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7605 b3059339-0415-0410-9bf9-f77b7e298cf2
* af_calc_insize_constrained() rounding changes, works better for me this wayarpi2002-10-051-13/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7604 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimization of the FIR macros, extending outfreq range to 2..192khzarpi2002-10-051-14/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7603 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffdv addedarpi2002-10-051-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7602 b3059339-0415-0410-9bf9-f77b7e298cf2
* new ac/vc/afm/vfm/ao/vo optionsjonas2002-10-051-57/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7601 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removing debug message, (oops)anders2002-10-051-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7600 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding function for estimating required buffer lengthanders2002-10-052-1/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7599 b3059339-0415-0410-9bf9-f77b7e298cf2
* by cvs hephooey@fastmail.fmjaf2002-10-0512-0/+5270
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7598 b3059339-0415-0410-9bf9-f77b7e298cf2
* We translated Polish manual to version pre8.gabucino2002-10-051-1007/+1901
| | | | | | | | | | | | Was in this a little confusions. We translated version pre7 and I had You already to send it, and here pre8. Much was of work, because manual changed - is now more readable... Adrian Pawlik < imoteph@wp.pl > Konrad Materka < kmaterka@wp.pl > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7597 b3059339-0415-0410-9bf9-f77b7e298cf2
* renamed to LUT-based sw. eq.alex2002-10-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7596 b3059339-0415-0410-9bf9-f77b7e298cf2
* This just corrects a function name to match the other demuxer'sarpi2002-10-042-4/+7
| | | | | | | | | "xxx_check_file" convention, adds a verbose note about (to match the other demuxers) patch by Kees Cook <mplayer@outflux.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7595 b3059339-0415-0410-9bf9-f77b7e298cf2
* adds "libdv" to the "input modules" list in "configure", andarpi2002-10-041-1/+3
| | | | | | | | takes out the note about "for mencoder" since it's actually for both. :) patch by Kees Cook <mplayer@outflux.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7594 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***jaf2002-10-041-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7593 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correcting error in macroanders2002-10-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7592 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixing the fix buffer overrun should work nowanders2002-10-032-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7591 b3059339-0415-0410-9bf9-f77b7e298cf2
* Redesign of buffer length calculationanders2002-10-033-21/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7590 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1larpi2002-10-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7589 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100larpi2002-10-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7588 b3059339-0415-0410-9bf9-f77b7e298cf2
* this patch adds an ability to recover from audio buffer cross-run by ↵alex2002-10-023-7/+98
| | | | | | Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7587 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanups for video_grabber() which fix a race condition by Jindrich ↵alex2002-10-021-21/+25
| | | | | | Makovicka <makovick@kmlinux.fjfi.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7586 b3059339-0415-0410-9bf9-f77b7e298cf2
* this patch adds an ability to recover from audio buffer cross-run by ↵alex2002-10-021-0/+1
| | | | | | Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7585 b3059339-0415-0410-9bf9-f77b7e298cf2
* use snprintf instead of sprintfpontscho2002-10-021-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7584 b3059339-0415-0410-9bf9-f77b7e298cf2
* add [video||audio]_driver_listpontscho2002-10-026-43/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7583 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixing potential future problem with buffer overrunanders2002-10-021-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7582 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changing to 32 bit aritmetics for countersanders2002-10-021-26/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7581 b3059339-0415-0410-9bf9-f77b7e298cf2
* change i18n to autodetectpontscho2002-10-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7580 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l - update len too in sliced modearpi2002-10-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7579 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed order of libs to match the dependency (required for static linking)arpi2002-10-012-14/+14
| | | | | | | patch by Sidik Isani <lksi@cfht.hawaii.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7578 b3059339-0415-0410-9bf9-f77b7e298cf2
* new opt: -autosync, controls ao->get_delay() smoothing (default: disabled)arpi2002-10-013-4/+61
| | | | | | | patch by Sidik Isani <lksi@cfht.hawaii.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7577 b3059339-0415-0410-9bf9-f77b7e298cf2
* flickering fix, patch by Fredrik Noring <noring@nocrew.org>arpi2002-10-011-14/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7576 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing RV10 streamcopy - detect packet format (simple single frame vs. slicesarpi2002-10-011-12/+17
| | | | | | | with extra header + offset tab) based on codec header instead of demuxer type git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7575 b3059339-0415-0410-9bf9-f77b7e298cf2
* rv10 cleanupmichael2002-10-012-28/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7574 b3059339-0415-0410-9bf9-f77b7e298cf2
* _NET_WM_FULLSCREEN supportpontscho2002-10-012-4/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7573 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding support for multiple audio streams and removing annoying message from ↵anders2002-10-014-124/+122
| | | | | | resample and format git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7572 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixnexus2002-10-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7571 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moving lm to after lafanders2002-10-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7570 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding new audio output filter layer libafanders2002-10-0115-3/+2234
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7569 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec sync; zigzag_direct and block_permute_op replaced by non-globals ↵rik2002-09-301-7/+8
| | | | | | in MpegEncContext git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7568 b3059339-0415-0410-9bf9-f77b7e298cf2
* - demuxer->audio->id is set to -2 when using 'frameno.avi', soarpi2002-09-301-4/+14
| | | | | | | | | | | in that case, just skip audio packets. - When processing NuppelVideo files with mencoder, remaining time, estimated size, etc. fields are not computed. SOLUTION: Update demuxer->filepos variable when reading the packets. patch by Petr Pudlak <wandermind@centrum.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7567 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Anders Rune Jensen <anders@gnulinux.dk>jaf2002-09-301-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7566 b3059339-0415-0410-9bf9-f77b7e298cf2
* idct algo selection supportmichael2002-09-292-1/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7565 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio out driver list support (example: -ao alsa9,sdl:esd,oss,sdl:oss,)arpi2002-09-293-84/+75
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7564 b3059339-0415-0410-9bf9-f77b7e298cf2
* video out driver list support (like -vc, example: -vo xmga,xv,x11,)arpi2002-09-294-60/+67
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7563 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsolote func, some cosmetics of AUDIO: msgarpi2002-09-291-38/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7562 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l: shift+space -> normal spacegabucino2002-09-291-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7561 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanup - made private vars/funcs static, removed obsolete externsarpi2002-09-296-65/+66
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7560 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix - hope it don't break itarpi2002-09-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7559 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixesarpi2002-09-295-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7558 b3059339-0415-0410-9bf9-f77b7e298cf2
* upsz ...pontscho2002-09-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7557 b