Sun, 21 Feb 2010 23:33:03 +0000 |
diego |
Add public function VideoForWindowsVersion() to the appropriate header file.
|
Sun, 21 Feb 2010 23:31:56 +0000 |
diego |
Add header for v4l2_write() instead of forward declaring it.
|
Sun, 21 Feb 2010 23:30:34 +0000 |
diego |
Declare stream_fill_buffer() and stream_seek_long() unconditionally.
|
Sun, 21 Feb 2010 23:26:16 +0000 |
diego |
Add header for asf_mmst_streaming_start() instead of forward declaring it.
|
Sun, 21 Feb 2010 22:14:11 +0000 |
diego |
Only #define WIN32_LOADER if it has not been #defined already, fixes warning:
|
Sun, 21 Feb 2010 21:00:08 +0000 |
diego |
Add header for exported DVB-related functions.
|
Sun, 21 Feb 2010 20:39:49 +0000 |
diego |
cosmetics: Move functions around to avoid forward declarations and #ifdefs.
|
Sun, 21 Feb 2010 20:03:49 +0000 |
diego |
Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
|
Sun, 21 Feb 2010 20:02:50 +0000 |
diego |
Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.
|
Sun, 21 Feb 2010 15:48:03 +0000 |
diego |
cosmetics: Rename struct vf_instance_s --> vf_instance.
|
Sun, 21 Feb 2010 14:43:36 +0000 |
reimar |
Fix fps output with -identify when frame rate extension is used for MPEG-2
|
Sun, 21 Feb 2010 14:05:51 +0000 |
reimar |
Initialize frame rate extension fields in mp_header_process_sequence_header
|
Sun, 21 Feb 2010 13:53:41 +0000 |
reimar |
Parse and use the information from the frame rate extension header for MPEG-2.
|
Sun, 21 Feb 2010 13:40:49 +0000 |
diego |
Rename open() vf initialization function to vf_open().
|
Sun, 21 Feb 2010 13:38:55 +0000 |
kostya |
FFmpeg supports Bink, let MPlayer play it as well
|
Sun, 21 Feb 2010 12:48:56 +0000 |
diego |
Add malloc.h #include for memalign(), fixes the warning:
|
Sat, 20 Feb 2010 21:53:11 +0000 |
reimar |
Explain that -mc 0 will need -noskip.
|
Sat, 20 Feb 2010 21:27:49 +0000 |
diego |
Mark ad_functions_t structures and mpcodecs_ad_drivers array as const.
|
Sat, 20 Feb 2010 21:02:49 +0000 |
diego |
cosmetics: Remove pointless empty lines at EOF.
|
Sat, 20 Feb 2010 20:09:06 +0000 |
diego |
Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.
|
Sat, 20 Feb 2010 20:01:56 +0000 |
diego |
Mark m_config_get_option_ptr() as static, it is only used within the file.
|
Sat, 20 Feb 2010 19:59:50 +0000 |
diego |
Add standard license header.
|
Sat, 20 Feb 2010 19:57:47 +0000 |
diego |
cosmetics: K&R coding style, indent with 4 spaces, no tabs
|
Sat, 20 Feb 2010 19:23:14 +0000 |
reimar |
Print response headers as debugging output also for HTTP seeks.
|
Sat, 20 Feb 2010 19:22:23 +0000 |
reimar |
10l, fix a close() that should be a closesocket()
|
Sat, 20 Feb 2010 18:53:07 +0000 |
reimar |
Do not discard stream buffer on eof, instead reuse it to slightly improve
|
Sat, 20 Feb 2010 18:39:26 +0000 |
reimar |
Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.
|
Sat, 20 Feb 2010 17:50:56 +0000 |
reimar |
Print demuxer name in "freeing demuxer" message.
|
Sat, 20 Feb 2010 17:21:48 +0000 |
diego |
FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.
|
Sat, 20 Feb 2010 17:03:28 +0000 |
diego |
FFmpeg: Add tomi to architecture list.
|
Sat, 20 Feb 2010 11:48:41 +0000 |
reimar |
Fix mov reference files: for video/quicktime mime do not force a demuxer
|
Sat, 20 Feb 2010 11:21:51 +0000 |
reimar |
Print all 64 bits of seek position.
|
Sat, 20 Feb 2010 11:13:01 +0000 |
reimar |
Make sure we do not try to use IPv6 with winsock2, we end up connecting
|
Fri, 19 Feb 2010 23:35:21 +0000 |
reimar |
Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.
|
Fri, 19 Feb 2010 21:52:29 +0000 |
reimar |
Move code that makes the filter chain match the desired output format into
|
Fri, 19 Feb 2010 19:41:17 +0000 |
diego |
Remove some pointless '#if 1' preprocessor directives.
|
Fri, 19 Feb 2010 19:38:53 +0000 |
diego |
Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it.
|
Fri, 19 Feb 2010 13:50:16 +0000 |
komh |
Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.
|
Fri, 19 Feb 2010 13:40:04 +0000 |
komh |
Add missing 'defined' for __bsdi__.
|
Fri, 19 Feb 2010 10:22:29 +0000 |
diego |
Remove pointless '#if 1' preprocessor directives.
|
Fri, 19 Feb 2010 10:18:55 +0000 |
diego |
cosmetics: Remove commented-out #include.
|
Fri, 19 Feb 2010 09:46:31 +0000 |
diego |
TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives.
|
Fri, 19 Feb 2010 09:41:55 +0000 |
jrash |
sync with en/mplayer.1 rev. 30611
|
Fri, 19 Feb 2010 09:14:01 +0000 |
komh |
Replace platform preprocessor check by HAVE_DOS_PATHS.
|
Fri, 19 Feb 2010 09:12:23 +0000 |
komh |
Remove useless CONFIG_SETLOCALE
|
Thu, 18 Feb 2010 23:11:27 +0000 |
reimar |
DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, add
|
Thu, 18 Feb 2010 22:37:08 +0000 |
reimar |
Merge declaration and initialization.
|
Thu, 18 Feb 2010 22:34:27 +0000 |
reimar |
DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANE
|
Thu, 18 Feb 2010 22:28:55 +0000 |
reimar |
Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.
|
Thu, 18 Feb 2010 21:48:49 +0000 |
reimar |
Add av_alias define as a hack to fix compilation of intreadwrite.h without
|
Thu, 18 Feb 2010 21:20:37 +0000 |
stefano |
Reindent and fix brace placement.
|
Thu, 18 Feb 2010 21:17:07 +0000 |
stefano |
Vertically align a list of comparisons in sws_getCachedContext().
|
Thu, 18 Feb 2010 21:12:05 +0000 |
stefano |
Merge two if conditions, allow to decrese the level of indentation of
|
Thu, 18 Feb 2010 20:24:52 +0000 |
reimar |
Add a InitializeCriticalSectionAndSpinCount function.
|
Thu, 18 Feb 2010 20:23:05 +0000 |
reimar |
Add a GetModuleHandleW implementation.
|
Thu, 18 Feb 2010 20:20:23 +0000 |
reimar |
Use snprintf to ensure we do not write outside the buffer bounds
|
Thu, 18 Feb 2010 10:32:00 +0000 |
cehoyos |
Use new FFmpeg WMA Voice decoder.
|
Thu, 18 Feb 2010 10:26:39 +0000 |
diego |
Add header #include for print_wave_header() instead of a forward declaration.
|
Thu, 18 Feb 2010 10:19:42 +0000 |
diego |
Add header for functions exported from vo_zr.c and use it appropriately.
|
Thu, 18 Feb 2010 09:41:52 +0000 |
diego |
Remove forward declarations for non-existing functions readPPOpt, revertPPOpt.
|