summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* typodiego2005-09-022-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16345 b3059339-0415-0410-9bf9-f77b7e298cf2
* description typo fixesdiego2005-09-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16344 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates, typosdiego2005-09-021-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16343 b3059339-0415-0410-9bf9-f77b7e298cf2
* aRts, ESD consistent spellingdiego2005-09-012-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16342 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid short forms.diego2005-09-011-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16341 b3059339-0415-0410-9bf9-f77b7e298cf2
* New section: Notes on Audio/Video synchronization, taken from Rich's ↵gpoirier2005-09-011-0/+42
| | | | | | | | | encoding guide NOTE: someone please make sure the doc is cleanly generated. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16340 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support On2 VP7 via binary decoder by implementing ↵reimar2005-09-012-0/+46
| | | | | | | | | | USER32.RegisterClipboardFormatA, SHLWAPI.PathFindExtensionA and SHLWAPI.PathFindFileNameA. Tested with http://www.on2.com/vp7_samples/potter-40.vp7. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16339 b3059339-0415-0410-9bf9-f77b7e298cf2
* * really keep track on how many samples were decoded last round (fix 10l)attila2005-09-011-4/+7
| | | | | | | | * leave loop if more than 10 faad errors were detected since the last call of decode_audio git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16338 b3059339-0415-0410-9bf9-f77b7e298cf2
* stop trying to decode faad audio, when last decoded length is <0attila2005-09-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16337 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.12jheryan2005-09-011-9/+65
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16336 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.1077jheryan2005-09-011-13/+64
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16335 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1077gpoirier2005-09-011-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1076gpoirier2005-09-011-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -I../libavutil to the includes to fix building vo_zr[2].diego2005-09-011-0/+6
| | | | | | | patch by Corey Hickey <bugfood-ml - at - fatooh - dot - org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16332 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix longstanding typo - "patentend"wanderer2005-08-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16331 b3059339-0415-0410-9bf9-f77b7e298cf2
* x264 fourccfaust32005-08-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16330 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing parts of the force codecs/demuxers documentationreimar2005-08-311-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16329 b3059339-0415-0410-9bf9-f77b7e298cf2
* support Pinnacle VideoXLalex2005-08-311-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16328 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix move playlists (control must be returned to mplayer.c, with the demuxerreimar2005-08-312-1/+5
| | | | | | | returning the real URL as a packet). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16327 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lattila2005-08-311-1/+1
| | | | | | | variables have to be declared before any command. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16326 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1075gpoirier2005-08-311-1/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16325 b3059339-0415-0410-9bf9-f77b7e298cf2
* add key_down_eventto slave mode, used to inject key down event with ↵nplourde2005-08-313-1/+5
| | | | | | mplayer_put_key git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16324 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sparcs do not like wild pointer typecasting (unaligned access).reimar2005-08-301-1/+4
| | | | | | | Fixes bugzilla bug #365. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16323 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow forcing of demuxers and codecs by prepending '+'reimar2005-08-307-29/+65
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16322 b3059339-0415-0410-9bf9-f77b7e298cf2
* extra size checks for samples array to avoid crashes in some rare cases.reimar2005-08-301-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16321 b3059339-0415-0410-9bf9-f77b7e298cf2
* multiplying fps by 10000 is no more necessary (when determining mp4v and ↵nicodvb2005-08-301-2/+2
| | | | | | h264 framerate) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16320 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix nsv detection with new demuxer structurertognimp2005-08-301-47/+30
| | | | | | | | | | | | With old method there was an hack to skip detection for streamed nsv, because demuxer did the chek only on first 4 bytes and live nsv streams starts at random place in the file. The detection code was changed to search for nsv signature in the first 64k of the file. The check was changed to "unsafe" and thus moved later because now is more expensive. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16319 b3059339-0415-0410-9bf9-f77b7e298cf2
* How to build MPlayerOSXgpoirier2005-08-301-1/+74
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16318 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.12gabrov2005-08-291-8/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16317 b3059339-0415-0410-9bf9-f77b7e298cf2
* adds 'ID_DEMUXER=avi' to -identify...ods152005-08-271-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16316 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix mpeg-pes playbackrtognimp2005-08-262-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16315 b3059339-0415-0410-9bf9-f77b7e298cf2
* ENCA uses -lmhenry2005-08-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16314 b3059339-0415-0410-9bf9-f77b7e298cf2
* X11 can use pthread (fixes --enable-static)henry2005-08-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16313 b3059339-0415-0410-9bf9-f77b7e298cf2
* more thorough aalib test (needed for --enable-static)henry2005-08-261-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16312 b3059339-0415-0410-9bf9-f77b7e298cf2
* support MPEG in GXF container with extension-based detection.reimar2005-08-265-1/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16311 b3059339-0415-0410-9bf9-f77b7e298cf2
* reordered bps calculationhenry2005-08-251-34/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16310 b3059339-0415-0410-9bf9-f77b7e298cf2
* set the nearest number of channels, return(0) upon errorshenry2005-08-251-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16309 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid reading more than maxlen bytes.reimar2005-08-251-2/+2
| | | | | | | | Has the sideeffect that the amount read will be close to maxlen instead of minlen as before. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16308 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, missing returnfaust32005-08-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16307 b3059339-0415-0410-9bf9-f77b7e298cf2
* Wrong scale conversion from VFCTRL_SET_EQUALIZER, priv->saturation shouldreimar2005-08-251-1/+1
| | | | | | | be in [0, 2] range, not [99, 101] range. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16306 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffwmv3 does not work, use "status crashing" so it is not auto-selected.reimar2005-08-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16305 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix texture format variable types. Internal format is GLint, others are GLenumreimar2005-08-254-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16304 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed seeking for AVC-in-Matroska (wrong assumption of what kind of ↵mosu2005-08-241-2/+2
| | | | | | references may be present for a non-I-frame). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16303 b3059339-0415-0410-9bf9-f77b7e298cf2
* Slightly reduce unnecessary verbosity.diego2005-08-242-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16302 b3059339-0415-0410-9bf9-f77b7e298cf2
* typos, cosmeticsdiego2005-08-241-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16301 b3059339-0415-0410-9bf9-f77b7e298cf2
* Documents x264 visualization during encodinggpoirier2005-08-231-0/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16300 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add D-Cinema Audio and Video conversion programsreimar2005-08-234-0/+189
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16299 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile fix, vobsub.c needs identify variable.reimar2005-08-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16298 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1. -cache-prefil has not been renamed, it's been removed (-cache-seek-minrathann2005-08-231-2/+2
| | | | | | | | | | is a new option) 2. the default value is 50 not 5 noticed by iive git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16297 b3059339-0415-0410-9bf9-f77b7e298cf2
* More typos. One noticed by Nico. Added an empty line at the end to make ↵gpoirier2005-08-231-7/+8
| | | | | | syncmail happy git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16296 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo :)gpoirier2005-08-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16295 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correction pointed by Nicodanny2005-08-231-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16294 b3059339-0415-0410-9bf9-f77b7e298cf2
* Crash fix for: "[MPlayer-users] Crash of mencoder in demux_ts.c line 2728"gpoirier2005-08-231-0/+3
| | | | | | | | | "The code which crashes looks like its trying to parse the subtitle stream, and failing, I assume because dvbsub_lang is a invalid pointer, or null." Patch by Nico Sabi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16293 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not free demuxer before using demuxer->desc->type (happened when using ↵reimar2005-08-232-7/+2
| | | | | | -audiofile). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16292 b3059339-0415-0410-9bf9-f77b7e298cf2
* ensure that audio-only files are decoded till the end by not onlyreimar2005-08-231-3/+8
| | | | | | | waiting for eof but also checking that the a_in_buffer is empty. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16291 b3059339-0415-0410-9bf9-f77b7e298cf2
* mode fps int vs. float woeshenry2005-08-221-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16290 b3059339-0415-0410-9bf9-f77b7e298cf2
* DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=0reimar2005-08-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16289 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1074gpoirier2005-08-221-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16288 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, grammardiego2005-08-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16287 b3059339-0415-0410-9bf9-f77b7e298cf2
* The thread "Call for video encoding settings" has to be easily found until ↵gpoirier2005-08-211-0/+1
| | | | | | its infos make it to our docs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16286 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, video_out.h is now needed for some vo_ variables.reimar2005-08-212-0/+2
| | | | | | | This is ugly, but interface.c already does it like that, so why bother... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16285 b3059339-0415-0410-9bf9-f77b7e298cf2
* How to encode with soft 3:2 pullup, patch by Brendan McCarthygpoirier2005-08-211-8/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16284 b3059339-0415-0410-9bf9-f77b7e298cf2
* -wid support for windows. Not well tested, might still behave a bit weird.reimar2005-08-213-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16283 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.88gabrov2005-08-211-1/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16282 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove extern for variables that are already in headers.reimar2005-08-2110-38/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16281 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.11gabrov2005-08-211-13/+74
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16280 b3059339-0415-0410-9bf9-f77b7e298cf2
* cache-prefill has been renamed to cache-seek-min, example config shouldrathann2005-08-201-1/+1
| | | | | | | reflect this git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16279 b3059339-0415-0410-9bf9-f77b7e298cf2
* Encoding setting examples for x264gpoirier2005-08-201-0/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16278 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove broken shared libpostproc stuffrfelker2005-08-192-17/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16277 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1073gpoirier2005-08-191-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16276 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000000000000000lrfelker2005-08-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16275 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100lrfelker2005-08-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16274 b3059339-0415-0410-9bf9-f77b7e298cf2
* less weird OSD alpha transformation.reimar2005-08-191-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16273 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not set SwapInterval for values < 0.reimar2005-08-192-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16272 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix crash in windowsreimar2005-08-192-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16271 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1072gpoirier2005-08-191-4/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16270 b3059339-0415-0410-9bf9-f77b7e298cf2
* automatic vsync enabling for vo_gl.reimar2005-08-194-2/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16269 b3059339-0415-0410-9bf9-f77b7e298cf2
* Aconvert allows mencoder to (easily) encode from an audio only file (hack).jonas2005-08-182-0/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16268 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix warnings and decoding on CYGWIN (produced only noise before this change)faust32005-08-182-2/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16267 b3059339-0415-0410-9bf9-f77b7e298cf2
* gtk2 is supported, next step is pure gtk without X.reimar2005-08-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16266 b3059339-0415-0410-9bf9-f77b7e298cf2
* gtf.{c,h} is used by vesa onlyalex2005-08-183-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16265 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.72jheryan2005-08-181-7/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16264 b3059339-0415-0410-9bf9-f77b7e298cf2
*