summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* random small fixesdiego2007-02-141-3/+3
* English grammar fix: There is no 's' after "does not exist"reimar2007-02-141-3/+3
* 100l copy-and-paste bug. Do not print video info when the problem is with sub...reimar2007-02-141-1/+1
* demuxers must ignore unknown lang/country codes, it seems we all agree that t...michael2007-02-141-0/+2
* Print list of lavf muxer formats with format=help.reimar2007-02-141-2/+14
* some clarifications and updatesdiego2007-02-141-18/+16
* Move setting _ld_extra and _inc_extra for live to autodetection part,diego2007-02-131-9/+9
* Strip leading spaces from processor names.diego2007-02-131-0/+3
* Fix compilation after rename of AC3 decoder to LIBA52 in ffmpeg r7939rtogni2007-02-121-1/+1
* Fix setting of mtrr variable.diego2007-02-121-3/+3
* misc fixes and updatesdiego2007-02-121-12/+12
* Always disable libnut demuxer in libavformat.diego2007-02-121-2/+1
* Revert libnut option names, the issue is fixed in FFmpeg.diego2007-02-122-2/+2
* More strncat() misuses.rtogni2007-02-111-5/+5
* strncat() misuses, may have been exploitable.rtogni2007-02-111-3/+3
* Precent overflow of this->m_sVhdr->bmiHeader buffer, may have beenrtogni2007-02-111-0/+1
* Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been rtogni2007-02-111-0/+1
* More boundary checks for fixed-length arrays. Some of them may have been rtogni2007-02-111-4/+12
* Clear/update subtitles after seeking backwards.reimar2007-02-111-11/+18
* some clarification about dvb-out playbacknicodvb2007-02-111-3/+4
* Move variable declaration to appropriate placereimar2007-02-101-1/+1
* Cosmetics: remove tabs added in last commit from otherwise tab-free file.reimar2007-02-101-3/+3
* Fix memory leak when changing playback speeduau2007-02-101-0/+2
* Fix memory leaks.uau2007-02-105-10/+17
* Use AF_NCH for max number of channels instead of private CHANS define.uau2007-02-101-5/+3
* sync w/r22150gpoirier2007-02-101-9/+13
* Fix nonsense tests like previously in af_pan.uau2007-02-101-5/+3
* Fix nonsense tests ("if (af->data->audio)" before "if (af->data)").uau2007-02-101-3/+2
* clarify description of reserved_count in frame header patch by (Clemens Ladis...michael2007-02-101-2/+3
* removed ages-old and insane #if0-ed and commented codenicodvb2007-02-101-77/+0
* Changelog update, based on Compn's patchgpoirier2007-02-091-0/+11
* vc1 in mpeg*nicodvb2007-02-091-0/+1
* substream id 0x98..0x9f identifies dtsnicodvb2007-02-091-0/+1
* r22150: key-fifo-size default changedkraymer2007-02-091-2/+2
* r22184: When setting the non-audio bit for hwac3 output, ...kraymer2007-02-091-5/+3
* only output fail/success message, this was wrong from the beginningkraymer2007-02-091-2/+2
* When setting the non-audio bit for hwac3 output, just try to set thecladisch2007-02-093-56/+46
* when seeking in h264 sync to idr framesnicodvb2007-02-091-1/+1
* Handle libavformat libnut dependencies.uau2007-02-091-1/+2
* when playing vc1 content sync to sequence or entry point headernicodvb2007-02-091-0/+2
* vc1 in mpegtsnicodvb2007-02-092-4/+14
* fix typo, line break, wordingkraymer2007-02-091-4/+4
* missing escape characterkraymer2007-02-081-1/+1
* Quick hack mostly for documentation purposes to make -aid work with mms://reimar2007-02-081-0/+10
* Avoid crash when uninit is called without ever calling config in x264 encoderreimar2007-02-081-0/+1
* Make sure sub->sh is set when a subtitle is selectedreimar2007-02-081-0/+4
* Cosmetics: add space after comma in outputreimar2007-02-081-1/+1
* when seeking and the codec is VC1 sync to sequence or entry point headersnicodvb2007-02-071-0/+4
* when the video codec is mpeg4video copy the content of the esds in extradata;...nicodvb2007-02-071-1/+4
* Revert part of commit r22170.iive2007-02-071-2/+2
* Fix compilation after deprecation of some lav log level andreimar2007-02-072-5/+5
* Fix libnut build failure.gpoirier2007-02-072-2/+2
* Support selecting a specific lavf demuxer and listing available ones via -lav...reimar2007-02-061-0/+22
* Avoid calling aspect on each frame and make ass subtitles work better with pa...reimar2007-02-061-4/+5
* Support some weird AVI header, fixes bug 742reimar2007-02-061-0/+3
* Add missing checks in RealVideo slice handling code.reimar2007-02-061-3/+5
* sync w/r22107gpoirier2007-02-061-32/+36
* reindentuau2007-02-061-33/+33
* Fix multiple appearing or appearing+disappearing subs in the same frame uau2007-02-061-6/+5
* Add missing type to declaration and remove unused variableuau2007-02-051-2/+1
* Fix a few gcc warnings, approved by Diego and Reimar.rathann2007-02-057-7/+7
* Fix code updating subtitle array which only moved the text, not endpts.uau2007-02-051-1/+3
* Make sure buffer is aligned so no unaligned access happens.reimar2007-02-051-5/+8
* r22104: Add global field dominance flag instead of duplicating this "everywhere"voroshil2007-02-051-37/+70
* r22129: Link to the mencoder-users list for mencoder stuffvoroshil2007-02-052-181/+183
* Another round of subtitle code cleanupreimar2007-02-053-60/+47
* r22139: Try to clarify scale filter usage hint.voroshil2007-02-051-2/+4
* typo fixeskraymer2007-02-051-1/+1
* Set sub_utf8 for mov subs.reimar2007-02-051-0/+1
* str_list separator backslash-escapingreimar2007-02-051-10/+18
* key-fifo-size default changedreimar2007-02-051-1/+1
* Reserve half of fifo for key release events to help avoiding stop buttonsreimar2007-02-051-4/+7
* Sanity check for vo window dimensions, helps avoid division by zeroreimar2007-02-051-0/+2
* beckend -> backend typo fix in printfreimar2007-02-051-1/+1
* fix unintentional line breakkraymer2007-02-051-2/+1
* Experimental support for multichannel ladspa effectsreimar2007-02-051-20/+11
* some more docbook paths, patch by Torinthieldiego2007-02-051-8/+6
* synced with r22104gpoirier2007-02-051-3/+28
* r22123: tinterlace mode 4 leaves height unchanged.kraymer2007-02-052-12/+16
* Move all "Encoding with the XXX codec family" sections together.diego2007-02-051-177/+177
* vp6vfw.dll appears to no longer crash under Linux.diego2007-02-051-1/+1
* Try to clarify scale filter usage hint.diego2007-02-051-1/+2
* wording/formattingdiego2007-02-051-1/+1
* formatting/wordingdiego2007-02-051-2/+6
* FFmpeg #defines must be uppercase now.diego2007-02-051-4/+4
* 10lmichael2007-02-051-1/+1
* skip first (green) framemichael2007-02-051-4/+8
* 100l: Copy and paste typo, library dependencies and rules are separated now.diego2007-02-041-1/+1
* Use defined() syntax instead without ().reimar2007-02-041-1/+1
* Add timeout to tcp connections, avoid hanging forever.rtogni2007-02-041-0/+7
* support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) approv...nicodvb2007-02-041-2/+3
* Link to the mencoder-users list for mencoder stuffreimar2007-02-041-2/+4
* Fix MMX2 check, _sse is set to "kernel_check", not "yes".diego2007-02-041-1/+1
* Fix vqscale description to match at least somewhat the code.reimar2007-02-041-3/+3
* Go away you stupid setlocale!!reimar2007-02-041-0/+3
* synced with r22123Gabrov2007-02-041-90/+132
* Get rid of useless last_ptr assignmentreimar2007-02-041-1/+0
* tinterlace mode 4 leaves height unchanged.reimar2007-02-041-1/+1
* Support for AOPLAY_FINAL_CHUNK in ao_sdl.creimar2007-02-041-0/+1
* Do not read beyond end of data chunk if chunk_size is set.reimar2007-02-041-1/+6
* r21753 broke compile-time detection of mmx flags on x86_64lorenm2007-02-041-1/+1
* Convert patterns to upper case to fix compilation after r22117.uau2007-02-031-19/+19
* r22107: Move -vo gl suboptions that should be irrelevant for the average userkraymer2007-02-031-29/+33
* Speed up config.h generation by transforming FFmpeg part names to uppercasediego2007-02-031-9/+8
* r22089: x264's crf takes a float argumentkraymer2007-02-031-4/+29
* r22062: alphabetical orderkraymer2007-02-031-69/+74
* r21959: Apply ancient double-click patch that nobody cares to comment on.kraymer2007-02-031-13/+30
* insert line break for readabilitykraymer2007-02-031-0/+1
* demux_mpg_probe() seek to the initial position before returning - patch by re...nicodvb2007-02-031-0/+2
* Merge both library rules by separating the rule from the dependencies.diego2007-02-031-3/+1
* Cosmeticsreimar2007-02-031-5/+5
* Avoid crash in uninit if codec not foundreimar2007-02-031-0/+2
* formatting fixes for r22104kraymer2007-02-031-5/+10
* Move -vo gl suboptions that should be irrelevant for the average userreimar2007-02-031-24/+28
* removed unused variablesnicodvb2007-02-031-1/+1
* Update gl:help output a bitreimar2007-02-031-2/+3
* Add global field dominance flag instead of duplicating this "everywhere"reimar2007-02-023-2/+33
* synced with r22089 (again)gpoirier2007-02-011-58/+58
* sync w/r22089gpoirier2007-02-011-12/+23
* mf demuxer only works with mf:// urls, so check for that.reimar2007-02-011-0/+1
* Consider SRCS2 as well when generating dependency information.diego2007-02-011-1/+1
* Make mkv demuxer use ffmpeg LZO as well.reimar2007-01-311-17/+13
* Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.reimar2007-01-311-20/+12
* use ffmpeg's LZOreimar2007-01-311-21/+9
*