log

age author description
Tue, 06 Mar 2007 14:15:37 +0000 compn __defines are reserved for gcc
Tue, 06 Mar 2007 11:34:06 +0000 reimar Simplify config by using code available in video_out.c
Tue, 06 Mar 2007 11:24:08 +0000 reimar Fix bad uninit when switching DVB channels.
Tue, 06 Mar 2007 10:00:53 +0000 eugeni A function always returning 0 could as well return void.
Tue, 06 Mar 2007 09:59:53 +0000 eugeni Text alignment should not use bounding boxes of individual glyphs.
Tue, 06 Mar 2007 09:31:12 +0000 eugeni Reset advance vector and glyph bounding box if glyph could not be found.
Mon, 05 Mar 2007 22:23:30 +0000 nicodvb removed unused definition of insertRTPData(); it's not only unused,
Mon, 05 Mar 2007 18:20:35 +0000 Gabrov synced with r22428
Mon, 05 Mar 2007 18:17:31 +0000 Gabrov synced with r22469
Mon, 05 Mar 2007 17:42:25 +0000 lorenm truncate mencoder's output file if it exists, instead of overwriting just part of it.
Mon, 05 Mar 2007 13:29:06 +0000 reimar Audio should now work fine, so remove the ENABLE_AUDIO ifdef
Mon, 05 Mar 2007 13:27:42 +0000 reimar Implement percent-based seeking
Mon, 05 Mar 2007 13:17:16 +0000 reimar Fix seeking for avisynth audio.
Mon, 05 Mar 2007 12:56:41 +0000 reimar Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideo
Mon, 05 Mar 2007 12:53:43 +0000 reimar remove pointless cast to int
Mon, 05 Mar 2007 12:02:57 +0000 reimar Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long time.
Mon, 05 Mar 2007 10:15:55 +0000 reimar Allow to add/modify keybind for '#'
Mon, 05 Mar 2007 00:41:45 +0000 diego -nomouseinput is no longer X11 only.
Sun, 04 Mar 2007 19:04:08 +0000 reimar Add code to detect and convert to console codepage on Windows.
Sun, 04 Mar 2007 18:55:44 +0000 reimar Include stdio.h for printf
Sun, 04 Mar 2007 16:23:18 +0000 nicodvb when seeking consider stream->start_pos instead of 0 as initial position; patch by Zuxy Meng approved by Michael
Sun, 04 Mar 2007 15:48:20 +0000 compn getopt is only needed on msvc, remove from mingw/linux compile info
Sun, 04 Mar 2007 15:47:11 +0000 kraymer 10l, remove local-only file from ignore list
Sun, 04 Mar 2007 15:44:35 +0000 compn add vfw2menc info into README
Sun, 04 Mar 2007 15:44:07 +0000 kraymer shut up 'svn status' by ignoring symlinked files
Sun, 04 Mar 2007 15:27:51 +0000 compn add -xvfwopts compdata suboption to man page
Sun, 04 Mar 2007 15:15:59 +0000 reimar Remove variable that is unnecessary after last patch
Sun, 04 Mar 2007 15:13:38 +0000 reimar Remove hack that sets demuxer->video->pts after seeking, it seems no longer needed.
Sun, 04 Mar 2007 15:02:53 +0000 reimar Set pts also for audio packets
Sun, 04 Mar 2007 14:59:23 +0000 reimar Already frameno == num_frames means we reached EOF.
Sun, 04 Mar 2007 14:53:26 +0000 reimar Fix crash with avisynth audio-only files and take audio length into account when length is queried.
Sun, 04 Mar 2007 14:42:17 +0000 reimar Support more avisynth audio sample types (untested)
Sun, 04 Mar 2007 14:24:03 +0000 reimar Remove useless void * casts
Sun, 04 Mar 2007 14:11:44 +0000 reimar Do not read more audio samples than available
Sun, 04 Mar 2007 13:56:45 +0000 reimar Fix pakcet -> packet typo in output
Sun, 04 Mar 2007 13:49:55 +0000 reimar Set format tag for float samples correctly (currently useless)
Sun, 04 Mar 2007 13:26:43 +0000 reimar nomouseinput option should not depend on HAVE_X11.
Sun, 04 Mar 2007 13:20:51 +0000 reimar Add support for tracking mouse movements.
Sun, 04 Mar 2007 12:59:48 +0000 reimar Move/simplify some variable declarations
Sun, 04 Mar 2007 12:55:45 +0000 reimar Demuxers have no business setting o_bps
Sun, 04 Mar 2007 12:52:16 +0000 reimar First half-working avisynth audio support
Sun, 04 Mar 2007 12:43:55 +0000 reimar Fix wrong setting of samplesize (must be bytes per sample, not bits)
Sun, 04 Mar 2007 11:31:43 +0000 reimar ENABLE_AUDIO now selects only between -nosound and -aid 0 as default, can be overridden at runtime.
Sun, 04 Mar 2007 11:23:11 +0000 reimar Enable aid/vid stream selection, although it is quite useless currently.
Sun, 04 Mar 2007 10:39:02 +0000 reimar Whitespace-only cosmetics: get rid of all remaining tabs
Sun, 04 Mar 2007 10:30:55 +0000 reimar Generate resize events when size of -wid window changes.
Sun, 04 Mar 2007 09:45:32 +0000 reimar Fix type and usage of avs_get_audio function
Sun, 04 Mar 2007 09:04:45 +0000 reimar Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-implementations.
Sun, 04 Mar 2007 08:49:24 +0000 nicodvb print the disc_id without using a buffer
Sat, 03 Mar 2007 22:15:19 +0000 uau Fix copy-paste bug (must have broken something in the GUI)
Sat, 03 Mar 2007 21:39:28 +0000 compn wrong capitolization, thats a comma not a period
Sat, 03 Mar 2007 21:33:40 +0000 compn warn users about drm files, patch by zuxy meng
Sat, 03 Mar 2007 21:32:13 +0000 compn warn users about DRM asf files, patch by zuxy meng
Sat, 03 Mar 2007 19:38:09 +0000 vayne supposed to be using global m_config here, and this wasn't even getting set.
Sat, 03 Mar 2007 17:25:18 +0000 reimar The original asm code for the stub returned 0, restore that behaviour.
Sat, 03 Mar 2007 16:59:39 +0000 reimar Discard earlier failure in building filter chain when trying a new codec.
Sat, 03 Mar 2007 13:39:46 +0000 nicodvb 10000l; in previous commit I allocated a buffer 1 byte too short
Sat, 03 Mar 2007 13:16:31 +0000 nicodvb replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com.
Sat, 03 Mar 2007 13:10:31 +0000 nicodvb replaced 2 instances of sprintf() with snprintf() and one instance
Sat, 03 Mar 2007 08:20:00 +0000 eugeni Fix incorrect spacing introduced in r22231:
Sat, 03 Mar 2007 07:58:36 +0000 diego live555 version 2006.03.03 or later is needed to compile MPlayer.
Fri, 02 Mar 2007 19:54:40 +0000 vayne cosmetics, fix indentation as pointed out by Reimar
Fri, 02 Mar 2007 18:52:10 +0000 voroshil Rework of copying samples from directshow codecs.
Fri, 02 Mar 2007 17:59:19 +0000 eugeni 10l: x2scr used twice instead of y2scr.
Fri, 02 Mar 2007 17:54:47 +0000 eugeni Bugfix: transform origin to screen coordinates.
Fri, 02 Mar 2007 17:49:34 +0000 compn add xvfwopts compdata and vfw2menc documentation and change to better mencoder example
Fri, 02 Mar 2007 15:14:14 +0000 vayne add missing playtree entry
Fri, 02 Mar 2007 13:33:18 +0000 michael a small step toward 4 plane support
Fri, 02 Mar 2007 13:32:10 +0000 michael copy src to prevent the user supplied argumet from being changed
Fri, 02 Mar 2007 03:11:37 +0000 compn 10l: dshow isnt in svn yet
Fri, 02 Mar 2007 01:24:25 +0000 compn add -tv driver=help entry, also add dshow tv driver
Fri, 02 Mar 2007 00:33:32 +0000 vayne simplify and modify fullscreen switching to avoid improper aspects
Fri, 02 Mar 2007 00:29:06 +0000 vayne add forgotten case value as per recent changes to mplayer.c
Thu, 01 Mar 2007 23:09:58 +0000 michael rename to *_proposal.txt
Thu, 01 Mar 2007 22:58:31 +0000 michael clarify quorum and majority requirements in respect to debians voting system
Thu, 01 Mar 2007 21:50:04 +0000 michael url with a good description of how to determine the winner from the votes
Thu, 01 Mar 2007 20:35:29 +0000 reimar Explain how to select all DVB channels on a frequency.
Thu, 01 Mar 2007 19:48:40 +0000 reimar Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr
Thu, 01 Mar 2007 18:51:38 +0000 michael s/admin/leader/
Thu, 01 Mar 2007 18:38:00 +0000 voroshil tv driver loading rework. As a side effect "-tv driver=help" option is
Thu, 01 Mar 2007 17:34:24 +0000 michael weaken veto right
Thu, 01 Mar 2007 14:57:44 +0000 ivo winsocks expects an int in milliseconds instead of struct timeval to set
Thu, 01 Mar 2007 12:54:38 +0000 reimar Replace MIN with FFMIN
Thu, 01 Mar 2007 12:54:08 +0000 reimar Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.
Thu, 01 Mar 2007 12:51:33 +0000 reimar Use libavutil AV_RB/AV_WB macros instead of defining out own variants.
Thu, 01 Mar 2007 12:45:00 +0000 reimar Add missing registers to asm code in mp3lib
Thu, 01 Mar 2007 12:43:14 +0000 michael clarify root vs admin
Thu, 01 Mar 2007 12:16:34 +0000 michael spelling fixes by ivan
Thu, 01 Mar 2007 11:00:31 +0000 ivo 10l to me, typo. it should have read clflush
Thu, 01 Mar 2007 10:58:20 +0000 ivo cosmetics, missing space
Thu, 01 Mar 2007 10:57:36 +0000 ivo cflsh->clflush to keep consistent with Linux kernel
Thu, 01 Mar 2007 09:43:33 +0000 voroshil Update release tag due to previous functional changes as noticed by Ivan
Thu, 01 Mar 2007 03:43:38 +0000 michael new policy draft
Thu, 01 Mar 2007 02:26:08 +0000 voroshil Update 3ivx decoder to latest version and allow it to load required library.
Thu, 01 Mar 2007 02:06:22 +0000 voroshil Mark wma9spdshow audio codec as working, because hissing in audio (only one known
Thu, 01 Mar 2007 00:22:03 +0000 uau Seek to -ss position, not 0, in per-file loop.
Wed, 28 Feb 2007 23:58:03 +0000 reimar comment is a C-string and \ must be properly escaped as \\
Wed, 28 Feb 2007 23:47:05 +0000 nicodvb test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng
Wed, 28 Feb 2007 23:40:39 +0000 nicodvb cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->sector_size
Wed, 28 Feb 2007 14:55:34 +0000 ivo do not rely on svn internals and use svn info instead
Wed, 28 Feb 2007 13:37:45 +0000 compn add comment about voxware on windows
Wed, 28 Feb 2007 11:50:23 +0000 ivo also respond to --help, -h and -? command line options
Wed, 28 Feb 2007 11:48:32 +0000 ivo fix printing of -(no)svn option
Wed, 28 Feb 2007 11:46:53 +0000 ivo clarify -none command line option
Wed, 28 Feb 2007 09:18:42 +0000 gpoirier remove C99-ism (mixed declaration and code),
Tue, 27 Feb 2007 22:25:00 +0000 nicodvb implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS; patch by the usual Hoyos
Tue, 27 Feb 2007 21:20:24 +0000 nicodvb assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyos
Tue, 27 Feb 2007 21:16:54 +0000 nicodvb 1000l, removed code that messed with the internals of demux_packet_t (but there's still more); patch by C.E.Hoyos fixed by me
Tue, 27 Feb 2007 20:22:05 +0000 nicodvb removed duplicated code in demux_seek(); stream_seek() already aligns to STREAM_BUFFER_SIZE boundary
Tue, 27 Feb 2007 20:15:31 +0000 nicodvb 100000l: average != semidistance, fixed seeking to the middle position; patch by Zuxy meng (zuxy.megn gmail com)
Tue, 27 Feb 2007 19:49:29 +0000 diego 10l: Add missing definition of USE_STREAM_CACHE.
Tue, 27 Feb 2007 17:16:44 +0000 voroshil Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with live555.
Tue, 27 Feb 2007 17:13:17 +0000 diego Move the decision about stream cache compilation to configure.
Tue, 27 Feb 2007 17:12:23 +0000 diego Move glob-win.c out of MinGW section, configure handles it.
Tue, 27 Feb 2007 17:10:11 +0000 diego Simplify strip parameter for install handling.
Tue, 27 Feb 2007 17:06:36 +0000 diego grammar/spelling
Tue, 27 Feb 2007 17:06:04 +0000 diego small updates
Tue, 27 Feb 2007 17:05:20 +0000 diego Simplify .depend file inclusion.
Tue, 27 Feb 2007 17:04:46 +0000 diego Simplify .depend file inclusion.
Tue, 27 Feb 2007 17:04:18 +0000 diego Adding an extra -I.. parameter is no longer necessary.
Tue, 27 Feb 2007 16:00:34 +0000 diego Add commit nick for Rik Snel.
Tue, 27 Feb 2007 15:07:44 +0000 rik compilation fix clip_uint8 -> av_clip_uint8
Tue, 27 Feb 2007 01:16:59 +0000 uau Seek to -ss position without first starting audio/video from the start.
Tue, 27 Feb 2007 00:19:01 +0000 diego Remove useless conditional.
Mon, 26 Feb 2007 21:54:52 +0000 nicodvb copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl Eugen Hoyos
Mon, 26 Feb 2007 19:08:29 +0000 ben support for new ivtv api
Mon, 26 Feb 2007 17:21:17 +0000 voroshil Fix wrong typecast, which can cause MPlayer crash
Sun, 25 Feb 2007 23:01:13 +0000 nicodvb 2 less variables
Sun, 25 Feb 2007 22:55:14 +0000 nicodvb cosmetics: reformatted
Sun, 25 Feb 2007 22:41:17 +0000 nicodvb removed unused variables
Sun, 25 Feb 2007 22:40:05 +0000 nicodvb simplified parse_mpeg12_video()
Sun, 25 Feb 2007 22:33:10 +0000 rathann Support for PowerPC 440x embedded CPUs.
Sun, 25 Feb 2007 21:21:09 +0000 nicodvb member real_framerate is completely useless
Sun, 25 Feb 2007 20:53:46 +0000 reimar mpcommon.c is a partial copy of mplayer.c, so recommit it as such.
Sun, 25 Feb 2007 16:07:51 +0000 reimar The fragment program functions are and most likely always will be ARB-only,
Sun, 25 Feb 2007 14:59:53 +0000 voroshil Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilation under
Sun, 25 Feb 2007 14:35:53 +0000 reimar 10, checked for the wrong thing. Do aspect scaling only in config_video_out
Sun, 25 Feb 2007 14:33:19 +0000 nicodvb cosmetics: reindented
Sun, 25 Feb 2007 14:32:14 +0000 nicodvb removed commented/useless code from parse_mpeg12_video()
Sun, 25 Feb 2007 10:27:43 +0000 reimar Add av_ prefix to clip functions
Sat, 24 Feb 2007 20:01:08 +0000 compn 10l to me for bad todo items
Sat, 24 Feb 2007 19:44:24 +0000 compn iive says xvmc stuff is long done
Sat, 24 Feb 2007 17:34:47 +0000 compn remove some old and add new TODO
Sat, 24 Feb 2007 10:44:16 +0000 diego Simplify .depend file inclusion.
Sat, 24 Feb 2007 10:27:14 +0000 diego cosmetics: Fix some common typos, appropiate --> appropRiate,
Sat, 24 Feb 2007 10:19:41 +0000 reimar 10l, avoid crash on invalid subtitle id
Sat, 24 Feb 2007 09:45:16 +0000 Gabrov synced with r22331
Sat, 24 Feb 2007 07:28:07 +0000 uau Remove some #if 0 code
Sat, 24 Feb 2007 07:11:57 +0000 uau Move parsing of the -ss option to the option code.
Fri, 23 Feb 2007 22:14:15 +0000 diego some more consistency for the VIDIX installation.
Fri, 23 Feb 2007 22:04:37 +0000 Gabrov synced with r22292
Fri, 23 Feb 2007 21:55:34 +0000 Gabrov synced with r22326
Fri, 23 Feb 2007 18:48:43 +0000 vayne Gui compilation fixes
Fri, 23 Feb 2007 16:30:10 +0000 voroshil Fix loading of mpeg4ds direct show video codec under win32, broken in r22322
Fri, 23 Feb 2007 10:59:54 +0000 voroshil Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyed
Fri, 23 Feb 2007 09:58:01 +0000 voroshil Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separate file
Fri, 23 Feb 2007 08:07:07 +0000 voroshil Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.
Fri, 23 Feb 2007 03:08:54 +0000 uau Fix \a parsing broken in r22291
Fri, 23 Feb 2007 02:10:02 +0000 uau Fix error in comment
Fri, 23 Feb 2007 01:53:09 +0000 uau Reset the edl_decision flag after the seek is done.
Fri, 23 Feb 2007 01:49:51 +0000 uau Separate function for seeking
Thu, 22 Feb 2007 23:44:43 +0000 uau Remove useless fflush(stdout) calls. mp_msg already flushes output, and
Thu, 22 Feb 2007 21:05:31 +0000 uau Move EDL code to separate functions
Thu, 22 Feb 2007 20:44:48 +0000 uau Move some related variables together & add a comment
Thu, 22 Feb 2007 19:03:36 +0000 compn update to 0.1 version from website
Thu, 22 Feb 2007 18:20:14 +0000 compn add original website url per al3x comment
Thu, 22 Feb 2007 16:14:44 +0000 voroshil r22276: Reallocate event_images_t, removing limit on simultanious events count.
Thu, 22 Feb 2007 15:53:19 +0000 diego typo
Thu, 22 Feb 2007 15:48:37 +0000 eugeni Add some missing includes.
Thu, 22 Feb 2007 14:00:21 +0000 reimar Declarations must be before code
Thu, 22 Feb 2007 05:39:17 +0000 uau Fix nonsense function type
Thu, 22 Feb 2007 00:18:10 +0000 diego cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
Wed, 21 Feb 2007 21:59:33 +0000 uau Cleanup, move "global" state from the frame_time_remaining mainloop
Wed, 21 Feb 2007 19:48:12 +0000 ivo fix compilation with gcc 2.95.3
Wed, 21 Feb 2007 19:14:49 +0000 uau Fix GUI compilation
Wed, 21 Feb 2007 19:08:00 +0000 uau Add missing "if (use_gui)" before some GUI calls
Wed, 21 Feb 2007 18:28:48 +0000 uau Fix menu to work with mpctx
Wed, 21 Feb 2007 10:05:46 +0000 diego cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
Wed, 21 Feb 2007 09:25:52 +0000 eugeni Oops, forgot {} before "else".
Wed, 21 Feb 2007 03:13:48 +0000 uau Add missing #ifdef
Wed, 21 Feb 2007 00:49:24 +0000 uau Split command/property handling from mplayer.c to a new file command.c.
Tue, 20 Feb 2007 22:56:41 +0000 nicodvb a/r handled correctly by vd_ffmpeg
Tue, 20 Feb 2007 20:21:15 +0000 nicodvb insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video as separate packet; patch by C.E.Hoyos
Tue, 20 Feb 2007 20:09:29 +0000 nicodvb reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michael
Tue, 20 Feb 2007 17:22:34 +0000 eugeni Cosmetics: fix indentation.
Tue, 20 Feb 2007 17:20:21 +0000 eugeni With \t(\b) text becomes bold at the middle of time interval, not at the end
Tue, 20 Feb 2007 17:19:06 +0000 ivo make message translatable
Tue, 20 Feb 2007 17:17:51 +0000 eugeni Any style modifier followed by no recognizable parameter resets to the default.
Tue, 20 Feb 2007 17:11:56 +0000 ivo more cosmetics
Tue, 20 Feb 2007 16:54:49 +0000 ivo proper GPL heading
Tue, 20 Feb 2007 16:46:05 +0000 ivo cosmetics
Tue, 20 Feb 2007 16:37:18 +0000 eugeni \fn without an argument resets font family to the value from style.
Tue, 20 Feb 2007 16:20:55 +0000 eugeni Fix display order of events.
Tue, 20 Feb 2007 16:19:04 +0000 ivo proper authors of xmms demuxer
Tue, 20 Feb 2007 16:16:53 +0000 michael dont set 0 nBlockAlign
Tue, 20 Feb 2007 16:12:46 +0000 ivo probe ~/.xmms/Plugins for plugins too, so users without root access on their
Tue, 20 Feb 2007 15:47:44 +0000 diego Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.
Mon, 19 Feb 2007 20:10:55 +0000 eugeni Both (-1) and 1 mean bold font in SSA/ASS styles.
Mon, 19 Feb 2007 19:01:45 +0000 eugeni Add \t(\b) support.
Mon, 19 Feb 2007 18:37:54 +0000 eugeni Fix bounding box calculation with \fscx/\fscy.
Mon, 19 Feb 2007 18:31:05 +0000 eugeni Fix \fscx/\fscy animation.
Mon, 19 Feb 2007 18:01:49 +0000 eugeni Correct implementation of text spacing.
Mon, 19 Feb 2007 17:44:29 +0000 eugeni Reallocate event_images_t, removing limit on simultanious events count.
Mon, 19 Feb 2007 11:38:19 +0000 iive Don't free and then allocate surfaces when config() is called again with same resolution and format.
Mon, 19 Feb 2007 10:48:50 +0000 faust3 10l: comparison of char* ptrs with string literals
Mon, 19 Feb 2007 06:20:47 +0000 uau Remove remnants of the nonfunctional "grab_frames" command.
Mon, 19 Feb 2007 01:26:17 +0000 diego 10l copy and paste bug in the license header
Mon, 19 Feb 2007 00:20:48 +0000 diego Fix license header.
Sun, 18 Feb 2007 23:24:21 +0000 alex Controllable quality setting of VFW enconding, through the dumped state of the dialog box. Patch by Gianluigi Tiesi
Sun, 18 Feb 2007 22:57:47 +0000 rtogni smil over realrtsp
Sun, 18 Feb 2007 21:51:39 +0000 diego liblzo support fix, take X: forgotten variable setting.
Sun, 18 Feb 2007 21:24:26 +0000 reimar Fix 10 in r22250, do not use screendimensions if not set
Sun, 18 Feb 2007 20:23:25 +0000 reimar Set classhint directly after creating window just as all other vos do, in accordance with ICCCM.
Sun, 18 Feb 2007 20:21:19 +0000 michael clarify that language must be a 3 letter code
Sun, 18 Feb 2007 20:19:47 +0000 reimar Revert r22255 on iive's request.
Sun, 18 Feb 2007 20:17:57 +0000 uau Mark myself as MPlayer sync/core maintainer
Sun, 18 Feb 2007 19:28:47 +0000 diego Make liblzo conditional to the appropriate #defines.
Sun, 18 Feb 2007 16:46:12 +0000 nicodvb all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org)
Sun, 18 Feb 2007 15:57:50 +0000 rtogni Add support for smil playlist served over realrtsp
Sun, 18 Feb 2007 15:06:54 +0000 diego Remove internal minilzo, external liblzo can be used instead.
Sun, 18 Feb 2007 14:54:50 +0000 diego Use liblzo2 instead of liblzo1, it's not bigger but faster.
Sun, 18 Feb 2007 14:51:44 +0000 diego Use external liblzo instead of internal minilzo.
Sun, 18 Feb 2007 11:47:28 +0000 reimar Some typo fixes in svn-howto
Sun, 18 Feb 2007 09:33:45 +0000 reimar Avoid parts of xvmc reinit when source format does not change
Sun, 18 Feb 2007 00:41:09 +0000 uau Remove unused variable "osd_level_saved"
Sat, 17 Feb 2007 21:45:16 +0000 nicodvb omit length field of AAC-LATM audio streams; fixes decoding by faad. Patch by Carl Eugen Hoyos (cehoyos ag or at)
Sat, 17 Feb 2007 21:12:27 +0000 reimar Make sure that -sid works even if the number of subtitles initially detected
Sat, 17 Feb 2007 21:04:46 +0000 reimar Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
Sat, 17 Feb 2007 20:58:55 +0000 reimar Move common vo initialization code to video_out.c
Sat, 17 Feb 2007 17:24:07 +0000 nicodvb cosmetics
Sat, 17 Feb 2007 16:30:59 +0000 ods15 1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe
Sat, 17 Feb 2007 13:28:44 +0000 michael negative stride and h_size-=8 fix
Sat, 17 Feb 2007 12:58:35 +0000 michael swap palette on big endian
Sat, 17 Feb 2007 11:40:01 +0000 michael palette init code for IMGFMT_RGB4 and IMGFMT_RG4B
Sat, 17 Feb 2007 11:36:02 +0000 michael BGR/RGB4 byte formats as input
Sat, 17 Feb 2007 11:34:25 +0000 michael add IMGFMT_RGB8 palette init code what moron actually added init code just for half of the formats?!
Sat, 17 Feb 2007 11:04:13 +0000 michael another ridiculous palette bug which has nothing to do with the new palete support in sws
Sat, 17 Feb 2007 09:05:19 +0000 voroshil wording, typos fix
Sat, 17 Feb 2007 03:02:38 +0000 michael mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many buffers it seems)
Fri, 16 Feb 2007 23:18:47 +0000 eugeni Restore a minus sign that was lost in r22231.