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.
|
Fri, 16 Feb 2007 23:09:13 +0000 |
uau |
Don't segfault if no -format is given for lavf
|
Fri, 16 Feb 2007 21:17:41 +0000 |
michael |
PAL8 ...
|
Fri, 16 Feb 2007 21:17:15 +0000 |
michael |
pal8 input
|
Fri, 16 Feb 2007 19:18:52 +0000 |
voroshil |
r22201: some clarification about dvb-out playback
|
Fri, 16 Feb 2007 18:53:19 +0000 |
voroshil |
r22184: When setting the non-audio bit for hwac3 output, just try to set the...
|
Fri, 16 Feb 2007 17:54:47 +0000 |
eugeni |
Implement \frx and \fry (and reimplement \frz) as 3d rotations.
|
Fri, 16 Feb 2007 17:51:07 +0000 |
eugeni |
Consistently name z-axis rotation angle "frz".
|
Fri, 16 Feb 2007 17:49:35 +0000 |
eugeni |
Move conversions between 16.16, 26.6 fixed point and int, double to separate
|
Fri, 16 Feb 2007 13:56:04 +0000 |
compn |
update wishlist, approved by diego
|
Fri, 16 Feb 2007 00:30:05 +0000 |
nicodvb |
support for H263-2000; patch by Carl Eugen Hoyos
|
Thu, 15 Feb 2007 22:03:09 +0000 |
eugeni |
Select the first charmap in the font, if FreeType did not autoselect any.
|
Thu, 15 Feb 2007 21:53:28 +0000 |
eugeni |
\r resets \frz to style value.
|
Thu, 15 Feb 2007 21:51:51 +0000 |
eugeni |
Fix \t(\frz) handling.
|
Thu, 15 Feb 2007 21:50:21 +0000 |
eugeni |
\org(0,0) is different from no \org at all.
|
Thu, 15 Feb 2007 18:24:12 +0000 |
reimar |
We definitely want to avoid an emulated poll()
|
Thu, 15 Feb 2007 16:18:14 +0000 |
compn |
fix my entry to authors
|
Thu, 15 Feb 2007 15:54:06 +0000 |
reimar |
Simplify code by using separate variables for large common expressions.
|
Thu, 15 Feb 2007 00:46:45 +0000 |
reimar |
Fix two 10l memleaks in vo_xvmc.c
|
Wed, 14 Feb 2007 23:44:01 +0000 |
diego |
random small fixes
|
Wed, 14 Feb 2007 19:17:39 +0000 |
reimar |
English grammar fix: There is no 's' after "does not exist"
|
Wed, 14 Feb 2007 19:16:08 +0000 |
reimar |
100l copy-and-paste bug. Do not print video info when the problem is with subtitles
|
Wed, 14 Feb 2007 12:29:09 +0000 |
michael |
demuxers must ignore unknown lang/country codes, it seems we all agree that this should be stated clearly
|
Wed, 14 Feb 2007 11:06:59 +0000 |
reimar |
Print list of lavf muxer formats with format=help.
|
Wed, 14 Feb 2007 00:19:33 +0000 |
diego |
some clarifications and updates
|
Tue, 13 Feb 2007 15:37:38 +0000 |
diego |
Move setting _ld_extra and _inc_extra for live to autodetection part,
|
Tue, 13 Feb 2007 00:47:09 +0000 |
diego |
Strip leading spaces from processor names.
|
Mon, 12 Feb 2007 21:52:53 +0000 |
rtogni |
Fix compilation after rename of AC3 decoder to LIBA52 in ffmpeg r7939
|
Mon, 12 Feb 2007 13:59:25 +0000 |
diego |
Fix setting of mtrr variable.
|
Mon, 12 Feb 2007 11:31:52 +0000 |
diego |
misc fixes and updates
|
Mon, 12 Feb 2007 09:56:34 +0000 |
diego |
Always disable libnut demuxer in libavformat.
|
Mon, 12 Feb 2007 09:51:25 +0000 |
diego |
Revert libnut option names, the issue is fixed in FFmpeg.
|
Sun, 11 Feb 2007 18:00:55 +0000 |
rtogni |
More strncat() misuses.
|
Sun, 11 Feb 2007 18:00:06 +0000 |
rtogni |
strncat() misuses, may have been exploitable.
|
Sun, 11 Feb 2007 17:57:02 +0000 |
rtogni |
Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been
|
Sun, 11 Feb 2007 17:55:49 +0000 |
rtogni |
Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been
|