summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* grammar fixdiego2005-12-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17202 b3059339-0415-0410-9bf9-f77b7e298cf2
* include fastmemcpy.h before stream.h, so it is used for the stream_readreimar2005-12-171-1/+2
| | | | | | | function, too. Gives a small speedup for e.g. high bandwidth MPEG2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17201 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove now useless YV12 plane swap hack, patch by Luc Gallant lucgallant at ↵henry2005-12-161-18/+4
| | | | | | gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17200 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not set the flag when config failedhenry2005-12-161-1/+4
| | | | | | | patch by Mikulas Patocka (mikulas at artax karlin mff cuni cz) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17199 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid gcc warnings:rathann2005-12-151-2/+1
| | | | | | | | | | | | '...' might be used uninitialized in this function In this case 'H', 'N', 'D', and 'F' can indeed be used unitialized, thus possibly causing all sorts of problems. Patch by Peter Breitenlohner git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17198 b3059339-0415-0410-9bf9-f77b7e298cf2
* make -o mandatory and add a warning when the extension does not match the ↵wanderer2005-12-153-2/+37
| | | | | | container format, patch by Reynaldo Pinochet git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17197 b3059339-0415-0410-9bf9-f77b7e298cf2
* one-word grammar fix for "incompatible codec" messagewanderer2005-12-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17196 b3059339-0415-0410-9bf9-f77b7e298cf2
* use snd_mixer_selem_set_playback_switch when muting ALSA, patch by Matthias ↵wanderer2005-12-151-0/+11
| | | | | | Lederhofer <matled -at- gmx dot net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17195 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.213ptt2005-12-151-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17194 b3059339-0415-0410-9bf9-f77b7e298cf2
* small grammatical/sentence fixptt2005-12-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17193 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation when dvdkit and dvdread are not availablenicodvb2005-12-145-5/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17192 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix small typos spoted by Paul TTreynaldo2005-12-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17191 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reformat for better readability.diego2005-12-131-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17190 b3059339-0415-0410-9bf9-f77b7e298cf2
* restore the old behavior for --enable-theora, ie. provide a sane default for ↵aurel2005-12-131-0/+3
| | | | | | $_ld_theora git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17189 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdread configure script defines __DARWIN__ on darwin to triggerdiego2005-12-131-0/+4
| | | | | | | | the definition of SYS_BSD in dvd_reader.c. hint by Emanuele Giaquinta < emanuele . . . giaquinta . @ . gmail . . . com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17188 b3059339-0415-0410-9bf9-f77b7e298cf2
* Darwin does not support -rdynamic.diego2005-12-131-1/+1
| | | | | | | patch by Emanuele Giaquinta < emanuele . . . giaquinta . @ . gmail . . . com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17187 b3059339-0415-0410-9bf9-f77b7e298cf2
* small typo preventing compilation, sorry :(ptt2005-12-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17186 b3059339-0415-0410-9bf9-f77b7e298cf2
* little fixes....ptt2005-12-131-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17185 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync up to 1.210ptt2005-12-131-33/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17184 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor grammar clarification to the last commit, + omitted periodswanderer2005-12-121-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17183 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify paths in patch and fix recent breakage, no -ko keyword expansiondiego2005-12-111-4/+4
| | | | | | | flag was set on this file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17182 b3059339-0415-0410-9bf9-f77b7e298cf2
* Another examples showing how to play raw YUV video samplesgpoirier2005-12-112-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17181 b3059339-0415-0410-9bf9-f77b7e298cf2
* add hint to slave.txtreimar2005-12-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17180 b3059339-0415-0410-9bf9-f77b7e298cf2
* improve video equalizer command (brightness, contrast, etc.) descriptionreimar2005-12-111-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17179 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1176gpoirier2005-12-111-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17178 b3059339-0415-0410-9bf9-f77b7e298cf2
* make fribidi autodetect by default instead of disableods152005-12-111-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17177 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make -really-quiet a common option.diego2005-12-113-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17176 b3059339-0415-0410-9bf9-f77b7e298cf2
* make demuxer seek and close functions return void, patch by Dominik Mierzejewskiwanderer2005-12-114-11/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17175 b3059339-0415-0410-9bf9-f77b7e298cf2
* punctuation fixes for the previous commitwanderer2005-12-111-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17174 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update email address, old one is deadgpoirier2005-12-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17173 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1175gpoirier2005-12-111-18/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17172 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix -v/-verbose description.diego2005-12-111-14/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17171 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1174gpoirier2005-12-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17170 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: \ needs to be escaped in roff.diego2005-12-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17169 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.201gabrov2005-12-101-10/+65
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17168 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1171gpoirier2005-12-101-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17167 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1/4lgpoirier2005-12-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17166 b3059339-0415-0410-9bf9-f77b7e298cf2
* Formatting fixgpoirier2005-12-101-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17165 b3059339-0415-0410-9bf9-f77b7e298cf2
* Give an example about how to use the famous cqif video samplesgpoirier2005-12-101-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17164 b3059339-0415-0410-9bf9-f77b7e298cf2
* move to next vo if /dev/3dfx could not be openediive2005-12-101-7/+16
| | | | | | | open it on preinit not at config time. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17163 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1170gpoirier2005-12-101-1/+242
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17162 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not exit() if /dev/3dfx is not available, approved by Ivan.diego2005-12-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17161 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete note.diego2005-12-101-15/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17160 b3059339-0415-0410-9bf9-f77b7e298cf2
* known bugs with P4 and SSE, small fixesdiego2005-12-101-2/+16
| | | | | | | based on a patch by compn < . tempn . @ . twmi . . . rr . . . com . > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17159 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert this file to UTF-8 as it contains funky caracters from all around ↵gpoirier2005-12-101-26/+26
| | | | | | | | | the world. What's even better is that this gets rid of a GTK assertion error. \o/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17158 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1162: multithreaded decodingranma2005-12-101-3/+335
| | | | | | | | | | | | | | 1.1163: new -msglevel option, constrols msg level for every msg module 1.1164: stray LIVE.COM -> LIVE555 transition 1.1165: alphabetical order + better explanation for '-lavdopts threads' 1.1166: new arguments for -vf spp, patch by Corey Hickey 1.1167: -msglevel description improvement 1.1168: preliminary environment variables section 1.1169: vf_fspp bframes option 1.1170: Clarifications for the AUDIOSERVER environment variable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17157 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to rev. 1.210ranma2005-12-101-5/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17156 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove stray tab, which was confusing help_diff.shranma2005-12-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17155 b3059339-0415-0410-9bf9-f77b7e298cf2
* Harcoded eng strings on libmpdemux/network.c to help_mpreynaldo2005-12-102-31/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17154 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg updatertognimp2005-12-091-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17153 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc)rtognimp2005-12-099-939/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17152 b3059339-0415-0410-9bf9-f77b7e298cf2
* cookdiego2005-12-091-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17151 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move audio packets reordering from codec interface to demuxers for realrtognimp2005-12-094-205/+199
| | | | | | | | | files (old and new format), pass only real extradata to the codec Enable cook codec from lavc, prefer lavc codecs for 14_4 and 28_8 formats. Disable internal 28_8, it's broken now and will be removed soon git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17150 b3059339-0415-0410-9bf9-f77b7e298cf2
* #include help_mp.h only once.diego2005-12-091-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17149 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove some inactive maintainers.diego2005-12-091-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17148 b3059339-0415-0410-9bf9-f77b7e298cf2
* long obsoletediego2005-12-091-85/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17147 b3059339-0415-0410-9bf9-f77b7e298cf2
* some sync with the present day situationdiego2005-12-091-21/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17146 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths, -I.. is in CFLAGS.diego2005-12-0830-196/+196
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17145 b3059339-0415-0410-9bf9-f77b7e298cf2
* M263 (M$ h263) can be decoded by lavc H.263 decoderrtognimp2005-12-081-1/+1
| | | | | | | Patch by Corey Hickey git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17144 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bye-bye old email address, I'm a student no more!! :-Pgpoirier2005-12-081-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17143 b3059339-0415-0410-9bf9-f77b7e298cf2
* translate just 1.1169gpoirier2005-12-081-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17142 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1167gpoirier2005-12-081-4/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17141 b3059339-0415-0410-9bf9-f77b7e298cf2
* -mc 0.1 is preferrable to -mc 10 since A/V sync is recovered quicker after ↵diego2005-12-081-1/+1
| | | | | | seeking. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17140 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarifications for the AUDIOSERVER environment variable.diego2005-12-081-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17139 b3059339-0415-0410-9bf9-f77b7e298cf2
* add fix for sbr_dec.c to local diff, toorathann2005-12-071-2/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17138 b3059339-0415-0410-9bf9-f77b7e298cf2
* add my fix to ps_dec.c to our diffrathann2005-12-071-2/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17137 b3059339-0415-0410-9bf9-f77b7e298cf2
* Every contribution deserves to be listed on the "about" window of the gui.gpoirier2005-12-072-94/+218
| | | | | | | Change the way this list is done by following the layout of AUTHORS git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17136 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_fspp bframes optionhenry2005-12-071-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17135 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent flicker on b-frames, trivial port from vf_spphenry2005-12-071-6/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17134 b3059339-0415-0410-9bf9-f77b7e298cf2
* list myself as patch backlog maintainerwanderer2005-12-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17133 b3059339-0415-0410-9bf9-f77b7e298cf2
* option to show the lines containing anomalies, patch by Ivo van Poortenwanderer2005-12-071-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17132 b3059339-0415-0410-9bf9-f77b7e298cf2
* small updates and fixesdiego2005-12-071-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17131 b3059339-0415-0410-9bf9-f77b7e298cf2
* preliminary environment variables sectiondiego2005-12-071-0/+231
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17130 b3059339-0415-0410-9bf9-f77b7e298cf2
* really clear frames to black instead of grey, and make sure one of thosereimar2005-12-071-5/+14
| | | | | | | | cleared frames is actually shown (and not a leftover from last film, which happened at least with ATI cards). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17129 b3059339-0415-0410-9bf9-f77b7e298cf2
* signed division must be used for calculation vo_dx and vo_dy.reimar2005-12-072-4/+4
| | | | | | | Fixes a bug that causes overbig windows to disappear on Windows. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17128 b3059339-0415-0410-9bf9-f77b7e298cf2
* WM_PAINT is the "expose" event, not WM_ACTIVATEreimar2005-12-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17127 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor spelling fixesjheryan2005-12-071-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17126 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.1163jheryan2005-12-071-19/+134
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17125 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't abort when xscreensaver window isn't available anymore.al2005-12-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17124 b3059339-0415-0410-9bf9-f77b7e298cf2
* more warning fixesods152005-12-073-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17123 b3059339-0415-0410-9bf9-f77b7e298cf2
* compiler warning fixes, some of these were actual (printing) bugs.ods152005-12-071-13/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17122 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'llods152005-12-074-21/+9
| | | |