summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings:diego2006-10-041-1/+2
* Make sync tags consistent.diego2006-10-0421-21/+21
* Remove stray $ from sync tags.diego2006-10-042-2/+2
* Remove outdate, obsolete and inflammatory rants section made in r19973 of Eng...gpoirier2006-10-042-224/+0
* warn the user to disable the cache when playing dvdnav streamsnicodvb2006-10-041-0/+2
* Add a note about checking XML documentation build.diego2006-10-041-0/+3
* r20028: faacopts :object is in the range 1..4, not 0..3kraymer2006-10-041-2/+2
* Comment out sections that break the build.diego2006-10-041-0/+5
* faacopts :object is in the range 1..4, not 0..3nicodvb2006-10-041-1/+1
* Recent updates, to r 20024torinthiel2006-10-041-6/+20
* Remove bogus #ifndef WORDS_BIGENDIAN.diego2006-10-041-2/+0
* The language code for Norwegian Bokmal is nb, not no.diego2006-10-042-0/+0
* make some global var static (fix a build failure with shared lib on x86_64)aurel2006-10-031-12/+12
* make PSNR printing more consistent with other encoderscorey2006-10-031-3/+6
* Sync with FFmpeg r6543.diego2006-10-031-3/+4
* Fix unused variable warning when compiling with MMX disabled.diego2006-10-031-1/+1
* remove trailing periods in listing, insert dashes for "MPEG n"skraymer2006-10-032-13/+13
* r20008: correct parameter value case for -pvr vmode optionkraymer2006-10-031-22/+22
* Simplify and optimize bitmap blending.eugeni2006-10-021-31/+12
* Fix make install. 10l for Diego.rathann2006-10-021-1/+1
* Compile fix for odd versions of binutils, namely the ones in Fedora.gpoirier2006-10-011-6/+6
* Add support for "Safer Mode Extensions", "Supplemental SSE3", "Direct Cache A...gpoirier2006-10-011-0/+3
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.eugeni2006-10-0115-0/+300
* Work around ln limitations on MinGW.diego2006-10-011-2/+2
* Remove unused variables.diego2006-10-012-4/+1
* Reset demuxer->sub (consistently with audio and video) after seeking and at t...nicodvb2006-10-011-0/+2
* Fixed typos and some translation errors.voroshil2006-10-011-110/+83
* Fix broken parse_time_size, it would cause MPlayer to parse its parameter twice,reimar2006-09-291-15/+12
* correct parameter value case for -pvr vmode optionben2006-09-292-2/+2
* Remove another duplicate and useless ;reimar2006-09-291-1/+1
* Remove useless trailing ';'gpoirier2006-09-291-1/+1
* Convert strings to comments since they're never used,gpoirier2006-09-291-56/+54
* Do not compile with -DDEBUG by default.diego2006-09-291-1/+2
* Fix #ifdef indentation.diego2006-09-292-6/+6
* bug fix for replaying files when double clicking in the playlist.vayne2006-09-281-2/+3
* in case of errors after decoding quit the main decoding nicodvb2006-09-271-0/+4
* updated en and fr man pages with changes introduced by new pvr layerben2006-09-272-48/+49
* updated ChangeLog due to new pvr handlingben2006-09-271-1/+3
* removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Lin...ben2006-09-272-247/+268
* Sync section removal.diego2006-09-276-451/+11
* fixes by jerome ferrarigpoirier2006-09-271-97/+111
* Lots of fixes by Jerome Ferrarigpoirier2006-09-271-208/+213
* Some fixes by Jerome Ferrarigpoirier2006-09-271-6/+6
* Add support for YUVJ formatslucabe2006-09-271-1/+22
* Fix longstanding drag and drop bug: Only n-1 files get played when n filesdiego2006-09-271-1/+1
* r19974: Update gcc section. Some rewording.voroshil2006-09-271-13/+9
* r19973: Remove outdate, obsolete and inflammatory rants section.voroshil2006-09-272-251/+1
* r19975: Also mention sysctl for adjusting RTC settings.kraymer2006-09-271-19/+14
* cosmetics: reformatting, aligningkraymer2006-09-277-7634/+7916
* r19973: Remove outdate, obsolete and inflammatory rants sectionkraymer2006-09-272-259/+1
* r19979: after a long time, finally i could add -endpos option to mplayer..kraymer2006-09-271-21/+23
* vo_caca: use the pre-1.x compatibility layer so recentcorey2006-09-262-0/+11
* use a more generic ioctl as the one used was deprecated with Linux 2.6.18 kernelben2006-09-261-2/+2
* Add matroska v2 (SimpleBlock) support.eugeni2006-09-252-8/+46
* cosmetic renames because pvr support will soon be less ivtv driver dependantben2006-09-251-11/+11
* sync up to rev.19134ptt2006-09-251-28/+210
* nit: Subversion revision numbers are referenced as r12345.diego2006-09-251-1/+1
* after a long time, finally i could add -endpos option to mplayer executable.ptt2006-09-258-81/+140
* sync'd up to rev.18570ptt2006-09-251-5/+13
* sync'd up to (yet) CVS rev.1.1289 thanks to translation by daniele forghieriptt2006-09-251-29/+131
* cosmeticsdiego2006-09-241-1/+1
* Also mention sysctl for adjusting RTC settings.diego2006-09-241-1/+6
* Update gcc section, some rewording.diego2006-09-241-15/+7
* Remove outdate, obsolete and inflammatory rants section.diego2006-09-242-227/+0
* Cosmetics: add some comments.eugeni2006-09-242-0/+16
* Shadow support in libass.eugeni2006-09-245-14/+63
* Remove version.h on distclean.diego2006-09-241-2/+2
* Remove copy and paste error from FFmpeg sync, MPlayer does not supportdiego2006-09-241-1/+1
* Free memory in ass_synth_done().eugeni2006-09-241-0/+6
* interpolate real fps of dvr-ms files using the extended stream properties.nicodvb2006-09-243-1/+61
* Make fill_buffer function check for stream eof, fixes hang at eof (bug #580)reimar2006-09-241-1/+2
* Improve swscale-example to test conversions between all the possiblelucabe2006-09-241-39/+44
* simplifications, any error from libnut is fatalods152006-09-231-32/+16
* sync to new libnutods152006-09-231-0/+1
* Reduce size of non-blurred bitmaps.eugeni2006-09-231-1/+1
* Cosmetics. Change indentation of block of code to make it consistent witheugeni2006-09-231-39/+39
* Missing part of previous patch to demux_real.c (revision 19958)reimar2006-09-231-2/+2
* move video memory info printf before the WIN32 workaroundfaust32006-09-231-1/+2
* int->unsigned to avoid crash to sign extension, partially fixes bug #580reimar2006-09-231-1/+1
* Cosmetics and comments.rik2006-09-231-145/+333
* Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>rik2006-09-231-123/+125
* Update with more mime types.diego2006-09-231-5/+20
* Avoid buffer overflow: memory has do be allocated accordingly when overwritin...reimar2006-09-231-2/+9
* Do not assign constant string to audio_driver_list, it is supposedreimar2006-09-231-2/+3
* Fix the sound mute switch in the GUI menu by moving the correspondingdiego2006-09-231-11/+10
* Fix audio stream switching with demux_mkv:reimar2006-09-231-2/+2
* verbosity--;diego2006-09-231-1/+1
* when changing chapter, in the osd print the channel number in a more natural ...nicodvb2006-09-231-1/+1
* Add forgotten emms which caused weird bugs like nan pts values.reimar2006-09-231-0/+3
* Better fix_outline implementation. No more "fix_outline failed" messages,eugeni2006-09-231-12/+15
* Fix width -> orig_width typo causing subtitles to be too far to the rightreimar2006-09-221-1/+1
* Whitespace-only cosmeticsreimar2006-09-221-13/+13
* Aggregate multiple small EOSD textures into one large since hundreds ofreimar2006-09-221-2/+57
* Cosmetics: move curtex++ out of for () into code body, needed for coming patchreimar2006-09-221-4/+4
* use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 0reimar2006-09-221-2/+2
* Make genEOSD behaviour with NULL data more explicitreimar2006-09-221-2/+2
* Modify clearEOSD to make experimenting easierreimar2006-09-221-5/+6
* remove useless zero-initialization code.reimar2006-09-221-3/+0
* Move calculation of text parameters (number of lines, height, etc.) fromeugeni2006-09-221-21/+36
* Move variable declaration to a more deeply nested block. It is not used outsi...eugeni2006-09-221-1/+2
* Add missing conversion from IMGFMT_I420 to PIX_FMT_YUV420P.corey2006-09-221-0/+1
* synced to 14.9.2006jheryan2006-09-228-63/+672
* r19927: Fix typos noticed by Paul TT.kraymer2006-09-221-3/+3
* remove some unbreakable lines roff errors.gpoirier2006-09-221-8/+8
* better rounding for audio_delay_fix in muxer_avi.cods152006-09-221-2/+2
* sync up to (yet) CVS rev. 1.1260ptt2006-09-221-29/+121
* Try .mxf with libavformat first, works around a too greedy mpeg-demuxerreimar2006-09-221-0/+1
* Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn'treimar2006-09-221-1/+1
* synced with r19927gpoirier2006-09-221-8/+10
* Fix typos noticed by Paul TT.diego2006-09-221-2/+2
* cosmeticsdiego2006-09-221-52/+53
* Cosmetics: fix indentation after last commit.eugeni2006-09-211-18/+18
* Fix FT_Stroker use in libass. The previous variant ended up with 0-widtheugeni2006-09-211-28/+18
* In r19831, font size multiplier was mistakenly applied to border width.eugeni2006-09-211-1/+3
* Add conversion from IMGFMT_Y8 to PIX_FMT_GRAY8lucabe2006-09-211-0/+1
* change help_mp-de.h charset to UTF-8kraymer2006-09-212-544/+544
* made file-static new_dvdnav_stream() and dvdnav_stream_read()nicodvb2006-09-201-2/+2
* removed definitions of no more used or file-static functionsnicodvb2006-09-201-12/+0
* introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);nicodvb2006-09-194-1/+15
* removed old dvdnav_event definitionsnicodvb2006-09-192-3/+0
* show in the osd the number of the button selected by the mousenicodvb2006-09-191-0/+1
* removed dead codenicodvb2006-09-191-117/+0
* Іnitial button value is -1. Only (button>0) is a correct button selection.jonas2006-09-192-4/+4
* removed mention of dvdnav_eventnicodvb2006-09-191-3/+0
* Sort events by ReadOrder (if both layer and start time are equal).eugeni2006-09-191-0/+4
* Set ReadOrder values for external subtitles.eugeni2006-09-191-0/+5
* Calculate text bounding box in such way that it does not depend on the heighteugeni2006-09-191-0/+2
* Remove just the targets, not the original codecs.diego2006-09-191-1/+1
* Cosmetics: fix indentation after last commit.eugeni2006-09-191-23/+23
* Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.eugeni2006-09-191-1/+4
* sync with r19881gpoirier2006-09-191-18/+61
* Allow shared libavcodec, but explain the implications.rathann2006-09-191-5/+5
* Add (if applicable) footnote to binary codecs in the feature list.rathann2006-09-181-4/+12
* fix for disabling screensaver when in fullscreen mode while using the sub win...vayne2006-09-181-11/+11
* demuxer->movi_end is updated after ds_fill_buffer(),nicodvb2006-09-181-1/+2
* permit seeking to 0: there's no reason to prevent itnicodvb2006-09-181-6/+3
* in the previous commit I forgot to set s->end_pos=0nicodvb2006-09-181-0/+1
* at titleset change call update_title_len() to reset stream->end_posnicodvb2006-09-181-0/+4
* don't seek until dvdnav_get_position() returns something meaningfulnicodvb2006-09-181-1/+8
* Fix a stupid bug in list concatenation.eugeni2006-09-181-18/+9
* synced with r19895Gabrov2006-09-181-6/+6
* When the hardware sample format is AC3, do not force using an hardcodedcladisch2006-09-183-17/+64
* Replace preprocessor hacks to work around compilers not supporting nameddiego2006-09-182-6/+17
* When one of the PCM configuration function in init() fails, abortcladisch2006-09-181-0/+6
* configure should fall back on -mcpu=pentium4 if -mcpu=prescottdiego2006-09-181-0/+3
* Replace silly compilation shell scripts by a simple Makefile.diego2006-09-1810-29/+14
* Fix compilation, too few arguments to fputs.diego2006-09-181-1/+1
* Fix stupid use of multiplication to check signs which fails because of uau2006-09-181-5/+1
* Restore original copyright notice as found in xine and xine-mms where thisdiego2006-09-181-7/+27
* fix "groff comment issue" (' at beginning of line)kraymer2006-09-181-4/+4
* r19881: Shorten scale filter parameter names to avoid excessive line length.kraymer2006-09-181-4/+4
* Add hint about how to check man pages for markup errors.diego2006-09-181-1/+2
* Add --disable-dvdnav to help output.diego2006-09-181-0/+1
* Fix missleading msg printed when subcp_open is given NULL as parameter (like ...gpoirier2006-09-181-1/+2
* roff markup fixesdiego2006-09-183-12/+12
* Shorten scale filter parameter names to avoid excessive line length.diego2006-09-181-3/+3
* synced with r19879Gabrov2006-09-176-374/+201
* Reduce code duplication in init_render_context().eugeni2006-09-172-83/+93
* Remove the dependency of libswscale on img_format.hlucabe2006-09-179-342/+415
* better description of set_mouse_pos.nicodvb2006-09-171-1/+2
* Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()lucabe2006-09-174-8/+19
* Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)lucabe2006-09-171-1/+1
* Remove outdated graphics cards recommendations and fix wrong GTK dependency.diego2006-09-171-9/+1
* Reword the font section to be a bit more descriptive.diego2006-09-171-5/+5
* more appropriate translation for INTERACTIVE CONTROLkraymer2006-09-171-2/+2
* r19865: Wording improvements, document only one half of -mouse-movements flag...kraymer2006-09-171-4/+10
* translation by Vladimir Voroshilov, voroshil gmail comvoroshil2006-09-171-0/+1156
* conditional declerations are unnecessaryods152006-09-171-6/+0
* conditional declerations are unnecessaryods152006-09-171-2/+0
* Add demux_nut to MPlayer repoods152006-09-176-1/+358
* Remove obsolete font generator Gimp plugin.diego2006-09-162-211/+0
* Wording improvements, document only one half of -mouse-movements flag option.diego2006-09-161-9/+10
* minor wording/spelling changesdiego2006-09-161-3/+3
* The recent renaming of the gcc-checking switches to gcc-check was incomplete.diego2006-09-161-4/+4
* Subtract glyph bitmap from outline bitmap.eugeni2006-09-161-0/+22
* documented set_mouse_posnicodvb2006-09-161-0/+3
* COSMETICS: fixed broken indentationnicodvb2006-09-161-2/+2
* documented -[no]mouse-movementsnicodvb2006-09-161-0/+6
* when dvdnav is enabled associate MOUSE_BTN0 to dvdnav 6 (to simulate confirma...nicodvb