log

age author description
2007-02-25 nicodvb cosmetics: reformatted
2007-02-25 nicodvb removed unused variables
2007-02-25 nicodvb simplified parse_mpeg12_video()
2007-02-25 rathann Support for PowerPC 440x embedded CPUs.
2007-02-25 nicodvb member real_framerate is completely useless
2007-02-25 reimar mpcommon.c is a partial copy of mplayer.c, so recommit it as such.
2007-02-25 reimar The fragment program functions are and most likely always will be ARB-only,
2007-02-25 voroshil Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilation under
2007-02-25 reimar 10, checked for the wrong thing. Do aspect scaling only in config_video_out
2007-02-25 nicodvb cosmetics: reindented
2007-02-25 nicodvb removed commented/useless code from parse_mpeg12_video()
2007-02-25 reimar Add av_ prefix to clip functions
2007-02-24 compn 10l to me for bad todo items
2007-02-24 compn iive says xvmc stuff is long done
2007-02-24 compn remove some old and add new TODO
2007-02-24 diego Simplify .depend file inclusion.
2007-02-24 diego cosmetics: Fix some common typos, appropiate --> appropRiate,
2007-02-24 reimar 10l, avoid crash on invalid subtitle id
2007-02-24 Gabrov synced with r22331
2007-02-24 uau Remove some #if 0 code
2007-02-24 uau Move parsing of the -ss option to the option code.
2007-02-23 diego some more consistency for the VIDIX installation.
2007-02-23 Gabrov synced with r22292
2007-02-23 Gabrov synced with r22326
2007-02-23 vayne Gui compilation fixes
2007-02-23 voroshil Fix loading of mpeg4ds direct show video codec under win32, broken in r22322
2007-02-23 voroshil Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyed
2007-02-23 voroshil Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separate file
2007-02-23 voroshil Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.
2007-02-23 uau Fix \a parsing broken in r22291
2007-02-23 uau Fix error in comment
2007-02-23 uau Reset the edl_decision flag after the seek is done.
2007-02-23 uau Separate function for seeking
2007-02-22 uau Remove useless fflush(stdout) calls. mp_msg already flushes output, and
2007-02-22 uau Move EDL code to separate functions
2007-02-22 uau Move some related variables together & add a comment
2007-02-22 compn update to 0.1 version from website
2007-02-22 compn add original website url per al3x comment
2007-02-22 voroshil r22276: Reallocate event_images_t, removing limit on simultanious events count.
2007-02-22 diego typo
2007-02-22 eugeni Add some missing includes.
2007-02-22 reimar Declarations must be before code
2007-02-22 uau Fix nonsense function type
2007-02-22 diego cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
2007-02-21 uau Cleanup, move "global" state from the frame_time_remaining mainloop
2007-02-21 ivo fix compilation with gcc 2.95.3
2007-02-21 uau Fix GUI compilation
2007-02-21 uau Add missing "if (use_gui)" before some GUI calls
2007-02-21 uau Fix menu to work with mpctx
2007-02-21 diego cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
2007-02-21 eugeni Oops, forgot {} before "else".
2007-02-21 uau Add missing #ifdef
2007-02-21 uau Split command/property handling from mplayer.c to a new file command.c.
2007-02-20 nicodvb a/r handled correctly by vd_ffmpeg
2007-02-20 nicodvb insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video as separate packet; patch by C.E.Hoyos
2007-02-20 nicodvb reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michael
2007-02-20 eugeni Cosmetics: fix indentation.
2007-02-20 eugeni With \t(\b) text becomes bold at the middle of time interval, not at the end
2007-02-20 ivo make message translatable
2007-02-20 eugeni Any style modifier followed by no recognizable parameter resets to the default.
2007-02-20 ivo more cosmetics
2007-02-20 ivo proper GPL heading
2007-02-20 ivo cosmetics
2007-02-20 eugeni \fn without an argument resets font family to the value from style.
2007-02-20 eugeni Fix display order of events.
2007-02-20 ivo proper authors of xmms demuxer
2007-02-20 michael dont set 0 nBlockAlign
2007-02-20 ivo probe ~/.xmms/Plugins for plugins too, so users without root access on their
2007-02-20 diego Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.
2007-02-19 eugeni Both (-1) and 1 mean bold font in SSA/ASS styles.
2007-02-19 eugeni Add \t(\b) support.
2007-02-19 eugeni Fix bounding box calculation with \fscx/\fscy.
2007-02-19 eugeni Fix \fscx/\fscy animation.
2007-02-19 eugeni Correct implementation of text spacing.
2007-02-19 eugeni Reallocate event_images_t, removing limit on simultanious events count.
2007-02-19 iive Don't free and then allocate surfaces when config() is called again with same resolution and format.
2007-02-19 faust3 10l: comparison of char* ptrs with string literals
2007-02-19 uau Remove remnants of the nonfunctional "grab_frames" command.
2007-02-19 diego 10l copy and paste bug in the license header
2007-02-19 diego Fix license header.
2007-02-18 alex Controllable quality setting of VFW enconding, through the dumped state of the dialog box. Patch by Gianluigi Tiesi
2007-02-18 rtogni smil over realrtsp
2007-02-18 diego liblzo support fix, take X: forgotten variable setting.
2007-02-18 reimar Fix 10 in r22250, do not use screendimensions if not set
2007-02-18 reimar Set classhint directly after creating window just as all other vos do, in accordance with ICCCM.
2007-02-18 michael clarify that language must be a 3 letter code
2007-02-18 reimar Revert r22255 on iive's request.
2007-02-18 uau Mark myself as MPlayer sync/core maintainer
2007-02-18 diego Make liblzo conditional to the appropriate #defines.
2007-02-18 nicodvb all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org)
2007-02-18 rtogni Add support for smil playlist served over realrtsp
2007-02-18 diego Remove internal minilzo, external liblzo can be used instead.
2007-02-18 diego Use liblzo2 instead of liblzo1, it's not bigger but faster.
2007-02-18 diego Use external liblzo instead of internal minilzo.
2007-02-18 reimar Some typo fixes in svn-howto
2007-02-18 reimar Avoid parts of xvmc reinit when source format does not change