summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add VIDM fourcc to divx/xvid, based on this patch:compn2008-06-061-0/+2
* add psiv codec, works on psi_v-sample.movcompn2008-06-061-0/+8
* add qtactl codeccompn2008-06-061-0/+8
* Remove unnecessary -o option from windres invocation.diego2008-06-061-1/+1
* Fix codec-specific options syntax declaration to be less confusing and wrong.diego2008-06-061-1/+1
* sync w/r26806gpoirier2008-06-061-1/+23
* Fix the linking of TOOLS/netstream and TOOLS/vivodump.diego2008-06-064-67/+30
* Use standard license header, merge changelog into license header and TODO.diego2008-06-061-27/+21
* Remove useless braces on if() statement.ben2008-06-051-2/+1
* Ensure 'path' string is 0 terminated.ben2008-06-051-1/+1
* fix fixes, patch by Benoit Fouetgpoirier2008-06-041-60/+58
* Run the whole documentation through ispell.diego2008-06-0416-67/+67
* Remove another reference to a removed configure option.diego2008-06-041-4/+0
* Remove references to removed configure options.diego2008-06-041-3/+1
* Get rid of needless emphasis.diego2008-06-041-17/+10
* Document VIDIXIVTVALPHA environment variable.diego2008-06-041-0/+6
* Move Matrox TV-out cable section to the end of the Matrox chapter.diego2008-06-041-26/+26
* Move Matrox TV-out cable instructions into their own section.diego2008-06-041-2/+5
* Fix some typos and update the Matrox TV output section. The relevantdiego2008-06-041-30/+9
* Remove unnecessary mangle.h #include.diego2008-06-041-1/+0
* sync w/r26909, patch by JRaSH %jrash06 A 163 P com%gpoirier2008-06-041-25/+78
* Remove due to objections by ivan.michael2008-06-041-1/+0
* small spelling/wording fixesdiego2008-06-041-6/+6
* mphq2 runs svn 1.4.x.diego2008-06-041-2/+2
* Use size_t instead of int for a variable that is compared to the resultdiego2008-06-031-1/+1
* correct spelling error ;)ivo2008-06-031-1/+1
* List more actions which have proven controversial in the past.michael2008-06-031-0/+3
* grammar fixes by Benoit Fouetgpoirier2008-06-031-9/+9
* sync w/r26920, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P...gpoirier2008-06-031-23/+32
* add missing <option> tags around the option "filmdint"gpoirier2008-06-031-1/+1
* fix incorrect XML structure (I should have been more carefull when I checked ...gpoirier2008-06-031-0/+1
* sync w/r26936, patch by Cedric Viou % Cedric P Dumez-Viou A obs-nancay P fr %gpoirier2008-06-031-129/+124
* Add reverting commits to the list of potentially controversial actions.diego2008-06-031-0/+1
* synced with r26967Gabrov2008-06-025-22/+21
* Use LC_ALL instead of LANG in config.mak to prevent locale settings fromdiego2008-06-021-1/+1
* 10l: Restore LANG variable in config.mak so that shell commands are notdiego2008-06-021-0/+3
* Remove unused variable LANG from config.mak.diego2008-06-021-1/+0
* Remove unused variable TARGET_OS from config.mak.diego2008-06-021-1/+0
* cosmetics: Restructure config.mak logically and alphabetically.diego2008-06-021-102/+95
* Remove unused variable TARGET_CPU from config.mak.diego2008-06-021-1/+0
* Remove unnecessary FFmpeg hack from config.mak.diego2008-06-021-2/+0
* call demux_flush() where appropriatenicodvb2008-06-021-6/+1
* use demux_flush() where appropriatenicodvb2008-06-021-6/+2
* added and reused demux_flush() instead of emptying the demux_stream buffers;nicodvb2008-06-022-20/+11
* restore needed cast to correct type with constbcoudurier2008-06-011-2/+2
* 100l, fix wrong order of cases in cache_do_controlreimar2008-06-011-3/+3
* Properly free memory allocate by liba52.reimar2008-06-012-0/+4
* tiny reindentationnicodvb2008-06-011-1/+1
* disable dvdnav when using the internal dvdreadnicodvb2008-06-011-0/+5
* reindented the dvdread detection blocknicodvb2008-06-011-10/+10
* changed the code that checks the presence of the external dvdreadnicodvb2008-06-011-6/+4
* removed support for Ogle's dvdreadnicodvb2008-06-011-2/+0
* cast to correct type, suppress warningsbcoudurier2008-06-011-1/+1
* cast to correct type, suppress warningsbcoudurier2008-06-011-1/+1
* cast to correct type, suppress warningbcoudurier2008-06-011-1/+1
* cast to correct type, suppress warningsbcoudurier2008-06-011-2/+2
* add const, suppress warningsbcoudurier2008-06-011-2/+2
* remove useless castsbcoudurier2008-06-011-4/+4
* add const, suppress warningsbcoudurier2008-06-011-6/+6
* add const, suppress warningsbcoudurier2008-06-011-10/+11
* remove useless castsbcoudurier2008-06-011-6/+6
* 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
*