summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 100L m_option_copy should use the copy callback and not the set one.albeu2006-01-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17457 b3059339-0415-0410-9bf9-f77b7e298cf2
* Interleave index to ease per-need decoding.ods152006-01-221-10/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17456 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quick&dirty compilation fix, needed after latest changes in ffmpeg buildrtognimp2006-01-221-0/+1
| | | | | | | system. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17455 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.209: consistency fix over the previous consistency fixkraymer2006-01-221-4/+2
| | | | | | | 1.208: consitency fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17454 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistency fix over the previous consistency fixgpoirier2006-01-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17453 b3059339-0415-0410-9bf9-f77b7e298cf2
* consitency fixgpoirier2006-01-211-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17452 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1208gpoirier2006-01-211-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17451 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part XVIkraymer2006-01-211-53/+57
| | | | | | | covers lines 4101-5160 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17450 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1207: MPLAYER_VERBOSE, new enviorment variable to control verbosity before ↵kraymer2006-01-211-3/+13
| | | | | | init git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17449 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part XVkraymer2006-01-211-70/+72
| | | | | | | covers lines 3547-4100 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17448 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cygwin compilation fixdiego2006-01-201-0/+2
| | | | | | | patch by Erik Lunchpail < erik_27can %%@%% yahoo %%.%% com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17447 b3059339-0415-0410-9bf9-f77b7e298cf2
* List Derek Lewis as AIX/Solaris maintainer, patch by himself.diego2006-01-201-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17446 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Derek Lewis, patch by himself.diego2006-01-201-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17445 b3059339-0415-0410-9bf9-f77b7e298cf2
* AIX compiler CPU-option improvementsdiego2006-01-201-2/+8
| | | | | | | patch by Derek E. Lewis < dlewis &&@&& solnetworks &&.&& net > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17444 b3059339-0415-0410-9bf9-f77b7e298cf2
* AIX section for the ports descriptiondiego2006-01-201-0/+49
| | | | | | | patch by Derek E. Lewis < dlewis &&@&& solnetworks &&.&& net > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17443 b3059339-0415-0410-9bf9-f77b7e298cf2
* some updatesods152006-01-201-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17442 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPLAYER_VERBOSE, new enviorment variable to control verbosity before initods152006-01-202-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17441 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic change, shift stuff around to more logical placesods152006-01-201-24/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17440 b3059339-0415-0410-9bf9-f77b7e298cf2
* change goals slightly..ods152006-01-201-37/+57
| | | | | | | | | | max_index_distance removed index changed to combination of syncpoint index and pts for keyframes back_ptr changed - points to most correct keyframe, not most recent. max(last_dts) <= syncpoint timestamp <= min(future_pts) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17439 b3059339-0415-0410-9bf9-f77b7e298cf2
* bump dateods152006-01-201-20/+42
| | | | | | | | add EOR add coded stream flags git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17438 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg.atmos42006-01-201-1/+21
| | | | | | | | | Use -noaspect if you want Square-Px AR for anamorphic content (old behaviour). Note: Many applications might ignore these settings, but they matter for print design and video editing (Tested with Photoshop). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17437 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also define FF_POSTPROCESS when using shared libavcodec.diego2006-01-201-0/+1
| | | | | | | Based on a patch found in Christian Marillat's Debian package. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17436 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part XIVkraymer2006-01-201-83/+77
| | | | | | | covers lines 2712-3546 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17435 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention hwmpanicodvb2006-01-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17434 b3059339-0415-0410-9bf9-f77b7e298cf2
* documented audio codec hwmpanicodvb2006-01-192-0/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17433 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement XvMC lib autodetection for future use (currently disabled, but workingrathann2006-01-191-3/+4
| | | | | | | | if you set it xvmc=auto) and make the configure display the name of the lib it finds. Approved by iive. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17432 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove rule to build shared libpostproc, it does not belong in MPlayer.diego2006-01-191-3/+0
| | | | | | | Based on a patch from Christian Marillat's Debian package. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17431 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use free instead of speex_free - since speex_free does not appear in thereimar2006-01-191-1/+1
| | | | | | | headers it probably is for internal use only. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17430 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fixes by Bounecgpoirier2006-01-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17429 b3059339-0415-0410-9bf9-f77b7e298cf2
* Push "Building audio filter chain" up to verbose level.diego2006-01-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17428 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to 1.219kraymer2006-01-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17427 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention possible region setting requirement for some RPC-2 drives.rathann2006-01-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17426 b3059339-0415-0410-9bf9-f77b7e298cf2
* FAQ about problems with playing DVDs on certain drives.rathann2006-01-182-1/+11
| | | | | | | Also addresses http://bugzilla.mplayerhq.hu/show_bug.cgi?id=395 . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17425 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent xvmc from been loaded before xv, and generally before any autoprobed ↵iive2006-01-181-3/+3
| | | | | | output git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17424 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part XIIIkraymer2006-01-181-111/+115
| | | | | | | covers lines 1587-2711 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17423 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part XII (right from the beginning.. again..)kraymer2006-01-171-152/+158
| | | | | | | covers lines 1-1586 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17422 b3059339-0415-0410-9bf9-f77b7e298cf2
* suppress error message at eofreimar2006-01-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17421 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid Solaris 10 compile error with gcc 3.4.5reimar2006-01-171-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17420 b3059339-0415-0410-9bf9-f77b7e298cf2
* faster and (IMHO) cleaner code.reimar2006-01-171-56/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17419 b3059339-0415-0410-9bf9-f77b7e298cf2
* function to read from a demuxer up to (and including) the specifiedreimar2006-01-172-0/+37
| | | | | | | 3-byte pattern. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17418 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put settings into a more meaningful order, some cosmetics.diego2006-01-171-53/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17417 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve option descriptions.diego2006-01-171-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17416 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove multi-language setting specification, it has little use.diego2006-01-171-15/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17415 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve option descriptions.diego2006-01-171-28/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17414 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic whitespace / layout changesdiego2006-01-161-96/+92
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17413 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part X:kraymer2006-01-161-29/+67
| | | | | | | | | | ("CODEC-SPEZIFISCHE ENCODING-OPTIONEN (NUR BEI MENCODER)") ^-- completed except for x264encopts + added section: FFmpeg-libavformat-Muxer + review of de/mplayer.1 patch #1.169 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17412 b3059339-0415-0410-9bf9-f77b7e298cf2
* Comment out default settings. MPlayer should behave the same w/ or w/odiego2006-01-161-4/+4
| | | | | | | the default configuration file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17411 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to 1.218kraymer2006-01-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17410 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not build the GUI by default in the Debian package to be more in linediego2006-01-161-1/+1
| | | | | | | with the behavior of the rest of the build system. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17409 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove overly loud "warning" from runtime-cpudetection message.diego2006-01-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17408 b3059339-0415-0410-9bf9-f77b7e298cf2
* MEncoder's MPEG muxer needs -vf harddup to function properly, no add a note ↵gpoirier2006-01-161-0/+17
| | | | | | about this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17407 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prefer native GSM over the binary codec.diego2006-01-161-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17406 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1206gpoirier2006-01-161-1/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17405 b3059339-0415-0410-9bf9-f77b7e298cf2
* typosdiego2006-01-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17404 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r398.lorenm2006-01-162-0/+21
| | | | | | | patch by Guillaume Poirier. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17403 b3059339-0415-0410-9bf9-f77b7e298cf2
* Print some more useful data from header in verbose modertognimp2006-01-151-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17402 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support sipr codec in old RealAudio files.rtognimp2006-01-151-2/+49
| | | | | | | Closes bugzilla #435 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17401 b3059339-0415-0410-9bf9-f77b7e298cf2
* restored hwmpa with 'working' status and lowest prioritynicodvb2006-01-151-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17400 b3059339-0415-0410-9bf9-f77b7e298cf2
* temporarily disabled hwmpa until I fix the prioritynicodvb2006-01-151-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17399 b3059339-0415-0410-9bf9-f77b7e298cf2
* ad_hwmpa: pass-through fake audio codec for hardware mpeg decodersnicodvb2006-01-154-0/+150
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17398 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change LIB to LIBNAME to fix compilation.diego2006-01-151-9/+8
| | | | | | | This is in line with the other Makefiles and does not clash with FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17397 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: FFmpeg shared lib build information does not belong in MPlayer configure.diego2006-01-141-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17396 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always try to parse index chunk, no reason to check for movi_endreimar2006-01-141-4/+2
| | | | | | | Also check return value of parse_index_chunk git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17395 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with latest FFmpeg build system changes.diego2006-01-141-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17394 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part X:kraymer2006-01-141-77/+180
| | | | | | | | ("CODEC-SPEZIFISCHE ENCODING-OPTIONEN (NUR BEI MENCODER)") incomplete - revied: xvidencopts, added options: (no)lumi_mask, profile git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17393 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix printing of audio fourcc in hex formatrtognimp2006-01-141-1/+1
| | | | | | | Add explicit cast to fourcc print git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17392 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part IX:kraymer2006-01-141-56/+64
| | | | | | | | ("CODEC-SPEZIFISCHE ENCODING-OPTIONEN (NUR BEI MENCODER)") incomplete - codecs reviewed in this patch: rest of lavc, nuv git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17391 b3059339-0415-0410-9bf9-f77b7e298cf2
* add mod playback to the wishlistrathann2006-01-141-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17390 b3059339-0415-0410-9bf9-f77b7e298cf2
* Print audio 4cc for every stream, print 4cc of selected audio trackrtognimp2006-01-141-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17389 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistent variable names for shared libavcodec.diego2006-01-142-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17388 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add --disable-libavcodec_so/--disable-libavformat_so.diego2006-01-141-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17387 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync up to 1.217ptt2006-01-141-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17386 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l - one cast too manyrathann2006-01-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17385 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix parallel make builds, patch by Oded Shimon.rathann2006-01-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17384 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part VIIIkraymer2006-01-141-68/+82
| | | | | | | | ("CODEC-SPEZIFISCHE ENCODING-OPTIONEN (NUR BEI MENCODER)") incomplete - codecs reviewed in this patch: *lame, faac, parts of lavc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17383 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall fromrathann2006-01-134-5/+4
| | | | | | | libaf's and libmenu's Makefiles and -g from main Makefile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17382 b3059339-0415-0410-9bf9-f77b7e298cf2
* German man page review part VIIkraymer2006-01-131-50/+66
| | | | | | | | | ("ALLGEMEINE ENCODING-OPTIONEN (NUR BEI MENCODER)") + wording: "erhälst" -> erhältst added option: -frameno-file git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17381 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvd subtitles should be disabled by default, and enabled specifying -sid or ↵nicodvb2006-01-131-1/+2
| | | | | | -slang; this fix also restores the display of other subtitles types when dvd subs are present git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17380 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to 1.217kraymer2006-01-131