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
|
Sun, 11 Feb 2007 17:54:18 +0000 |
rtogni |
More boundary checks for fixed-length arrays. Some of them may have been
|
Sun, 11 Feb 2007 13:23:13 +0000 |
reimar |
Clear/update subtitles after seeking backwards.
|
Sun, 11 Feb 2007 11:03:09 +0000 |
nicodvb |
some clarification about dvb-out playback
|
Sat, 10 Feb 2007 20:33:27 +0000 |
reimar |
Move variable declaration to appropriate place
|
Sat, 10 Feb 2007 20:32:56 +0000 |
reimar |
Cosmetics: remove tabs added in last commit from otherwise tab-free file.
|
Sat, 10 Feb 2007 19:47:22 +0000 |
uau |
Fix memory leak when changing playback speed
|
Sat, 10 Feb 2007 18:12:03 +0000 |
uau |
Fix memory leaks.
|
Sat, 10 Feb 2007 18:05:18 +0000 |
uau |
Use AF_NCH for max number of channels instead of private CHANS define.
|
Sat, 10 Feb 2007 17:53:41 +0000 |
gpoirier |
sync w/r22150
|
Sat, 10 Feb 2007 17:31:18 +0000 |
uau |
Fix nonsense tests like previously in af_pan.
|
Sat, 10 Feb 2007 17:27:11 +0000 |
uau |
Fix nonsense tests ("if (af->data->audio)" before "if (af->data)").
|
Sat, 10 Feb 2007 17:00:03 +0000 |
michael |
clarify description of reserved_count in frame header patch by (Clemens Ladisch cladisch,fastmail,net)
|
Sat, 10 Feb 2007 12:19:36 +0000 |
nicodvb |
removed ages-old and insane #if0-ed and commented code
|
Fri, 09 Feb 2007 22:38:26 +0000 |
gpoirier |
Changelog update, based on Compn's patch
|
Fri, 09 Feb 2007 20:23:54 +0000 |
nicodvb |
vc1 in mpeg*
|
Fri, 09 Feb 2007 20:21:20 +0000 |
nicodvb |
substream id 0x98..0x9f identifies dts
|
Fri, 09 Feb 2007 20:12:15 +0000 |
kraymer |
r22150: key-fifo-size default changed
|
Fri, 09 Feb 2007 20:09:52 +0000 |
kraymer |
r22184: When setting the non-audio bit for hwac3 output, ...
|
Fri, 09 Feb 2007 19:57:56 +0000 |
kraymer |
only output fail/success message, this was wrong from the beginning
|
Fri, 09 Feb 2007 19:49:31 +0000 |
cladisch |
When setting the non-audio bit for hwac3 output, just try to set the
|
Fri, 09 Feb 2007 19:47:20 +0000 |
nicodvb |
when seeking in h264 sync to idr frames
|
Fri, 09 Feb 2007 19:44:43 +0000 |
uau |
Handle libavformat libnut dependencies.
|
Fri, 09 Feb 2007 19:44:21 +0000 |
nicodvb |
when playing vc1 content sync to sequence or entry point header
|
Fri, 09 Feb 2007 19:39:31 +0000 |
nicodvb |
vc1 in mpegts
|
Fri, 09 Feb 2007 18:10:17 +0000 |
kraymer |
fix typo, line break, wording
|
Thu, 08 Feb 2007 17:11:21 +0000 |
kraymer |
missing escape character
|
Thu, 08 Feb 2007 17:03:24 +0000 |
reimar |
Quick hack mostly for documentation purposes to make -aid work with mms://
|
Thu, 08 Feb 2007 15:42:53 +0000 |
reimar |
Avoid crash when uninit is called without ever calling config in x264 encoder
|
Thu, 08 Feb 2007 14:19:18 +0000 |
reimar |
Make sure sub->sh is set when a subtitle is selected
|
Thu, 08 Feb 2007 11:27:18 +0000 |
reimar |
Cosmetics: add space after comma in output
|
Wed, 07 Feb 2007 23:56:08 +0000 |
nicodvb |
when seeking and the codec is VC1 sync to sequence or entry point headers
|
Wed, 07 Feb 2007 23:41:07 +0000 |
nicodvb |
when the video codec is mpeg4video copy the content of the esds in extradata; patch by ceyes ag or at
|
Wed, 07 Feb 2007 12:31:37 +0000 |
iive |
Revert part of commit r22170.
|
Wed, 07 Feb 2007 09:58:23 +0000 |
reimar |
Fix compilation after deprecation of some lav log level and
|
Wed, 07 Feb 2007 09:00:11 +0000 |
gpoirier |
Fix libnut build failure.
|
Tue, 06 Feb 2007 22:15:20 +0000 |
reimar |
Support selecting a specific lavf demuxer and listing available ones via -lavfdopts
|
Tue, 06 Feb 2007 19:26:58 +0000 |
reimar |
Avoid calling aspect on each frame and make ass subtitles work better with panscan
|
Tue, 06 Feb 2007 19:01:28 +0000 |
reimar |
Support some weird AVI header, fixes bug 742
|
Tue, 06 Feb 2007 18:30:56 +0000 |
reimar |
Add missing checks in RealVideo slice handling code.
|
Tue, 06 Feb 2007 13:56:40 +0000 |
gpoirier |
sync w/r22107
|
Tue, 06 Feb 2007 00:24:49 +0000 |
uau |
reindent
|
Tue, 06 Feb 2007 00:18:35 +0000 |
uau |
Fix multiple appearing or appearing+disappearing subs in the same frame
|
Mon, 05 Feb 2007 23:56:18 +0000 |
uau |
Add missing type to declaration and remove unused variable
|
Mon, 05 Feb 2007 23:46:08 +0000 |
rathann |
Fix a few gcc warnings, approved by Diego and Reimar.
|
Mon, 05 Feb 2007 23:25:50 +0000 |
uau |
Fix code updating subtitle array which only moved the text, not endpts.
|
Mon, 05 Feb 2007 19:24:03 +0000 |
reimar |
Make sure buffer is aligned so no unaligned access happens.
|
Mon, 05 Feb 2007 19:07:19 +0000 |
voroshil |
r22104: Add global field dominance flag instead of duplicating this "everywhere"
|
Mon, 05 Feb 2007 18:38:25 +0000 |
voroshil |
r22129: Link to the mencoder-users list for mencoder stuff
|
Mon, 05 Feb 2007 18:25:28 +0000 |
reimar |
Another round of subtitle code cleanup
|
Mon, 05 Feb 2007 18:21:14 +0000 |
voroshil |
r22139: Try to clarify scale filter usage hint.
|
Mon, 05 Feb 2007 18:13:40 +0000 |
kraymer |
typo fixes
|
Mon, 05 Feb 2007 18:12:56 +0000 |
reimar |
Set sub_utf8 for mov subs.
|
Mon, 05 Feb 2007 18:03:12 +0000 |
reimar |
str_list separator backslash-escaping
|
Mon, 05 Feb 2007 17:53:10 +0000 |
reimar |
key-fifo-size default changed
|
Mon, 05 Feb 2007 17:51:26 +0000 |
reimar |
Reserve half of fifo for key release events to help avoiding stop buttons
|
Mon, 05 Feb 2007 17:47:43 +0000 |
reimar |
Sanity check for vo window dimensions, helps avoid division by zero
|
Mon, 05 Feb 2007 17:15:44 +0000 |
reimar |
beckend -> backend typo fix in printf
|
Mon, 05 Feb 2007 17:14:21 +0000 |
kraymer |
fix unintentional line break
|
Mon, 05 Feb 2007 17:09:25 +0000 |
reimar |
Experimental support for multichannel ladspa effects
|
Mon, 05 Feb 2007 14:17:33 +0000 |
diego |
some more docbook paths, patch by Torinthiel
|
Mon, 05 Feb 2007 13:14:41 +0000 |
gpoirier |
synced with r22104
|
Mon, 05 Feb 2007 12:52:11 +0000 |
kraymer |
r22123: tinterlace mode 4 leaves height unchanged.
|
Mon, 05 Feb 2007 12:24:26 +0000 |
diego |
Move all "Encoding with the XXX codec family" sections together.
|
Mon, 05 Feb 2007 12:21:36 +0000 |
diego |
vp6vfw.dll appears to no longer crash under Linux.
|
Mon, 05 Feb 2007 12:12:47 +0000 |
diego |
Try to clarify scale filter usage hint.
|
Mon, 05 Feb 2007 10:01:39 +0000 |
diego |
wording/formatting
|
Mon, 05 Feb 2007 09:31:27 +0000 |
diego |
formatting/wording
|
Mon, 05 Feb 2007 07:33:00 +0000 |
diego |
FFmpeg #defines must be uppercase now.
|
Mon, 05 Feb 2007 03:05:46 +0000 |
michael |
10l
|
Mon, 05 Feb 2007 00:46:53 +0000 |
michael |
skip first (green) frame
|
Sun, 04 Feb 2007 19:18:26 +0000 |
diego |
100l: Copy and paste typo, library dependencies and rules are separated now.
|
Sun, 04 Feb 2007 16:08:29 +0000 |
reimar |
Use defined() syntax instead without ().
|
Sun, 04 Feb 2007 14:18:56 +0000 |
rtogni |
Add timeout to tcp connections, avoid hanging forever.
|
Sun, 04 Feb 2007 14:02:35 +0000 |
nicodvb |
support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) approved by Ross
|
Sun, 04 Feb 2007 13:58:59 +0000 |
reimar |
Link to the mencoder-users list for mencoder stuff
|
Sun, 04 Feb 2007 13:44:49 +0000 |
diego |
Fix MMX2 check, _sse is set to "kernel_check", not "yes".
|
Sun, 04 Feb 2007 13:38:41 +0000 |
reimar |
Fix vqscale description to match at least somewhat the code.
|
Sun, 04 Feb 2007 13:08:26 +0000 |
reimar |
Go away you stupid setlocale!!
|
Sun, 04 Feb 2007 12:19:59 +0000 |
Gabrov |
synced with r22123
|
Sun, 04 Feb 2007 11:58:29 +0000 |
reimar |
Get rid of useless last_ptr assignment
|
Sun, 04 Feb 2007 11:47:08 +0000 |
reimar |
tinterlace mode 4 leaves height unchanged.
|
Sun, 04 Feb 2007 10:01:13 +0000 |
reimar |
Support for AOPLAY_FINAL_CHUNK in ao_sdl.c
|
Sun, 04 Feb 2007 09:33:57 +0000 |
reimar |
Do not read beyond end of data chunk if chunk_size is set.
|
Sun, 04 Feb 2007 08:18:01 +0000 |
lorenm |
r21753 broke compile-time detection of mmx flags on x86_64
|
Sat, 03 Feb 2007 23:46:22 +0000 |
uau |
Convert patterns to upper case to fix compilation after r22117.
|
Sat, 03 Feb 2007 22:00:01 +0000 |
kraymer |
r22107: Move -vo gl suboptions that should be irrelevant for the average user
|
Sat, 03 Feb 2007 21:40:10 +0000 |
diego |
Speed up config.h generation by transforming FFmpeg part names to uppercase
|
Sat, 03 Feb 2007 21:24:57 +0000 |
kraymer |
r22089: x264's crf takes a float argument
|
Sat, 03 Feb 2007 20:41:30 +0000 |
kraymer |
r22062: alphabetical order
|
Sat, 03 Feb 2007 18:51:30 +0000 |
kraymer |
r21959: Apply ancient double-click patch that nobody cares to comment on.
|
Sat, 03 Feb 2007 18:41:36 +0000 |
kraymer |
insert line break for readability
|
Sat, 03 Feb 2007 14:09:47 +0000 |
nicodvb |
demux_mpg_probe() seek to the initial position before returning - patch by reimar
|
Sat, 03 Feb 2007 14:02:09 +0000 |
diego |
Merge both library rules by separating the rule from the dependencies.
|
Sat, 03 Feb 2007 13:20:31 +0000 |
reimar |
Cosmetics
|
Sat, 03 Feb 2007 13:19:21 +0000 |
reimar |
Avoid crash in uninit if codec not found
|
Sat, 03 Feb 2007 12:57:58 +0000 |
kraymer |
formatting fixes for r22104
|
Sat, 03 Feb 2007 11:59:32 +0000 |
reimar |
Move -vo gl suboptions that should be irrelevant for the average user
|
Sat, 03 Feb 2007 11:32:43 +0000 |
nicodvb |
removed unused variables
|
Sat, 03 Feb 2007 11:31:09 +0000 |
reimar |
Update gl:help output a bit
|
Fri, 02 Feb 2007 18:32:07 +0000 |
reimar |
Add global field dominance flag instead of duplicating this "everywhere"
|
Thu, 01 Feb 2007 22:00:30 +0000 |
gpoirier |
synced with r22089 (again)
|
Thu, 01 Feb 2007 21:10:17 +0000 |
gpoirier |
sync w/r22089
|
Thu, 01 Feb 2007 20:31:40 +0000 |
reimar |
mf demuxer only works with mf:// urls, so check for that.
|
Thu, 01 Feb 2007 01:09:39 +0000 |
diego |
Consider SRCS2 as well when generating dependency information.
|
Wed, 31 Jan 2007 23:28:34 +0000 |
reimar |
Make mkv demuxer use ffmpeg LZO as well.
|
Wed, 31 Jan 2007 23:20:03 +0000 |
reimar |
Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.
|
Wed, 31 Jan 2007 23:04:20 +0000 |
reimar |
use ffmpeg's LZO
|
Wed, 31 Jan 2007 22:17:52 +0000 |
reimar |
Use export type mpi, everything else is a fragile hack.
|
Wed, 31 Jan 2007 22:15:51 +0000 |
reimar |
Avoid a static variable and instead use variable in context
|
Wed, 31 Jan 2007 18:14:47 +0000 |
reimar |
Swap palette on bigendian.
|
Wed, 31 Jan 2007 15:28:50 +0000 |
voroshil |
r22060: describe -psprobe
|
Wed, 31 Jan 2007 11:28:50 +0000 |
diego |
Wrong variable name used in libfaac check.
|
Wed, 31 Jan 2007 09:25:05 +0000 |
lorenm |
libfaac detection skipped linking, and thus only checked for headers and not libs
|
Wed, 31 Jan 2007 08:27:59 +0000 |
diego |
Simplify extcheck calls by moving some logic into the function.
|
Wed, 31 Jan 2007 08:23:37 +0000 |
lorenm |
x264's crf takes a float argument
|
Wed, 31 Jan 2007 02:01:07 +0000 |
diego |
Allow forcing processor features on and off.
|
Wed, 31 Jan 2007 01:43:24 +0000 |
diego |
Fix looooooongstanding bug:
|
Tue, 30 Jan 2007 23:59:39 +0000 |
diego |
cosmetics: Move around a few options for better logical grouping.
|
Tue, 30 Jan 2007 23:50:30 +0000 |
diego |
cosmetics: consistent formatting
|
Tue, 30 Jan 2007 23:35:52 +0000 |
diego |
Unification of parameter handling part 3 of many:
|
Tue, 30 Jan 2007 23:33:25 +0000 |
diego |
Unification of parameter handling part 2 of many:
|
Tue, 30 Jan 2007 23:18:51 +0000 |
diego |
Unification of parameter handling part 1 of many:
|
Tue, 30 Jan 2007 19:01:42 +0000 |
reimar |
cosmetics: remove useless commented-out stuff.
|
Tue, 30 Jan 2007 19:00:54 +0000 |
reimar |
More simplification
|
Tue, 30 Jan 2007 18:53:53 +0000 |
reimar |
Simplify
|
Tue, 30 Jan 2007 18:51:23 +0000 |
reimar |
Fix vd_lzo, broken since r18069, i.e. April 2006!
|
Tue, 30 Jan 2007 18:29:02 +0000 |
reimar |
Move network detection further up to simplify detection of dependant stuff.
|
Tue, 30 Jan 2007 16:16:10 +0000 |
reimar |
Support 16bit bigendian PCM audio from libavformat
|
Tue, 30 Jan 2007 13:49:07 +0000 |
diego |
Document -noidx.
|
Tue, 30 Jan 2007 13:31:57 +0000 |
diego |
typo
|
Tue, 30 Jan 2007 11:02:37 +0000 |
diego |
URL fix
|
Tue, 30 Jan 2007 11:02:19 +0000 |
diego |
cosmetics: Reorder install targets.
|
Tue, 30 Jan 2007 11:01:10 +0000 |
diego |
Mark phony targets as such.
|
Tue, 30 Jan 2007 11:00:54 +0000 |
diego |
Replace ifeq structure in the install target by a set of dependent targets.
|
Tue, 30 Jan 2007 00:47:28 +0000 |
michael |
better back_ptr_div16 description by (Clemens Ladisch ((( cladisch ( fastmail (( net
|
Mon, 29 Jan 2007 23:35:08 +0000 |
nicodvb |
reduced verbosity
|
Mon, 29 Jan 2007 23:10:01 +0000 |
nicodvb |
5l, check that the codec type detected by ts_detect_streams() is actually audio before fixing it in the array
|
Mon, 29 Jan 2007 22:49:14 +0000 |
nicodvb |
fix audio type when ts_detect_streams detects that a private1 stream is actually ac3
|
Mon, 29 Jan 2007 19:38:31 +0000 |
reimar |
Expand property documentation
|
Mon, 29 Jan 2007 19:01:32 +0000 |
reimar |
List available properties
|
Mon, 29 Jan 2007 17:08:29 +0000 |
eugeni |
Bugfix: glyph and bitmap pointers could be left uninitialized after
|
Mon, 29 Jan 2007 14:29:00 +0000 |
diego |
alphabetical order
|
Mon, 29 Jan 2007 14:26:42 +0000 |
diego |
typo, new sentences on lines of their own
|
Sun, 28 Jan 2007 23:13:17 +0000 |
nicodvb |
describe -psprobe
|
Sun, 28 Jan 2007 22:41:18 +0000 |
nicodvb |
sanity checks during codec detection; also reset demuxer->stream->eof
|
Sun, 28 Jan 2007 22:33:51 +0000 |
diego |
Remove references to no longer existing documentation.
|
Sun, 28 Jan 2007 22:31:53 +0000 |
diego |
Move platform-specific stuff together.
|
Sun, 28 Jan 2007 22:27:05 +0000 |
diego |
Move _ldd setting to a saner place.
|
Sun, 28 Jan 2007 21:42:22 +0000 |
nicodvb |
added code to scan the video stream to search the actual video codec used;
|
Sun, 28 Jan 2007 21:27:15 +0000 |
nicodvb |
include math.h for fabsf()
|
Sun, 28 Jan 2007 21:25:50 +0000 |
nicodvb |
cosmetics: reindentation and braces removal
|
Sun, 28 Jan 2007 21:22:39 +0000 |
nicodvb |
moved scoreboarding code to 2 separate functions (update_stats() and clear_stats()) to be reused next
|
Sun, 28 Jan 2007 20:38:35 +0000 |
lu_zero |
stray fflush spotted by Aurel
|
Sun, 28 Jan 2007 20:22:21 +0000 |
lorenm |
fix a segfault if -x264encopts is the last commandline option (with no argument)
|
Sun, 28 Jan 2007 19:25:03 +0000 |
uau |
Fix base64_encode() max output length checking.
|
Sun, 28 Jan 2007 17:52:59 +0000 |
lu_zero |
Make example and test build and link correctly
|
Sun, 28 Jan 2007 17:51:41 +0000 |
lu_zero |
av_logify
|
Sun, 28 Jan 2007 16:53:33 +0000 |
voroshil |
Doxygen comments for used DirectShow methods.
|
Sun, 28 Jan 2007 16:48:01 +0000 |
reimar |
Mark m_struct_t defaults as const
|
Sun, 28 Jan 2007 16:36:41 +0000 |
lu_zero |
fix endianess, see bug #727
|
Sun, 28 Jan 2007 14:48:14 +0000 |
faust3 |
10l: screen_height calculation was using an uninitialized variable
|
Sun, 28 Jan 2007 13:51:24 +0000 |
reimar |
Fix number of rows in interlaced mode.
|
Sun, 28 Jan 2007 12:49:44 +0000 |
rtogni |
Accept rdt packets with "is-reliable" flag set
|
Sun, 28 Jan 2007 11:02:52 +0000 |
reimar |
10l, confused current "frame" with canvas width.
|
Sun, 28 Jan 2007 10:45:34 +0000 |
nicodvb |
set has_valid_timestamps and corresponding first and final pts only after
|
Sun, 28 Jan 2007 10:34:11 +0000 |
reimar |
Hack: use refmode == 1 instead of == 0, as browsers behave like this
|
Sun, 28 Jan 2007 09:53:42 +0000 |
reimar |
Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c change
|
Sat, 27 Jan 2007 22:34:27 +0000 |
rtogni |
Call real_fix_timestamp() after seeking, to avoid video freezing
|
Sat, 27 Jan 2007 17:01:54 +0000 |
voroshil |
fix overlooked debug message
|
Sat, 27 Jan 2007 16:41:01 +0000 |
voroshil |
Changing debug messages and renaming method names according to their
|
Sat, 27 Jan 2007 16:28:16 +0000 |
voroshil |
fix typos from previous commit
|
Sat, 27 Jan 2007 15:49:53 +0000 |
voroshil |
Cosmetics. Doxygen comments.
|
Sat, 27 Jan 2007 15:40:12 +0000 |
ptt |
synced up to r21221
|
Sat, 27 Jan 2007 15:29:07 +0000 |
reimar |
Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16
|
Sat, 27 Jan 2007 14:54:45 +0000 |
reimar |
Simplify and make lzo decompression code more similar to zlib one.
|
Sat, 27 Jan 2007 14:52:18 +0000 |
reimar |
Forgotten free on error
|
Sat, 27 Jan 2007 14:51:59 +0000 |
voroshil |
r21989: fix typo
|
Sat, 27 Jan 2007 14:45:52 +0000 |
reimar |
*dest = malloc (*size); is useless directly before *dest = realloc (*dest, *size);
|
Sat, 27 Jan 2007 14:10:37 +0000 |
ptt |
synced up to r21906
|
Sat, 27 Jan 2007 10:11:40 +0000 |
reimar |
Handle mp_msg_charset == NULL correctly in filename_recode.
|
Sat, 27 Jan 2007 10:10:05 +0000 |
reimar |
Cosmetics: remove tabs, almost all added during last patch, from
|
Fri, 26 Jan 2007 20:11:46 +0000 |
Gabrov |
synced with r22016
|
Fri, 26 Jan 2007 18:43:17 +0000 |
diego |
fastmemcpy.h always has to include inttypes.h on systems that need it.
|
Fri, 26 Jan 2007 09:57:09 +0000 |
gpoirier |
filename double-conversion, especially usefull for CJK users :-)
|
Fri, 26 Jan 2007 09:21:22 +0000 |
gpoirier |
Remove illegal definition of underscored-prefixed symbol "__MODULE__":
|
Fri, 26 Jan 2007 09:07:55 +0000 |
gpoirier |
get rid of void pointer arithmetic, as spotted by ICC
|
Thu, 25 Jan 2007 18:06:21 +0000 |
diego |
Do not create font subdir of data directory, bitmap font support is deprecated.
|
Thu, 25 Jan 2007 17:49:31 +0000 |
diego |
Remove confusing line about forcing MP3 demuxing.
|
Thu, 25 Jan 2007 17:48:38 +0000 |
diego |
Remove comment printed by -demuxer help, it belongs in the copyright header.
|
Thu, 25 Jan 2007 17:44:29 +0000 |
diego |
Clarify -delay.
|
Thu, 25 Jan 2007 10:49:43 +0000 |
reimar |
Remove ff_gcd prototype and include avutil.h instead where it is defined.
|
Thu, 25 Jan 2007 10:18:21 +0000 |
rathann |
10l to Gabrov for breaking docs build.
|
Thu, 25 Jan 2007 09:36:17 +0000 |
diego |
build fix: Disable libtheora encoding over lavc.
|
Thu, 25 Jan 2007 00:35:53 +0000 |
diego |
Sync with FFmpeg r7699.
|
Thu, 25 Jan 2007 00:35:29 +0000 |
diego |
Simplify conditional compilation handling.
|
Wed, 24 Jan 2007 22:06:31 +0000 |
diego |
Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.
|
Wed, 24 Jan 2007 21:20:08 +0000 |
rtogni |
Use interleaver id to select the correct interleaver instead of guessing
|
Wed, 24 Jan 2007 18:10:40 +0000 |
diego |
Quote some expressions, might help with some shells.
|
Wed, 24 Jan 2007 15:05:42 +0000 |
rtogni |
Use interleaver id to select the correct interleaver instead of guessing
|
Wed, 24 Jan 2007 10:31:51 +0000 |
rtogni |
Fix compilation if no libogg/libvoribs installed
|
Wed, 24 Jan 2007 07:36:50 +0000 |
diego |
Rename a few variables to match FFmpeg.
|
Wed, 24 Jan 2007 00:10:47 +0000 |
rtogni |
Fix compilation after ffmpeg changes in r7619
|
Tue, 23 Jan 2007 22:26:13 +0000 |
nicodvb |
better autodetection of framerate in case of h264; it works correctly with b-frames.
|
Tue, 23 Jan 2007 15:28:19 +0000 |
reimar |
Include string.h to make sure memcpy is not used without prototype
|
Tue, 23 Jan 2007 13:41:45 +0000 |
lucabe |
Pass a context to av_log(), when possible
|
Tue, 23 Jan 2007 10:06:02 +0000 |
diego |
Bring MPlayer closer to compilation after latest FFmpeg changes.
|
Mon, 22 Jan 2007 22:29:54 +0000 |
nicodvb |
substream 0x75 doesn't seem to be a valid vc1 stream, after all; removed
|
Mon, 22 Jan 2007 22:24:50 +0000 |
nicodvb |
set priv->last_pts to the pts read only if the pts was really read; patch by zaek7q gmx net (Christian Aistleitner)
|
Mon, 22 Jan 2007 08:02:06 +0000 |
diego |
Fix FSF address and otherwise broken license headers.
|
Mon, 22 Jan 2007 01:21:36 +0000 |
diego |
Fix license headers and FSF postal address.
|
Sun, 21 Jan 2007 23:28:05 +0000 |
diego |
Sync with FFmpeg r7634.
|
Sun, 21 Jan 2007 23:21:50 +0000 |
diego |
Discard -Wdeclaration-after-statement warning.
|
Sun, 21 Jan 2007 22:42:06 +0000 |
Gabrov |
synced with r21906
|
Sun, 21 Jan 2007 21:49:24 +0000 |
Gabrov |
synced with r21989
|
Sun, 21 Jan 2007 21:40:23 +0000 |
Gabrov |
fix typo
|
Sun, 21 Jan 2007 21:38:41 +0000 |
reimar |
Fix compilation: define CONFIG_ZLIB in config.mak
|
Sun, 21 Jan 2007 20:08:06 +0000 |
voroshil |
r21959: Apply ancient double-click patch that nobody cares to comment on.
|
Sun, 21 Jan 2007 18:29:18 +0000 |
reimar |
Instead of printing a useless "sig11 coming soon" message, just abort parsing
|
Sun, 21 Jan 2007 18:22:07 +0000 |
reimar |
Sanity-check sh_video->bih->biSize
|
Sun, 21 Jan 2007 15:44:58 +0000 |
reimar |
Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c
|
Sun, 21 Jan 2007 11:10:52 +0000 |
reimar |
Add ignore key bind
|
Sun, 21 Jan 2007 11:05:21 +0000 |
reimar |
Move code to ignore mouse wheel "down" events to fifo.c (needed because
|
Sun, 21 Jan 2007 10:49:08 +0000 |
reimar |
Another AVCodecTag compile fix
|
Sun, 21 Jan 2007 10:33:34 +0000 |
reimar |
Forgotten CodecTag -> AVCodecTag
|
Sun, 21 Jan 2007 10:17:40 +0000 |
reimar |
Fix compilation after lavf changes
|
Sun, 21 Jan 2007 10:10:07 +0000 |
reimar |
support -ffourcc with -of lavf
|
Sat, 20 Jan 2007 21:57:57 +0000 |
diego |
Simplify install calls.
|
Sat, 20 Jan 2007 21:55:57 +0000 |
diego |
Remove redundant informative output.
|
Sat, 20 Jan 2007 21:55:30 +0000 |
diego |
Don't suppress make output during installation.
|
Sat, 20 Jan 2007 21:39:21 +0000 |
diego |
some simplifications
|
Sat, 20 Jan 2007 21:19:58 +0000 |
diego |
Move ldconfig platform differences into configure where they belong.
|
Sat, 20 Jan 2007 21:14:14 +0000 |
diego |
Move ranlib setting to a more sensible place.
|
Sat, 20 Jan 2007 13:46:17 +0000 |
nicodvb |
in h264_parse_sps() reuse mp_unescape03()
|
Sat, 20 Jan 2007 13:14:09 +0000 |
nicodvb |
vc1 probing code: if sh_video->bih can't be callocated exit
|
Sat, 20 Jan 2007 13:10:40 +0000 |
nicodvb |
in vc1 probing code, all packets before the first sequence header must be skipped, not read
|
Sat, 20 Jan 2007 13:06:17 +0000 |
nicodvb |
removed unused variables; replaced wrong call to realloc() with calloc() in vc1 probing code
|
Sat, 20 Jan 2007 12:17:22 +0000 |
nicodvb |
decode vc1 sequence header and frame it in video_read_frame();
|
Sat, 20 Jan 2007 12:13:50 +0000 |
nicodvb |
demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_extension_2 payload)
|
Sat, 20 Jan 2007 12:04:20 +0000 |
nicodvb |
added function to parse vc1 sequence header
|
Fri, 19 Jan 2007 23:15:53 +0000 |
reimar |
BE_32 -> AV_RB32
|
Fri, 19 Jan 2007 23:14:57 +0000 |
reimar |
Compile fix: LE_* -> AV_RL*
|
Fri, 19 Jan 2007 01:19:02 +0000 |
nicodvb |
include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; please stop breaking code that uses *_SO
|
Thu, 18 Jan 2007 21:53:05 +0000 |
gpoirier |
sync w/ r21959
|
Thu, 18 Jan 2007 20:21:54 +0000 |
Gabrov |
synced with r21959
|
Thu, 18 Jan 2007 19:30:02 +0000 |
reimar |
Apply ancient double-click patch that nobody cares to comment on.
|
Thu, 18 Jan 2007 17:38:24 +0000 |
voroshil |
r21930: gcc_bug++;
|
Thu, 18 Jan 2007 14:50:32 +0000 |
eugeni |
In .srt, any line containing only spaces and tabs marks the end of the
|
Thu, 18 Jan 2007 09:03:42 +0000 |
diego |
grammar/spelling/wording in comments
|
Wed, 17 Jan 2007 23:39:37 +0000 |
kraymer |
r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a while
|
Wed, 17 Jan 2007 23:20:32 +0000 |
lorenm |
"-lavdopts fast" has applied to mpeg4 and h264 for a while
|
Wed, 17 Jan 2007 22:18:15 +0000 |
Gabrov |
synced with r21952
|
Wed, 17 Jan 2007 21:42:04 +0000 |
nicodvb |
1000l; fixed wrong operator precedence
|
Wed, 17 Jan 2007 14:09:48 +0000 |
kraymer |
version bump (for changes in r21907)
|
Wed, 17 Jan 2007 14:04:30 +0000 |
kraymer |
r21727: Must refer to option name instead of internal variable
|
Wed, 17 Jan 2007 13:43:56 +0000 |
kraymer |
r21691: added smb:// to the list of allowed input urls
|
Wed, 17 Jan 2007 00:27:41 +0000 |
michael |
print_version() and others get executed before the command line has been parsed so -really-quiet does not silence them even though it should according to the verbosity level set by it, this simple change/hack fixes it
|
Wed, 17 Jan 2007 00:12:35 +0000 |
nicodvb |
unified creation of sh_audio and sh_video is ts_add_stream; patch by elupus
|
Tue, 16 Jan 2007 22:58:42 +0000 |
diego |
Update copyright year.
|
Tue, 16 Jan 2007 22:50:47 +0000 |
nicodvb |
in evo files [e]ac3 substreams range from 0xc0 to 0xcf
|
Tue, 16 Jan 2007 22:38:26 +0000 |
nicodvb |
at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer probing
|
Tue, 16 Jan 2007 13:28:22 +0000 |
gpoirier |
fix identation, broken by last commit
|
Tue, 16 Jan 2007 13:24:03 +0000 |
gpoirier |
speeds up mplayer execution by over FIVE times when all of the of the following apply:
|
Tue, 16 Jan 2007 09:49:28 +0000 |
henry |
fix crash with http://sam.zoy.org/zzuf/lol-mplayer.m2v
|
Tue, 16 Jan 2007 07:12:32 +0000 |
reimar |
Interlaced gif support
|
Tue, 16 Jan 2007 07:05:28 +0000 |
reimar |
Change some types to uint8_t where appropriate
|
Tue, 16 Jan 2007 07:01:53 +0000 |
reimar |
"Cosmetics" Introduce a memcpy function doing both transparent
|
Mon, 15 Jan 2007 23:03:45 +0000 |
nicodvb |
one more #if 1 removed
|
Mon, 15 Jan 2007 21:39:30 +0000 |
nicodvb |
removed useless #if1s added too long time ago
|
Mon, 15 Jan 2007 21:21:42 +0000 |
nicodvb |
in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.
|
Mon, 15 Jan 2007 09:15:06 +0000 |
gpoirier |
get rid of two spaces after a period (instead of one)
|
Mon, 15 Jan 2007 09:12:10 +0000 |
gpoirier |
fixes suggested by Diego
|
Mon, 15 Jan 2007 07:23:28 +0000 |
gpoirier |
update and factorize information about x264's multi-threading mode
|
Mon, 15 Jan 2007 07:16:03 +0000 |
gpoirier |
update x264's subq otion description
|
Mon, 15 Jan 2007 06:26:49 +0000 |
diego |
gcc_bug++;
|
Mon, 15 Jan 2007 04:57:43 +0000 |
diego |
demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)
|
Sun, 14 Jan 2007 23:16:27 +0000 |
rtogni |
10l, fix inverted check for "<media" in smil playlist
|
Sun, 14 Jan 2007 22:58:25 +0000 |
diego |
Move toolame vs twolame logic into the $_toolame=auto case.
|
Sun, 14 Jan 2007 22:45:45 +0000 |
diego |
Move Paolo Tresoldi out of the GUI skin section.
|
Sun, 14 Jan 2007 22:42:35 +0000 |
diego |
Make twolame disable toolame.
|
Sun, 14 Jan 2007 22:35:10 +0000 |
diego |
Move twolame check before toolame check.
|
Sun, 14 Jan 2007 07:03:51 +0000 |
voroshil |
Adding me and Andrew Savchenko as authors of Russian docs translation
|
Sun, 14 Jan 2007 07:00:45 +0000 |
voroshil |
r21882: sync to x264 r607 (update description of threads)
|
Sun, 14 Jan 2007 06:47:44 +0000 |
voroshil |
translation status update
|
Sun, 14 Jan 2007 06:45:51 +0000 |
voroshil |
spelling, wording fix
|
Sun, 14 Jan 2007 06:32:53 +0000 |
voroshil |
sync tag update
|
Sun, 14 Jan 2007 06:30:25 +0000 |
voroshil |
r21917: typo fixes
|
Sun, 14 Jan 2007 00:15:55 +0000 |
gpoirier |
typo fixes:
|
Sat, 13 Jan 2007 21:26:54 +0000 |
vayne |
fix typo for gettimeofday()
|
Sat, 13 Jan 2007 21:20:47 +0000 |
vayne |
proper fix for avoiding file skipping when mplayer is already playing a file.
|
Sat, 13 Jan 2007 12:56:42 +0000 |
reimar |
Cosmetics
|
Sat, 13 Jan 2007 12:56:02 +0000 |
reimar |
Implement gif transparency
|
Sat, 13 Jan 2007 12:46:27 +0000 |
reimar |
Fix: refmodes 2 and 3 leave useref unchanged
|
Sat, 13 Jan 2007 12:39:13 +0000 |
reimar |
Cosmetics
|
Sat, 13 Jan 2007 12:37:53 +0000 |
reimar |
Implement refmode == 2 in gif demuxer
|
Sat, 13 Jan 2007 12:19:42 +0000 |
reimar |
Partially support gif using "reference" images
|
Sat, 13 Jan 2007 12:05:18 +0000 |
reimar |
memset + malloc -> calloc
|
Sat, 13 Jan 2007 11:58:15 +0000 |
diego |
Nuke MSGTR_CopyCodecsConf, it's gone from the master file.
|
Sat, 13 Jan 2007 11:57:40 +0000 |
diego |
DO NOT recommend or even suggest installing codecs.conf.
|
Sat, 13 Jan 2007 11:49:20 +0000 |
reimar |
Cast SWidth/SHeight to uint16_t, since that's what they actually are.
|
Sat, 13 Jan 2007 11:46:43 +0000 |
reimar |
Forgot to adjust length of memset
|
Sat, 13 Jan 2007 11:44:36 +0000 |
reimar |
Simplify gif demuxer by using memcpy_pic
|
Sat, 13 Jan 2007 11:40:05 +0000 |
reimar |
One more bounds check, though IMO the gif lib really should do this.
|
Sat, 13 Jan 2007 11:37:59 +0000 |
reimar |
Simplify
|
Sat, 13 Jan 2007 11:37:18 +0000 |
reimar |
Fix crash for gif images that have Top or Left set
|
Sat, 13 Jan 2007 11:06:40 +0000 |
reimar |
Fix invalid read for gifs with a palette for less than 256 colors
|
Sat, 13 Jan 2007 11:05:32 +0000 |
reimar |
Move global variables in gif demuxer into priv struct
|
Sat, 13 Jan 2007 10:46:32 +0000 |
diego |
Rephrase mga_vid section.
|
Sat, 13 Jan 2007 10:42:21 +0000 |
diego |
Document vo_tdfx_vid.
|
Sat, 13 Jan 2007 06:24:13 +0000 |
diego |
Do not add libavutil unconditionally to CFLAGS.
|
Sat, 13 Jan 2007 06:02:31 +0000 |
diego |
cosmetics: typo fix pallete --> palette
|
Sat, 13 Jan 2007 06:00:34 +0000 |
diego |
Frametime was being read from the wrong offset, compare
|
Sat, 13 Jan 2007 04:32:14 +0000 |
diego |
cosmetics: typo pallete --> palette
|
Sat, 13 Jan 2007 04:12:05 +0000 |
diego |
Add missing config.mak entry for gettimeofday().
|
Fri, 12 Jan 2007 23:44:27 +0000 |
gpoirier |
compile fix after latest swscaler changes (r21888)
|
Fri, 12 Jan 2007 19:59:47 +0000 |
gpoirier |
add support for avc1 in X-QT over RTSP
|
Fri, 12 Jan 2007 15:45:47 +0000 |
lucabe |
deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()
|
Fri, 12 Jan 2007 15:40:08 +0000 |
lucabe |
Add "support for both orderings of the slices (top->down / bottom->up)"
|
Fri, 12 Jan 2007 11:32:57 +0000 |
voroshil |
sync tag update
|
Fri, 12 Jan 2007 11:27:42 +0000 |
voroshil |
r21879: fix wrong option names that were suggested to use to produce
|
Fri, 12 Jan 2007 11:01:11 +0000 |
voroshil |
spelling, wording
|
Fri, 12 Jan 2007 02:55:04 +0000 |
diego |
100l misplaced #endif
|
Thu, 11 Jan 2007 23:14:54 +0000 |
lorenm |
sync to x264 r607 (update description of threads)
|
Thu, 11 Jan 2007 18:26:44 +0000 |
voroshil |
r21865: Audio track switching works with DVDs as well.
|
Thu, 11 Jan 2007 16:55:59 +0000 |
diego |
Remove superfluous #ifdefs.
|
Thu, 11 Jan 2007 09:07:57 +0000 |
gpoirier |
fix wrong option names that were suggested to use to produce
|
Thu, 11 Jan 2007 07:57:57 +0000 |
voroshil |
Typo
|
Wed, 10 Jan 2007 22:58:32 +0000 |
reimar |
10l, typo breaks compilation because HAVE_SYS_MMAN_H is not set correctly
|
Wed, 10 Jan 2007 22:09:03 +0000 |
torinthiel |
Sync tag bump
|
Wed, 10 Jan 2007 20:23:24 +0000 |
diego |
Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.
|
Wed, 10 Jan 2007 19:35:41 +0000 |
diego |
Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.
|
Wed, 10 Jan 2007 19:07:42 +0000 |
diego |
Move #ifdef directives around complete files into the build system.
|
Wed, 10 Jan 2007 18:54:44 +0000 |
diego |
Remove redundant ifdef, this file is only ever compiled on MinGW.
|
Wed, 10 Jan 2007 17:22:52 +0000 |
diego |
consistent include path
|
Wed, 10 Jan 2007 17:05:35 +0000 |
diego |
bswap.h --> mpbswap.h
|
Wed, 10 Jan 2007 16:58:42 +0000 |
diego |
Remove misleading comment.
|
Wed, 10 Jan 2007 16:54:44 +0000 |
diego |
Remove generated pci_* files on clean, not just on distclean.
|
Wed, 10 Jan 2007 15:16:52 +0000 |
gpoirier |
upgrade copyright years
|
Wed, 10 Jan 2007 14:56:23 +0000 |
diego |
GNU/kFreeBSD support, closes Bugzilla #704.
|
Wed, 10 Jan 2007 14:32:35 +0000 |
diego |
Audio track switching works with DVDs as well.
|
Wed, 10 Jan 2007 14:28:13 +0000 |
diego |
small updates
|
Wed, 10 Jan 2007 14:25:02 +0000 |
diego |
libmpeg2 updated to 0.4.1
|
Wed, 10 Jan 2007 13:20:08 +0000 |
diego |
CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.
|
Wed, 10 Jan 2007 00:08:16 +0000 |
gpoirier |
explain how to use MEncoder to create QuickTime-compatible files
|
Tue, 09 Jan 2007 21:32:25 +0000 |
rtogni |
Don't drop last rdt packet on eof
|
Tue, 09 Jan 2007 20:02:13 +0000 |
nicodvb |
removed static declaration before non-instantiated struct; patch by cehoyos ag or at
|
Mon, 08 Jan 2007 16:23:31 +0000 |
michael |
dont write an index and dont use memory to build one if -noidx is specified
|
Mon, 08 Jan 2007 06:34:34 +0000 |
voroshil |
r21848: clarify a few things about the interaction between *cmp and mbd options
|
Mon, 08 Jan 2007 06:25:48 +0000 |
voroshil |
r21848: clarify a few things about the interaction between *cmp and mbd options
|
Mon, 08 Jan 2007 05:55:46 +0000 |
voroshil |
Two crash issues fixed:
|
Sun, 07 Jan 2007 19:23:59 +0000 |
reimar |
Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.
|
Sun, 07 Jan 2007 16:07:45 +0000 |
reimar |
Avoid invalid memory access in ass_process_subtitle for empty subtitles
|
Sun, 07 Jan 2007 13:05:59 +0000 |
nicodvb |
in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaround some buggy driver)
|
Sun, 07 Jan 2007 12:06:48 +0000 |
reimar |
Document sub_add_text and sub_clear_text
|
Sun, 07 Jan 2007 11:52:46 +0000 |
diego |
Remove superfluous CONFIG_X11_GRAB_DEVICE_DEMUXER=no.
|
Sun, 07 Jan 2007 10:49:43 +0000 |
gpoirier |
fix typo
|
Sun, 07 Jan 2007 10:39:00 +0000 |
gpoirier |
clarify a few things about the interaction between *cmp and mbd options
|
Sat, 06 Jan 2007 20:21:27 +0000 |
Gabrov |
synced with r21624
|
Sat, 06 Jan 2007 19:19:15 +0000 |
reimar |
Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.
|
Sat, 06 Jan 2007 19:07:58 +0000 |
reimar |
Subtitle handling cleanup: factor out code for parsing embedded subtitles
|
Sat, 06 Jan 2007 19:02:19 +0000 |
Gabrov |
synced with r21748
|
Sat, 06 Jan 2007 18:54:22 +0000 |
nicodvb |
reindented
|
Sat, 06 Jan 2007 18:51:01 +0000 |
nicodvb |
init to 0 feparams before tuning
|
Sat, 06 Jan 2007 17:50:12 +0000 |
reimar |
Set default values for proc and iproc for x86_32 case.
|
Sat, 06 Jan 2007 17:28:11 +0000 |
reimar |
Include "internal" libavformat/riff.h also when dynamic libavformat is used
|
Sat, 06 Jan 2007 15:08:04 +0000 |
diego |
Fix dependencies for pci_names.c.
|
Sat, 06 Jan 2007 14:40:05 +0000 |
reimar |
Include libavformat/riff.h when building with static libavformat and
|
Sat, 06 Jan 2007 13:38:30 +0000 |
Gabrov |
synced with r21741
|
Sat, 06 Jan 2007 13:31:16 +0000 |
gpoirier |
woops, actually fix URL this time
|