| Commit message (Expand) | Author | Age | Files | Lines |
* | Use libavutil AV_RB/AV_WB macros instead of defining out own variants. | reimar | 2007-03-01 | 2 | -163/+148 |
* | Add missing registers to asm code in mp3lib | reimar | 2007-03-01 | 3 | -3/+3 |
* | clarify root vs admin | michael | 2007-03-01 | 1 | -0/+2 |
* | spelling fixes by ivan | michael | 2007-03-01 | 1 | -19/+19 |
* | 10l to me, typo. it should have read clflush | ivo | 2007-03-01 | 1 | -1/+1 |
* | cosmetics, missing space | ivo | 2007-03-01 | 1 | -1/+1 |
* | cflsh->clflush to keep consistent with Linux kernel | ivo | 2007-03-01 | 1 | -1/+1 |
* | Update release tag due to previous functional changes as noticed by Ivan | voroshil | 2007-03-01 | 1 | -1/+1 |
* | new policy draft | michael | 2007-03-01 | 1 | -0/+291 |
* | Update 3ivx decoder to latest version and allow it to load required library. | voroshil | 2007-03-01 | 2 | -4/+4 |
* | Mark wma9spdshow audio codec as working, because hissing in audio (only one k... | voroshil | 2007-03-01 | 1 | -1/+1 |
* | Seek to -ss position, not 0, in per-file loop. | uau | 2007-03-01 | 1 | -1/+1 |
* | comment is a C-string and \ must be properly escaped as \\ | reimar | 2007-02-28 | 1 | -1/+1 |
* | test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng | nicodvb | 2007-02-28 | 1 | -1/+2 |
* | cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->... | nicodvb | 2007-02-28 | 1 | -20/+4 |
* | do not rely on svn internals and use svn info instead | ivo | 2007-02-28 | 1 | -19/+4 |
* | add comment about voxware on windows | compn | 2007-02-28 | 1 | -0/+1 |
* | also respond to --help, -h and -? command line options | ivo | 2007-02-28 | 1 | -1/+1 |
* | fix printing of -(no)svn option | ivo | 2007-02-28 | 1 | -2/+2 |
* | clarify -none command line option | ivo | 2007-02-28 | 1 | -0/+1 |
* | remove C99-ism (mixed declaration and code), | gpoirier | 2007-02-28 | 1 | -1/+3 |
* | implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_P... | nicodvb | 2007-02-27 | 1 | -1/+21 |
* | assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyos | nicodvb | 2007-02-27 | 1 | -0/+1 |
* | 1000l, removed code that messed with the internals of demux_packet_t (but the... | nicodvb | 2007-02-27 | 1 | -2/+1 |
* | removed duplicated code in demux_seek(); stream_seek() already aligns to STRE... | nicodvb | 2007-02-27 | 2 | -11/+0 |
* | 100000l: average != semidistance, fixed seeking to the middle position; patch... | nicodvb | 2007-02-27 | 1 | -1/+1 |
* | 10l: Add missing definition of USE_STREAM_CACHE. | diego | 2007-02-27 | 1 | -0/+2 |
* | Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with ... | voroshil | 2007-02-27 | 1 | -2/+2 |
* | Move the decision about stream cache compilation to configure. | diego | 2007-02-27 | 2 | -4/+7 |
* | Move glob-win.c out of MinGW section, configure handles it. | diego | 2007-02-27 | 1 | -1/+1 |
* | Simplify strip parameter for install handling. | diego | 2007-02-27 | 2 | -8/+3 |
* | grammar/spelling | diego | 2007-02-27 | 1 | -4/+4 |
* | small updates | diego | 2007-02-27 | 1 | -1/+3 |
* | Simplify .depend file inclusion. | diego | 2007-02-27 | 1 | -3/+1 |
* | Simplify .depend file inclusion. | diego | 2007-02-27 | 3 | -9/+3 |
* | Adding an extra -I.. parameter is no longer necessary. | diego | 2007-02-27 | 1 | -3/+1 |
* | Add commit nick for Rik Snel. | diego | 2007-02-27 | 1 | -1/+1 |
* | compilation fix clip_uint8 -> av_clip_uint8 | rik | 2007-02-27 | 2 | -2/+2 |
* | Seek to -ss position without first starting audio/video from the start. | uau | 2007-02-27 | 1 | -14/+11 |
* | Remove useless conditional. | diego | 2007-02-27 | 1 | -2/+0 |
* | copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl... | nicodvb | 2007-02-26 | 1 | -0/+19 |
* | support for new ivtv api | ben | 2007-02-26 | 1 | -2/+4 |
* | Fix wrong typecast, which can cause MPlayer crash | voroshil | 2007-02-26 | 1 | -3/+3 |
* | 2 less variables | nicodvb | 2007-02-25 | 1 | -1/+0 |
* | cosmetics: reformatted | nicodvb | 2007-02-25 | 1 | -65/+65 |
* | removed unused variables | nicodvb | 2007-02-25 | 1 | -1/+1 |
* | simplified parse_mpeg12_video() | nicodvb | 2007-02-25 | 1 | -82/+72 |
* | Support for PowerPC 440x embedded CPUs. | rathann | 2007-02-25 | 1 | -0/+8 |
* | member real_framerate is completely useless | nicodvb | 2007-02-25 | 1 | -2/+1 |
* | mpcommon.c is a partial copy of mplayer.c, so recommit it as such. | reimar | 2007-02-25 | 0 | -0/+0 |
* | The fragment program functions are and most likely always will be ARB-only, | reimar | 2007-02-25 | 1 | -6/+6 |
* | Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilat... | voroshil | 2007-02-25 | 1 | -2/+1 |
* | 10, checked for the wrong thing. Do aspect scaling only in config_video_out | reimar | 2007-02-25 | 1 | -2/+1 |
* | cosmetics: reindented | nicodvb | 2007-02-25 | 1 | -10/+8 |
* | removed commented/useless code from parse_mpeg12_video() | nicodvb | 2007-02-25 | 1 | -4/+0 |
* | Add av_ prefix to clip functions | reimar | 2007-02-25 | 4 | -16/+16 |
* | 10l to me for bad todo items | compn | 2007-02-24 | 1 | -3/+0 |
* | iive says xvmc stuff is long done | compn | 2007-02-24 | 1 | -1/+0 |
* | remove some old and add new TODO | compn | 2007-02-24 | 1 | -27/+26 |
* | Simplify .depend file inclusion. | diego | 2007-02-24 | 2 | -6/+2 |
* | cosmetics: Fix some common typos, appropiate --> appropRiate, | diego | 2007-02-24 | 9 | -10/+10 |
* | 10l, avoid crash on invalid subtitle id | reimar | 2007-02-24 | 1 | -2/+4 |
* | synced with r22331 | Gabrov | 2007-02-24 | 1 | -2/+1 |
* | Remove some #if 0 code | uau | 2007-02-24 | 3 | -66/+0 |
* | Move parsing of the -ss option to the option code. | uau | 2007-02-24 | 5 | -34/+56 |
* | some more consistency for the VIDIX installation. | diego | 2007-02-23 | 1 | -1/+1 |
* | synced with r22292 | Gabrov | 2007-02-23 | 1 | -7/+8 |
* | synced with r22326 | Gabrov | 2007-02-23 | 4 | -192/+199 |
* | Gui compilation fixes | vayne | 2007-02-23 | 2 | -8/+21 |
* | Fix loading of mpeg4ds direct show video codec under win32, broken in r22322 | voroshil | 2007-02-23 | 1 | -0/+19 |
* | Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyed | voroshil | 2007-02-23 | 1 | -0/+1 |
* | Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separ... | voroshil | 2007-02-23 | 7 | -43/+272 |
* | Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine. | voroshil | 2007-02-23 | 4 | -27/+38 |
* | Fix \a parsing broken in r22291 | uau | 2007-02-23 | 1 | -1/+1 |
* | Fix error in comment | uau | 2007-02-23 | 1 | -1/+1 |
* | Reset the edl_decision flag after the seek is done. | uau | 2007-02-23 | 1 | -0/+1 |
* | Separate function for seeking | uau | 2007-02-23 | 1 | -36/+49 |
* | Remove useless fflush(stdout) calls. mp_msg already flushes output, and | uau | 2007-02-22 | 1 | -6/+1 |
* | Move EDL code to separate functions | uau | 2007-02-22 | 1 | -46/+58 |
* | Move some related variables together & add a comment | uau | 2007-02-22 | 1 | -2/+3 |
* | update to 0.1 version from website | compn | 2007-02-22 | 1 | -8/+51 |
* | add original website url per al3x comment | compn | 2007-02-22 | 1 | -0/+2 |
* | r22276: Reallocate event_images_t, removing limit on simultanious events count. | voroshil | 2007-02-22 | 1 | -2/+2 |
* | typo | diego | 2007-02-22 | 1 | -1/+1 |
* | Add some missing includes. | eugeni | 2007-02-22 | 2 | -0/+4 |
* | Declarations must be before code | reimar | 2007-02-22 | 1 | -2/+2 |
* | Fix nonsense function type | uau | 2007-02-22 | 1 | -1/+1 |
* | cosmetics: typo fixes, usefuLL --> useful and aswell --> as well | diego | 2007-02-22 | 9 | -14/+14 |
* | Cleanup, move "global" state from the frame_time_remaining mainloop | uau | 2007-02-21 | 2 | -3/+12 |
* | fix compilation with gcc 2.95.3 | ivo | 2007-02-21 | 1 | -1/+2 |
* | Fix GUI compilation | uau | 2007-02-21 | 7 | -17/+49 |
* | Add missing "if (use_gui)" before some GUI calls | uau | 2007-02-21 | 1 | -3/+3 |
* | Fix menu to work with mpctx | uau | 2007-02-21 | 7 | -15/+32 |
* | cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion. | diego | 2007-02-21 | 8 | -13/+13 |
* | Oops, forgot {} before "else". | eugeni | 2007-02-21 | 1 | -2/+2 |
* | Add missing #ifdef | uau | 2007-02-21 | 1 | -0/+2 |
* | Split command/property handling from mplayer.c to a new file command.c. | uau | 2007-02-21 | 7 | -2501/+3018 |
* | a/r handled correctly by vd_ffmpeg | nicodvb | 2007-02-20 | 1 | -0/+1 |
* | insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video a... | nicodvb | 2007-02-20 | 1 | -6/+19 |
* | reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michael | nicodvb | 2007-02-20 | 1 | -7/+4 |
* | Cosmetics: fix indentation. | eugeni | 2007-02-20 | 1 | -15/+15 |
* | With \t(\b) text becomes bold at the middle of time interval, not at the end | eugeni | 2007-02-20 | 1 | -1/+2 |
* | make message translatable | ivo | 2007-02-20 | 2 | -2/+3 |
* | Any style modifier followed by no recognizable parameter resets to the default. | eugeni | 2007-02-20 | 1 | -7/+17 |
* | more cosmetics | ivo | 2007-02-20 | 1 | -30/+41 |
* | proper GPL heading | ivo | 2007-02-20 | 1 | -0/+19 |
* | cosmetics | ivo | 2007-02-20 | 1 | -233/+233 |
* | \fn without an argument resets font family to the value from style. | eugeni | 2007-02-20 | 1 | -3/+6 |
* | Fix display order of events. | eugeni | 2007-02-20 | 1 | -4/+0 |
* | proper authors of xmms demuxer | ivo | 2007-02-20 | 1 | -1/+1 |
* | dont set 0 nBlockAlign | michael | 2007-02-20 | 1 | -1/+1 |
* | probe ~/.xmms/Plugins for plugins too, so users without root access on their | ivo | 2007-02-20 | 1 | -6/+19 |
* | Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg. | diego | 2007-02-20 | 1 | -2/+2 |
* | Both (-1) and 1 mean bold font in SSA/ASS styles. | eugeni | 2007-02-19 | 2 | -4/+7 |
* | Add \t(\b) support. | eugeni | 2007-02-19 | 1 | -3/+4 |
* | Fix bounding box calculation with \fscx/\fscy. | eugeni | 2007-02-19 | 1 | -2/+4 |
* | Fix \fscx/\fscy animation. | eugeni | 2007-02-19 | 1 | -2/+2 |
* | Correct implementation of text spacing. | eugeni | 2007-02-19 | 3 | -10/+10 |
* | Reallocate event_images_t, removing limit on simultanious events count. | eugeni | 2007-02-19 | 2 | -24/+25 |
* | Don't free and then allocate surfaces when config() is called again with same... | iive | 2007-02-19 | 1 | -0/+26 |
* | 10l: comparison of char* ptrs with string literals | faust3 | 2007-02-19 | 1 | -2/+2 |
* | Remove remnants of the nonfunctional "grab_frames" command. | uau | 2007-02-19 | 4 | -9/+1 |
* | 10l copy and paste bug in the license header | diego | 2007-02-19 | 1 | -1/+1 |
* | Fix license header. | diego | 2007-02-19 | 1 | -6/+6 |
* | Controllable quality setting of VFW enconding, through the dumped state of th... | alex | 2007-02-18 | 2 | -2/+308 |
* | smil over realrtsp | rtogni | 2007-02-18 | 1 | -0/+1 |
* | liblzo support fix, take X: forgotten variable setting. | diego | 2007-02-18 | 1 | -0/+1 |
* | Fix 10 in r22250, do not use screendimensions if not set | reimar | 2007-02-18 | 1 | -0/+2 |
* | Set classhint directly after creating window just as all other vos do, in acc... | reimar | 2007-02-18 | 1 | -3/+3 |
* | clarify that language must be a 3 letter code | michael | 2007-02-18 | 1 | -4/+5 |
* | Revert r22255 on iive's request. | reimar | 2007-02-18 | 3 | -45/+29 |
* | Mark myself as MPlayer sync/core maintainer | uau | 2007-02-18 | 1 | -1/+2 |
* | Make liblzo conditional to the appropriate #defines. | diego | 2007-02-18 | 3 | -1/+10 |
* | all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org) | nicodvb | 2007-02-18 | 1 | -21/+21 |
* | Add support for smil playlist served over realrtsp | rtogni | 2007-02-18 | 4 | -7/+82 |
* | Remove internal minilzo, external liblzo can be used instead. | diego | 2007-02-18 | 6 | -3341/+1 |
* | Use liblzo2 instead of liblzo1, it's not bigger but faster. | diego | 2007-02-18 | 2 | -5/+5 |
* | Use external liblzo instead of internal minilzo. | diego | 2007-02-18 | 1 | -1/+1 |
* | Some typo fixes in svn-howto | reimar | 2007-02-18 | 1 | -7/+7 |
* | Avoid parts of xvmc reinit when source format does not change | reimar | 2007-02-18 | 3 | -29/+45 |
* | Remove unused variable "osd_level_saved" | uau | 2007-02-18 | 1 | -1/+0 |
* | omit length field of AAC-LATM audio streams; fixes decoding by faad. Patch by... | nicodvb | 2007-02-17 | 1 | -0/+2 |
* | Make sure that -sid works even if the number of subtitles initially detected | reimar | 2007-02-17 | 1 | -0/+1 |
* | Move some subtitle handling from mplayer.c to mpcommon.c and share it with me... | reimar | 2007-02-17 | 5 | -156/+159 |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 | 10 | -85/+53 |
* | cosmetics | nicodvb | 2007-02-17 | 1 | -31/+28 |
* | 1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe | ods15 | 2007-02-17 | 1 | -2/+5 |
* | negative stride and h_size-=8 fix | michael | 2007-02-17 | 1 | -4/+4 |
* | swap palette on big endian | michael | 2007-02-17 | 1 | -2/+13 |
* | palette init code for IMGFMT_RGB4 and IMGFMT_RG4B | michael | 2007-02-17 | 1 | -0/+11 |
* | BGR/RGB4 byte formats as input | michael | 2007-02-17 | 3 | -5/+6 |
* | add IMGFMT_RGB8 palette init code what moron actually added init code just fo... | michael | 2007-02-17 | 1 | -0/+13 |
* | another ridiculous palette bug which has nothing to do with the new palete su... | michael | 2007-02-17 | 1 | -0/+2 |
* | wording, typos fix | voroshil | 2007-02-17 | 1 | -534/+534 |
* | mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many ... | michael | 2007-02-17 | 1 | -1/+1 |
* | Restore a minus sign that was lost in r22231. | eugeni | 2007-02-16 | 1 | -1/+1 |
* | Don't segfault if no -format is given for lavf | uau | 2007-02-16 | 1 | -1/+1 |
* | PAL8 ... | michael | 2007-02-16 | 1 | -0/+2 |
* | pal8 input | michael | 2007-02-16 | 2 | -8/+54 |
* | r22201: some clarification about dvb-out playback | voroshil | 2007-02-16 | 1 | -5/+7 |
* | r22184: When setting the non-audio bit for hwac3 output, just try to set the... | voroshil | 2007-02-16 | 1 | -5/+5 |
* | Implement \frx and \fry (and reimplement \frz) as 3d rotations. | eugeni | 2007-02-16 | 3 | -23/+108 |
* | Consistently name z-axis rotation angle "frz". | eugeni | 2007-02-16 | 2 | -6/+6 |
* | Move conversions between 16.16, 26.6 fixed point and int, double to separate | eugeni | 2007-02-16 | 2 | -17/+43 |
* | update wishlist, approved by diego | compn | 2007-02-16 | 1 | -15/+11 |
* | support for H263-2000; patch by Carl Eugen Hoyos | nicodvb | 2007-02-16 | 1 | -0/+1 |
* | Select the first charmap in the font, if FreeType did not autoselect any. | eugeni | 2007-02-15 | 2 | -1/+13 |
* | \r resets \frz to style value. | eugeni | 2007-02-15 | 1 | -1/+1 |
* | Fix \t(\frz) handling. | eugeni | 2007-02-15 | 1 | -4/+2 |
* | \org(0,0) is different from no \org at all. | eugeni | 2007-02-15 | 1 | -1/+4 |
* | We definitely want to avoid an emulated poll() | reimar | 2007-02-15 | 1 | -0/+8 |
* | |