Mercurial > mplayer.hg
graph
-
Make all instances of codec_patch unconditional, otherwise2010-03-21, by attila
-
Rename SetCodecPath() --> set_codec_path().2010-03-21, by diego
-
Rename get_path.[ch] --> path.[ch].2010-03-20, by diego
-
Move SetCodecPath() from loader to get_path.c and make it unconditional.2010-03-20, by diego
-
sync with en/mplayer.1 rev. 309362010-03-20, by jrash
-
Remove unnecessary size limits and a related define for hm12 decoder.2010-03-19, by reimar
-
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats2010-03-19, by reimar
-
Replace wrong condition name in #endif comment by correct instance.2010-03-19, by diego
-
Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.2010-03-19, by diego
-
Drop support for XANIM_MOD_DIR environment variable.2010-03-18, by diego
-
Reuse codec path variable used in the binary loader in the XAnim loader.2010-03-18, by diego
-
Extend the generic path of the yuv2rgb converter with support for rgb4442010-03-18, by cehoyos
-
cosmetics: indentation2010-03-18, by aurel
-
add support for lavf style extradata in vd_theora2010-03-18, by aurel
-
Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.2010-03-18, by diego
-
Split codec path related code into a separate file to fix Windows build.2010-03-18, by reimar
-
Fix first line(s) of vo vdpau documentation.2010-03-18, by cehoyos
-
Fix thread safety issue in mreq_private: last_alloc was accessed from multiple2010-03-17, by sesse
-
Announce Windows XP SP2 instead of Windows 95 OSR2.2010-03-17, by sesse
-
Announce SMP support for Win32.2010-03-17, by sesse
-
Introduce mak_enable function to set variables in config.mak.2010-03-17, by diego
-
Rename SGI_MIPS architecture to plain MIPS.2010-03-17, by diego
-
Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.2010-03-17, by diego
-
Lowercase arch and subarch values.2010-03-17, by diego
-
cosmetics: Drop leading underscore from cpuexts variables.2010-03-17, by diego
-
Make ff_config_enable work with lowercase values.2010-03-17, by diego
-
Split subarch handling off from generic arch handling.2010-03-17, by diego
-
Prefer FFmpeg AAC decoder over libfaad.2010-03-17, by diego
-
Rename libopencore AMR decoder entries.2010-03-17, by diego
-
Fix compilation after FFmpeg r22569 at least for some architectures.2010-03-17, by cehoyos
-
cosmetics: Drop leading underscores from arch variables.2010-03-17, by diego
-
Follow a more proper way to support -codecpath.2010-03-17, by komh
-
Fix return value of InitializeCriticalSectionAndSpinCount.2010-03-16, by sesse
-
Remove unused variable, fixes the warning:2010-03-16, by diego
-
Fix libmpcodecs/vd_qtvideo.c compilation on OS X:2010-03-16, by sesse
-
Remove some commented-out debugging and similar cruft.2010-03-16, by diego
-
Remove unnecessary forward declarations for a bunch of functions.2010-03-16, by diego
-
cosmetics: Move all functions before main().2010-03-16, by diego
-
Remove disabled flip_upside_down function; it has been unused for ages.2010-03-16, by diego
-
Remove unnecessary forward declaration of print_wave_header().2010-03-16, by diego
-
Fix compilation after FFmpeg r22565.2010-03-16, by cehoyos
-
Calculate width and height in mp4_header_process_vop().2010-03-15, by cehoyos
-
Fix value of bit counter at end of functions to prepare for future patches.2010-03-15, by cehoyos
-
Fix indentation in GetVersionExW.2010-03-15, by sesse
-
Add support for Apple's ProRes and AIC codecs, now that all prerequisites2010-03-15, by sesse
-
Implement GetVersionExW with the same data as GetVersionExA but taking in a2010-03-15, by sesse
-
Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS and2010-03-15, by sesse
-
Relocate -codecpath description in alphabetical order.2010-03-15, by komh
-
Add -codecpath option.2010-03-15, by komh
-
Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.2010-03-15, by diego
-
Get rid of pointless tmppath variable in set_path_env().2010-03-14, by diego
-
variable renaming cosmetics: _have_yasm --> have_yasm2010-03-14, by diego
-
Remove unused MMX_FFT Makefile variable.2010-03-14, by diego
-
cosmetics: Simplify _codecsdir setting for MinGW and OS/2.2010-03-14, by diego
-
Add -Wstrict-prototypes to CFLAGS.2010-03-14, by diego
-
Use menu instead of GUI as example for an internal feature turned on by a flag.2010-03-14, by diego
-
Fix compilation after FFmpeg r22522.2010-03-14, by cehoyos
-
Replace separate Win32, XAnim and Real codec directories by one global dir.2010-03-14, by diego
-
fftheora supports 4:2:2 and 4:4:4 now2010-03-13, by conrad
-
sync with en/mplayer.1 rev. 308682010-03-13, by jrash
-
Add the 0xA109 format for speex, it is claimed to be officially registered (have2010-03-12, by reimar
-
Support extradata format of the speex.acm windows codec formerly available2010-03-12, by reimar
-
Fix crash if speex_packet_to_header fails.2010-03-12, by reimar
-
Add newlines to generated fragment program to make both fragment program dump2010-03-12, by reimar
-
Include libavutil/avutil.h for FFMIN2010-03-10, by komh
-
Include osdep/osdep.h instead of checking a platfrom specific macro to include2010-03-10, by komh
-
Return MP_NOPTS_VALUE if we can't figure out the pts, not 0.2010-03-09, by reimar
-
Improve handling of 0-size ogg packets.2010-03-09, by reimar
-
unbreak compilation after cleanups in libavutil/common.h2010-03-09, by siretart
-
Fix alpabetical order.2010-03-09, by cehoyos
-
Support SEGA CRI adx codec with demuxer lavf.2010-03-09, by cehoyos
-
Fix a syntax error in graph.h.2010-03-09, by sesse
-
Add copyright headers.2010-03-09, by sesse
-
Style changes as requested by Diego.2010-03-09, by sesse
-
Fix help text for --disable-win32dll.2010-03-09, by cehoyos
-
Commit files by Steinar Gunderson, forgotten in r30866.2010-03-09, by cehoyos
-
Fix compilation on powerpc with --disable-altivec2010-03-09, by siretart
-
Document x264 VUI options.2010-03-09, by corey
-
Add a note about what x264's 'aud' parameter is for.2010-03-09, by corey
-
Implement DirectShow filter graph.2010-03-08, by sesse
-
Correct QuickTime dpi output.2010-03-08, by sesse
-
Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.2010-03-08, by reimar
-
Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RELEASE.2010-03-08, by reimar
-
We have some sort of DVD menu support nowadays.2010-03-08, by diego
-
Implement ResumeThread and SignalObjectAndWait.2010-03-08, by sesse
-
Increase mplayer buffer padding size to match the new one from ffmpeg.2010-03-07, by iive
-
Use FBIOPAN_DISPLAY for switching between pages, seems to work for more2010-03-07, by reimar
-
Add double-buffering support to vo_fbdev.2010-03-07, by reimar
-
Use int64_t instead of long for variable containing current playback time.2010-03-07, by reimar
-
Avoid duplication of usePal() macro.2010-03-06, by stefano
-
Add support to BGR444/RGB444 foreign endian output in libswscale.2010-03-06, by stefano
-
Fix QuickTime emulated OSErr type.2010-03-06, by sesse
-
Implement Win32 mutexes.2010-03-06, by sesse
-
Fix semaphore behavior in WaitForSingleObject.2010-03-06, by sesse
-
Make Win32 mutex and thread linked lists thread safe.2010-03-06, by sesse
-
Define O_BINARY in stream/stream.h unless it is defined yet, and use it2010-03-06, by komh
-
Enable ASS/SSA subtitle support in mencoder2010-03-05, by greg
-
Make GetModuleHandle(NULL) return a valid pointer.2010-03-05, by sesse
-
try to avoid returning odd slices.2010-03-05, by michael
-
Reuse fb_tty_fd for setting up the text area.2010-03-05, by reimar
-
sync with en/mplayer.1 rev. 308222010-03-05, by jrash
-
Partial revert of r30843.2010-03-05, by sesse
-
Support thread handles in WaitForSingleObject.2010-03-05, by sesse
-
Cosmetics: fix vertical alignment.2010-03-05, by benoit
-
libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special2010-03-05, by benoit
-
Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in2010-03-04, by cehoyos
-
Remove NUT specification stubs.2010-03-04, by diego
-
Run script with /bin/sh instead of bash.2010-03-04, by diego
-
Make emulated Win32 critical sections thread safe.2010-03-04, by sesse
-
cosmetics: Use consistent if expression syntax.2010-03-04, by diego
-
Use $() syntax instead of backticks, it is easier to nest.2010-03-04, by diego
-
Clarify that ssh is not required for committing to MPlayer.2010-03-04, by diego
-
Update URL for Subversion homepage.2010-03-04, by diego
-
Fix crashes in CreatePalette by fixing the LOGPALETTE struct.2010-03-04, by sesse
-
Fix manual reset behavior of Win32 events.2010-03-04, by sesse
-
Fix return values of WaitForSingleObject when checking an event.2010-03-04, by sesse
-
Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead2010-03-04, by komh
-
1. Move the macros for priority classes for OS/2 from priority.c to osdep.h2010-03-04, by komh
-
Revert r30825, it was not supposed to be committed.2010-03-04, by stefano
-
Fill the r, g, b values used for computing the c->pal_yuv table in the2010-03-04, by stefano