Wed, 05 Mar 2008 07:52:36 +0000 |
diego |
consistency cosmetics: Use #ifdef everywhere instead of #if defined().
|
Wed, 05 Mar 2008 04:03:44 +0000 |
michael |
One more (forgotten) fix for fixing sws_flags.
|
Wed, 05 Mar 2008 03:00:25 +0000 |
michael |
Turn ancient V offset numerical constants into named ones.
|
Wed, 05 Mar 2008 02:46:50 +0000 |
ulion |
Fix ffvorbis decoder's output channel order with channel reordering function.
|
Tue, 04 Mar 2008 23:35:24 +0000 |
diego |
Add necessary #includes to pass 'make checkheaders'.
|
Tue, 04 Mar 2008 21:45:36 +0000 |
diego |
Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all
|
Tue, 04 Mar 2008 21:14:05 +0000 |
diego |
Remove pointless extern keyword from function declaration.
|
Tue, 04 Mar 2008 21:02:42 +0000 |
diego |
#include parser-cfg.h instead of declaring m_config_parse_config_file extern.
|
Tue, 04 Mar 2008 20:58:25 +0000 |
diego |
Remove pointless extern keyword from function declaration.
|
Tue, 04 Mar 2008 19:34:56 +0000 |
diego |
Add comments to #endif preprocessor directives.
|
Tue, 04 Mar 2008 19:30:35 +0000 |
diego |
Simplify preprocessor conditionals: USE_LIBAV* is defined when compiling
|
Tue, 04 Mar 2008 19:13:18 +0000 |
diego |
Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.
|
Mon, 03 Mar 2008 22:28:07 +0000 |
nicodvb |
search channels.conf in mplayer's instdir if all other searches fail; patch by foxcore gmail com
|
Mon, 03 Mar 2008 19:40:39 +0000 |
diego |
Remove ugly workaround for conflicting dca.h headers, it is no longer
|
Mon, 03 Mar 2008 19:37:41 +0000 |
diego |
Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.
|
Mon, 03 Mar 2008 19:32:15 +0000 |
diego |
Add directory names to libavcodec #includes.
|
Mon, 03 Mar 2008 19:31:38 +0000 |
diego |
Remove unnecessary addition of -Ilibavformat to CFLAGS.
|
Mon, 03 Mar 2008 18:15:35 +0000 |
diego |
cosmetics: prettyprinting and alphabetical order
|
Mon, 03 Mar 2008 18:12:05 +0000 |
diego |
Move decision about whether or not to compile Windows emulation
|
Mon, 03 Mar 2008 17:51:36 +0000 |
diego |
Move decision about whether or not to compile wrapper.S to configure.
|
Mon, 03 Mar 2008 17:50:25 +0000 |
diego |
Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes care
|
Mon, 03 Mar 2008 12:38:33 +0000 |
gpoirier |
replace all occurences of "M$" by "Microsoft" because it's what we really meant, and "M$" nickname is quite childish
|
Mon, 03 Mar 2008 09:59:11 +0000 |
diego |
Add checkheaders target, ported from FFmpeg.
|
Mon, 03 Mar 2008 09:53:18 +0000 |
diego |
Add ID_SEEKABLE information to -identify output.
|
Mon, 03 Mar 2008 09:47:01 +0000 |
diego |
#include osdep/mman.h if sys/mman.h is not available.
|
Mon, 03 Mar 2008 03:02:36 +0000 |
uau |
configure: Set CONFIG_ENCODERS=yes in config.mak unconditionally
|
Sun, 02 Mar 2008 19:38:50 +0000 |
diego |
Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately
|
Sat, 01 Mar 2008 20:09:22 +0000 |
reimar |
Fix comment, qclp fourcc is Qclp not QCLP
|
Sat, 01 Mar 2008 12:35:07 +0000 |
Gabrov |
synced with r26138
|
Sat, 01 Mar 2008 10:48:29 +0000 |
diego |
Fix illegal identifiers starting with _ and capital letters.
|
Sat, 01 Mar 2008 10:31:51 +0000 |
diego |
Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
|
Sat, 01 Mar 2008 10:16:43 +0000 |
diego |
Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.
|
Sat, 01 Mar 2008 09:50:06 +0000 |
diego |
Remove va_start/vsnprintf workaround for OS/2.
|
Sat, 01 Mar 2008 09:45:38 +0000 |
diego |
Merge two #ifdefs.
|
Sat, 01 Mar 2008 09:04:00 +0000 |
diego |
cosmetics: reindent, detabify
|
Sat, 01 Mar 2008 08:56:28 +0000 |
diego |
Remove duplicate extern declaration.
|
Fri, 29 Feb 2008 20:06:21 +0000 |
ben |
fix bad function prototype
|
Fri, 29 Feb 2008 20:04:03 +0000 |
ben |
Remove now deprecated Savage VIDIX driver sources
|
Fri, 29 Feb 2008 20:02:37 +0000 |
ben |
Use MPlayer consistent define naming convention for newly introduce
|
Fri, 29 Feb 2008 20:01:28 +0000 |
ben |
New S3 VIDIX driver.
|
Fri, 29 Feb 2008 17:44:54 +0000 |
eugeni |
Add missing #include.
|
Fri, 29 Feb 2008 17:25:57 +0000 |
eugeni |
Support switching to/from nosound in demux_lavf.
|
Fri, 29 Feb 2008 17:25:55 +0000 |
eugeni |
Remove unused function.
|
Fri, 29 Feb 2008 17:25:54 +0000 |
eugeni |
Reindent.
|
Fri, 29 Feb 2008 17:25:52 +0000 |
eugeni |
Don't select audio stream in lavf and mkv demuxers.
|
Fri, 29 Feb 2008 17:25:50 +0000 |
eugeni |
Select audio stream in mplayer and mencoder, overriding demuxer decision.
|
Fri, 29 Feb 2008 17:25:48 +0000 |
eugeni |
Set audio->sh correctly when switching audio tracks. The same for video tracks.
|
Fri, 29 Feb 2008 17:25:47 +0000 |
eugeni |
Don't select subtitle track in lavf and mkv demuxers.
|
Fri, 29 Feb 2008 17:25:44 +0000 |
eugeni |
Demuxer-independent subtitle track selection.
|
Fri, 29 Feb 2008 17:25:43 +0000 |
eugeni |
Demuxer-independent functions for selecting tracks based on language.
|
Fri, 29 Feb 2008 17:25:41 +0000 |
eugeni |
Remove stupid checks of free() argument.
|
Fri, 29 Feb 2008 17:25:39 +0000 |
eugeni |
Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
|
Fri, 29 Feb 2008 17:25:37 +0000 |
eugeni |
Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track
|
Fri, 29 Feb 2008 17:25:33 +0000 |
eugeni |
Add language info to sh_sub_t and sh_audio_t.
|
Thu, 28 Feb 2008 19:41:40 +0000 |
reimar |
Attempt to fix -chapter broken for mkv in r25987
|
Thu, 28 Feb 2008 18:32:17 +0000 |
diego |
joystick.c is only ever compiled on Linux, remove pointless #ifdef
|
Thu, 28 Feb 2008 18:31:35 +0000 |
diego |
TARGET_OS2 is never set, use __OS2__ instead.
|
Thu, 28 Feb 2008 18:19:10 +0000 |
diego |
Use _res_comment in joystick check.
|
Thu, 28 Feb 2008 16:35:47 +0000 |
diego |
cache support for OS/2
|
Wed, 27 Feb 2008 22:29:52 +0000 |
diego |
mmap() support for OS/2
|
Tue, 26 Feb 2008 23:52:44 +0000 |
reimar |
Mention nvidia fix for vo gl and especially changed screensaver support
|
Tue, 26 Feb 2008 23:24:53 +0000 |
diego |
Default to disabling VIDIX on platforms where it is not known to work.
|
Tue, 26 Feb 2008 20:38:02 +0000 |
mru |
less preprocessor magic in version number macros
|
Tue, 26 Feb 2008 05:18:56 +0000 |
uau |
configure: define ENABLE_ENCODERS for FFmpeg
|
Mon, 25 Feb 2008 22:29:45 +0000 |
nicodvb |
in ds_fill_buffer() disabled the code that demuxes until the arrival of the right reference_clock
|
Mon, 25 Feb 2008 18:30:02 +0000 |
compn |
sun rasterfile decoder
|
Mon, 25 Feb 2008 15:46:36 +0000 |
diego |
FFmpeg now uses different (unified) #include paths.
|
Mon, 25 Feb 2008 09:45:55 +0000 |
diego |
10l: Revert nonsense commit.
|
Mon, 25 Feb 2008 09:43:52 +0000 |
diego |
Fix outdated comment.
|
Mon, 25 Feb 2008 09:42:26 +0000 |
diego |
Remove old EMU_OLD cruft.
|
Mon, 25 Feb 2008 09:24:33 +0000 |
mru |
#include "libavutil/avutil.h" in swscale.h
|
Sun, 24 Feb 2008 23:44:35 +0000 |
diego |
Replace silly check for config.h inclusion, just include it.
|
Sun, 24 Feb 2008 22:41:39 +0000 |
diego |
Disable internal VIDIX on OS/2, patch by Dave Yeo, dave.r.yeo gmail com.
|
Sun, 24 Feb 2008 18:21:41 +0000 |
diego |
Wrap HAVE_XXX macros with RUNTIME_CPUDETECT, because when RUNTIME_CPUDETECT is
|
Sun, 24 Feb 2008 18:09:28 +0000 |
diego |
Enable SSE detection on OS/2.
|
Sun, 24 Feb 2008 18:04:34 +0000 |
diego |
cosmetics: Break one unreadable long line.
|
Sun, 24 Feb 2008 14:59:16 +0000 |
reimar |
__asm __volatile -> asm volatile part 3
|
Sun, 24 Feb 2008 13:04:29 +0000 |
reimar |
Compile codec-cfg binary with -O, avoids problems due to compilers
|
Sun, 24 Feb 2008 12:53:11 +0000 |
diego |
Add MPLAYER_ prefix to multiple inclusion guard of generated file.
|
Sun, 24 Feb 2008 12:41:51 +0000 |
diego |
On OS/2, fall back on the directory where MPlayer is installed if both
|
Sun, 24 Feb 2008 12:40:30 +0000 |
diego |
On Win32 and OS/2, 'x:filename' path style without '\' path separator
|
Sun, 24 Feb 2008 12:18:01 +0000 |
diego |
Add missing #includes for Mac OS X, fixes the warning
|
Sun, 24 Feb 2008 12:05:20 +0000 |
diego |
Add #include <sys/sysctl.h> for Mac OS X, fixes the warning
|
Sun, 24 Feb 2008 11:39:35 +0000 |
reimar |
Do not use a global temps variable, this is ugly and does not compile with ICC.
|
Sun, 24 Feb 2008 11:21:27 +0000 |
reimar |
Avoid a pointless special-case for opening a file
|
Sun, 24 Feb 2008 11:19:55 +0000 |
reimar |
Get rid of pointless and confusing comments
|
Sun, 24 Feb 2008 11:18:12 +0000 |
cehoyos |
Only icc 10.1 will be supported.
|
Sun, 24 Feb 2008 11:15:30 +0000 |
cehoyos |
Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).
|
Sat, 23 Feb 2008 19:33:02 +0000 |
diego |
Remove mistakenly committed hunk.
|
Sat, 23 Feb 2008 19:29:28 +0000 |
diego |
Properly detect ARM mc acceleration.
|
Sat, 23 Feb 2008 14:50:55 +0000 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
Sat, 23 Feb 2008 14:47:43 +0000 |
diego |
Merge two #ifdefs into one.
|
Sat, 23 Feb 2008 13:13:28 +0000 |
diego |
#define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.
|
Sat, 23 Feb 2008 12:47:19 +0000 |
diego |
Move libdca definition to a better place in config.h.
|
Sat, 23 Feb 2008 11:52:01 +0000 |
nicodvb |
warn to always include PMT and PCR pids in channels.conf (dvb)
|
Sat, 23 Feb 2008 11:47:35 +0000 |
nicodvb |
removed nonsense in the dvbin section
|
Sat, 23 Feb 2008 10:42:24 +0000 |
nicodvb |
reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUE
|
Sat, 23 Feb 2008 10:38:24 +0000 |
nicodvb |
read the PCR of the currently playing program (if available) in demuxer->reference_clock
|
Sat, 23 Feb 2008 10:31:44 +0000 |
nicodvb |
New member in demuxer_t: reference_clock.
|
Fri, 22 Feb 2008 21:24:35 +0000 |
eugeni |
Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.
|
Fri, 22 Feb 2008 19:31:53 +0000 |
eugeni |
Check glyph bounding box before rasterizing and complain if it is too large.
|
Fri, 22 Feb 2008 19:31:51 +0000 |
eugeni |
Some debugging routines.
|
Fri, 22 Feb 2008 19:31:49 +0000 |
eugeni |
Better handling of behind-the-camera objects.
|
Fri, 22 Feb 2008 19:31:47 +0000 |
eugeni |
Print FreeType version in libass init. Makes error logs slightly more helpful.
|
Fri, 22 Feb 2008 17:38:20 +0000 |
diego |
Add MPLAYER_ prefix to the multiple inclusion guards of generated header files.
|
Fri, 22 Feb 2008 17:32:36 +0000 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
Fri, 22 Feb 2008 09:09:46 +0000 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
Fri, 22 Feb 2008 08:08:19 +0000 |
cehoyos |
Discard two symbols from libswscale.
|
Fri, 22 Feb 2008 06:57:51 +0000 |
diego |
Fix continuous scrolling on OS/2 due to status line updates unless -quiet
|
Thu, 21 Feb 2008 22:57:10 +0000 |
diego |
Create standard multiple inclusion guards.
|
Thu, 21 Feb 2008 22:30:49 +0000 |
reimar |
Fix copy&paste typo in rgbtest documentation
|
Thu, 21 Feb 2008 22:28:58 +0000 |
diego |
Remove misplaced #endif comment.
|
Thu, 21 Feb 2008 22:17:48 +0000 |
gpoirier |
sync w/r26052
|
Thu, 21 Feb 2008 22:09:03 +0000 |
gpoirier |
sync w/ r26019
|
Thu, 21 Feb 2008 21:53:24 +0000 |
gpoirier |
improve DTD dection of MacPort-install docbook package
|
Thu, 21 Feb 2008 17:26:54 +0000 |
reimar |
Document rgbtest arguments
|
Thu, 21 Feb 2008 16:47:05 +0000 |
diego |
Replace Alpha MVI compiler workarounds by a proper configure check.
|
Thu, 21 Feb 2008 16:35:00 +0000 |
diego |
Use standard multiple inclusion guard.
|
Thu, 21 Feb 2008 16:34:23 +0000 |
diego |
Remove unused #define from config.h.
|
Thu, 21 Feb 2008 16:20:33 +0000 |
diego |
OS/2 getch2() support
|
Thu, 21 Feb 2008 16:15:31 +0000 |
diego |
Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.
|
Thu, 21 Feb 2008 09:47:03 +0000 |
eugeni |
Fix r26032: wrong sub stream id assigned to dvdsub_id.
|
Thu, 21 Feb 2008 00:18:25 +0000 |
diego |
Add multiple inclusion guard.
|
Thu, 21 Feb 2008 00:12:02 +0000 |
diego |
Add missing multiple inclusion guards.
|
Thu, 21 Feb 2008 00:10:33 +0000 |
diego |
Consistently use filename as multiple inclusion guard.
|
Wed, 20 Feb 2008 22:55:44 +0000 |
gpoirier |
sync w/r25566, patch by mesecam %mesecam A gmail P com%
|
Wed, 20 Feb 2008 22:40:14 +0000 |
gpoirier |
sync w/r25308, patch by mesecam %mesecam A gmail P com %
|
Wed, 20 Feb 2008 19:03:16 +0000 |
reimar |
Fix compilation with ASS disabled
|
Wed, 20 Feb 2008 08:51:53 +0000 |
diego |
Remove pointless #ifdefs around extern declarations.
|
Wed, 20 Feb 2008 08:24:26 +0000 |
diego |
vf_sab mirrors coefficients past the edge of the picture instead of cropping:
|
Wed, 20 Feb 2008 08:20:49 +0000 |
diego |
Add support for DOS-style file:///x:/path paths.
|
Tue, 19 Feb 2008 23:31:12 +0000 |
diego |
cosmetics: Move definitions to a more standard place.
|
Tue, 19 Feb 2008 23:27:23 +0000 |
diego |
Add standard license header and make copyright notices consistent.
|
Tue, 19 Feb 2008 22:52:28 +0000 |
mru |
Clean up lib* version definitions
|
Tue, 19 Feb 2008 21:50:18 +0000 |
gpoirier |
sync w/r24342, patch by jfallah mesecam at gmail dot com
|
Tue, 19 Feb 2008 19:41:22 +0000 |
eugeni |
Support -slang in lavf demuxer.
|
Tue, 19 Feb 2008 18:04:10 +0000 |
albeu |
Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.
|
Tue, 19 Feb 2008 08:20:43 +0000 |
diego |
typo fixes, port of my patch for upstream libmpeg2
|
Tue, 19 Feb 2008 08:18:59 +0000 |
diego |
Fix illegal identifiers, port of my patch to upstream libmpeg2.
|
Mon, 18 Feb 2008 23:33:14 +0000 |
diego |
Refactor AltiVec macros as done for FFmpeg.
|
Mon, 18 Feb 2008 23:32:17 +0000 |
diego |
Refactor AltiVec macros as done for FFmpeg.
|
Mon, 18 Feb 2008 21:07:33 +0000 |
diego |
This header should not have multiple inclusion guards, it is meant
|
Mon, 18 Feb 2008 19:39:10 +0000 |
diego |
cosmetics: indent, remove trailing whitespace
|
Mon, 18 Feb 2008 19:37:59 +0000 |
diego |
Merge the two conditional definitions of get_current_dir_name.
|
Mon, 18 Feb 2008 16:33:31 +0000 |
gpoirier |
sync w/r26017
|
Mon, 18 Feb 2008 15:02:41 +0000 |
diego |
basic support for OS/2 in configure
|
Mon, 18 Feb 2008 14:57:54 +0000 |
diego |
Set SYS_BEOS for libdvdcss compilation on BeOS.
|
Sun, 17 Feb 2008 19:49:46 +0000 |
reimar |
Allow specifying a size for -vf rgbtest
|
Sun, 17 Feb 2008 15:18:52 +0000 |
reimar |
Document af-*, copied from vf-*
|
Sun, 17 Feb 2008 15:14:54 +0000 |
reimar |
Make -af-pre, -af-add, -af-del and -af-clr available.
|
Sun, 17 Feb 2008 13:57:34 +0000 |
compn |
removed wrong example
|
Sun, 17 Feb 2008 11:31:28 +0000 |
Gabrov |
synced with r26015
|
Sun, 17 Feb 2008 10:14:32 +0000 |
reimar |
Document that framedrop needs -no-correct-pts
|
Sun, 17 Feb 2008 04:53:15 +0000 |
compn |
-dumpstream will not dump chapters anymore
|
Sun, 17 Feb 2008 03:54:07 +0000 |
mru |
remove duplicate AV_STRINGIFY() definition
|
Sat, 16 Feb 2008 17:44:49 +0000 |
diego |
Do not check for __APPLE_ALTIVEC__, just check for __APPLE_CC__.
|
Sat, 16 Feb 2008 15:34:19 +0000 |
diego |
Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.
|
Sat, 16 Feb 2008 15:17:59 +0000 |
diego |
FLAT objects cannot have multiple sections, so using the L1 attributes breaks
|
Sat, 16 Feb 2008 14:31:34 +0000 |
reimar |
Avoid reinit of vo with the exactly same parameters over and over.
|
Sat, 16 Feb 2008 11:51:41 +0000 |
nicodvb |
when seeking in H264 an SPS *should* be a valid entry point; feel free to change it if it's wrong
|
Sat, 16 Feb 2008 11:02:04 +0000 |
nicodvb |
cosmetics
|
Sat, 16 Feb 2008 10:58:23 +0000 |
nicodvb |
in ts_detect_streams() try to identify the program found based on vpid and apid if the previous attempts failed for lack of infos
|
Fri, 15 Feb 2008 21:52:34 +0000 |
uau |
libvo: change asm syntax to use ASMALIGN and " # nop"
|
Fri, 15 Feb 2008 21:21:10 +0000 |
reimar |
Support icyx://.
|
Fri, 15 Feb 2008 20:32:45 +0000 |
reimar |
Always display Icy-Metadata if available, whether we recognize an ICY-Server
|
Fri, 15 Feb 2008 20:31:10 +0000 |
reimar |
Move printing of Icy-Metadata into an extra function
|
Fri, 15 Feb 2008 20:23:59 +0000 |
reimar |
Remove useless code
|
Fri, 15 Feb 2008 20:20:16 +0000 |
reimar |
Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),
|
Fri, 15 Feb 2008 07:50:27 +0000 |
benoit |
More explicit unsupported pixel format error messages.
|
Thu, 14 Feb 2008 17:38:52 +0000 |
reimar |
Try to make fps float -> AVRational conversion work better.
|
Thu, 14 Feb 2008 14:50:34 +0000 |
reimar |
Change force_fps and force_ofps to double
|
Thu, 14 Feb 2008 14:44:52 +0000 |
reimar |
Change mf_fps to double
|
Thu, 14 Feb 2008 14:39:49 +0000 |
cehoyos |
Revert accidentally committed line of r25994.
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Wed, 13 Feb 2008 21:36:27 +0000 |
compn |
add ffpcx decoder, works on my samples.
|
Wed, 13 Feb 2008 19:21:39 +0000 |
cehoyos |
Fix typo.
|
Wed, 13 Feb 2008 09:07:41 +0000 |
diego |
typo
|
Wed, 13 Feb 2008 00:55:37 +0000 |
diego |
Translate stray Italian term.
|
Tue, 12 Feb 2008 21:10:13 +0000 |
iive |
Implement test for system byteswap.h header file.
|
Tue, 12 Feb 2008 10:48:42 +0000 |
reimar |
Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.
|
Mon, 11 Feb 2008 22:03:34 +0000 |
nicodvb |
-chapter is now handled uniformly calling demuxer_seek_chapter() instead
|
Mon, 11 Feb 2008 21:24:21 +0000 |
gpoirier |
sync w/ r25984
|
Mon, 11 Feb 2008 19:37:47 +0000 |
reimar |
Try harder to find OpenGL functions on Windows.
|
Mon, 11 Feb 2008 19:01:34 +0000 |
reimar |
Slightly document alpha for OSD color
|
Mon, 11 Feb 2008 19:00:01 +0000 |
reimar |
Support alpha for vo gl osdcolor
|
Mon, 11 Feb 2008 15:23:21 +0000 |
reimar |
Remove an extern for a variable that no longer exists
|
Mon, 11 Feb 2008 15:21:25 +0000 |
reimar |
Remove left-over extern definitions that should not be there
|
Mon, 11 Feb 2008 09:05:31 +0000 |
diego |
#include just libavutil/common.h, not all of libavutil/intreadwrite.h.
|
Sun, 10 Feb 2008 23:48:44 +0000 |
gpoirier |
sync w/r25973
|
Sun, 10 Feb 2008 19:58:05 +0000 |
reimar |
Make some variables static.
|
Sun, 10 Feb 2008 19:55:15 +0000 |
reimar |
Avoid a useless extra pointer variable.
|
Sun, 10 Feb 2008 19:47:54 +0000 |
reimar |
Do not uselessly erase background, OpenGL will take care of drawing everything.
|
Sun, 10 Feb 2008 19:37:18 +0000 |
diego |
Disable v4l2 if pthreads are not available, fixes bug #1015.
|
Sun, 10 Feb 2008 16:49:24 +0000 |
reimar |
Avoid -wid message processing blocking MPlayer.
|
Sun, 10 Feb 2008 15:34:52 +0000 |
reimar |
Hint about possible libmpeg2 problems with -hardframedrop
|
Sun, 10 Feb 2008 10:01:25 +0000 |
reimar |
Forward mouse messages to -wid Window.
|
Sun, 10 Feb 2008 06:53:35 +0000 |
voroshil |
r25770: URL updates for contributed win32 stuff.
|
Sun, 10 Feb 2008 06:46:29 +0000 |
voroshil |
Sync tag update: changes in original text are
|
Sun, 10 Feb 2008 06:39:52 +0000 |
voroshil |
Sync tag update
|
Sun, 10 Feb 2008 06:37:12 +0000 |
voroshil |
r25605: properties to get and set angle; patch by oattila chello hu
|
Sat, 09 Feb 2008 22:57:37 +0000 |
cehoyos |
Make dither4 & dither8 const.
|
Sat, 09 Feb 2008 14:47:10 +0000 |
reimar |
Make sure the -wid window does not get notified when we destroy our attached child window.
|
Sat, 09 Feb 2008 14:14:35 +0000 |
reimar |
Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)
|
Sat, 09 Feb 2008 13:13:02 +0000 |
compn |
cosmetic typo fix, geneate > generate
|
Sat, 09 Feb 2008 10:38:36 +0000 |
reimar |
Use AV_RB*, reduces x86_64 code size by almost 1kB.
|
Fri, 08 Feb 2008 23:45:26 +0000 |
nicodvb |
in some still unknown system format 0x82 identifies AUDIO_DTS
|
Fri, 08 Feb 2008 18:33:39 +0000 |
reimar |
example for setting WMP user-agent string, helps when playlists
|
Fri, 08 Feb 2008 18:28:12 +0000 |
reimar |
Disable http->mmshttp rewriting hack introduced in r25168,
|
Thu, 07 Feb 2008 21:04:17 +0000 |
reimar |
Add aspect_fit declaration missing for w32_common.
|
Wed, 06 Feb 2008 12:39:59 +0000 |
reimar |
Add speex tag
|
Tue, 05 Feb 2008 21:32:37 +0000 |
rtogni |
Check buffer index while reading to avoid sig11
|
Tue, 05 Feb 2008 12:28:41 +0000 |
gpoirier |
sync w/r25955
|
Tue, 05 Feb 2008 09:29:23 +0000 |
gpoirier |
typo fix, noticed by JRaSH
|
Tue, 05 Feb 2008 09:02:01 +0000 |
reimar |
It seems that mencoder can not handle correct-pts (lots of "No pts ..." messages),
|
Mon, 04 Feb 2008 11:10:58 +0000 |
diego |
Add dv50 fourcc to libdv and ffdv, fixing the following sample:
|
Sun, 03 Feb 2008 12:17:10 +0000 |
reimar |
Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessary
|
Sun, 03 Feb 2008 12:14:29 +0000 |
reimar |
Allow demuxers to choose a default value for correct_pts
|
Sat, 02 Feb 2008 17:22:07 +0000 |
reimar |
Implement keepaspect for Windows OpenGL vos.
|
Sat, 02 Feb 2008 17:21:19 +0000 |
reimar |
Make aspect adjustment calculation simpler and more flexible.
|
Sat, 02 Feb 2008 11:26:25 +0000 |
Gabrov |
synced with r25947
|
Fri, 01 Feb 2008 22:31:30 +0000 |
reimar |
Add windows cp1256 encoding for arabic, fixes bug #1007
|
Fri, 01 Feb 2008 20:14:53 +0000 |
iive |
Update the test for ivtv output driver.
|
Fri, 01 Feb 2008 20:11:14 +0000 |
reimar |
ao_functions_t should be const, part 1
|
Fri, 01 Feb 2008 12:22:12 +0000 |
reimar |
Redraw display on toggling border
|
Thu, 31 Jan 2008 00:07:28 +0000 |
reimar |
Always redraw video on resize.
|
Wed, 30 Jan 2008 23:49:36 +0000 |
reimar |
Remove unused variable.
|
Wed, 30 Jan 2008 23:48:48 +0000 |
reimar |
Fix get_space calculation to always leave some space, esp. for the currently playing buffer.
|
Wed, 30 Jan 2008 23:39:01 +0000 |
reimar |
Change code to also work with different outburst sizes
|
Wed, 30 Jan 2008 23:37:30 +0000 |
reimar |
Reduce number of UnqueueBuffer calls
|
Wed, 30 Jan 2008 22:28:41 +0000 |
reimar |
alSourceRewindv seems to be broken in particular in Creatives Windows-Implementation,
|
Wed, 30 Jan 2008 21:46:20 +0000 |
reimar |
Also accept OpenAL32 as library name for OpenAL, it is used by some Windows-Implementations
|
Wed, 30 Jan 2008 21:40:06 +0000 |
rtogni |
Update for security fixes
|
Wed, 30 Jan 2008 18:52:59 +0000 |
reimar |
Avoid a MANGLE, there is no register pressure and the generated code
|
Wed, 30 Jan 2008 18:33:51 +0000 |
reimar |
mark constants as such
|
Wed, 30 Jan 2008 18:31:45 +0000 |
reimar |
Simplify: use DECLARE_ASM_CONST
|
Wed, 30 Jan 2008 08:10:25 +0000 |
eugeni |
Add support for attachments in lavf demuxer.
|
Wed, 30 Jan 2008 07:21:05 +0000 |
ulion |
Split osd related stuff from mp_core.h into new header file mp_osd.h.
|
Tue, 29 Jan 2008 23:50:08 +0000 |
rtogni |
Stream IDs must be written as hex numbers. Fixes
|
Tue, 29 Jan 2008 23:25:11 +0000 |
diego |
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
|
Tue, 29 Jan 2008 22:44:55 +0000 |
reimar |
Add a comment to the #if 0
|