summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Group all input command defines in one big enumben2008-06-181-128/+130
* Add copyright and license statement.diego2008-06-171-5/+20
* It cannot hurt to add -E to the diff options to avoid whitespace changes.diego2008-06-171-1/+1
* Add missing #includes that are required for things used in the header.diego2008-06-172-1/+4
* sync w/r27057gpoirier2008-06-171-2/+2
* Add missing #includes to fix 'make checkheaders'.diego2008-06-171-0/+3
* Try harder to honour CTRL+C etc. during dumpstreamreimar2008-06-161-1/+1
* cosmetics: Remove useless parentheses, align.diego2008-06-161-3/+3
* Chapter support for lavf demuxer.reimar2008-06-161-0/+7
* Support NULL name parameter for demuxer_add_chapter.reimar2008-06-161-1/+1
* cosmetics: Break overly long lines.diego2008-06-161-97/+178
* cosmetics: indentation, whitespace changesdiego2008-06-161-648/+645
* cosmetics: consistent * placementdiego2008-06-161-21/+21
* cosmetics: one more if brace placement fixdiego2008-06-161-2/+1
* M-x untabifydiego2008-06-161-24/+24
* cosmetics: Remove all trailing whitespace.diego2008-06-161-4/+4
* cosmetics: Split/join multiline statements.diego2008-06-161-4/+6
* cosmetics: Consistently format all if, for, while constructs.diego2008-06-161-140/+170
* Remove one more commented-out line.diego2008-06-161-1/+1
* cosmetics: Make all function declarations consistent by moving the openingdiego2008-06-161-42/+90
* Remove one more commented-out line.diego2008-06-161-1/+0
* Remove pointless comments and commented-out code.diego2008-06-161-19/+6
* Add missing string.h #include for memcpy prototype;diego2008-06-161-0/+1
* Add missing #includes to fix 'make checkheaders'.diego2008-06-162-0/+2
* cosmetics: Group internal codec library tests together.diego2008-06-151-21/+21
* Document where the files vidix/dhahelperwin/ntverp.h anddiego2008-06-151-0/+7
* cosmetics: Group entries by directory instead of randomly.diego2008-06-151-656/+652
* Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings likediego2008-06-152-1/+4
* cosmetics: Remove empty line for consistency.diego2008-06-151-1/+0
* -alang/-slang do not depend on dvdread support.diego2008-06-151-1/+1
* Remove pointless HELP_MP_DEFINE_STATIC definition.diego2008-06-152-4/+1
* Remove pointless #ifdef.diego2008-06-151-4/+0
* update comments, whitespace cosmeticsdiego2008-06-151-17/+9
* whitespace consistency cosmeticsdiego2008-06-151-52/+12
* Remove now unused messages.diego2008-06-154-4/+0
* Move message about which adapter is used to verbose mode.diego2008-06-152-3/+3
* spelling/wording fixesdiego2008-06-151-27/+26
* Add parentheses to expression to avoid the warning:diego2008-06-151-1/+1
* 6 months of changescompn2008-06-151-0/+23
* standard license headers for mga_viddiego2008-06-143-17/+26
* add MGA_VID_GET_VERSION ioctl to old mga_vid driver for compatibility with "n...attila2008-06-141-0/+8
* Ability for specifying TV standard individually for each TV channel.voroshil2008-06-143-7/+33
* Fix support for libnemesi installed on nonstandard pathslu_zero2008-06-131-0/+1
* Unbreak audio, thanks to Uoti for the insightlu_zero2008-06-121-0/+1
* sync w/r23225, plus misc fixesgpoirier2008-06-111-41/+104
* fix w/r24604, misc fixesgpoirier2008-06-111-25/+132
* sync w/r21537 and misc fixesgpoirier2008-06-111-92/+196
* fix file to conform to French typographygpoirier2008-06-111-200/+182
* add missing <application> tag around MPlayer,gpoirier2008-06-111-1/+2
* sync w/r26997gpoirier2008-06-111-4/+10
* sync w/r27044, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P...gpoirier2008-06-101-708/+1243
* libdvdnav need libdvdread from the same repositorynicodvb2008-06-101-1/+9
* Fix mencoder built from dvdnav enabled.ben2008-06-091-2/+2
* Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com.diego2008-06-091-1/+1
* Add information about the mga_vid Subversion repository.diego2008-06-091-1/+6
* Mention that svgalib_helper only works with kernel 2.4.x.diego2008-06-091-1/+2
* Make a section out of the svgalib_helper paragraph.diego2008-06-091-0/+5
* require latest x264 to enable MEncoder's x264 supportgpoirier2008-06-091-1/+1
* Slightly reduce VIDIX video output verbosity.diego2008-06-0813-26/+2
* sync w/r26853gpoirier2008-06-081-5/+17
* Add standard license headers.diego2008-06-083-11/+63
* Add comments to a few #endif preprocessor directives.diego2008-06-082-5/+5
* Remove unused variable, fixes the warning:diego2008-06-081-1/+0
* OBJS should end in .o, not .c.diego2008-06-081-1/+1
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.diego2008-06-081-1/+1
* Add missing #include, patch by Jan Knutar, jknutar nic fi.diego2008-06-081-0/+1
* Add command to create dhahelper device to install-dhahelper target.diego2008-06-081-0/+1
* Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h candiego2008-06-088-10/+10
* Add dhahelper CFLAGS where appropriate if enabled.diego2008-06-081-1/+1
* Add support for enabling VIDIX dhahelper.diego2008-06-081-0/+9
* Remove pointless and commented-out #ifdef.diego2008-06-081-6/+0
* Fix silly typo in CFLAG_SVGALIB_HELPER variable name.diego2008-06-081-1/+1
* Fix dhahelper.h #include paths.diego2008-06-083-3/+3
* Restore support for compiling with svgalib_helper.diego2008-06-073-7/+15
* Only check for VIDIX PCI device name database if VIDIX is enabled.diego2008-06-071-8/+9
* Make sure that the LC_ALL variable is exported to the environment ofdiego2008-06-071-1/+1
* Factorizes dvdnav aid retrieval code.ben2008-06-071-30/+27
* Add routine that provides audio ID corresponding to logical numberben2008-06-072-0/+33
* Fix channel order for libvorbis decoder, original patched by Nicolas George.ulion2008-06-071-0/+7
* rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.ulion2008-06-073-6/+6
* Rename some functions as they are mplayer related and notben2008-06-074-20/+20
* rename for consistencyben2008-06-071-5/+5
* Add routine to determine if SPU has changed in dvdnav stream.ben2008-06-072-0/+25
* Add routine to determine if audio has changed in dvdnav stream.ben2008-06-072-0/+25
* declare some functions as staticben2008-06-072-9/+4
* No need to set LC_ALL=C for individual shell commands,diego2008-06-071-1/+1
* The VIDIX PCI files should be regenerated when the awk scriptdiego2008-06-071-1/+1
* remove C++ inclusion guard from vidix headersben2008-06-074-30/+0
* Add default definition for SVGA device.diego2008-06-071-0/+4
* remove useless vidix versioning stuffben2008-06-076-18/+0
* remove duplicated codeben2008-06-071-6/+1
* Drop some useless parameter from vidix init routineben2008-06-073-6/+4
* Drop support for external libvidix (unmaintained and not up-to-date)ben2008-06-072-36/+9
* Save DVDNAV palette info.ben2008-06-072-0/+2
* vidix s3 headers was missing proper headerben2008-06-071-0/+24
* Remove unused variable, fixes the warning:diego2008-06-071-1/+0
* Removed unused freepath variable.ben2008-06-061-8/+3
* 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