summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/spellingdiego2007-02-271-4/+4
* small updatesdiego2007-02-271-1/+3
* Simplify .depend file inclusion.diego2007-02-271-3/+1
* Simplify .depend file inclusion.diego2007-02-273-9/+3
* Adding an extra -I.. parameter is no longer necessary.diego2007-02-271-3/+1
* Add commit nick for Rik Snel.diego2007-02-271-1/+1
* compilation fix clip_uint8 -> av_clip_uint8rik2007-02-272-2/+2
* Seek to -ss position without first starting audio/video from the start.uau2007-02-271-14/+11
* Remove useless conditional.diego2007-02-271-2/+0
* copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl...nicodvb2007-02-261-0/+19
* support for new ivtv apiben2007-02-261-2/+4
* Fix wrong typecast, which can cause MPlayer crashvoroshil2007-02-261-3/+3
* 2 less variablesnicodvb2007-02-251-1/+0
* cosmetics: reformattednicodvb2007-02-251-65/+65
* removed unused variablesnicodvb2007-02-251-1/+1
* simplified parse_mpeg12_video()nicodvb2007-02-251-82/+72
* Support for PowerPC 440x embedded CPUs.rathann2007-02-251-0/+8
* member real_framerate is completely uselessnicodvb2007-02-251-2/+1
* mpcommon.c is a partial copy of mplayer.c, so recommit it as such.reimar2007-02-250-0/+0
* The fragment program functions are and most likely always will be ARB-only,reimar2007-02-251-6/+6
* Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilat...voroshil2007-02-251-2/+1
* 10, checked for the wrong thing. Do aspect scaling only in config_video_outreimar2007-02-251-2/+1
* cosmetics: reindentednicodvb2007-02-251-10/+8
* removed commented/useless code from parse_mpeg12_video()nicodvb2007-02-251-4/+0
* Add av_ prefix to clip functionsreimar2007-02-254-16/+16
* 10l to me for bad todo itemscompn2007-02-241-3/+0
* iive says xvmc stuff is long donecompn2007-02-241-1/+0
* remove some old and add new TODOcompn2007-02-241-27/+26
* Simplify .depend file inclusion.diego2007-02-242-6/+2
* cosmetics: Fix some common typos, appropiate --> appropRiate,diego2007-02-249-10/+10
* 10l, avoid crash on invalid subtitle idreimar2007-02-241-2/+4
* synced with r22331Gabrov2007-02-241-2/+1
* Remove some #if 0 codeuau2007-02-243-66/+0
* Move parsing of the -ss option to the option code.uau2007-02-245-34/+56
* some more consistency for the VIDIX installation.diego2007-02-231-1/+1
* synced with r22292Gabrov2007-02-231-7/+8
* synced with r22326Gabrov2007-02-234-192/+199
* Gui compilation fixesvayne2007-02-232-8/+21
* Fix loading of mpeg4ds direct show video codec under win32, broken in r22322voroshil2007-02-231-0/+19
* Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyedvoroshil2007-02-231-0/+1
* Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separ...voroshil2007-02-237-43/+272
* Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.voroshil2007-02-234-27/+38
* Fix \a parsing broken in r22291uau2007-02-231-1/+1
* Fix error in commentuau2007-02-231-1/+1
* Reset the edl_decision flag after the seek is done.uau2007-02-231-0/+1
* Separate function for seekinguau2007-02-231-36/+49
* Remove useless fflush(stdout) calls. mp_msg already flushes output, anduau2007-02-221-6/+1
* Move EDL code to separate functionsuau2007-02-221-46/+58
* Move some related variables together & add a commentuau2007-02-221-2/+3
* update to 0.1 version from websitecompn2007-02-221-8/+51
* add original website url per al3x commentcompn2007-02-221-0/+2
* r22276: Reallocate event_images_t, removing limit on simultanious events count.voroshil2007-02-221-2/+2
* typodiego2007-02-221-1/+1
* Add some missing includes.eugeni2007-02-222-0/+4
* Declarations must be before codereimar2007-02-221-2/+2
* Fix nonsense function typeuau2007-02-221-1/+1
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as welldiego2007-02-229-14/+14
* Cleanup, move "global" state from the frame_time_remaining mainloopuau2007-02-212-3/+12
* fix compilation with gcc 2.95.3ivo2007-02-211-1/+2
* Fix GUI compilationuau2007-02-217-17/+49
* Add missing "if (use_gui)" before some GUI callsuau2007-02-211-3/+3
* Fix menu to work with mpctxuau2007-02-217-15/+32
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-218-13/+13
* Oops, forgot {} before "else".eugeni2007-02-211-2/+2
* Add missing #ifdefuau2007-02-211-0/+2
* Split command/property handling from mplayer.c to a new file command.c.uau2007-02-217-2501/+3018
* a/r handled correctly by vd_ffmpegnicodvb2007-02-201-0/+1
* insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video a...nicodvb2007-02-201-6/+19
* reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michaelnicodvb2007-02-201-7/+4
* Cosmetics: fix indentation.eugeni2007-02-201-15/+15
* With \t(\b) text becomes bold at the middle of time interval, not at the endeugeni2007-02-201-1/+2
* make message translatableivo2007-02-202-2/+3
* Any style modifier followed by no recognizable parameter resets to the default.eugeni2007-02-201-7/+17
* more cosmeticsivo2007-02-201-30/+41
* proper GPL headingivo2007-02-201-0/+19
* cosmeticsivo2007-02-201-233/+233
* \fn without an argument resets font family to the value from style.eugeni2007-02-201-3/+6
* Fix display order of events.eugeni2007-02-201-4/+0
* proper authors of xmms demuxerivo2007-02-201-1/+1
* dont set 0 nBlockAlignmichael2007-02-201-1/+1
* probe ~/.xmms/Plugins for plugins too, so users without root access on theirivo2007-02-201-6/+19
* Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.diego2007-02-201-2/+2
* Both (-1) and 1 mean bold font in SSA/ASS styles.eugeni2007-02-192-4/+7
* Add \t(\b) support.eugeni2007-02-191-3/+4
* Fix bounding box calculation with \fscx/\fscy.eugeni2007-02-191-2/+4
* Fix \fscx/\fscy animation.eugeni2007-02-191-2/+2
* Correct implementation of text spacing.eugeni2007-02-193-10/+10
* Reallocate event_images_t, removing limit on simultanious events count.eugeni2007-02-192-24/+25
* Don't free and then allocate surfaces when config() is called again with same...iive2007-02-191-0/+26
* 10l: comparison of char* ptrs with string literalsfaust32007-02-191-2/+2
* Remove remnants of the nonfunctional "grab_frames" command.uau2007-02-194-9/+1
* 10l copy and paste bug in the license headerdiego2007-02-191-1/+1
* Fix license header.diego2007-02-191-6/+6
* Controllable quality setting of VFW enconding, through the dumped state of th...alex2007-02-182-2/+308
* smil over realrtsprtogni2007-02-181-0/+1
* liblzo support fix, take X: forgotten variable setting.diego2007-02-181-0/+1
* Fix 10 in r22250, do not use screendimensions if not setreimar2007-02-181-0/+2
* Set classhint directly after creating window just as all other vos do, in acc...reimar2007-02-181-3/+3
* clarify that language must be a 3 letter codemichael2007-02-181-4/+5
* Revert r22255 on iive's request.reimar2007-02-183-45/+29
* Mark myself as MPlayer sync/core maintaineruau2007-02-181-1/+2
* Make liblzo conditional to the appropriate #defines.diego2007-02-183-1/+10
* all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org)nicodvb2007-02-181-21/+21
* Add support for smil playlist served over realrtsprtogni2007-02-184-7/+82
* Remove internal minilzo, external liblzo can be used instead.diego2007-02-186-3341/+1
* Use liblzo2 instead of liblzo1, it's not bigger but faster.diego2007-02-182-5/+5
* Use external liblzo instead of internal minilzo.diego2007-02-181-1/+1
* Some typo fixes in svn-howtoreimar2007-02-181-7/+7
* Avoid parts of xvmc reinit when source format does not changereimar2007-02-183-29/+45
* Remove unused variable "osd_level_saved"uau2007-02-181-1/+0
* omit length field of AAC-LATM audio streams; fixes decoding by faad. Patch by...nicodvb2007-02-171-0/+2
* Make sure that -sid works even if the number of subtitles initially detectedreimar2007-02-171-0/+1
* Move some subtitle handling from mplayer.c to mpcommon.c and share it with me...reimar2007-02-175-156/+159
* Move common vo initialization code to video_out.creimar2007-02-1710-85/+53
* cosmeticsnicodvb2007-02-171-31/+28
* 1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe ods152007-02-171-2/+5
* negative stride and h_size-=8 fixmichael2007-02-171-4/+4
* swap palette on big endianmichael2007-02-171-2/+13
* palette init code for IMGFMT_RGB4 and IMGFMT_RG4Bmichael2007-02-171-0/+11
* BGR/RGB4 byte formats as inputmichael2007-02-173-5/+6
* add IMGFMT_RGB8 palette init code what moron actually added init code just fo...michael2007-02-171-0/+13
* another ridiculous palette bug which has nothing to do with the new palete su...michael2007-02-171-0/+2
* wording, typos fixvoroshil2007-02-171-534/+534
* mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many ...michael2007-02-171-1/+1
* Restore a minus sign that was lost in r22231.eugeni2007-02-161-1/+1
* Don't segfault if no -format is given for lavfuau2007-02-161-1/+1
* PAL8 ...michael2007-02-161-0/+2
* pal8 inputmichael2007-02-162-8/+54
* r22201: some clarification about dvb-out playbackvoroshil2007-02-161-5/+7
* r22184: When setting the non-audio bit for hwac3 output, just try to set the...voroshil2007-02-161-5/+5
* Implement \frx and \fry (and reimplement \frz) as 3d rotations.eugeni2007-02-163-23/+108
* Consistently name z-axis rotation angle "frz".eugeni2007-02-162-6/+6
* Move conversions between 16.16, 26.6 fixed point and int, double to separateeugeni2007-02-162-17/+43
* update wishlist, approved by diegocompn2007-02-161-15/+11
* support for H263-2000; patch by Carl Eugen Hoyosnicodvb2007-02-161-0/+1
* Select the first charmap in the font, if FreeType did not autoselect any.eugeni2007-02-152-1/+13
* \r resets \frz to style value.eugeni2007-02-151-1/+1
* Fix \t(\frz) handling.eugeni2007-02-151-4/+2
* \org(0,0) is different from no \org at all.eugeni2007-02-151-1/+4
* We definitely want to avoid an emulated poll()reimar2007-02-151-0/+8
* fix my entry to authorscompn2007-02-151-5/+5
* Simplify code by using separate variables for large common expressions.reimar2007-02-151-22/+26
* Fix two 10l memleaks in vo_xvmc.creimar2007-02-151-0/+3