summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle common parts at the objects instead of at the sources level.diego2007-03-131-4/+3
* codecs.conf.h needs to be made before .depend.diego2007-03-121-1/+1
* Mark phony targets as such.diego2007-03-121-0/+2
* dirclean target was removed, don't mark as phony.diego2007-03-121-1/+1
* Remove code duplication in smil parserrtogni2007-03-121-24/+2
* cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl...nicodvb2007-03-121-4/+4
* Support smil embedded into xml, fixes bugzilla #768rtogni2007-03-121-0/+2
* mp_msg.c is never built with -DCODECS2HTML.diego2007-03-121-1/+1
* Remove -DCODECS2HTML from .depend creation.diego2007-03-121-1/+1
* r22521: Clarify -reuse-socket description.voroshil2007-03-121-4/+3
* r22408: add -tv driver=help entry, also add dshow tv drivervoroshil2007-03-121-2/+15
* r22413: add xvfwopts compdata and vfw2menc documentation and change to better...voroshil2007-03-123-11/+60
* r22331: Remove some #if 0 codevoroshil2007-03-121-2/+3
* Clarify that commits should not be split arbitrarily by file/directory.diego2007-03-121-1/+2
* spelling/punctuationdiego2007-03-121-11/+11
* fix forgotten \ivo2007-03-121-1/+1
* add vcd:// for win32, patch by zuxy mengcompn2007-03-121-0/+130
* Source files should not contain non-ASCII characters.diego2007-03-124-5/+5
* add vcd:// for win32, patch by zuxy mengcompn2007-03-121-1/+25
* add vcd support to mingw, patch by zuxy mengcompn2007-03-121-1/+1
* minor clarificationdiego2007-03-121-1/+1
* Clarify -reuse-socket description.diego2007-03-121-2/+2
* typodiego2007-03-121-1/+1
* Fix comment about test application compilation.diego2007-03-121-1/+2
* Add codec-cfg-test, remove now obsolete entries.diego2007-03-110-0/+0
* Add codec-cfg-test target.diego2007-03-111-1/+5
* Allow demuxers to return packets with no pts in -correct-pts modeuau2007-03-112-5/+10
* Reindent messy functions before working on themuau2007-03-111-68/+71
* Make sure docbook 4.x gets preferred over 3.x.diego2007-03-111-0/+2
* mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODERdiego2007-03-111-1/+1
* wording/spelling for lscale=2 suboptiondiego2007-03-111-2/+2
* 'make clean' should remove generated binaries.diego2007-03-111-3/+3
* Merge clean and dirclean targets.diego2007-03-111-4/+2
* forgotten lscale=2 part for gl_common.hreimar2007-03-111-0/+2
* Document lscale=2reimar2007-03-111-0/+3
* Add a new GPU-based scaling method to vo glreimar2007-03-112-0/+33
* Move the sh_audio->delay field to mpctx->delay.uau2007-03-115-17/+23
* fixed dvd chapter and title switchingvayne2007-03-103-14/+28
* removed redundant assignments, these get handled in evDropFilevayne2007-03-101-2/+0
* corrected description of -reuse-socket as described by Richnicodvb2007-03-091-2/+1
* remove some lines which should have never been in demux_nut.c, broke CPU ods152007-03-091-3/+0
* Include <string.h> explicitly.uau2007-03-091-0/+1
* Rename to a more sane spelling.diego2007-03-091-0/+0
* Improve MPlayerOSX building process:gpoirier2007-03-091-4/+4
* Move command.c.tmp over now identical command.cuau2007-03-091-2390/+0
* Change to match current command.c (same functionality).uau2007-03-091-1373/+1732
* Add alternative way to create command.c to svn history,uau2007-03-091-0/+2031
* 100l, allocated buffer was too small.rtogni2007-03-081-1/+1
* Support function lookup via ordinalreimar2007-03-081-4/+6
* Allow declaring special undefined functions that will return NULLreimar2007-03-081-0/+9
* documented -reuse-socketnicodvb2007-03-081-0/+5
* optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan ...nicodvb2007-03-082-0/+9
* Add more FourCC values for the Xvid decoder.diego2007-03-081-1/+14
* Remove unused variable lev_text, patch by Zuxy Meng, zuxy.meng gmail com.diego2007-03-081-13/+0
* spelling/punctuation/grammar/wording improvements, no semantic changesdiego2007-03-081-229/+230
* Add PIX_FMT_PAL8 to isPacked().diego2007-03-081-1/+2
* 100l, last patch broke window resizing with xv and xvmc.reimar2007-03-082-3/+2
* Merge all .PHONY target declarations.diego2007-03-071-10/+3
* Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' ...gpoirier2007-03-071-1/+4
* Fix unkown --> unkNown typo.diego2007-03-0713-13/+13
* Fix audio samplerates below 7000 Hz.uau2007-03-071-1/+1
* support for AMR; it works inserting in the first byte of the demux_packetnicodvb2007-03-062-2/+17
* mplayer.1kraymer2007-03-062-5/+14
* Factor out some duplicated code in vo_xv and vo_xvmcreimar2007-03-062-100/+45
* __defines are reserved for gcccompn2007-03-061-2/+2
* Simplify config by using code available in video_out.creimar2007-03-061-19/+11
* Fix bad uninit when switching DVB channels.reimar2007-03-061-1/+1
* A function always returning 0 could as well return void.eugeni2007-03-061-11/+4
* Text alignment should not use bounding boxes of individual glyphs.eugeni2007-03-061-3/+3
* Reset advance vector and glyph bounding box if glyph could not be found.eugeni2007-03-061-0/+6
* removed unused definition of insertRTPData(); it's not only unused,nicodvb2007-03-052-32/+0
* synced with r22428Gabrov2007-03-051-1/+3
* synced with r22469Gabrov2007-03-053-8/+58
* truncate mencoder's output file if it exists, instead of overwriting just par...lorenm2007-03-052-2/+2
* Audio should now work fine, so remove the ENABLE_AUDIO ifdefreimar2007-03-051-5/+0
* Implement percent-based seekingreimar2007-03-051-0/+5
* Fix seeking for avisynth audio.reimar2007-03-051-6/+14
* Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideoreimar2007-03-051-1/+3
* remove pointless cast to intreimar2007-03-051-1/+1
* Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long...reimar2007-03-051-7/+0
* Allow to add/modify keybind for '#'reimar2007-03-051-0/+1
* -nomouseinput is no longer X11 only.diego2007-03-051-1/+1
* Add code to detect and convert to console codepage on Windows.reimar2007-03-043-11/+61
* Include stdio.h for printfreimar2007-03-041-0/+3
* when seeking consider stream->start_pos instead of 0 as initial position; pat...nicodvb2007-03-041-2/+4
* getopt is only needed on msvc, remove from mingw/linux compile infocompn2007-03-041-2/+3
* 10l, remove local-only file from ignore listkraymer2007-03-040-0/+0
* add vfw2menc info into READMEcompn2007-03-041-0/+18
* shut up 'svn status' by ignoring symlinked fileskraymer2007-03-040-0/+0
* add -xvfwopts compdata suboption to man pagecompn2007-03-041-0/+4
* Remove variable that is unnecessary after last patchreimar2007-03-041-2/+1
* Remove hack that sets demuxer->video->pts after seeking, it seems no longer n...reimar2007-03-041-1/+0
* Set pts also for audio packetsreimar2007-03-041-0/+1
* Already frameno == num_frames means we reached EOF.reimar2007-03-041-1/+1
* Fix crash with avisynth audio-only files and take audio length into account w...reimar2007-03-041-2/+5
* Support more avisynth audio sample types (untested)reimar2007-03-041-2/+13
* Remove useless void * castsreimar2007-03-041-8/+8
* Do not read more audio samples than availablereimar2007-03-041-1/+4
* Fix pakcet -> packet typo in outputreimar2007-03-041-1/+1
* Set format tag for float samples correctly (currently useless)reimar2007-03-041-1/+2
* nomouseinput option should not depend on HAVE_X11.reimar2007-03-041-2/+2
* Add support for tracking mouse movements.reimar2007-03-041-0/+11
* Move/simplify some variable declarationsreimar2007-03-041-5/+2
* Demuxers have no business setting o_bpsreimar2007-03-041-1/+0
* First half-working avisynth audio supportreimar2007-03-041-4/+15
* Fix wrong setting of samplesize (must be bytes per sample, not bits)reimar2007-03-041-1/+2
* ENABLE_AUDIO now selects only between -nosound and -aid 0 as default, can be ...reimar2007-03-041-10/+4
* Enable aid/vid stream selection, although it is quite useless currently.reimar2007-03-041-4/+7
* Whitespace-only cosmetics: get rid of all remaining tabsreimar2007-03-041-114/+114
* Generate resize events when size of -wid window changes.reimar2007-03-041-0/+8
* Fix type and usage of avs_get_audio functionreimar2007-03-041-3/+2
* Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-imple...reimar2007-03-041-24/+10
* print the disc_id without using a buffernicodvb2007-03-041-3/+3
* Fix copy-paste bug (must have broken something in the GUI)uau2007-03-031-1/+1
* wrong capitolization, thats a comma not a periodcompn2007-03-031-1/+1
* warn users about drm files, patch by zuxy mengcompn2007-03-031-0/+46
* warn users about DRM asf files, patch by zuxy mengcompn2007-03-031-0/+2
* supposed to be using global m_config here, and this wasn't even getting set.vayne2007-03-031-1/+0
* The original asm code for the stub returned 0, restore that behaviour.reimar2007-03-031-1/+2
* Discard earlier failure in building filter chain when trying a new codec.reimar2007-03-031-0/+3
* 10000l; in previous commit I allocated a buffer 1 byte too shortnicodvb2007-03-031-1/+1
* replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com.nicodvb2007-03-031-2/+3
* replaced 2 instances of sprintf() with snprintf() and one instancenicodvb2007-03-031-4/+3
* Fix incorrect spacing introduced in r22231:eugeni2007-03-031-2/+2
* live555 version 2006.03.03 or later is needed to compile MPlayer.diego2007-03-031-2/+2
* cosmetics, fix indentation as pointed out by Reimarvayne2007-03-021-1/+1
* Rework of copying samples from directshow codecs.voroshil2007-03-026-92/+71
* 10l: x2scr used twice instead of y2scr.eugeni2007-03-021-1/+1
* Bugfix: transform origin to screen coordinates.eugeni2007-03-021-2/+2
* add xvfwopts compdata and vfw2menc documentation and change to better mencode...compn2007-03-021-2/+42
* add missing playtree entryvayne2007-03-021-1/+2
* a small step toward 4 plane supportmichael2007-03-021-6/+6
* copy src to prevent the user supplied argumet from being changedmichael2007-03-021-1/+2
* 10l: dshow isnt in svn yetcompn2007-03-021-1/+1
* add -tv driver=help entry, also add dshow tv drivercompn2007-03-021-1/+2
* simplify and modify fullscreen switching to avoid improper aspectsvayne2007-03-021-24/+25
* add forgotten case value as per recent changes to mplayer.cvayne2007-03-021-0/+3
* rename to *_proposal.txtmichael2007-03-011-0/+0
* clarify quorum and majority requirements in respect to debians voting systemmichael2007-03-011-4/+18
* url with a good description of how to determine the winner from the votesmichael2007-03-011-1/+1
* Explain how to select all DVB channels on a frequency.reimar2007-03-011-0/+5
* Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtrreimar2007-03-011-0/+2
* s/admin/leader/michael2007-03-011-18/+16
* tv driver loading rework. As a side effect "-tv driver=help" option isvoroshil2007-03-017-41/+75
* weaken veto rightmichael2007-03-011-1/+3
* winsocks expects an int in milliseconds instead of struct timeval to setivo2007-03-011-4/+12
* Replace MIN with FFMINreimar2007-03-013-10/+4
* Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.reimar2007-03-015-41/+22
* Use libavutil AV_RB/AV_WB macros instead of defining out own variants.reimar2007-03-012-163/+148
* Add missing registers to asm code in mp3libreimar2007-03-013-3/+3
* clarify root vs adminmichael2007-03-011-0/+2
* spelling fixes by ivanmichael2007-03-011-19/+19
* 10l to me, typo. it should have read clflushivo2007-03-011-1/+1
* cosmetics, missing spaceivo2007-03-011-1/+1
* cflsh->clflush to keep consistent with Linux kernelivo2007-03-011-1/+1
* Update release tag due to previous functional changes as noticed by Ivanvoroshil2007-03-011-1/+1
* new policy draftmichael2007-03-011-0/+291
* Update 3ivx decoder to latest version and allow it to load required library.voroshil2007-03-012-4/+4
* Mark wma9spdshow audio codec as working, because hissing in audio (only one k...voroshil2007-03-011-1/+1
* Seek to -ss position, not 0, in per-file loop.uau2007-03-011-1/+1
* comment is a C-string and \ must be properly escaped as \\reimar2007-02-281-1/+1
* test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Mengnicodvb2007-02-281-1/+2
* cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->...nicodvb2007-02-281-20/+4
* do not rely on svn internals and use svn info insteadivo2007-02-281-19/+4
* add comment about voxware on windowscompn2007-02-281-0/+1
* also respond to --help, -h and -? command line optionsivo2007-02-281-1/+1
* fix printing of -(no)svn optionivo2007-02-281-2/+2
* clarify -none command line optionivo2007-02-281-0/+1
* remove C99-ism (mixed declaration and code),gpoirier2007-02-281-1/+3
* implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_P...nicodvb2007-02-271-1/+21
* assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyosnicodvb2007-02-271-0/+1
* 1000l, removed code that messed with the internals of demux_packet_t (but the...nicodvb2007-02-271-2/+1
* removed duplicated code in demux_seek(); stream_seek() already aligns to STRE...nicodvb2007-02-272-11/+0
* 100000l: average != semidistance, fixed seeking to the middle position; patch...nicodvb2007-02-271-1/+1
* 10l: Add missing definition of USE_STREAM_CACHE.diego2007-02-271-0/+2
* Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with ...voroshil2007-02-271-2/+2
* Move the decision about stream cache compilation to configure.diego2007-02-272-4/+7
* Move glob-win.c out of MinGW section, configure handles it.diego2007-02-271-1/+1
* Simplify strip parameter for install handling.diego2007-02-272-8/+3
* grammar/spellingdiego<