Sat, 03 Apr 2010 19:58:06 +0000 |
reimar |
Implement OpenGL-based YUV to RGB version for Radeon 9200 class
|
Sat, 03 Apr 2010 14:40:08 +0000 |
diego |
Remove commented-out #include of a non-existing file.
|
Sat, 03 Apr 2010 14:20:34 +0000 |
diego |
Add a header for x264enc_set_param() instead of forward declaring it.
|
Sat, 03 Apr 2010 13:51:14 +0000 |
diego |
Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.
|
Sat, 03 Apr 2010 11:06:57 +0000 |
diego |
Mark m_option struct member as const.
|
Sat, 03 Apr 2010 07:12:32 +0000 |
reimar |
Indentation fix.
|
Sat, 03 Apr 2010 07:08:07 +0000 |
reimar |
Add mpgl prefix to all OpenGL-related function pointers.
|
Fri, 02 Apr 2010 17:29:22 +0000 |
attila |
dont mention base64 about sending attachments.
|
Fri, 02 Apr 2010 10:13:45 +0000 |
cehoyos |
Cosmetics: Fix indentation.
|
Fri, 02 Apr 2010 10:13:08 +0000 |
cehoyos |
Do not try -march=native for icc.
|
Fri, 02 Apr 2010 07:14:21 +0000 |
reimar |
Change type to uint8_t to avoid checks depending on char signedness.
|
Thu, 01 Apr 2010 17:37:51 +0000 |
ptt |
updated example line for encoding to psp (acodec faac is now libfaac)
|
Thu, 01 Apr 2010 17:37:13 +0000 |
ptt |
updated table of libavcodec's audio codecs
|
Wed, 31 Mar 2010 19:42:15 +0000 |
reimar |
Sanitize ICY metadata a bit before printing it.
|
Wed, 31 Mar 2010 18:45:00 +0000 |
reimar |
Make audio switching with AVI demuxer chose the first audio stream
|
Wed, 31 Mar 2010 17:00:33 +0000 |
reimar |
Replace some "m" constraints by MANGLE to avoid issues with some compilers not
|
Wed, 31 Mar 2010 06:33:08 +0000 |
attila |
rename eatgv -> ffeatgv, lpcm -> fflpcm
|
Sun, 28 Mar 2010 19:02:58 +0000 |
diego |
Add HAVE_STRERROR_R definition for FFmpeg to config.h.
|
Sun, 28 Mar 2010 16:58:27 +0000 |
diego |
Use (void) instead of () to indicate a parameterless function, fixes:
|
Sun, 28 Mar 2010 16:49:23 +0000 |
diego |
Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.
|
Sun, 28 Mar 2010 16:31:17 +0000 |
reimar |
Fix compilation after librtmp support in FFmpeg.
|
Sun, 28 Mar 2010 00:08:28 +0000 |
reimar |
Fix crash with incomplete yuv2 frames.
|
Sat, 27 Mar 2010 19:45:59 +0000 |
reimar |
Leave disabling SSE to the check_os_katmai_support always regardless of OS,
|
Sat, 27 Mar 2010 16:01:22 +0000 |
reimar |
Support concatenated YUV4MPEG files.
|
Sat, 27 Mar 2010 15:35:59 +0000 |
reimar |
Use calloc instead of malloc+memset
|
Sat, 27 Mar 2010 15:27:16 +0000 |
reimar |
Add const to some video_out extern declarations to match their definitions.
|
Sat, 27 Mar 2010 15:22:47 +0000 |
reimar |
Mark some more LIBVO_EXTERN declarations as const where possible.
|
Sat, 27 Mar 2010 12:47:26 +0000 |
reimar |
100l, fix frametime calculation for MPEG-2 files with frame rate extension.
|
Sat, 27 Mar 2010 11:31:02 +0000 |
diego |
libswscale: Relicense almost all x86 assembler optimizations as LGPL.
|
Fri, 26 Mar 2010 15:02:14 +0000 |
diego |
Refactor OS X foreground process setting into a separate function.
|
Fri, 26 Mar 2010 12:12:25 +0000 |
diego |
cosmetics: Break some overly long lines.
|
Fri, 26 Mar 2010 08:13:10 +0000 |
diego |
Convert asm keyword to __asm__.
|
Fri, 26 Mar 2010 07:57:54 +0000 |
diego |
HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.
|
Thu, 25 Mar 2010 19:53:05 +0000 |
diego |
Remove unused OPTFLAGS variable from config.mak.
|
Thu, 25 Mar 2010 18:53:37 +0000 |
diego |
Remove unused MACOSX_BUNDLE config.mak entry.
|
Thu, 25 Mar 2010 18:51:57 +0000 |
diego |
Move some FFmpeg-specific entries to the FFmpeg section of config.mak.
|
Thu, 25 Mar 2010 12:58:41 +0000 |
sesse |
Don't try to delete the global memory mutex in the Win32 loader code,
|
Wed, 24 Mar 2010 20:43:41 +0000 |
diego |
Mark add_subtitles() as static, it is not used outside the file, fixes:
|
Wed, 24 Mar 2010 01:07:11 +0000 |
diego |
Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.
|
Tue, 23 Mar 2010 22:59:14 +0000 |
diego |
AltiVec implies a PPC CPU, so there is no need to check for both.
|
Tue, 23 Mar 2010 20:24:14 +0000 |
diego |
loader: Remove commented-out extra_ld_library_path cruft.
|
Tue, 23 Mar 2010 20:12:52 +0000 |
diego |
Do not compile AltiVec code when AltiVec is not available; not even in
|
Tue, 23 Mar 2010 19:45:33 +0000 |
reimar |
Make http_read_response fail if parsing the response failed.
|
Tue, 23 Mar 2010 19:40:37 +0000 |
diego |
Fix build due to codecs_path vs. codec_path typo.
|
Tue, 23 Mar 2010 18:01:00 +0000 |
diego |
Get rid of pointless def_path variable; use codec_path directly instead.
|
Tue, 23 Mar 2010 17:52:46 +0000 |
diego |
Real binary loader code should respect the binary codec path.
|
Mon, 22 Mar 2010 19:39:43 +0000 |
reimar |
Reindent
|
Mon, 22 Mar 2010 19:38:42 +0000 |
reimar |
Start probing with a size matching the stream buffer size so it is possible
|
Sun, 21 Mar 2010 10:13:00 +0000 |
attila |
Make all instances of codec_patch unconditional, otherwise
|
Sun, 21 Mar 2010 08:34:09 +0000 |
diego |
Rename SetCodecPath() --> set_codec_path().
|
Sat, 20 Mar 2010 23:38:27 +0000 |
diego |
Rename get_path.[ch] --> path.[ch].
|
Sat, 20 Mar 2010 23:27:07 +0000 |
diego |
Move SetCodecPath() from loader to get_path.c and make it unconditional.
|
Sat, 20 Mar 2010 01:33:54 +0000 |
jrash |
sync with en/mplayer.1 rev. 30936
|
Fri, 19 Mar 2010 19:44:02 +0000 |
reimar |
Remove unnecessary size limits and a related define for hm12 decoder.
|
Fri, 19 Mar 2010 19:42:23 +0000 |
reimar |
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
|
Fri, 19 Mar 2010 09:58:45 +0000 |
diego |
Replace wrong condition name in #endif comment by correct instance.
|
Fri, 19 Mar 2010 09:57:36 +0000 |
diego |
Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.
|
Thu, 18 Mar 2010 23:37:57 +0000 |
diego |
Drop support for XANIM_MOD_DIR environment variable.
|
Thu, 18 Mar 2010 23:32:14 +0000 |
diego |
Reuse codec path variable used in the binary loader in the XAnim loader.
|
Thu, 18 Mar 2010 23:02:32 +0000 |
cehoyos |
Extend the generic path of the yuv2rgb converter with support for rgb444
|
Thu, 18 Mar 2010 21:53:53 +0000 |
aurel |
cosmetics: indentation
|
Thu, 18 Mar 2010 21:53:02 +0000 |
aurel |
add support for lavf style extradata in vd_theora
|
Thu, 18 Mar 2010 20:57:49 +0000 |
diego |
Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.
|
Thu, 18 Mar 2010 20:44:01 +0000 |
reimar |
Split codec path related code into a separate file to fix Windows build.
|
Thu, 18 Mar 2010 00:45:18 +0000 |
cehoyos |
Fix first line(s) of vo vdpau documentation.
|
Wed, 17 Mar 2010 23:42:11 +0000 |
sesse |
Fix thread safety issue in mreq_private: last_alloc was accessed from multiple
|
Wed, 17 Mar 2010 23:38:26 +0000 |
sesse |
Announce Windows XP SP2 instead of Windows 95 OSR2.
|
Wed, 17 Mar 2010 23:33:26 +0000 |
sesse |
Announce SMP support for Win32.
|
Wed, 17 Mar 2010 14:41:32 +0000 |
diego |
Introduce mak_enable function to set variables in config.mak.
|
Wed, 17 Mar 2010 14:09:09 +0000 |
diego |
Rename SGI_MIPS architecture to plain MIPS.
|
Wed, 17 Mar 2010 13:55:59 +0000 |
diego |
Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.
|
Wed, 17 Mar 2010 13:41:54 +0000 |
diego |
Lowercase arch and subarch values.
|
Wed, 17 Mar 2010 13:37:36 +0000 |
diego |
cosmetics: Drop leading underscore from cpuexts variables.
|
Wed, 17 Mar 2010 13:34:33 +0000 |
diego |
Make ff_config_enable work with lowercase values.
|
Wed, 17 Mar 2010 13:20:06 +0000 |
diego |
Split subarch handling off from generic arch handling.
|
Wed, 17 Mar 2010 12:39:21 +0000 |
diego |
Prefer FFmpeg AAC decoder over libfaad.
|
Wed, 17 Mar 2010 12:35:36 +0000 |
diego |
Rename libopencore AMR decoder entries.
|
Wed, 17 Mar 2010 10:46:18 +0000 |
cehoyos |
Fix compilation after FFmpeg r22569 at least for some architectures.
|
Wed, 17 Mar 2010 10:10:47 +0000 |
diego |
cosmetics: Drop leading underscores from arch variables.
|
Wed, 17 Mar 2010 09:12:51 +0000 |
komh |
Follow a more proper way to support -codecpath.
|
Tue, 16 Mar 2010 22:08:56 +0000 |
sesse |
Fix return value of InitializeCriticalSectionAndSpinCount.
|
Tue, 16 Mar 2010 14:35:43 +0000 |
diego |
Remove unused variable, fixes the warning:
|
Tue, 16 Mar 2010 14:30:31 +0000 |
sesse |
Fix libmpcodecs/vd_qtvideo.c compilation on OS X:
|
Tue, 16 Mar 2010 12:38:29 +0000 |
diego |
Remove some commented-out debugging and similar cruft.
|
Tue, 16 Mar 2010 12:24:18 +0000 |
diego |
Remove unnecessary forward declarations for a bunch of functions.
|
Tue, 16 Mar 2010 12:14:57 +0000 |
diego |
cosmetics: Move all functions before main().
|
Tue, 16 Mar 2010 12:11:14 +0000 |
diego |
Remove disabled flip_upside_down function; it has been unused for ages.
|
Tue, 16 Mar 2010 11:57:52 +0000 |
diego |
Remove unnecessary forward declaration of print_wave_header().
|
Tue, 16 Mar 2010 10:25:54 +0000 |
cehoyos |
Fix compilation after FFmpeg r22565.
|
Mon, 15 Mar 2010 22:32:11 +0000 |
cehoyos |
Calculate width and height in mp4_header_process_vop().
|
Mon, 15 Mar 2010 22:28:08 +0000 |
cehoyos |
Fix value of bit counter at end of functions to prepare for future patches.
|
Mon, 15 Mar 2010 16:09:35 +0000 |
sesse |
Fix indentation in GetVersionExW.
|
Mon, 15 Mar 2010 12:58:17 +0000 |
sesse |
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
|
Mon, 15 Mar 2010 12:54:54 +0000 |
sesse |
Implement GetVersionExW with the same data as GetVersionExA but taking in a
|
Mon, 15 Mar 2010 12:05:56 +0000 |
sesse |
Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS and
|
Mon, 15 Mar 2010 09:32:53 +0000 |
komh |
Relocate -codecpath description in alphabetical order.
|
Mon, 15 Mar 2010 08:30:06 +0000 |
komh |
Add -codecpath option.
|
Mon, 15 Mar 2010 06:39:21 +0000 |
diego |
Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.
|
Sun, 14 Mar 2010 23:42:03 +0000 |
diego |
Get rid of pointless tmppath variable in set_path_env().
|
Sun, 14 Mar 2010 23:39:02 +0000 |
diego |
variable renaming cosmetics: _have_yasm --> have_yasm
|
Sun, 14 Mar 2010 23:37:58 +0000 |
diego |
Remove unused MMX_FFT Makefile variable.
|
Sun, 14 Mar 2010 23:00:06 +0000 |
diego |
cosmetics: Simplify _codecsdir setting for MinGW and OS/2.
|
Sun, 14 Mar 2010 22:58:20 +0000 |
diego |
Add -Wstrict-prototypes to CFLAGS.
|
Sun, 14 Mar 2010 22:55:13 +0000 |
diego |
Use menu instead of GUI as example for an internal feature turned on by a flag.
|
Sun, 14 Mar 2010 22:50:15 +0000 |
cehoyos |
Fix compilation after FFmpeg r22522.
|
Sun, 14 Mar 2010 16:13:32 +0000 |
diego |
Replace separate Win32, XAnim and Real codec directories by one global dir.
|
Sat, 13 Mar 2010 22:46:58 +0000 |
conrad |
fftheora supports 4:2:2 and 4:4:4 now
|
Sat, 13 Mar 2010 00:31:03 +0000 |
jrash |
sync with en/mplayer.1 rev. 30868
|
Fri, 12 Mar 2010 18:23:30 +0000 |
reimar |
Add the 0xA109 format for speex, it is claimed to be officially registered (have
|
Fri, 12 Mar 2010 18:19:51 +0000 |
reimar |
Support extradata format of the speex.acm windows codec formerly available
|
Fri, 12 Mar 2010 17:29:48 +0000 |
reimar |
Fix crash if speex_packet_to_header fails.
|
Fri, 12 Mar 2010 17:21:05 +0000 |
reimar |
Add newlines to generated fragment program to make both fragment program dump
|
Wed, 10 Mar 2010 11:33:02 +0000 |
komh |
Include libavutil/avutil.h for FFMIN
|
Wed, 10 Mar 2010 10:00:59 +0000 |
komh |
Include osdep/osdep.h instead of checking a platfrom specific macro to include
|
Tue, 09 Mar 2010 19:21:39 +0000 |
reimar |
Return MP_NOPTS_VALUE if we can't figure out the pts, not 0.
|
Tue, 09 Mar 2010 19:19:32 +0000 |
reimar |
Improve handling of 0-size ogg packets.
|
Tue, 09 Mar 2010 18:34:14 +0000 |
siretart |
unbreak compilation after cleanups in libavutil/common.h
|
Tue, 09 Mar 2010 17:15:07 +0000 |
cehoyos |
Fix alpabetical order.
|
Tue, 09 Mar 2010 14:33:11 +0000 |
cehoyos |
Support SEGA CRI adx codec with demuxer lavf.
|
Tue, 09 Mar 2010 13:19:25 +0000 |
sesse |
Fix a syntax error in graph.h.
|
Tue, 09 Mar 2010 13:18:52 +0000 |
sesse |
Add copyright headers.
|
Tue, 09 Mar 2010 12:40:14 +0000 |
sesse |
Style changes as requested by Diego.
|
Tue, 09 Mar 2010 12:01:42 +0000 |
cehoyos |
Fix help text for --disable-win32dll.
|
Tue, 09 Mar 2010 12:00:30 +0000 |
cehoyos |
Commit files by Steinar Gunderson, forgotten in r30866.
|
Tue, 09 Mar 2010 08:07:34 +0000 |
siretart |
Fix compilation on powerpc with --disable-altivec
|
Tue, 09 Mar 2010 06:27:54 +0000 |
corey |
Document x264 VUI options.
|
Tue, 09 Mar 2010 06:23:33 +0000 |
corey |
Add a note about what x264's 'aud' parameter is for.
|
Mon, 08 Mar 2010 19:57:37 +0000 |
sesse |
Implement DirectShow filter graph.
|
Mon, 08 Mar 2010 19:54:07 +0000 |
sesse |
Correct QuickTime dpi output.
|
Mon, 08 Mar 2010 19:41:57 +0000 |
reimar |
Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.
|
Mon, 08 Mar 2010 19:37:10 +0000 |
reimar |
Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RELEASE.
|
Mon, 08 Mar 2010 19:33:41 +0000 |
diego |
We have some sort of DVD menu support nowadays.
|
Mon, 08 Mar 2010 13:00:59 +0000 |
sesse |
Implement ResumeThread and SignalObjectAndWait.
|
Sun, 07 Mar 2010 23:18:37 +0000 |
iive |
Increase mplayer buffer padding size to match the new one from ffmpeg.
|
Sun, 07 Mar 2010 17:33:13 +0000 |
reimar |
Use FBIOPAN_DISPLAY for switching between pages, seems to work for more
|
Sun, 07 Mar 2010 15:55:52 +0000 |
reimar |
Add double-buffering support to vo_fbdev.
|
Sun, 07 Mar 2010 09:13:18 +0000 |
reimar |
Use int64_t instead of long for variable containing current playback time.
|
Sat, 06 Mar 2010 11:50:54 +0000 |
stefano |
Avoid duplication of usePal() macro.
|
Sat, 06 Mar 2010 11:27:31 +0000 |
stefano |
Add support to BGR444/RGB444 foreign endian output in libswscale.
|
Sat, 06 Mar 2010 11:12:32 +0000 |
sesse |
Fix QuickTime emulated OSErr type.
|
Sat, 06 Mar 2010 10:13:37 +0000 |
sesse |
Implement Win32 mutexes.
|
Sat, 06 Mar 2010 10:07:39 +0000 |
sesse |
Fix semaphore behavior in WaitForSingleObject.
|
Sat, 06 Mar 2010 10:05:10 +0000 |
sesse |
Make Win32 mutex and thread linked lists thread safe.
|
Sat, 06 Mar 2010 07:24:41 +0000 |
komh |
Define O_BINARY in stream/stream.h unless it is defined yet, and use it
|
Fri, 05 Mar 2010 23:13:08 +0000 |
greg |
Enable ASS/SSA subtitle support in mencoder
|
Fri, 05 Mar 2010 23:09:36 +0000 |
sesse |
Make GetModuleHandle(NULL) return a valid pointer.
|
Fri, 05 Mar 2010 21:39:27 +0000 |
michael |
try to avoid returning odd slices.
|
Fri, 05 Mar 2010 20:15:16 +0000 |
reimar |
Reuse fb_tty_fd for setting up the text area.
|
Fri, 05 Mar 2010 12:43:15 +0000 |
jrash |
sync with en/mplayer.1 rev. 30822
|
Fri, 05 Mar 2010 11:14:07 +0000 |
sesse |
Partial revert of r30843.
|
Fri, 05 Mar 2010 11:11:47 +0000 |
sesse |
Support thread handles in WaitForSingleObject.
|
Fri, 05 Mar 2010 08:41:35 +0000 |
benoit |
Cosmetics: fix vertical alignment.
|
Fri, 05 Mar 2010 08:32:54 +0000 |
benoit |
libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special
|
Thu, 04 Mar 2010 16:57:04 +0000 |
cehoyos |
Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in
|
Thu, 04 Mar 2010 15:58:09 +0000 |
diego |
Remove NUT specification stubs.
|
Thu, 04 Mar 2010 15:57:21 +0000 |
diego |
Run script with /bin/sh instead of bash.
|
Thu, 04 Mar 2010 15:57:08 +0000 |
sesse |
Make emulated Win32 critical sections thread safe.
|
Thu, 04 Mar 2010 15:56:34 +0000 |
diego |
cosmetics: Use consistent if expression syntax.
|
Thu, 04 Mar 2010 15:55:35 +0000 |
diego |
Use $() syntax instead of backticks, it is easier to nest.
|
Thu, 04 Mar 2010 15:53:56 +0000 |
diego |
Clarify that ssh is not required for committing to MPlayer.
|
Thu, 04 Mar 2010 15:45:32 +0000 |
diego |
Update URL for Subversion homepage.
|
Thu, 04 Mar 2010 15:31:54 +0000 |
sesse |
Fix crashes in CreatePalette by fixing the LOGPALETTE struct.
|
Thu, 04 Mar 2010 15:28:02 +0000 |
sesse |
Fix manual reset behavior of Win32 events.
|
Thu, 04 Mar 2010 15:23:52 +0000 |
sesse |
Fix return values of WaitForSingleObject when checking an event.
|
Thu, 04 Mar 2010 14:46:44 +0000 |
komh |
Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead
|
Thu, 04 Mar 2010 12:55:30 +0000 |
komh |
1. Move the macros for priority classes for OS/2 from priority.c to osdep.h
|
Thu, 04 Mar 2010 01:02:24 +0000 |
stefano |
Revert r30825, it was not supposed to be committed.
|
Thu, 04 Mar 2010 00:31:13 +0000 |
stefano |
Fill the r, g, b values used for computing the c->pal_yuv table in the
|
Thu, 04 Mar 2010 00:31:10 +0000 |
stefano |
Make swscale-test take in input the name of the input and the output
|
Wed, 03 Mar 2010 21:32:31 +0000 |
reimar |
Partially revert r30645, the final output format is determined by
|
Wed, 03 Mar 2010 21:01:57 +0000 |
reimar |
Save the new width and height earlier so that e.g. -geometry 30x30-50-50
|
Wed, 03 Mar 2010 20:57:56 +0000 |
reimar |
Add support for specifying window position relative to right and bottom
|
Wed, 03 Mar 2010 20:36:35 +0000 |
reimar |
Simplify sscanf format strings and get rid of useless percent variable.
|
Wed, 03 Mar 2010 20:24:46 +0000 |
reimar |
Avoid very deep indentation level and RESET_GEOMETRY macro in -geometry
|
Wed, 03 Mar 2010 14:32:29 +0000 |
komh |
Add a VCD support for OS/2
|
Tue, 02 Mar 2010 19:57:17 +0000 |
diego |
Drop support for old-style DVB code.
|
Tue, 02 Mar 2010 17:18:55 +0000 |
rectalogic |
Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-network
|
Tue, 02 Mar 2010 16:29:21 +0000 |
diego |
Add CONFIG_LSP to config.h for libavcodec compilation.
|
Mon, 01 Mar 2010 21:09:17 +0000 |
reimar |
Remove unused and useless define.
|
Mon, 01 Mar 2010 20:38:33 +0000 |
reimar |
Fix memleak due to strdup'd filename not being freed.
|
Mon, 01 Mar 2010 20:33:47 +0000 |
reimar |
Move functions into proper order to avoid extra declarations.
|
Mon, 01 Mar 2010 20:31:56 +0000 |
reimar |
Deduplicate code to set stream start_pos/end_pos.
|
Mon, 01 Mar 2010 20:22:18 +0000 |
reimar |
Set stream->pos correctly after seeking to a VCD title.
|
Mon, 01 Mar 2010 20:20:13 +0000 |
reimar |
Ensure that cue_current_pos.track is not set to an invalid value after
|
Mon, 01 Mar 2010 20:11:11 +0000 |
reimar |
Fix off-by-one error in chapter<->VCD track conversion.
|
Mon, 01 Mar 2010 20:07:37 +0000 |
reimar |
Fix cue_read_toc_entry to also reject negative track numbers
|
Mon, 01 Mar 2010 19:59:54 +0000 |
reimar |
Implement cue:// track switching via chapter forward/backward like for audio CDs.
|
Mon, 01 Mar 2010 19:57:42 +0000 |
reimar |
Fix cue_vcd_get_track_end to not change the current position.
|
Mon, 01 Mar 2010 19:35:18 +0000 |
reimar |
Avoid fd_bin and fd_cue global variables.
|
Mon, 01 Mar 2010 19:25:52 +0000 |
reimar |
Avoid a global variable and a strcpy.
|
Mon, 01 Mar 2010 19:21:59 +0000 |
reimar |
Reindent.
|
Mon, 01 Mar 2010 19:20:32 +0000 |
reimar |
Avoid code duplication and excessively deep nesting in cue_find_bin
|
Mon, 01 Mar 2010 18:57:24 +0000 |
reimar |
Use sizeof instead of hardcoded size.
|
Sun, 28 Feb 2010 17:39:30 +0000 |
cehoyos |
Documentation: Add linebreak and try to be less ambiguous.
|
Sun, 28 Feb 2010 15:24:30 +0000 |
reimar |
Extend stream_read_line to support reading lines from UTF-16 encoded files
|
Sun, 28 Feb 2010 14:27:44 +0000 |
reimar |
sub_utf8 is handled as a value, not flags everywhere else, so change
|
Sun, 28 Feb 2010 14:22:44 +0000 |
reimar |
Make array describing the subtitle reader modules const.
|
Sun, 28 Feb 2010 13:54:55 +0000 |
reimar |
Move stream_read_line implementation from stream.h to stream.c,
|
Sun, 28 Feb 2010 12:54:12 +0000 |
reimar |
Simplify handling of 0-termination in stream_read_line
|
Sun, 28 Feb 2010 11:30:35 +0000 |
reimar |
Remove useless cast.
|
Sun, 28 Feb 2010 09:41:07 +0000 |
reimar |
Use negative return values for errors in pls_read_entry to make it match
|
Sun, 28 Feb 2010 09:39:30 +0000 |
reimar |
A playlist entry number of 0 is invalid for pls playlists.
|
Sun, 28 Feb 2010 09:37:35 +0000 |
reimar |
Improve integer overflow and realloc error handling in playlist parser.
|
Sun, 28 Feb 2010 07:52:34 +0000 |
reimar |
Reuse the keyframe flag from x264 instead of trying to derive it on our own.
|
Sun, 28 Feb 2010 07:45:23 +0000 |
reimar |
Use the KEYFRAME define instead of some magic number.
|
Sun, 28 Feb 2010 03:26:18 +0000 |
komh |
Add cddb:// support for OS/2
|
Sun, 28 Feb 2010 02:18:16 +0000 |
cehoyos |
Make sws_dcVec static: It is only used inside libswscale/utils.c.
|
Sun, 28 Feb 2010 01:06:09 +0000 |
cehoyos |
Get rid of many ugly casts.
|
Sun, 28 Feb 2010 00:28:14 +0000 |
cehoyos |
Make close_toolame() static, only used in ae_toolame.c.
|
Sun, 28 Feb 2010 00:24:01 +0000 |
reimar |
Add support for reading key events from MinGW xterm.
|
Sun, 28 Feb 2010 00:23:58 +0000 |
cehoyos |
Make close_twolame() static, only used in ae_twolame.c.
|
Sat, 27 Feb 2010 23:23:34 +0000 |
cehoyos |
Fix warning "missing braces around initializer".
|
Sat, 27 Feb 2010 23:14:44 +0000 |
cehoyos |
Remove unused functions.
|
Sat, 27 Feb 2010 23:12:34 +0000 |
reimar |
Make -slave also work with the normal console on Windows.
|
Sat, 27 Feb 2010 23:09:15 +0000 |
reimar |
Support all line ending types in mp_input_read_cmd.
|
Sat, 27 Feb 2010 22:32:25 +0000 |
cehoyos |
Actually use existing uninit() function in remove_logo filter.
|
Sat, 27 Feb 2010 21:50:59 +0000 |
reimar |
Do not misuse the stdin name.
|
Sat, 27 Feb 2010 21:47:45 +0000 |
reimar |
Include getch2.h to get rid of some warnings.
|
Sat, 27 Feb 2010 21:32:33 +0000 |
cehoyos |
Fix cd_info_new() prototype.
|
Sat, 27 Feb 2010 21:29:06 +0000 |
cehoyos |
Remove unused static function mp_mp3_get_lsf().
|
Sat, 27 Feb 2010 21:02:44 +0000 |
reimar |
Threaded cache fixes: do not free the stream_t struct twice on windows
|
Sat, 27 Feb 2010 21:02:14 +0000 |
cehoyos |
Make function Gsm_Long_Term_Synthesis_Filtering() static, only used in xa_gsm.c.
|
Sat, 27 Feb 2010 20:55:41 +0000 |
cehoyos |
Remove unused static function play_tree_set_flag().
|
Sat, 27 Feb 2010 20:52:06 +0000 |
cehoyos |
Remove unused static function m_config_get_option_ptr().
|
Sat, 27 Feb 2010 20:50:20 +0000 |
cehoyos |
Remove unused static functions asx_list_add() and asx_list_remove().
|
Sat, 27 Feb 2010 20:38:21 +0000 |
cehoyos |
Remove unused static function vdlPlaybackCopyFrame().
|
Sat, 27 Feb 2010 20:32:55 +0000 |
cehoyos |
Include lirc.h in lirc.c to add missing prototypes.
|
Sat, 27 Feb 2010 20:22:30 +0000 |
cehoyos |
Remove unused static function send_lpcm_packet().
|
Sat, 27 Feb 2010 20:13:21 +0000 |
cehoyos |
Remove unused static function streaming_stop().
|
Sat, 27 Feb 2010 19:53:25 +0000 |
reimar |
Fix windows Gui compilation and remove some related typecasts.
|
Sat, 27 Feb 2010 18:20:22 +0000 |
reimar |
Update -vo gl info structs, it isn't X11-only since ages and there's basically
|
Sat, 27 Feb 2010 18:17:33 +0000 |
reimar |
100l, remove forgotten debugging code.
|
Sat, 27 Feb 2010 18:16:41 +0000 |
reimar |
Only prefer -vo gl over -vo x11 if hardware acceleration is available.
|
Sat, 27 Feb 2010 17:55:57 +0000 |
reimar |
Enable StructureNotifyMask before waiting for a DestroyNotify event.
|
Sat, 27 Feb 2010 12:48:11 +0000 |
diego |
Remove pointless #ifdef checks for DEMUXER_H, which is never set.
|
Sat, 27 Feb 2010 12:45:12 +0000 |
diego |
Remove unnecessary stream.h #includes.
|
Sat, 27 Feb 2010 12:15:02 +0000 |
zuxy |
10l correct type for =a and =d constraints under x86-32
|
Sat, 27 Feb 2010 12:10:34 +0000 |
zuxy |
Replace =A with =a and =d; make frequency calculation correct under x86-64
|
Sat, 27 Feb 2010 11:32:48 +0000 |
cehoyos |
Fix compilation of C++ source files (partly reverts r30744).
|
Sat, 27 Feb 2010 06:17:14 +0000 |
reimar |
Restructure #ifs to be clearer, also ensures that we return from the thread
|
Fri, 26 Feb 2010 21:41:42 +0000 |
reimar |
Port yuv=... auto-detection from gl to gl2.
|
Fri, 26 Feb 2010 20:01:04 +0000 |
diego |
cosmetics: Rename "codecs_st" struct to just plain "codecs".
|
Fri, 26 Feb 2010 19:57:40 +0000 |
diego |
Mark character arrays as const.
|
Fri, 26 Feb 2010 19:56:03 +0000 |
diego |
Mark all fmt_list arrays as const.
|
Fri, 26 Feb 2010 17:21:06 +0000 |
diego |
Mark vf_opts/vf_opts_fields structures as const.
|
Fri, 26 Feb 2010 17:07:22 +0000 |
ptt |
dots at end of sentences (kai driver section)
|
Fri, 26 Feb 2010 17:05:30 +0000 |
ptt |
synced to r30610
|
Fri, 26 Feb 2010 15:47:42 +0000 |
ptt |
new sentences on new lines, cropdetect filter
|
Fri, 26 Feb 2010 15:33:45 +0000 |
ptt |
it's synced up to r30515
|
Fri, 26 Feb 2010 15:01:37 +0000 |
diego |
Do not cast the results of malloc/calloc/realloc.
|
Fri, 26 Feb 2010 12:49:49 +0000 |
attila |
mention that on windows, you've to use the netstream.exe to build the
|
Fri, 26 Feb 2010 11:15:56 +0000 |
jrash |
sync with en/mplayer.1 rev. 30677
|
Thu, 25 Feb 2010 22:53:04 +0000 |
reimar |
Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa, caca etc.
|
Thu, 25 Feb 2010 22:51:23 +0000 |
reimar |
Add const to ass_read_stream fname argument, the string is not modified.
|
Thu, 25 Feb 2010 22:47:04 +0000 |
reimar |
Mark stream open filename parameter as const, the filename string is not
|
Thu, 25 Feb 2010 22:44:02 +0000 |
reimar |
Add cast to proper type.
|
Thu, 25 Feb 2010 22:32:28 +0000 |
reimar |
Make more option-parsing related function arguments const.
|
Thu, 25 Feb 2010 22:29:00 +0000 |
reimar |
Remove unused function declaration.
|
Thu, 25 Feb 2010 22:27:53 +0000 |
reimar |
Make local-only cddb functions static.
|
Thu, 25 Feb 2010 22:23:58 +0000 |
reimar |
Add const to mpvdec declaration
|
Thu, 25 Feb 2010 22:19:32 +0000 |
reimar |
Remove declarations of functions now already declared in stream.h
|
Thu, 25 Feb 2010 22:06:05 +0000 |
reimar |
Fix check for wrong variable: len can be unitialized but not normally < 0,
|
Thu, 25 Feb 2010 21:27:22 +0000 |
reimar |
Fix silly type of guiGetEvent argument to use void * instead of char * and
|
Thu, 25 Feb 2010 21:21:29 +0000 |
stefano |
Remove pointless empty line.
|
Thu, 25 Feb 2010 21:12:38 +0000 |
stefano |
Apply consistency nit.
|
Thu, 25 Feb 2010 13:20:56 +0000 |
diego |
Unconditionally declare fast_memcpy() and mem2agpcpy().
|
Thu, 25 Feb 2010 09:09:57 +0000 |
komh |
Define O_BINARY if it is undefined.
|
Thu, 25 Feb 2010 08:39:55 +0000 |
zuxy |
Include libmpcodecs/vd.h for declaration of "fullscreen".
|
Tue, 23 Feb 2010 23:33:10 +0000 |
reimar |
Disable old-style implicit rules to fix MinGW/Cygwin compilation
|
Tue, 23 Feb 2010 22:29:57 +0000 |
reimar |
Fix compilation: the dct64_MMX_func variable should be declared only once,
|
Tue, 23 Feb 2010 20:16:30 +0000 |
diego |
Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes:
|
Tue, 23 Feb 2010 16:46:43 +0000 |
ramiro |
Reorder buffer debug. Also print out if slice was buffered.
|
Tue, 23 Feb 2010 13:40:45 +0000 |
compn |
add older lhacm codec for formats 0x70-0x73 to codecs.conf
|
Tue, 23 Feb 2010 09:04:18 +0000 |
kostya |
FFmpeg Bink video now supports alpha channel
|
Tue, 23 Feb 2010 07:55:47 +0000 |
diego |
Add -Wmissing-prototypes to CFLAGS if available.
|
Tue, 23 Feb 2010 07:54:43 +0000 |
diego |
Mark theRenderProc() as static, it is only used within the file.
|
Tue, 23 Feb 2010 07:54:10 +0000 |
diego |
Add header for macosx_finder_args() instead of forward declaring it.
|
Tue, 23 Feb 2010 06:42:51 +0000 |
zuxy |
Reset output color after each line.
|
Mon, 22 Feb 2010 21:53:06 +0000 |
diego |
Mark sleep_accurate() as static, it is only used within the file.
|
Mon, 22 Feb 2010 19:17:25 +0000 |
tack |
Clarify that AC3/DTS passthrough is also possible with HDMI.
|
Mon, 22 Feb 2010 17:06:24 +0000 |
tack |
Update my (Jason Tackaberry) email address and contributions in AUTHORS
|
Mon, 22 Feb 2010 16:32:03 +0000 |
diego |
Mark vcd_get_track_end () and vcd_read_toc() as static.
|
Mon, 22 Feb 2010 15:35:53 +0000 |
diego |
Conditionally declare mp_input_slave_cmd_func().
|
Mon, 22 Feb 2010 15:34:56 +0000 |
diego |
Properly declare get_term_charset() instead of forward declaring it.
|
Mon, 22 Feb 2010 14:27:32 +0000 |
tack |
Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in a
|
Mon, 22 Feb 2010 14:24:53 +0000 |
tack |
Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheader
|
Mon, 22 Feb 2010 14:11:33 +0000 |
diego |
Add required mplayer.h and access_mpcontext.h #includes.
|
Mon, 22 Feb 2010 14:05:30 +0000 |
diego |
Mark data argument of my_ao_write() function as const.
|
Mon, 22 Feb 2010 14:04:39 +0000 |
diego |
Mark member info of struct ad_functions_s as const.
|
Mon, 22 Feb 2010 14:03:46 +0000 |
diego |
Mark a bunch of video filter structures as const.
|
Mon, 22 Feb 2010 14:02:18 +0000 |
diego |
Remove commented-out cruft line.
|
Mon, 22 Feb 2010 13:59:32 +0000 |
diego |
Remove pointless '#if 1' preprocessor directive.
|
Mon, 22 Feb 2010 13:55:00 +0000 |
diego |
Add declaration for exp_EH_prolog_dummy().
|
Mon, 22 Feb 2010 13:52:59 +0000 |
diego |
Declare all public mp3lib functions in mpg123.h.
|
Mon, 22 Feb 2010 13:51:58 +0000 |
diego |
wording fixes
|
Mon, 22 Feb 2010 13:50:48 +0000 |
diego |
Declare functions from network.c in network.h.
|
Mon, 22 Feb 2010 13:27:58 +0000 |
diego |
Move struct streaming_control from network.h to stream.h, where it is used.
|
Mon, 22 Feb 2010 10:14:00 +0000 |
diego |
Remove commented-out declaration of non-existing function streaming_start.
|
Mon, 22 Feb 2010 09:51:44 +0000 |
diego |
Declare externally used variables from vd.c as extern in vd.h.
|
Sun, 21 Feb 2010 23:36:36 +0000 |
diego |
Declare public function print_vprp() in aviprint.h.
|
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.
|
Thu, 18 Feb 2010 09:29:05 +0000 |
diego |
Add required header #include for config.h.
|
Thu, 18 Feb 2010 09:26:00 +0000 |
diego |
Mark some more functions that are not used outside of their files as static.
|
Thu, 18 Feb 2010 00:18:50 +0000 |
diego |
Add header for AVI print functions; avoids many forward declarations.
|
Wed, 17 Feb 2010 23:46:57 +0000 |
reimar |
Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since at
|
Wed, 17 Feb 2010 23:45:01 +0000 |
diego |
Add header for asf_check_header, read_asf_header; avoids forward declarations.
|
Wed, 17 Feb 2010 23:40:48 +0000 |
diego |
#include proper header for skip_audio_frame() instead of forward declaring it.
|
Wed, 17 Feb 2010 23:36:44 +0000 |
diego |
Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.
|
Wed, 17 Feb 2010 23:33:17 +0000 |
diego |
Remove demux_ogg-related declarations that are no longer necessary.
|
Wed, 17 Feb 2010 23:27:47 +0000 |
diego |
Mark demux_ogg_sub_id() as static; it is not used outside of the file.
|
Wed, 17 Feb 2010 23:25:02 +0000 |
diego |
Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations.
|
Wed, 17 Feb 2010 23:10:56 +0000 |
diego |
Add read_avi_header() to aviheader.h; avoids forward declarations.
|
Wed, 17 Feb 2010 23:02:13 +0000 |
diego |
Add header file for store_ughvlc(); avoids forward declarations.
|
Wed, 17 Feb 2010 22:58:03 +0000 |
diego |
Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.
|
Wed, 17 Feb 2010 22:52:31 +0000 |
diego |
libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.
|
Wed, 17 Feb 2010 22:48:32 +0000 |
diego |
Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.
|
Wed, 17 Feb 2010 22:40:50 +0000 |
diego |
Add separate header for mp_a52_framesize(); avoids forward declarations.
|
Wed, 17 Feb 2010 22:33:21 +0000 |
diego |
Add config.h header #include; it is required for the HAVE_BIGENDIAN check.
|
Wed, 17 Feb 2010 22:28:24 +0000 |
diego |
Add separate header for aac_parse_frame(); avoids forward declarations.
|
Wed, 17 Feb 2010 22:22:51 +0000 |
diego |
Add separate header for real_fix_timestamp(); avoids forward declarations.
|
Wed, 17 Feb 2010 22:14:04 +0000 |
diego |
Mark mp_mp3_get_lsf() as static; it is not used outside of the file.
|
Wed, 17 Feb 2010 22:11:05 +0000 |
diego |
Mark mov_build_index() as static; it is not used outside of the file.
|
Wed, 17 Feb 2010 22:01:35 +0000 |
diego |
libmpdemux: Mark functions not used outside of their files as static.
|
Wed, 17 Feb 2010 21:49:17 +0000 |
corey |
Document several new x264 parameters.
|
Wed, 17 Feb 2010 21:45:53 +0000 |
corey |
Update x264 defaults listed in the man page.
|
Wed, 17 Feb 2010 21:38:09 +0000 |
diego |
Ignore .ho files in loader/wine/.
|
Wed, 17 Feb 2010 21:36:00 +0000 |
diego |
libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.
|
Wed, 17 Feb 2010 21:29:05 +0000 |
diego |
Revert marking seemingly unused XAnim-binary-related functions as static.
|
Wed, 17 Feb 2010 19:21:28 +0000 |
diego |
Revert marking seemingly unused RealAudio/RealVideo-related functions as static.
|
Wed, 17 Feb 2010 07:06:12 +0000 |
reimar |
Mark ALS fourcc as internal only.
|
Tue, 16 Feb 2010 21:54:50 +0000 |
reimar |
Support FFmpeg's ALS decoder.
|
Tue, 16 Feb 2010 19:39:30 +0000 |
reimar |
Move struct typedef pixbuf into the only .c file where it is used.
|
Tue, 16 Feb 2010 19:36:36 +0000 |
reimar |
Remove useless malloc casts.
|
Tue, 16 Feb 2010 19:34:41 +0000 |
reimar |
Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c.
|
Tue, 16 Feb 2010 19:07:06 +0000 |
reimar |
Fix win32 gui compilation.
|
Tue, 16 Feb 2010 16:32:38 +0000 |
diego |
stream: Mark functions not used outside of their files as static.
|
Tue, 16 Feb 2010 16:22:17 +0000 |
diego |
libvo: Mark functions not used outside of their files as static.
|
Tue, 16 Feb 2010 16:16:42 +0000 |
diego |
libmpcodecs: Mark functions not used outside of their files as static.
|
Tue, 16 Feb 2010 15:03:03 +0000 |
diego |
#include corresponding .h files in .c files.
|
Tue, 16 Feb 2010 14:52:59 +0000 |
diego |
Add header for init_global_rawdv_decoder() instead of forward declaring it.
|
Tue, 16 Feb 2010 13:16:17 +0000 |
diego |
Add header file for mplayer_audio_read() instead of forward declaring it.
|
Tue, 16 Feb 2010 13:10:24 +0000 |
diego |
Add header file for sis_init_video_bridge() instead of forward declaring it.
|
Tue, 16 Feb 2010 13:07:00 +0000 |
diego |
VIDIX: #include drivers.h in drivers.c.
|
Tue, 16 Feb 2010 13:04:00 +0000 |
diego |
VIDIX: Mark some functions not used outside their files as static.
|
Tue, 16 Feb 2010 11:31:29 +0000 |
diego |
Remove pointless header #includes; #include only required header stdint.h.
|
Sun, 14 Feb 2010 18:50:32 +0000 |
reimar |
Remove unused variable.
|
Sun, 14 Feb 2010 18:38:02 +0000 |
reimar |
Use memset to initialize huge arrays.
|
Sun, 14 Feb 2010 18:32:31 +0000 |
reimar |
Remove pointless explicit member initialization to 0 when the struct
|
Sun, 14 Feb 2010 18:30:32 +0000 |
reimar |
Use calloc instead of malloc+memset
|
Sun, 14 Feb 2010 15:39:52 +0000 |
reimar |
Add support for decoding 4:2:2 and 4:4:4 Theora files.
|
Sun, 14 Feb 2010 15:17:24 +0000 |
reimar |
Make len unsigned. More correct anyway and avoids sign extension to 64 bit
|
Sun, 14 Feb 2010 15:09:21 +0000 |
reimar |
Simplify and slightly speed up avi_stream_id function.
|
Sun, 14 Feb 2010 14:54:48 +0000 |
diego |
Declare vf_menu_pause_update in libmenu/menu.h.
|
Sun, 14 Feb 2010 14:49:44 +0000 |
diego |
Directly mark structs as WINE_PACKED where all members are marked as packed.
|
Sun, 14 Feb 2010 14:48:54 +0000 |
reimar |
Simplify.
|
Sun, 14 Feb 2010 14:47:22 +0000 |
diego |
Move movie_aspect extern declaration to libmpcodecs/vd.h.
|
Sun, 14 Feb 2010 14:33:16 +0000 |
diego |
Move GUI-related extern declarations to a GUI header file.
|
Sun, 14 Feb 2010 14:02:09 +0000 |
diego |
GUI: Mark functions that are not used outside their files as static.
|
Sun, 14 Feb 2010 13:57:30 +0000 |
reimar |
Avoid using sscanf for basic parsing, it is horribly slow.
|
Sun, 14 Feb 2010 13:49:31 +0000 |
diego |
Avoid forward declarations for import_initial_playtree_into_gui() and
|
Sun, 14 Feb 2010 12:57:18 +0000 |
diego |
Add xscreensaver_heartbeat() declaration to x11_common.h.
|
Sun, 14 Feb 2010 12:55:02 +0000 |
diego |
Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].
|
Sun, 14 Feb 2010 12:39:58 +0000 |
diego |
Declare mp_input_register_options() in input/input.h.
|
Sun, 14 Feb 2010 12:31:24 +0000 |
diego |
GUI: #include associated .h files in .c files.
|
Sun, 14 Feb 2010 11:57:37 +0000 |
reimar |
Check that fontconfig version is at least 2.4.2, which is required for the
|
Sun, 14 Feb 2010 11:19:52 +0000 |
reimar |
Reindent
|
Sun, 14 Feb 2010 11:17:12 +0000 |
reimar |
Just use goto instead of reimplementing it badly with a do { } while (0) and
|
Sun, 14 Feb 2010 11:13:20 +0000 |
reimar |
Change aspect calculation code to switch to floating point earlier so integer
|
Sun, 14 Feb 2010 11:13:01 +0000 |
diego |
QuickTime X supports SAR in H.264.
|
Sun, 14 Feb 2010 11:11:49 +0000 |
reimar |
Return NULL instead of 0 for function returning a pointer.
|
Sun, 14 Feb 2010 11:09:58 +0000 |
diego |
Mark uninit() as static; it is only used within the file.
|
Sun, 14 Feb 2010 11:09:24 +0000 |
reimar |
Remove useless casts.
|
Sun, 14 Feb 2010 11:06:04 +0000 |
reimar |
Remove useless code, QUERY_FORMAT already ensures the requested format is supported.
|
Sun, 14 Feb 2010 11:04:14 +0000 |
reimar |
Make vd_functions_t describing codecs const.
|
Sun, 14 Feb 2010 11:02:05 +0000 |
diego |
Rename exit_reason_t enum to exit_reason and do not typedef it.
|
Sun, 14 Feb 2010 10:58:01 +0000 |
reimar |
Make vd_info_t const for pointer in vd_functions, avoids some warnings about
|
Sun, 14 Feb 2010 10:53:20 +0000 |
diego |
Fix exit_player() usage throughout the codebase.
|
Sun, 14 Feb 2010 09:19:30 +0000 |
reimar |
Remove excessive ()
|
Sat, 13 Feb 2010 21:32:19 +0000 |
diego |
Remove stray '/' from comment block, fixes the warning:
|
Sat, 13 Feb 2010 21:29:32 +0000 |
diego |
Remove unused variables, fixes the warnings:
|
Sat, 13 Feb 2010 17:39:34 +0000 |
compn |
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
|
Sat, 13 Feb 2010 16:59:42 +0000 |
diego |
10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.
|
Sat, 13 Feb 2010 15:51:03 +0000 |
diego |
Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.
|
Sat, 13 Feb 2010 15:47:55 +0000 |
diego |
Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.
|
Sat, 13 Feb 2010 15:46:33 +0000 |
diego |
Fix shared library libavutil check: test for av_clip instead of av_gcd.
|
Sat, 13 Feb 2010 14:31:15 +0000 |
diego |
osdep/mplayer.rc.o depends on version.h.
|
Sat, 13 Feb 2010 11:38:36 +0000 |
reimar |
Move the check for valid sh_video into the init_vo_spudec, this fixes a crash
|
Fri, 12 Feb 2010 20:38:29 +0000 |
reimar |
Dynamically increase probe size for lavf demuxer up to 2 MB.
|
Fri, 12 Feb 2010 16:29:34 +0000 |
diego |
Mark all ad_info_t/vd_info_t structure declarations as const.
|
Fri, 12 Feb 2010 14:25:25 +0000 |
diego |
Explain WIN32_LOADER definition hack.
|
Fri, 12 Feb 2010 14:10:21 +0000 |
diego |
Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.
|
Fri, 12 Feb 2010 13:47:11 +0000 |
jrash |
Synced with help_mp-en.h rev. 30515
|
Fri, 12 Feb 2010 13:45:19 +0000 |
diego |
Fix linking of loader test programs when loader is disabled.
|
Fri, 12 Feb 2010 01:38:14 +0000 |
komh |
Add win32 loader support for OS/2
|
Thu, 11 Feb 2010 23:59:08 +0000 |
cehoyos |
Improve comment for GeoCodec.dll
|
Thu, 11 Feb 2010 22:54:34 +0000 |
diego |
Remove pointless egcs #ifdefs; that compiler was never supported.
|
Thu, 11 Feb 2010 14:33:57 +0000 |
diego |
Remove extern "C" declarations from loader code.
|
Thu, 11 Feb 2010 10:56:09 +0000 |
diego |
Move one more FFmpeg-related definition to the FFmpeg section of config.h.
|
Thu, 11 Feb 2010 10:52:36 +0000 |
diego |
Move some FFmpeg-related definitions to the FFmpeg section of config.h.
|
Thu, 11 Feb 2010 08:52:15 +0000 |
diego |
Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.
|
Thu, 11 Feb 2010 02:25:38 +0000 |
compn |
add comment about geov codec crashing on win32 in codecs.conf
|
Thu, 11 Feb 2010 01:28:21 +0000 |
cehoyos |
GeoCodec.dll also supports fourcc GEOX.
|
Thu, 11 Feb 2010 01:12:37 +0000 |
cehoyos |
Support GEOV video codec: Hangs on exit
|
Tue, 09 Feb 2010 19:43:02 +0000 |
reimar |
Add stubs for several functions, needed for CineForm codec.
|
Tue, 09 Feb 2010 17:36:24 +0000 |
greg |
libass: fix PAR correction
|
Tue, 09 Feb 2010 08:46:07 +0000 |
kostya |
There is Indeo 5 decoder in FFmpeg now, so register it
|
Mon, 08 Feb 2010 23:23:04 +0000 |
diego |
Fix linking of mp3lib test programs when internal mp3lib is disabled.
|
Mon, 08 Feb 2010 22:21:16 +0000 |
diego |
Fix linking of liba52 test program when internal liba52 is disabled.
|
Mon, 08 Feb 2010 10:14:42 +0000 |
diego |
Remove disabled AVIFILE-specific preprocessor code.
|
Mon, 08 Feb 2010 10:05:49 +0000 |
diego |
Merge some preprocessor conditionals where appropriate.
|
Sat, 06 Feb 2010 19:57:45 +0000 |
reimar |
Fix subtitle display for DVDs using fade-in/fade-out.
|
Sat, 06 Feb 2010 19:18:09 +0000 |
reimar |
Make mkalpha function simpler, faster and more correct.
|
Sat, 06 Feb 2010 17:43:04 +0000 |
Gabrov |
synced with r30515
|
Sat, 06 Feb 2010 00:55:42 +0000 |
jrash |
sync with en/mplayer.1 r30436
|
Fri, 05 Feb 2010 23:53:25 +0000 |
stefano |
Simplify how usesVFilter and usesHFilter are set.
|
Fri, 05 Feb 2010 22:56:59 +0000 |
stefano |
Apply misc fixes to sws_getCoefficients() doxy.
|
Fri, 05 Feb 2010 22:54:45 +0000 |
stefano |
Satisfy consistency need:
|
Fri, 05 Feb 2010 17:35:48 +0000 |
reimar |
Prefer libavformat over our own mov demuxer also for video/quicktime
|
Fri, 05 Feb 2010 17:20:21 +0000 |
reimar |
Release pin enumerator after we are done using it.
|
Fri, 05 Feb 2010 17:13:47 +0000 |
reimar |
Add support for loading ASS subtitles through the stream layer and thus e.g.
|
Fri, 05 Feb 2010 16:42:13 +0000 |
reimar |
Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_state.
|