summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change spelling of XviD to Xvid as has already been done in the (rest of the)diego2008-05-316-12/+12
* Fix compilation with internal dvdnavrtogni2008-05-311-0/+1
* adapted to the dvdread->libdvdread transition in dvdnav's repositorynicodvb2008-05-313-4/+12
* warn to always disable the internal dvdread; still menus are supported nownicodvb2008-05-311-3/+4
* Add install-dhahelperwin target to simplify dhahelper installation on Windows.diego2008-05-302-4/+5
* Merge vidix/dhahelperwin/Makefile into top-level Makefile.diego2008-05-302-40/+31
* Merge vidix/dhahelper/Makefile into top-level Makefile.diego2008-05-302-21/+13
* Rename kernelhelper to dhahelper, that name is more fitting.diego2008-05-306-2/+2
* Fix #include paths.diego2008-05-303-3/+3
* dhasetup.exe can be created via make instead of calling gcc directly.diego2008-05-301-1/+1
* Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be useddiego2008-05-301-12/+18
* Handle NULL control function in cache_execute_control, fixes crash with http ...reimar2008-05-301-0/+7
* Check for ALTIVEC_H instead of __APPLE_CC__ to decide which AltiVec vectordiego2008-05-302-17/+3
* Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.diego2008-05-303-9/+9
* Check for AltiVec vector declaration syntax.diego2008-05-301-0/+11
* typo noticed by Mark Pilgrim, mark diveintomark orgdiego2008-05-291-1/+1
* The size of output buffer is stored in 'osize', not 'size'.eugeni2008-05-291-1/+1
* Clear iconv conversion state also in libass.eugeni2008-05-291-3/+11
* Offset should be size_t.eugeni2008-05-291-1/+1
* Clear iconv conversion state after each subtitle line.eugeni2008-05-291-0/+5
* Remove extra messages.diego2008-05-297-17/+0
* Fix mismatching messages.diego2008-05-293-4/+5
* Fix mismatching translated messages as pointed out by TOOLS/mphelp_check.py.diego2008-05-2920-20/+20
* fix problems picked up by mphelp_check.pygpoirier2008-05-291-33/+233
* The install-drivers target should depend on the drivers target.diego2008-05-291-1/+1
* Revert commit r26897.iive2008-05-288-21/+21
* Merge drivers/Makefile into top-level Makefile.diego2008-05-283-43/+42
* Fix setting of CFLAGS for Radeon modules.diego2008-05-281-2/+1
* Disable unused function, fixes the warning:diego2008-05-281-0/+2
* mga_vid driver wording fixesdiego2008-05-281-2/+2
* Move messages header file creation to a separate shell script.diego2008-05-273-40/+63
* Add a slave command to stop stream playback.ben2008-05-278-0/+19
* Initialize sh_audio/sh_video->dsreimar2008-05-271-0/+2
* Simplify/make new_sh behaviour more consistent when a stream gets redefined.reimar2008-05-271-3/+4
* Cosmetics: simplifyreimar2008-05-271-3/+2
* Move native musepack demuxer further down in demuxer listreimar2008-05-271-3/+3
* Revert declaration .NOTPARALLEL. Unfortunately this special target does notdiego2008-05-271-3/+0
* Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all createddiego2008-05-271-0/+3
* Use 'grep -q' instead of redirecting grep output to /dev/null.diego2008-05-271-2/+2
* mga_vid string wording fixdiego2008-05-271-1/+1
* Fix typo in string name.diego2008-05-272-2/+2
* Instead of removing code from this imported library, place it under #if 0.diego2008-05-272-65/+82
* cosmetics: Fix pointless weird indentation.diego2008-05-271-6/+6
* cosmetics: XviD --> Xviddiego2008-05-278-21/+21
* cosmetics: Move toolsclean target to a better place.diego2008-05-271-3/+3
* Update comment heading.diego2008-05-271-1/+1
* cosmetics: Consistently place '-o $@' in compiler command line.diego2008-05-271-2/+2
* Simplify codec-cfg-test command with $^.diego2008-05-271-1/+1
* Fix codecs2html linking.diego2008-05-271-1/+1
* Merge doxygen_clean rule into distclean.diego2008-05-271-4/+2
* codecs2html and codec-cfg-test are removed by toolsclean. Do not removediego2008-05-271-2/+1
* Add codecs2html to TESTS variable.diego2008-05-271-1/+1
* Fix dependency declaration for codecs2html.diego2008-05-271-2/+2
* cosmetics: Move some rules to better places.diego2008-05-271-13/+13
* Add missing -I. to fix codecs2html compilation.diego2008-05-271-1/+1
* Add codec-cfg-test to list of TESTS.diego2008-05-271-1/+2
* Correct dependency declaration for codec-cfg-test.diego2008-05-271-2/+2
* There is no need to ignore the return value of an 'rm -rf' command.diego2008-05-271-1/+1
* Fix codec-cfg-test linking.diego2008-05-271-3/+3
* Link codec-cfg programs against mp_msg-mencoder.o instead of mp_msg.o.diego2008-05-271-3/+3
* Fix codec-cfg-test compilation.diego2008-05-271-2/+4
* Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used.reimar2008-05-261-2/+13
* add qclp fourcccompn2008-05-261-0/+1
* sync w/r26863, patch by JRaSH % jrash06 A 163 P com %gpoirier2008-05-251-46/+54
* Readd fourcc used by MTV format. Note that BGR->YUV conversionreimar2008-05-251-0/+1
* Remove incorrectly added formatsreimar2008-05-251-21/+0
* Render everything as early as possible, doing as little as possible inreimar2008-05-251-4/+19
* Reorder flip_page to make moving around do_render call easierreimar2008-05-251-8/+8
* Split flip_page functionreimar2008-05-251-3/+4
* Simplify yuv to rgb conversion matrix stuff.reimar2008-05-241-51/+52
* Cosmetics: alignreimar2008-05-241-4/+4
* update doxygen commentsreimar2008-05-241-29/+7
* Add a filter strength parameter for blurring/sharpening scalers.reimar2008-05-243-9/+14
* Forgotten changes to gl_common.hreimar2008-05-241-5/+15
* Use a struct instead of a huge and further growing argument list.reimar2008-05-243-51/+45
* Add basic support for stream controls with cache enabled.reimar2008-05-244-7/+83
* Re-add (hackish) support for -chapter (only start chapter, end is not support...reimar2008-05-241-0/+4
* make use of the new MGA_VID_VERSION ioctl to checkattila2008-05-232-0/+12
* sync mga_vid.h to revision 265 from the mga_vid repoattila2008-05-231-7/+13
* revert changes 26035 and 26061attila2008-05-231-21/+12
* synced with r26853Gabrov2008-05-231-7/+17
* little fixesptt2008-05-231-29/+29
* Get rid of "define RECURSIVE_RULE" since a lot of make version have problemsreimar2008-05-231-5/+3
* Cosmetics: reindent after the last commit.eugeni2008-05-221-25/+25
* Read all faces of a memory font, not just the first one.eugeni2008-05-221-1/+5
* Saner handling of VOCTRL_PAUSE/VOCTRL_RESUMEreimar2008-05-222-4/+8
* Simplify equalizer handling for vo glreimar2008-05-221-54/+32
* Update gl vo section with the new force-pbo suboption.reimar2008-05-221-4/+13
* fix a lot of misstranslations and typos, patch by Cedric Dumez-Viougpoirier2008-05-225-28/+28
* Fix compilation with FontConfig <= 2.2.96.eugeni2008-05-221-0/+2
* Avoid crash with video stream switching and -nosoundreimar2008-05-211-1/+3
* Make internal subtitle and subtitle switching work with -audiofilereimar2008-05-211-0/+5
* Use av_alloc_put_byte instead of custom protocol.reimar2008-05-211-48/+11
* r26675: update paragraphs related to x264, and update its checkout commandvoroshil2008-05-213-26/+34
* Add some codec specifications needed to play MTV files.reimar2008-05-211-0/+21
* r26512: consistently print fps with three digits of precisionvoroshil2008-05-211-2/+9
* Continue detection if it is not clear if we have a MP3 or flac file.reimar2008-05-211-1/+2
* left an english phrase in, removed.ptt2008-05-211-98/+92
* remove extra dash in nocorrect-pts optioncompn2008-05-211-1/+1
* add potentially missing typesben2008-05-202-0/+2
* synced with r26839Gabrov2008-05-202-26/+79
* In case 2 styles have the same name, prefer the latest one.eugeni2008-05-191-1/+1
* Output a better informative message if no AltiVec CFLAGS can be found.diego2008-05-191-1/+1
* Do not run second AltiVec CFLAG check in a subshell; the variable that isdiego2008-05-191-1/+1
* If character set conversion for help_mp.h is required, do it on the wholediego2008-05-191-5/+4
* The multiple inclusion guard in help_mp.h has to cover the whole file,diego2008-05-191-1/+1
* Simplify help_mp.h generation commands by using $@.diego2008-05-181-9/+9
* Do not hide that we are running a helper script.diego2008-05-181-1/+1
* Move the logic that decides if untranslated messages need to be added todiego2008-05-182-3/+3
* Replace hack to disable iconv conversion of messages with something more sane.diego2008-05-182-7/+2
* Only run AltiVec compiler tests on PowerPC.diego2008-05-181-1/+1
* fix compilation of input.c if neither macosx/linux apple remote codeben2008-05-181-1/+1
* Remove unused strip target.diego2008-05-181-3/+1
* Merge directory installation commands.diego2008-05-181-5/+2
* one less level of indirection for install and program targetsdiego2008-05-181-5/+3
* 10l: Fix MAN_LANG creation for real this time.diego2008-05-181-1/+1
* 10l: missing quotes in sed commanddiego2008-05-181-1/+1
* install-mplayer and install-mencoder targets should depend on install-dirs.diego2008-05-181-2/+2
* Do not install DATADIR always, the GUI installation target takes care of this.diego2008-05-181-1/+0
* Install the required man page directories in the man page targets.diego2008-05-181-2/+2
* Replace hackish shell loops for man page installation with make constructs.diego2008-05-181-17/+21
* Create directories for the translated man pages in the install-dirs target.diego2008-05-181-1/+1
* Split MAN_LANG Makefile variable into MAN_LANG and MAN_LANG_ALL withdiego2008-05-181-3/+5
* Introduce make variable common to the GTK and Windows GUI and use itdiego2008-05-182-4/+4
* install-mencoder-man depends on install-mplayer-man.diego2008-05-181-2/+2
* Replace shell for loop with proper foreach make construct in uninstall target.diego2008-05-181-4/+1
* Always uninstall English man pages instead of never.diego2008-05-181-2/+1
* Remove (hopefully obsolete) codecs.conf workaround.diego2008-05-181-1/+0
* Introduce a pattern rule for install-mplayer and install-mencoder targets.diego2008-05-181-4/+1
* Separate install-mencoder and install-mencoder-man targets.diego2008-05-181-1/+3
* The install-gui target depends on the install-mplayer target.diego2008-05-181-1/+1
* Simplify installation rules with $<.diego2008-05-181-2/+2
* Do not remove gmplayer.1, it is never installed.diego2008-05-181-2/+1
* 10l: Add missing parentheses in AltiVec test logic.diego2008-05-181-1/+1
* Document x264's AQ optionsgpoirier2008-05-181-0/+21
* Sort alphabeticallyben2008-05-181-1/+1
* There is no need to ignore errors from 'rm -f' commands.diego2008-05-181-5/+5
* Remove skin download instructions, they have no place in the Makefile.diego2008-05-181-2/+0
* Declare new Linux AppleIR remote support.ben2008-05-182-0/+2
* Make "Menu" button of AppleIR remote call OSD Menu insteadben2008-05-181-1/+1
* Allow DVD Menus to be controlled by AppleIR Remote.ben2008-05-181-0/+7
* Keep AppleIR enabled by default on MacOSX but have it disable on Linux.ben2008-05-181-0/+4
* Document the -noar command-line option in en/fr manpages.ben2008-05-182-0/+8
* Do not enable AppleIR by default.ben2008-05-181-1/+1
* Do not consider TAGS file under SVN.ben2008-05-180-0/+0
* Add support for AppleIR Remote as an input under Linux systems.ben2008-05-188-0/+209
* Add section about code from NuppelVideo / RTJPEG.diego2008-05-171-0/+9
* Add missing MPLAYER_ prefix to multiple inclusion guards.diego2008-05-171-3/+3
* add ffmpeg ea maxis xa adpcm audio decodercompn2008-05-162-0/+8
* cosmetics: Remove useless parentheses from return statements.diego2008-05-1617-134/+134
* cosmetics: Remove pointless parentheses from return statements.diego2008-05-166-20/+17
* cosmetics: Remove pointless parentheses from return statements.diego2008-05-169-50/+50
* cosmetics: Remove useless parentheses from return statements.diego2008-05-1612-198/+198
* cosmetics: Remove useless parentheses from from return statements.diego2008-05-1622-82/+82
* cosmetics: Remove pointless parentheses from return calls.diego2008-05-1619-151/+151
* cosmetics: Remove useless parentheses from return statements.diego2008-05-1627-138/+138
* Remove unused function, fixes the warning:diego2008-05-151-19/+0
* Add missing stream.h #include, fixes the warning:diego2008-05-151-0/+1
* Remove unused variable, fixes the warning:diego2008-05-151-1/+0
* cosmetics: Break overly long lines.diego2008-05-151-5/+7
* Mark static tables const.diego2008-05-151-4/+4
* add gsm in aif, works on aif-gsm610.aifcompn2008-05-141-0/+1
* Add stanza about files taken from the MJPEG Tools suite.diego2008-05-141-0/+8
* Mark files that were imported from the MJPEG Tools suite as such.diego2008-05-144-4/+4
* 10l: Revert license header cleanup on imported files.diego2008-05-142-33/+32
* Use standard license headers with standard formatting.diego2008-05-1414-117/+129
* Use standard license headers with standard formatting.diego2008-05-148-112/+124
* its typo spotted by diegocompn2008-05-141-1/+1
* Use standard license headers with standard formatting.diego2008-05-147-41/+40
* Use standard license headers with standard formatting.diego2008-05-1415-185/+197
* Speak of libass instead of MPlayer in the libass license headers.diego2008-05-1419-76/+76
* Use standard license headers with standard formatting.diego2008-05-1417-233/+262
* clean up dll keywordcompn2008-05-141-4/+3
* add rl2 codeccompn2008-05-142-0/+9
* sync w/r26762gpoirier2008-05-141-6/+6
* Add detection code for abnormal pts jump when seeking previous.ulion2008-05-141-0/+14
* Seek by pts accurately.ulion2008-05-141-1/+1
* Remove '(pass 1/2)' from some lavcopts. These options really worked oncorey2008-05-131-15/+15
* Add a new suboption to -vo xv and -vo xvmc that allows selectionben2008-05-135-0/+23
* Use more intuitive and user-fr