summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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...nicodvb2006-09-161-0/+1
* report mouse coordinates after movement to dvdnav; this permits to enable but...nicodvb2006-09-163-0/+22
* report to mplayer with a slave command the coordinates of the pointer reporte...nicodvb2006-09-165-0/+40
* removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kane...nicodvb2006-09-161-1/+1
* Add \be (blur edges) support to libass.eugeni2006-09-165-7/+128
* Make blur() public. Will be used in libass.eugeni2006-09-162-1/+4
* Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.eugeni2006-09-166-65/+156
* translation by Vladimir Voroshilov, voroshil gmail comvoroshil2006-09-161-0/+2546
* fix typos ("bytes" -> "Bytes")kraymer2006-09-161-3/+3
* Fixed missed sync tag, thanks to Andrew Savchenkovoroshil2006-09-161-1/+1
* at start, when not playing a specific titleset, try to call the Title menu (a...nicodvb2006-09-151-1/+3
* Change demuxer for "application/octet-stream" http streams fromeugeni2006-09-151-1/+1
* in mp_dvdnav_handle_input() update current button only if the status of the p...nicodvb2006-09-151-1/+2
* dvdnav_stream_reset() should be called on dvdnav_priv->dvdnav not on dvdnav_p...nicodvb2006-09-151-1/+1
* removed code that propagated the slave command dvdnav_event that hasn't been ...nicodvb2006-09-151-12/+0
* don't uninit the video_out when using -fixed-vo; patch by Jonas Jermannnicodvb2006-09-151-1/+1
* when cmd == MP_CMD_DVDNAV_SELECT set reset=1 only if dvdnav_button_activate()...nicodvb2006-09-151-1/+1
* disable multichannel mode, it never worked reliablefaust32006-09-151-0/+5
* r19839: Add repeated screenshot mode to vf_screenshot.kraymer2006-09-151-2/+6
* Add repeated screenshot mode to vf_screenshot.eugeni2006-09-155-8/+31
* Fix Irix build with gcc < 3.x, closes Bugzilla #572.diego2006-09-141-0/+4
* r19829: Improve TrueType font installation sectionvoroshil2006-09-144-260/+172
* mmx implementation of yadif. 3.5x faster.lorenm2006-09-141-1/+228
* cosmetics (indentation)lorenm2006-09-141-36/+36
* cosmeticslorenm2006-09-141-20/+34
* r19832: remove leftover parenthesiskraymer2006-09-134-142/+150
* remove leftover parenthesiskraymer2006-09-131-1/+1
* Make font outline width proportional to movie resolution.eugeni2006-09-131-4/+6
* r19825: TrueType fonts now preferred over bitmap fonts, rewrite the font inst...kraymer2006-09-133-99/+53
* Improve TrueType font installation section.diego2006-09-131-19/+20
* Move subtitles and OSD section from the installation to the usage chapter.diego2006-09-134-125/+131
* Slightly restructure font installation section.diego2006-09-132-3/+9
* Move dvdcss.h to a dvdcss subdirectory, just like upstream libdvdcss does.diego2006-09-139-47/+7
* TrueType fonts now preferred over bitmap fonts, rewrite the font installation.diego2006-09-131-88/+39
* r19823: Remove mpsub section, the format is documented in DOCS/tech.kraymer2006-09-131-47/+2
* Remove mpsub section, the format is documented in DOCS/tech.diego2006-09-131-46/+1
* various fixes, rewordingkraymer2006-09-132-90/+90
* r19820: Marillat packages binary codecs, not bitmap fonts.kraymer2006-09-131-3/+4
* Marillat packages binary codecs, not bitmap fonts.diego2006-09-131-1/+1
* Don't explain how to install bitmap fonts, use TrueType fonts instead.diego2006-09-131-17/+14
* Fix r19815: mkv_d->duration could be assigned an uninitialized value.eugeni2006-09-131-1/+1
* Fix seeking in Matroska files with non-default TimecodeScale value.eugeni2006-09-121-1/+2
* Fix block duration calculation in mkv demuxer.eugeni2006-09-121-0/+1
* Fix movie duration calculation in case when TimecodeScale element comes aftereugeni2006-09-121-5/+9
* * remove extern definitions of functions in .c filesattila2006-09-126-13/+26
* r19809: link fix: The codecs page was merged into the download pagevoroshil2006-09-123-106/+5
* r19810: Remove bogus and outdated codecs installation section.kraymer2006-09-121-110/+1
* r19809: link fix: The codecs page was merged into the download page.kraymer2006-09-123-6/+6
* Remove bogus and outdated codecs installation section.diego2006-09-121-104/+0
* link fix: The codecs page was merged into the download page.diego2006-09-123-3/+3
* Support for variable fps OGM files, blessed by Moritz.diego2006-09-122-0/+4
* Move conditional compilation to the build system.diego2006-09-124-9/+10
* r19801: Mailing list page URL changed.kraymer2006-09-122-24/+29
* r19799: ability to pass channel name (not only number) to radio_set_channelkraymer2006-09-122-15/+48
* Fix missing link change from previous commitvoroshil2006-09-121-1/+1
* No real change for r19801: already have correct urlvoroshil2006-09-121-1/+1
* add support for vp6 in flashaurel2006-09-121-0/+8
* Mailing list page URL changed.diego2006-09-111-1/+1
* Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by justreimar2006-09-111-0/+2
* ability to pass channel name (not only number) to radio_set_channelvoroshil2006-09-113-1/+18
* some typos fixedvoroshil2006-09-111-12/+12
* r19793: Fixes suggested by the Wanderervoroshil2006-09-111-3/+4
* Clarify binary codecs section.diego2006-09-111-2/+3
* Many translation and typo fixes.voroshil2006-09-111-97/+73
* separate independant clauses with a semicolon, as suggested by The Wanderergpoirier2006-09-101-1/+1
* Fixes suggested by The Wanderergpoirier2006-09-101-3/+4