Mercurial > mplayer.hg
graph
-
10l: Use the directory part of the stylesheet path to create a directory.2010-05-11, by diego
-
cosmetics: Invoke all shell scripts during XML documentation build directly.2010-05-11, by diego
-
Create output directory when copying stylesheet.2010-05-11, by diego
-
Merge both XML documentation README files into one.2010-05-11, by diego
-
Do not run xmllint prior to building the XML documentation.2010-05-11, by diego
-
XML docs: Make xmllint-* targets a dependency of html-chunked-*/html-single-*.2010-05-11, by diego
-
Only mark targets whose names end in "clean" as phony.2010-05-11, by diego
-
docs: Update documentation to account for recent build system changes.2010-05-11, by diego
-
Make XML documentation build process nonrecursive.2010-05-11, by diego
-
Get rid of pointless variable indirection for XSL stylesheets.2010-05-11, by diego
-
libdvdcss is now synced to a recent upstream Subversion snapshot.2010-05-11, by diego
-
libdvdcss: Fix potential format string crash; check RPC status on disc access.2010-05-11, by diego
-
libdvdcss: OS/2 support; this merges upstream revisions 220 and 229.2010-05-11, by diego
-
libdvdcss: cosmetics: Fix FSF address and program name in license headers.2010-05-11, by diego
-
Fix compilation with --disable-fastmemcpy on x862010-05-11, by astrange
-
Use int instead of long to pass width parameters in non-public functions.2010-05-11, by ramiro
-
Pass a language variable to submakes instead of reading subdirectory Makefiles.2010-05-10, by diego
-
Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.2010-05-09, by reimar
-
Minor code cleanup.2010-05-09, by reimar
-
yuv=5 supports brightness and contrast adjustment.2010-05-09, by reimar
-
add FLV4 fourcc to vp62010-05-09, by compn
-
Remove internal liba52 copy.2010-05-09, by diego
-
Use the system liba52 headers when internal liba52 is disabled, fixes:2010-05-09, by diego
-
cosmetics: Drop leading underscore from some commonly-used variable names.2010-05-09, by diego
-
Handle Y8/Y800 formats more similar to other YUV formats.2010-05-09, by reimar
-
Handle chroma texture size becoming 0, e.g. due to bad rounding.2010-05-09, by reimar
-
blackfin: fix yuv422 to yuv420 conversion2010-05-07, by mru
-
Remove references to some long-removed files.2010-05-07, by diego
-
Remove seemingly misplaced and commented-out liba52 #include.2010-05-07, by diego
-
Add support for 12-bit color mode on framebuffer devices.2010-05-06, by cehoyos
-
Fix compilation with old libschroedinger-dev installed.2010-05-06, by cehoyos
-
cosmetic: typo, this wasn't supposed to be plural2010-05-04, by aurel
-
Remove translated strings that are gone from the master translation.2010-05-04, by diego
-
alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines2010-05-04, by diego
-
the great MPlayer tab removal: part II2010-05-03, by diego
-
Put symlinks under revision control instead of generating them during make.2010-05-03, by diego
-
print a more detailed and more useful description of each stream with lavf2010-05-03, by aurel
-
10l: correctly use video_stream instead of audio_stream in the video section2010-05-03, by aurel
-
add ID_..._NAME to -identify for each lavf stream which has a title2010-05-03, by aurel
-
uniformize handling of aid and vid with lavf so that it matches handling of sid2010-05-03, by aurel
-
Silence permanent warning messages when decoding H264 over rtsp with2010-05-02, by cehoyos
-
Also print OpenGL renderer string with vendor and version with -v2010-05-01, by reimar
-
Continue probing even for score == AVPROBE_SCORE_MAX / 4 to match2010-05-01, by reimar
-
Use av_probe_input_format2 and avoid accepting detection2010-05-01, by reimar
-
Revert accidental change to default CFLAGS.2010-04-30, by reimar
-
Add configure detection for SDL backend for -vo gl.2010-04-30, by reimar
-
Avoid duplicating the GL/gl.h include.2010-04-30, by reimar
-
100l, open the customtex also in binary mode, not just the program.2010-04-30, by reimar
-
Fix compilation with gcc 2.95.3 (with --disable-ass).2010-04-28, by cehoyos
-
New hack for vobsub packet merging.2010-04-27, by iive
-
Move variable declaration into the block where it is actually used.2010-04-27, by reimar
-
Add llrintf test for FFmpeg.2010-04-27, by diego
-
Add missing input.h #include, fixes the warnings:2010-04-27, by diego
-
Move "screen" variable declaration below the relevant #ifdef, fixes the warning:2010-04-27, by diego
-
fix typo2010-04-27, by Gabrov
-
Fix compilation with live555 after libavutil r22965.2010-04-27, by cehoyos
-
synced with r310962010-04-25, by Gabrov
-
typo fixes2010-04-25, by Gabrov
-
Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode.2010-04-25, by reimar
-
Try other methods also if GetBusKey fails instead of failing completely.2010-04-25, by reimar
-
Missing space after if.2010-04-25, by reimar
-
Support mouse movements in SDL.2010-04-25, by reimar
-
Avoid duplicating mouse-movement command-generation code.2010-04-25, by reimar
-
Fix crash if a DVD is played with dvdnav:// and without video2010-04-25, by reimar
-
Deduplicate enable_mouse_movements declaration.2010-04-25, by reimar
-
Minor cosmetics.2010-04-25, by reimar
-
Add comment for endif.2010-04-25, by reimar
-
Support for auto-selecting the OpenGL backend.2010-04-25, by reimar
-
Add reinitialization support. Necessary for fullscreen on OSX.2010-04-25, by reimar
-
Handle SDL expose events with -vo gl.2010-04-25, by reimar
-
Missing space in error message.2010-04-25, by reimar
-
Simplify SDL key symbol mapping.2010-04-25, by reimar
-
Use the proper define for translating the tab key.2010-04-25, by reimar
-
Make uppercase characters and in general all ASCII characters work2010-04-25, by reimar
-
Share SDL initialization code.2010-04-25, by reimar
-
Remove unnecessary check.2010-04-25, by reimar
-
Fullscreen support for -vo gl using SDL.2010-04-25, by reimar
-
Set SDL window title.2010-04-25, by reimar
-
Window resizing support for -vo gl with SDL backend.2010-04-25, by reimar
-
Add sdl_common file and use it to share the input handling between -vo gl2010-04-25, by reimar
-
Use SDL_GL_ProcAddress to work around conflicts between -lGL2010-04-25, by reimar
-
Update copyright and email address.2010-04-25, by reimar
-
Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,2010-04-25, by reimar
-
Missing gl.h include for SDL backend.2010-04-24, by reimar
-
Slightly more correct ifdefs for vo_gl2.2010-04-24, by reimar
-
Add workaroound for yuv=7 mode - does hurt speed but not much2010-04-24, by reimar
-
Remove code to work around bugs in ancient libSDL versions, the code has been2010-04-24, by reimar
-
Try harder to find linked OpenGL functions.2010-04-24, by reimar
-
Disable OSD support by default if the necessary OpenGL functionality is missing.2010-04-24, by reimar
-
SDL support with related crash-resilience fixes.2010-04-24, by reimar
-
Some crash-resilience fixes.2010-04-24, by reimar
-
First steps to support -vo gl with SDL-based Window handling.2010-04-24, by reimar
-
10l: Remove leftover commented-out #include.2010-04-24, by diego
-
Remove unnecessary kd.h #include.2010-04-24, by diego
-
rename 'struct keymap' -> 'struct mp_keymap'2010-04-23, by siretart
-
include sys/kd.h on non-Linux architectures correctly2010-04-23, by siretart
-
VIDIX only works for Linux on the x86_64 architecture, not on other OSes.2010-04-22, by diego
-
Merge iopl()-related #ifdefs.2010-04-22, by diego
-
Do not check for __linux__ in a file that is only ever used on Linux.2010-04-22, by diego
-
Revert obscure hack that disables the malloc.h check on certain BSD platforms.2010-04-21, by diego
-
Update comment describing issues with ffaac.2010-04-20, by reimar
-
Cosmetics/indentation fixes.2010-04-20, by reimar
-
Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpeg2010-04-20, by reimar
-
Remove explicit filename from Doxygen @file commands.2010-04-20, by diego
-
Tell x264 that we aren't going to give it timestamps.2010-04-20, by lorenm
-
Remove unused static function wsDummyEvents and related unused code, fixes:2010-04-20, by diego
-
Remove unused static function wsIOErrorHandler, fixes the warning:2010-04-20, by diego
-
Remove unused static function fsFileExist, fixes the warning:2010-04-20, by diego
-
Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems2010-04-20, by zuxy
-
Synced with help_mp-en.h rev. 310322010-04-17, by jrash
-
sync with en/mplayer.1 rev. 310282010-04-17, by jrash
-
Merge two redundant if checks, patch by ubitux, ubitux gmail com.2010-04-16, by diego
-
cosmetics: reindent demux_ogg.c to K&R style plus some prettyprinting2010-04-16, by diego
-
Remove commented-out and long-gone dapsync options.2010-04-15, by diego
-
Mark ffaac as buggy (thus making faad default again) and2010-04-15, by reimar
-
Move functions that really do not need to be inlined from the header2010-04-15, by reimar
-
Remove dead code.2010-04-14, by cehoyos
-
Open cutomtex file in binary mode to avoid potential issues on2010-04-13, by reimar
-
typo fix found by ubitux2010-04-13, by compn
-
Make ASS processing work with both subtitle formats, the MKV one and the2010-04-12, by reimar
-
Fix build due to FFmpeg r22858 change (function rename).2010-04-12, by iive
-
the great MPlayer tab removal: part I2010-04-12, by diego
-
Fix build after FFmpeg symbol rename:2010-04-12, by diego
-
Add slave commands for loading and unloading audio filters at runtime.2010-04-11, by cehoyos
-
Fix build due to FFmpeg r22833 change (typedef rename).2010-04-11, by iive
-
Add osd_show_progression: Show progress bar and elapsed/total time.2010-04-09, by cehoyos
-
Add some fallback OpenGL defines to fix compilation on Windows.2010-04-07, by reimar
-
Generate dependency information as a sideeffect of compilation.2010-04-06, by diego
-
cosmetics: Reorder some x86-related preprocessor conditionals.2010-04-06, by diego
-
Do not print the "Loading cookie file" message twice.2010-04-05, by reimar
-
Try to fix VCD compilation on non-Linux systems.2010-04-05, by reimar
-
Add -MP to dependency command.2010-04-05, by diego
-
Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.2010-04-05, by diego
-
Remove unused functions.2010-04-05, by reimar
-
Export VCD tracks as chapters, just like for cue:// URLs.2010-04-05, by reimar
-
Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,2010-04-05, by reimar
-
VBlankActiveFunc is a pointer to a parameterless function; mark it as such.2010-04-05, by diego
-
Fix RGB support for corevideo: corevideo can only support2010-04-05, by reimar
-
Enable OSD also for BGR32, the code is the same as for RGB32.2010-04-05, by reimar
-
Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoiding2010-04-05, by reimar
-
Check texture dimensions instead of internal format in max texture2010-04-04, by reimar
-
Cosmetics/reindent.2010-04-04, by reimar
-
Avoid duplicating a condition.2010-04-04, by reimar
-
Print width before height,2010-04-04, by reimar
-
Fix width/height mixup in error message.2010-04-04, by reimar
-
Remove -O4 from FAAC check, it is in our standard CFLAGS already.2010-04-04, by diego
-
Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.2010-04-04, by diego
-
Factor out the YUV->RGB conversion auto-selection and also2010-04-04, by reimar
-
cosmetics: prettyprint config.mak somewhat2010-04-04, by diego
-
Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak.2010-04-04, by diego
-
Mark parameterless function declarations as (void). Fixes the warnings:2010-04-04, by diego
-
Mark input-related m_option_t arrays as const.2010-04-04, by diego
-
Mark vf_size_preset_fields m_option_t array as const.2010-04-04, by diego
-
Mark muxer-related m_option_t arrays as const.2010-04-04, by diego
-
Mark cfg_fields m_option_t array as const.2010-04-04, by diego
-
Mark dxr2_opts array as const.2010-04-04, by diego
-
Mark encoder-related m_option_t struct arrays as const.2010-04-04, by diego
-
Revert marking m_option struct member as const.2010-04-04, by diego
-
Share more code between the two ATI fragment shader YUV to RGB2010-04-04, by reimar
-
Try to detect and work around broken glXGetProcAddress on at2010-04-03, by reimar
-
Implement OpenGL-based YUV to RGB version for Radeon 9200 class2010-04-03, by reimar
-
Remove commented-out #include of a non-existing file.2010-04-03, by diego
-
Add a header for x264enc_set_param() instead of forward declaring it.2010-04-03, by diego
-
Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.2010-04-03, by diego
-
Mark m_option struct member as const.2010-04-03, by diego
-
Indentation fix.2010-04-03, by reimar
-
Add mpgl prefix to all OpenGL-related function pointers.2010-04-03, by reimar
-
dont mention base64 about sending attachments.2010-04-02, by attila
-
Cosmetics: Fix indentation.2010-04-02, by cehoyos
-
Do not try -march=native for icc.2010-04-02, by cehoyos
-
Change type to uint8_t to avoid checks depending on char signedness.2010-04-02, by reimar
-
updated example line for encoding to psp (acodec faac is now libfaac)2010-04-01, by ptt
-
updated table of libavcodec's audio codecs2010-04-01, by ptt
-
Sanitize ICY metadata a bit before printing it.2010-03-31, by reimar
-
Make audio switching with AVI demuxer chose the first audio stream2010-03-31, by reimar
-
Replace some "m" constraints by MANGLE to avoid issues with some compilers not2010-03-31, by reimar
-
rename eatgv -> ffeatgv, lpcm -> fflpcm2010-03-31, by attila
-
Add HAVE_STRERROR_R definition for FFmpeg to config.h.2010-03-28, by diego
-
Use (void) instead of () to indicate a parameterless function, fixes:2010-03-28, by diego
-
Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.2010-03-28, by diego
-
Fix compilation after librtmp support in FFmpeg.2010-03-28, by reimar
-
Fix crash with incomplete yuv2 frames.2010-03-28, by reimar
-
Leave disabling SSE to the check_os_katmai_support always regardless of OS,2010-03-27, by reimar
-
Support concatenated YUV4MPEG files.2010-03-27, by reimar
-
Use calloc instead of malloc+memset2010-03-27, by reimar
-
Add const to some video_out extern declarations to match their definitions.2010-03-27, by reimar
-
Mark some more LIBVO_EXTERN declarations as const where possible.2010-03-27, by reimar
-
100l, fix frametime calculation for MPEG-2 files with frame rate extension.2010-03-27, by reimar
-
libswscale: Relicense almost all x86 assembler optimizations as LGPL.2010-03-27, by diego
-
Refactor OS X foreground process setting into a separate function.2010-03-26, by diego
-
cosmetics: Break some overly long lines.2010-03-26, by diego
-
Convert asm keyword to __asm__.2010-03-26, by diego
-
HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.2010-03-26, by diego
-
Remove unused OPTFLAGS variable from config.mak.2010-03-25, by diego
-
Remove unused MACOSX_BUNDLE config.mak entry.2010-03-25, by diego
-
Move some FFmpeg-specific entries to the FFmpeg section of config.mak.2010-03-25, by diego
-
Don't try to delete the global memory mutex in the Win32 loader code,2010-03-25, by sesse
-
Mark add_subtitles() as static, it is not used outside the file, fixes:2010-03-24, by diego
-
Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.2010-03-24, by diego
-
AltiVec implies a PPC CPU, so there is no need to check for both.2010-03-23, by diego
-
loader: Remove commented-out extra_ld_library_path cruft.2010-03-23, by diego
-
Do not compile AltiVec code when AltiVec is not available; not even in2010-03-23, by diego
-
Make http_read_response fail if parsing the response failed.2010-03-23, by reimar
-
Fix build due to codecs_path vs. codec_path typo.2010-03-23, by diego
-
Get rid of pointless def_path variable; use codec_path directly instead.2010-03-23, by diego
-
Real binary loader code should respect the binary codec path.2010-03-23, by diego
-
Reindent2010-03-22, by reimar
-
Start probing with a size matching the stream buffer size so it is possible2010-03-22, by reimar
-
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
-
Make swscale-test take in input the name of the input and the output2010-03-04, by stefano
-
Partially revert r30645, the final output format is determined by2010-03-03, by reimar
-
Save the new width and height earlier so that e.g. -geometry 30x30-50-502010-03-03, by reimar
-
Add support for specifying window position relative to right and bottom2010-03-03, by reimar
-
Simplify sscanf format strings and get rid of useless percent variable.2010-03-03, by reimar
-
Avoid very deep indentation level and RESET_GEOMETRY macro in -geometry2010-03-03, by reimar
-
Add a VCD support for OS/22010-03-03, by komh
-
Drop support for old-style DVB code.2010-03-02, by diego
-
Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-network2010-03-02, by rectalogic
-
Add CONFIG_LSP to config.h for libavcodec compilation.2010-03-02, by diego
-
Remove unused and useless define.2010-03-01, by reimar
-
Fix memleak due to strdup'd filename not being freed.2010-03-01, by reimar
-
Move functions into proper order to avoid extra declarations.2010-03-01, by reimar
-
Deduplicate code to set stream start_pos/end_pos.2010-03-01, by reimar
-
Set stream->pos correctly after seeking to a VCD title.2010-03-01, by reimar
-
Ensure that cue_current_pos.track is not set to an invalid value after2010-03-01, by reimar
-
Fix off-by-one error in chapter<->VCD track conversion.2010-03-01, by reimar
-
Fix cue_read_toc_entry to also reject negative track numbers2010-03-01, by reimar
-
Implement cue:// track switching via chapter forward/backward like for audio CDs.2010-03-01, by reimar
-
Fix cue_vcd_get_track_end to not change the current position.2010-03-01, by reimar
-
Avoid fd_bin and fd_cue global variables.2010-03-01, by reimar
-
Avoid a global variable and a strcpy.2010-03-01, by reimar
-
Reindent.2010-03-01, by reimar
-
Avoid code duplication and excessively deep nesting in cue_find_bin2010-03-01, by reimar
-
Use sizeof instead of hardcoded size.2010-03-01, by reimar
-
Documentation: Add linebreak and try to be less ambiguous.2010-02-28, by cehoyos
-
Extend stream_read_line to support reading lines from UTF-16 encoded files2010-02-28, by reimar
-
sub_utf8 is handled as a value, not flags everywhere else, so change2010-02-28, by reimar
-
Make array describing the subtitle reader modules const.2010-02-28, by reimar
-
Move stream_read_line implementation from stream.h to stream.c,2010-02-28, by reimar
-
Simplify handling of 0-termination in stream_read_line2010-02-28, by reimar
-
Remove useless cast.2010-02-28, by reimar
-
Use negative return values for errors in pls_read_entry to make it match2010-02-28, by reimar
-
A playlist entry number of 0 is invalid for pls playlists.2010-02-28, by reimar
-
Improve integer overflow and realloc error handling in playlist parser.2010-02-28, by reimar
-
Reuse the keyframe flag from x264 instead of trying to derive it on our own.2010-02-28, by reimar
-
Use the KEYFRAME define instead of some magic number.2010-02-28, by reimar
-
Add cddb:// support for OS/22010-02-28, by komh
-
Make sws_dcVec static: It is only used inside libswscale/utils.c.2010-02-28, by cehoyos
-
Get rid of many ugly casts.2010-02-28, by cehoyos
-
Make close_toolame() static, only used in ae_toolame.c.2010-02-28, by cehoyos
-
Add support for reading key events from MinGW xterm.2010-02-28, by reimar
-
Make close_twolame() static, only used in ae_twolame.c.2010-02-28, by cehoyos
-
Fix warning "missing braces around initializer".2010-02-27, by cehoyos
-
Remove unused functions.2010-02-27, by cehoyos
-
Make -slave also work with the normal console on Windows.2010-02-27, by reimar
-
Support all line ending types in mp_input_read_cmd.2010-02-27, by reimar
-
Actually use existing uninit() function in remove_logo filter.2010-02-27, by cehoyos
-
Do not misuse the stdin name.2010-02-27, by reimar
-
Include getch2.h to get rid of some warnings.2010-02-27, by reimar
-
Fix cd_info_new() prototype.2010-02-27, by cehoyos
-
Remove unused static function mp_mp3_get_lsf().2010-02-27, by cehoyos
-
Threaded cache fixes: do not free the stream_t struct twice on windows2010-02-27, by reimar
-
Make function Gsm_Long_Term_Synthesis_Filtering() static, only used in xa_gsm.c.2010-02-27, by cehoyos
-
Remove unused static function play_tree_set_flag().2010-02-27, by cehoyos
-
Remove unused static function m_config_get_option_ptr().2010-02-27, by cehoyos
-
Remove unused static functions asx_list_add() and asx_list_remove().2010-02-27, by cehoyos
-
Remove unused static function vdlPlaybackCopyFrame().2010-02-27, by cehoyos
-
Include lirc.h in lirc.c to add missing prototypes.2010-02-27, by cehoyos
-
Remove unused static function send_lpcm_packet().2010-02-27, by cehoyos
-
Remove unused static function streaming_stop().2010-02-27, by cehoyos
-
Fix windows Gui compilation and remove some related typecasts.2010-02-27, by reimar
-
Update -vo gl info structs, it isn't X11-only since ages and there's basically2010-02-27, by reimar
-
100l, remove forgotten debugging code.2010-02-27, by reimar
-
Only prefer -vo gl over -vo x11 if hardware acceleration is available.2010-02-27, by reimar
-
Enable StructureNotifyMask before waiting for a DestroyNotify event.2010-02-27, by reimar
-
Remove pointless #ifdef checks for DEMUXER_H, which is never set.2010-02-27, by diego
-
Remove unnecessary stream.h #includes.2010-02-27, by diego
-
10l correct type for =a and =d constraints under x86-322010-02-27, by zuxy
-
Replace =A with =a and =d; make frequency calculation correct under x86-642010-02-27, by zuxy
-
Fix compilation of C++ source files (partly reverts r30744).2010-02-27, by cehoyos
-
Restructure #ifs to be clearer, also ensures that we return from the thread2010-02-27, by reimar
-
Port yuv=... auto-detection from gl to gl2.2010-02-26, by reimar
-
cosmetics: Rename "codecs_st" struct to just plain "codecs".2010-02-26, by diego
-
Mark character arrays as const.2010-02-26, by diego
-
Mark all fmt_list arrays as const.2010-02-26, by diego
-
Mark vf_opts/vf_opts_fields structures as const.2010-02-26, by diego
-
dots at end of sentences (kai driver section)2010-02-26, by ptt
-
synced to r306102010-02-26, by ptt
-
new sentences on new lines, cropdetect filter2010-02-26, by ptt
-
it's synced up to r305152010-02-26, by ptt
-
Do not cast the results of malloc/calloc/realloc.2010-02-26, by diego
-
mention that on windows, you've to use the netstream.exe to build the2010-02-26, by attila
-
sync with en/mplayer.1 rev. 306772010-02-26, by jrash
-
Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa, caca etc.2010-02-25, by reimar
-
Add const to ass_read_stream fname argument, the string is not modified.2010-02-25, by reimar
-
Mark stream open filename parameter as const, the filename string is not2010-02-25, by reimar
-
Add cast to proper type.2010-02-25, by reimar
-
Make more option-parsing related function arguments const.2010-02-25, by reimar
-
Remove unused function declaration.2010-02-25, by reimar
-
Make local-only cddb functions static.2010-02-25, by reimar
-
Add const to mpvdec declaration2010-02-25, by reimar
-
Remove declarations of functions now already declared in stream.h2010-02-25, by reimar
-
Fix check for wrong variable: len can be unitialized but not normally < 0,2010-02-25, by reimar
-
Fix silly type of guiGetEvent argument to use void * instead of char * and2010-02-25, by reimar
-
Remove pointless empty line.2010-02-25, by stefano
-
Apply consistency nit.2010-02-25, by stefano
-
Unconditionally declare fast_memcpy() and mem2agpcpy().2010-02-25, by diego
-
Define O_BINARY if it is undefined.2010-02-25, by komh
-
Include libmpcodecs/vd.h for declaration of "fullscreen".2010-02-25, by zuxy
-
Disable old-style implicit rules to fix MinGW/Cygwin compilation2010-02-23, by reimar
-
Fix compilation: the dct64_MMX_func variable should be declared only once,2010-02-23, by reimar
-
Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes:2010-02-23, by diego
-
Reorder buffer debug. Also print out if slice was buffered.2010-02-23, by ramiro
-
add older lhacm codec for formats 0x70-0x73 to codecs.conf2010-02-23, by compn
-
FFmpeg Bink video now supports alpha channel2010-02-23, by kostya
-
Add -Wmissing-prototypes to CFLAGS if available.2010-02-23, by diego
-
Mark theRenderProc() as static, it is only used within the file.2010-02-23, by diego
-
Add header for macosx_finder_args() instead of forward declaring it.2010-02-23, by diego
-
Reset output color after each line.2010-02-23, by zuxy
-
Mark sleep_accurate() as static, it is only used within the file.2010-02-22, by diego
-
Clarify that AC3/DTS passthrough is also possible with HDMI.2010-02-22, by tack
-
Update my (Jason Tackaberry) email address and contributions in AUTHORS2010-02-22, by tack
-
Mark vcd_get_track_end () and vcd_read_toc() as static.2010-02-22, by diego
-
Conditionally declare mp_input_slave_cmd_func().2010-02-22, by diego
-
Properly declare get_term_charset() instead of forward declaring it.2010-02-22, by diego
-
Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in a2010-02-22, by tack
-
Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheader2010-02-22, by tack
-
Add required mplayer.h and access_mpcontext.h #includes.2010-02-22, by diego
-
Mark data argument of my_ao_write() function as const.2010-02-22, by diego
-
Mark member info of struct ad_functions_s as const.2010-02-22, by diego
-
Mark a bunch of video filter structures as const.2010-02-22, by diego
-
Remove commented-out cruft line.2010-02-22, by diego
-
Remove pointless '#if 1' preprocessor directive.2010-02-22, by diego
-
Add declaration for exp_EH_prolog_dummy().2010-02-22, by diego
-
Declare all public mp3lib functions in mpg123.h.2010-02-22, by diego
-
wording fixes2010-02-22, by diego
-
Declare functions from network.c in network.h.2010-02-22, by diego
-
Move struct streaming_control from network.h to stream.h, where it is used.2010-02-22, by diego
-
Remove commented-out declaration of non-existing function streaming_start.2010-02-22, by diego
-
Declare externally used variables from vd.c as extern in vd.h.2010-02-22, by diego
-
Declare public function print_vprp() in aviprint.h.2010-02-21, by diego
-
Add public function VideoForWindowsVersion() to the appropriate header file.2010-02-21, by diego
-
Add header for v4l2_write() instead of forward declaring it.2010-02-21, by diego
-
Declare stream_fill_buffer() and stream_seek_long() unconditionally.2010-02-21, by diego
-
Add header for asf_mmst_streaming_start() instead of forward declaring it.2010-02-21, by diego
-
Only #define WIN32_LOADER if it has not been #defined already, fixes warning:2010-02-21, by diego
-
Add header for exported DVB-related functions.2010-02-21, by diego
-
cosmetics: Move functions around to avoid forward declarations and #ifdefs.2010-02-21, by diego
-
Drop weird and unnecessary _s/_st suffixes from demuxer struct names.2010-02-21, by diego
-
Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.2010-02-21, by diego
-
cosmetics: Rename struct vf_instance_s --> vf_instance.2010-02-21, by diego
-
Fix fps output with -identify when frame rate extension is used for MPEG-22010-02-21, by reimar
-
Initialize frame rate extension fields in mp_header_process_sequence_header2010-02-21, by reimar
-
Parse and use the information from the frame rate extension header for MPEG-2.2010-02-21, by reimar
-
Rename open() vf initialization function to vf_open().2010-02-21, by diego
-
FFmpeg supports Bink, let MPlayer play it as well2010-02-21, by kostya
-
Add malloc.h #include for memalign(), fixes the warning:2010-02-21, by diego
-
Explain that -mc 0 will need -noskip.2010-02-20, by reimar
-
Mark ad_functions_t structures and mpcodecs_ad_drivers array as const.2010-02-20, by diego
-
cosmetics: Remove pointless empty lines at EOF.2010-02-20, by diego
-
Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.2010-02-20, by diego
-
Mark m_config_get_option_ptr() as static, it is only used within the file.2010-02-20, by diego
-
Add standard license header.2010-02-20, by diego
-
cosmetics: K&R coding style, indent with 4 spaces, no tabs2010-02-20, by diego
-
Print response headers as debugging output also for HTTP seeks.2010-02-20, by reimar
-
10l, fix a close() that should be a closesocket()2010-02-20, by reimar
-
Do not discard stream buffer on eof, instead reuse it to slightly improve2010-02-20, by reimar
-
Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.2010-02-20, by reimar
-
Print demuxer name in "freeing demuxer" message.2010-02-20, by reimar
-
FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.2010-02-20, by diego
-
FFmpeg: Add tomi to architecture list.2010-02-20, by diego
-
Fix mov reference files: for video/quicktime mime do not force a demuxer2010-02-20, by reimar
-
Print all 64 bits of seek position.2010-02-20, by reimar
-
Make sure we do not try to use IPv6 with winsock2, we end up connecting2010-02-20, by reimar
-
Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.2010-02-19, by reimar
-
Move code that makes the filter chain match the desired output format into2010-02-19, by reimar
-
Remove some pointless '#if 1' preprocessor directives.2010-02-19, by diego
-
Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it.2010-02-19, by diego
-
Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.2010-02-19, by komh
-
Add missing 'defined' for __bsdi__.2010-02-19, by komh
-
Remove pointless '#if 1' preprocessor directives.2010-02-19, by diego
-
cosmetics: Remove commented-out #include.2010-02-19, by diego
-
TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives.2010-02-19, by diego
-
sync with en/mplayer.1 rev. 306112010-02-19, by jrash
-
Replace platform preprocessor check by HAVE_DOS_PATHS.2010-02-19, by komh
-
Remove useless CONFIG_SETLOCALE2010-02-19, by komh
-
DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, add2010-02-18, by reimar
-
Merge declaration and initialization.2010-02-18, by reimar
-
DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANE2010-02-18, by reimar
-
Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.2010-02-18, by reimar
-
Add av_alias define as a hack to fix compilation of intreadwrite.h without2010-02-18, by reimar
-
Reindent and fix brace placement.2010-02-18, by stefano
-
Vertically align a list of comparisons in sws_getCachedContext().2010-02-18, by stefano
-
Merge two if conditions, allow to decrese the level of indentation of2010-02-18, by stefano
-
Add a InitializeCriticalSectionAndSpinCount function.2010-02-18, by reimar
-
Add a GetModuleHandleW implementation.2010-02-18, by reimar
-
Use snprintf to ensure we do not write outside the buffer bounds2010-02-18, by reimar
-
Use new FFmpeg WMA Voice decoder.2010-02-18, by cehoyos
-
Add header #include for print_wave_header() instead of a forward declaration.2010-02-18, by diego
-
Add header for functions exported from vo_zr.c and use it appropriately.2010-02-18, by diego
-
Remove forward declarations for non-existing functions readPPOpt, revertPPOpt.2010-02-18, by diego
-
Add required header #include for config.h.2010-02-18, by diego
-
Mark some more functions that are not used outside of their files as static.2010-02-18, by diego
-
Add header for AVI print functions; avoids many forward declarations.2010-02-18, by diego
-
Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since at2010-02-17, by reimar
-
Add header for asf_check_header, read_asf_header; avoids forward declarations.2010-02-17, by diego
-
#include proper header for skip_audio_frame() instead of forward declaring it.2010-02-17, by diego
-
Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.2010-02-17, by diego
-
Remove demux_ogg-related declarations that are no longer necessary.2010-02-17, by diego
-
Mark demux_ogg_sub_id() as static; it is not used outside of the file.2010-02-17, by diego
-
Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations.2010-02-17, by diego
-
Add read_avi_header() to aviheader.h; avoids forward declarations.2010-02-17, by diego
-
Add header file for store_ughvlc(); avoids forward declarations.2010-02-17, by diego
-
Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.2010-02-17, by diego
-
libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.2010-02-17, by diego
-
Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.2010-02-17, by diego
-
Add separate header for mp_a52_framesize(); avoids forward declarations.2010-02-17, by diego
-
Add config.h header #include; it is required for the HAVE_BIGENDIAN check.2010-02-17, by diego
-
Add separate header for aac_parse_frame(); avoids forward declarations.2010-02-17, by diego
-
Add separate header for real_fix_timestamp(); avoids forward declarations.2010-02-17, by diego
-
Mark mp_mp3_get_lsf() as static; it is not used outside of the file.2010-02-17, by diego
-
Mark mov_build_index() as static; it is not used outside of the file.2010-02-17, by diego
-
libmpdemux: Mark functions not used outside of their files as static.2010-02-17, by diego
-
Document several new x264 parameters.2010-02-17, by corey
-
Update x264 defaults listed in the man page.2010-02-17, by corey
-
Ignore .ho files in loader/wine/.2010-02-17, by diego
-
libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.2010-02-17, by diego
-
Revert marking seemingly unused XAnim-binary-related functions as static.2010-02-17, by diego
-
Revert marking seemingly unused RealAudio/RealVideo-related functions as static.2010-02-17, by diego
-
Mark ALS fourcc as internal only.2010-02-17, by reimar
-
Support FFmpeg's ALS decoder.2010-02-16, by reimar
-
Move struct typedef pixbuf into the only .c file where it is used.2010-02-16, by reimar
-
Remove useless malloc casts.2010-02-16, by reimar
-
Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c.2010-02-16, by reimar
-
Fix win32 gui compilation.2010-02-16, by reimar
-
stream: Mark functions not used outside of their files as static.2010-02-16, by diego
-
libvo: Mark functions not used outside of their files as static.2010-02-16, by diego
-
libmpcodecs: Mark functions not used outside of their files as static.2010-02-16, by diego
-
#include corresponding .h files in .c files.2010-02-16, by diego
-
Add header for init_global_rawdv_decoder() instead of forward declaring it.2010-02-16, by diego
-
Add header file for mplayer_audio_read() instead of forward declaring it.2010-02-16, by diego
-
Add header file for sis_init_video_bridge() instead of forward declaring it.2010-02-16, by diego
-
VIDIX: #include drivers.h in drivers.c.2010-02-16, by diego
-
VIDIX: Mark some functions not used outside their files as static.2010-02-16, by diego
-
Remove pointless header #includes; #include only required header stdint.h.2010-02-16, by diego
-
Remove unused variable.2010-02-14, by reimar
-
Use memset to initialize huge arrays.2010-02-14, by reimar
-
Remove pointless explicit member initialization to 0 when the struct2010-02-14, by reimar
-
Use calloc instead of malloc+memset2010-02-14, by reimar
-
Add support for decoding 4:2:2 and 4:4:4 Theora files.2010-02-14, by reimar
-
Make len unsigned. More correct anyway and avoids sign extension to 64 bit2010-02-14, by reimar
-
Simplify and slightly speed up avi_stream_id function.2010-02-14, by reimar
-
Declare vf_menu_pause_update in libmenu/menu.h.2010-02-14, by diego
-
Directly mark structs as WINE_PACKED where all members are marked as packed.2010-02-14, by diego
-
Simplify.2010-02-14, by reimar
-
Move movie_aspect extern declaration to libmpcodecs/vd.h.2010-02-14, by diego
-
Move GUI-related extern declarations to a GUI header file.2010-02-14, by diego
-
GUI: Mark functions that are not used outside their files as static.2010-02-14, by diego
-
Avoid using sscanf for basic parsing, it is horribly slow.2010-02-14, by reimar
-
Avoid forward declarations for import_initial_playtree_into_gui() and2010-02-14, by diego
-
Add xscreensaver_heartbeat() declaration to x11_common.h.2010-02-14, by diego
-
Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].2010-02-14, by diego
-
Declare mp_input_register_options() in input/input.h.2010-02-14, by diego
-
GUI: #include associated .h files in .c files.2010-02-14, by diego
-
Check that fontconfig version is at least 2.4.2, which is required for the2010-02-14, by reimar
-
Reindent2010-02-14, by reimar
-
Just use goto instead of reimplementing it badly with a do { } while (0) and2010-02-14, by reimar
-
Change aspect calculation code to switch to floating point earlier so integer2010-02-14, by reimar
-
QuickTime X supports SAR in H.264.2010-02-14, by diego
-
Return NULL instead of 0 for function returning a pointer.2010-02-14, by reimar
-
Mark uninit() as static; it is only used within the file.2010-02-14, by diego
-
Remove useless casts.2010-02-14, by reimar
-
Remove useless code, QUERY_FORMAT already ensures the requested format is supported.2010-02-14, by reimar
-
Make vd_functions_t describing codecs const.2010-02-14, by reimar
-
Rename exit_reason_t enum to exit_reason and do not typedef it.2010-02-14, by diego
-
Make vd_info_t const for pointer in vd_functions, avoids some warnings about2010-02-14, by reimar
-
Fix exit_player() usage throughout the codebase.2010-02-14, by diego
-
Remove excessive ()2010-02-14, by reimar
-
Remove stray '/' from comment block, fixes the warning:2010-02-13, by diego
-
Remove unused variables, fixes the warnings:2010-02-13, by diego
-
add netspeak versions of truespeech and gsm audio codecs to codecs.conf2010-02-13, by compn
-
10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.2010-02-13, by diego
-
Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.2010-02-13, by diego
-
Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.2010-02-13, by diego
-
Fix shared library libavutil check: test for av_clip instead of av_gcd.2010-02-13, by diego
-
osdep/mplayer.rc.o depends on version.h.2010-02-13, by diego
-
Move the check for valid sh_video into the init_vo_spudec, this fixes a crash2010-02-13, by reimar
-
Dynamically increase probe size for lavf demuxer up to 2 MB.2010-02-12, by reimar
-
Mark all ad_info_t/vd_info_t structure declarations as const.2010-02-12, by diego
-
Explain WIN32_LOADER definition hack.2010-02-12, by diego
-
Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.2010-02-12, by diego
-
Synced with help_mp-en.h rev. 305152010-02-12, by jrash
-
Fix linking of loader test programs when loader is disabled.2010-02-12, by diego
-
Add win32 loader support for OS/22010-02-12, by komh
-
Improve comment for GeoCodec.dll2010-02-11, by cehoyos
-
Remove pointless egcs #ifdefs; that compiler was never supported.2010-02-11, by diego
-
Remove extern "C" declarations from loader code.2010-02-11, by diego
-
Move one more FFmpeg-related definition to the FFmpeg section of config.h.2010-02-11, by diego
-
Move some FFmpeg-related definitions to the FFmpeg section of config.h.2010-02-11, by diego
-
Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.2010-02-11, by diego
-
add comment about geov codec crashing on win32 in codecs.conf2010-02-11, by compn
-
GeoCodec.dll also supports fourcc GEOX.2010-02-11, by cehoyos
-
Support GEOV video codec: Hangs on exit2010-02-11, by cehoyos
-
Add stubs for several functions, needed for CineForm codec.2010-02-09, by reimar
-
libass: fix PAR correction2010-02-09, by greg
-
There is Indeo 5 decoder in FFmpeg now, so register it2010-02-09, by kostya
-
Fix linking of mp3lib test programs when internal mp3lib is disabled.2010-02-08, by diego
-
Fix linking of liba52 test program when internal liba52 is disabled.2010-02-08, by diego
-
Remove disabled AVIFILE-specific preprocessor code.2010-02-08, by diego
-
Merge some preprocessor conditionals where appropriate.2010-02-08, by diego
-
Fix subtitle display for DVDs using fade-in/fade-out.2010-02-06, by reimar
-
Make mkalpha function simpler, faster and more correct.2010-02-06, by reimar
-
synced with r305152010-02-06, by Gabrov
-
sync with en/mplayer.1 r304362010-02-06, by jrash
-
Simplify how usesVFilter and usesHFilter are set.2010-02-05, by stefano
-
Apply misc fixes to sws_getCoefficients() doxy.2010-02-05, by stefano
-
Satisfy consistency need:2010-02-05, by stefano
-
Prefer libavformat over our own mov demuxer also for video/quicktime2010-02-05, by reimar
-
Release pin enumerator after we are done using it.2010-02-05, by reimar
-
Add support for loading ASS subtitles through the stream layer and thus e.g.2010-02-05, by reimar
-
Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_state.2010-02-05, by reimar
-
Add function to translate SWS_CS_* to coefficient array2010-02-05, by conrad
-
Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.2010-02-05, by komh
-
Remove '.section' causing the following assembler error on OS/2.2010-02-05, by komh
-
Print messages only after we are sure preinit will not fail anymore.2010-02-05, by reimar
-
Add support for VOFLAG_HIDDEN to the w32 backend.2010-02-04, by reimar
-
Set the PixelFormat right after creating the window and set it only once.2010-02-04, by reimar
-
Create the OpenGL probe window as a hidden Window on X11.2010-02-04, by reimar
-
Mention rtmp and rtsp specifically as formats supported via ffmpeg.2010-02-04, by reimar
-
Enable RTSP and SDP demuxers if network support is enabled, they can now be used.2010-02-04, by reimar
-
100l: Fix compilation (broken by me).2010-02-04, by cehoyos
-
Clarify -vo vdpau:pullup2010-02-04, by cehoyos
-
Audio buffer is too large so that it takes too long time to respond to audio2010-02-04, by komh
-
Implement shuffle_bytes_abcd() functions and use them for shuffling2010-02-03, by stefano
-
Replace incorrect usage of strncpy.2010-02-03, by reimar
-
Reindent2010-02-03, by reimar
-
Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.2010-02-03, by reimar
-
Use vo_x11_clearwindow instead of XClearWindow, both for consistency and also2010-02-03, by reimar
-
Fix argument order for lseek, fixes cookie loading in Windows and in general2010-02-03, by reimar
-
Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpeg2010-02-03, by komh
-
Add missing license headers to test programs for external libraries.2010-02-03, by diego
-
Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this2010-02-02, by reimar
-
Remove pointless initializers and also set geometry_*_changed to 0 when2010-02-02, by reimar
-
Mention yuv=2 auto-detection in Changelog.2010-02-02, by reimar
-
Document auto-detection of -vo gl:yuv=... value.2010-02-02, by reimar
-
Add support for autodetection during preinit and use that to detect a default2010-02-02, by reimar
-
Avoid using options before autodetectGlExtensions to allow it to change them properly.2010-02-02, by reimar
-
Remove vo_config_count check from uninit, it should always be safe to run.2010-02-02, by reimar
-
Revert r30324 which broken the struct addrinfo check by making it always pass.2010-02-02, by reimar
-
Estimate pts of additional frame generated by tfields also if correct-pts is2010-02-01, by reimar
-
Enable query_format for vf_tfields to make sure it isn't used for formats2010-02-01, by reimar
-
Fix -vf tfields=1 so it does not read out of bounds or leave parts of the2010-02-01, by reimar
-
Reword tfields documentation to reflect that it works mostly with MPlayer,2010-02-01, by reimar
-
Add OS/2 KAI audio driver support2010-02-01, by komh
-
misc fixes2010-02-01, by diego
-
Disable FFmpeg's network protocols if --disable-network was specified.2010-01-31, by reimar
-
Fix compilation for new Bink audio decoder.2010-01-31, by cehoyos
-
Explain the need for a MEncoder version of the logging facilities.2010-01-31, by diego
-
Add missing license header.2010-01-31, by diego
-
Fix layout for the mouse/joystick controls sections.2010-01-31, by diego
-
Declare support for the pixel formats:2010-01-31, by stefano
-
Document that -af-adv force=0 currently does the same as =12010-01-31, by reimar
-
Blackfin: use SRAM only when CONFIG_SRAM is set2010-01-31, by mru
-
Add license header to all top-level files missing them.2010-01-30, by diego
-
Add missing multiple inclusion guards.2010-01-30, by diego
-
Add missing #include, fixes the warning:2010-01-30, by diego
-
Add license header to all files missing it in the stream subdirectory.2010-01-30, by diego
-
Reindent.2010-01-30, by stefano
-
Use a consistent convention for the names of the internal wrapper2010-01-30, by stefano
-
stream/rtp.h appears not to originate from dvbstream.2010-01-30, by diego
-
Add some more definitions for FFmpeg to config.h:2010-01-30, by diego
-
Add missing license headers to all files in the libmpcodecs directory.2010-01-30, by diego
-
Remove confusing comment.2010-01-30, by diego
-
Add missing license headers.2010-01-30, by diego
-
cosmetics: Convert DOS linebreaks to Unix linebreaks.2010-01-30, by diego
-
license header cosmetics2010-01-30, by diego
-
Add standard license header to C tools missing them.2010-01-30, by diego
-
Fix randomness of the swscale-test output.2010-01-30, by stefano
-
Add missing license header and multiple inclusion guards.2010-01-30, by diego
-
Make the code match the documentation by making higher-quality but slower2010-01-30, by reimar
-
Support more qscale types in most post-processing filters.2010-01-29, by reimar
-
sync with en/mplayer.1 r304362010-01-29, by jrash
-
Explain why we still disable the ALSA resampler even though it is probably2010-01-28, by reimar
-
Try the more specific names first for the SwapInterval function to make it less2010-01-28, by reimar
-
glXSwapIntervalEXT is defined to take different arguments from glXSwapIntervalSGI,2010-01-28, by reimar
-
Fix input/output channel mixup in the pan filter description.2010-01-28, by diego
-
Stopping maintainership for -vo (x)mga2010-01-27, by attila
-
Simplify and correct loop condition, also avoids a compiler warning for unused result.2010-01-27, by reimar
-
Fix newline removal code that might read and write out of bounds.2010-01-27, by reimar
-
Make mp3lib the default MP3 decoder again, it is a good bit faster on2010-01-27, by reimar
-
Declare variable closer to where it is used.2010-01-27, by reimar
-
Remove a useless global variable.2010-01-27, by reimar
-
Do not needlessly make local variable static.2010-01-27, by reimar
-
Remove useless initializers.2010-01-27, by reimar
-
Do not needlessly use (file-)global variables.2010-01-27, by reimar
-
Rename swscale-example to swscale-test, to better reflect the intended2010-01-27, by stefano
-
Remove ds_fill_buffer calls from demux_resync, they cause issues at least with2010-01-26, by reimar
-
Enable parsing for ASF audio streams.2010-01-26, by reimar
-
Add an option to cropdetect to periodically reset the detected area.2010-01-26, by reimar
-
Use isAnyRGB() where possible2010-01-26, by michael
-
Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.2010-01-26, by michael
-
Rename isRGB() and isBGR() as their meaning is confusing.2010-01-26, by michael
-
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly2010-01-25, by stefano
-
Fix mis-computation of the needsDither variable erroneously introduced2010-01-24, by stefano
-
Use av_malloc to ensure sufficient alignment and also free at least some2010-01-24, by reimar
-
If audio was identified as DTS in the PMT do not override that with TrueHD2010-01-24, by reimar
-
Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crashing.2010-01-24, by reimar
-
Add support for parsing MLP and TrueHD.2010-01-24, by reimar
-
Revert the xvmc part of r30422: VCR2 at least worked with xvmc at some point.2010-01-24, by cehoyos
-
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.2010-01-24, by stefano
-
Add forgotten declaration of ds_clear_parser.2010-01-24, by reimar
-
Remove now unused variables.2010-01-24, by reimar
-
VCR2 fails for mpeg12, decodes incorrectly (and cannot be fixed) for2010-01-24, by cehoyos
-
Reset the parser on seek. Should fix some cases of audio "blips" after seeking.2010-01-24, by reimar
-
Move the resync-related code into more consistent places instead of having it2010-01-24, by reimar
-
Use av_get_bits_per_pixel() for computing the bits per pixel of the2010-01-24, by stefano
-
Fix ftp support to properly support large files > 2GB.2010-01-24, by reimar
-
new year in version string2010-01-24, by Gabrov
-
typo fix, accidently reverted the new year patch with previous commit2010-01-24, by Gabrov
-
synced with r304142010-01-24, by Gabrov
-
big new year patch for documentations2010-01-24, by Gabrov
-
Indent.2010-01-24, by ramiro
-
Don't redefine M_PI. It is already defined from libavutil/mathematics.h.2010-01-24, by ramiro
-
Split swscale.c into scaler code (swscale.c) and utility code (utils.c).2010-01-24, by ramiro
-
Switch -vf halfpack to use only public API of libswscale.2010-01-23, by reimar
-
Make the scale filter prefer yuv conversions that do not need chroma scaling.2010-01-23, by reimar
-
Remove the query_format_cache, it is extra complexity that makes improvements2010-01-23, by reimar
-
Simplify loop condition2010-01-23, by reimar
-
clean up netstream docs in TOOLS/README2010-01-23, by compn
-
Make sure that a qstride of 0 (intentional or not) does not completely break2010-01-23, by reimar
-
Always call cache_uninit to immediately free everything cache-related if we2010-01-23, by reimar
-
Call cache-uninit unconditionally, it should always be safe to call.2010-01-23, by reimar
-
Change code to allow playing a stream even if enabling the cache failed2010-01-23, by reimar
-
Make cache_init static, it is not used outside this file2010-01-23, by reimar
-
Support more formats for -ao pcm in raw mode.2010-01-23, by reimar
-
Handle Content-Length also when Content-Type is not set.2010-01-23, by reimar
-
Use atoll to parse Content-Length to support http for files > 2GB.2010-01-23, by reimar
-
Add an exit() to silence a gcc warning and ensure forked code will never2010-01-23, by reimar
-
100l, shouldn't write to memory after freeing it.2010-01-23, by reimar
-
Reindent.2010-01-23, by reimar
-
Zero freed pointers.2010-01-23, by reimar
-
Check for fork failing and make sure cache_uninit always frees the cache data2010-01-23, by reimar
-
sync with en/mplayer.1 r303362010-01-22, by jrash
-
Remove any auto-inserted lavc filter.2010-01-22, by reimar
-
Fix sub_free to actually free the subtitle data.2010-01-22, by reimar
-
Fix a memory leak in the subreader.2010-01-22, by reimar
-
Replace strncat by av_strlcat which is easier to verify for correctness.2010-01-22, by reimar
-
Also handle ASS subtitles when removing subtitles via sub_remove slave command.2010-01-22, by reimar
-
Avoid duplicating code to remove subtitles (sub_remove slave command).2010-01-22, by reimar
-
Move array specifiers outside DECLARE_ALIGNED() invocations2010-01-22, by mru
-
Disable all hwaccel glue code from FFmpeg.2010-01-21, by diego
-
x264 version 0.83 is required.2010-01-21, by cehoyos
-
Fix compilation after FFmpeg r21353.2010-01-21, by cehoyos
-
More const-correctness for sws_scale2010-01-21, by conrad
-
Document some more of SwsContext.2010-01-20, by ramiro
-
Avoid more pointless tests, the input and output formats need to be2010-01-20, by stefano
-
Split overly long line.2010-01-19, by stefano
-
Make selfTest() perform tests where both the input and output formats2010-01-19, by stefano
-
Create libavutil/avconfig.h, required for FFmpeg compilation.2010-01-19, by diego
-
synced with r303362010-01-19, by ptt
-
Make const prototypes for input sources of sws_scale_* stricter.2010-01-19, by benoit
-
swscale-example: Add comment about the use of av_{malloc,free}.2010-01-19, by ramiro
-
Set HAVE_FAST_CLZ according to CPU type.2010-01-19, by zuxy
-
Remove useless forward declaration.2010-01-19, by ramiro
-
User friendly warning message that gives out names of source and target formats2010-01-19, by zuxy
-
swscale-example: use av_malloc()2010-01-19, by mru
-
Split long line.2010-01-18, by stefano
-
Convert int -> enum PixelFormat in doTest().2010-01-18, by stefano
-
synced with r301972010-01-18, by ptt
-
Define out currently unused static functions.2010-01-18, by zuxy
-
add uldx and vspx fourcc to ffodivx in codecs.conf2010-01-18, by compn
-
Support for detection of AMD Phenom.2010-01-18, by zuxy
-
Remove stray '\' at the end of macro definitions.2010-01-17, by stefano
-
Remove duplicated or pointless newlines.2010-01-17, by stefano
-
Factorize error message logging, log it if the converter cannot be2010-01-17, by stefano
-
Reindent after the last commit.2010-01-17, by stefano
-
Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper2010-01-17, by stefano
-
Remove double const2010-01-17, by mru
-
Factorize error message logging in rgb2rgbWrapper().2010-01-17, by stefano
-
Add a proper header for our strsep implementation so strsep will2010-01-17, by reimar
-
Reuse the fmt-conversion code instead of duplicating the functionality.2010-01-17, by reimar
-
Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.2010-01-17, by reimar
-
Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.2010-01-17, by reimar
-
More format support in fmt-conversion.c: split RGB32 and BGR322010-01-17, by reimar
-
Reindent2010-01-17, by mru
-
Remove inline from initFilter()2010-01-17, by mru
-
Hack to avoid a GUID_NULL clash on 64 bit MinGW.2010-01-17, by reimar
-
Add hack to fix tvi_dshow compilation with 64-bit MinGW2010-01-17, by reimar
-
Mention systems that have received major build fixes recently in the Changelog.2010-01-17, by reimar
-
Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.2010-01-17, by reimar
-
Also try linking against dxguid for SDL test.2010-01-17, by reimar
-
Change GUID declarations in vo_directx to be static.2010-01-17, by reimar
-
Change GUID declarations in tvi_dshow so they are not exported and thus2010-01-17, by reimar
-
Add a const qualifier in a cast, fix the gcc warning:2010-01-17, by stefano
-
Add a const qualifier in a cast, fix the gcc warning:2010-01-17, by stefano
-
Allow anything starting with "arm" to be used as --target for ARM CPUs2010-01-16, by reimar
-
Fix typo, "get rid off" -> "get rid of".2010-01-16, by stefano
-
Mention levelconv -vo gl suboption in Changelog.2010-01-16, by reimar
-
Document levelconv -vo gl suboption.2010-01-16, by reimar
-
Add support for adjustable TV <-> PC level conversion.2010-01-16, by reimar
-
Revert r30331, which broke compilation.2010-01-16, by stefano
-
Prefer enum PixelFormat to int as the parameter type of2010-01-16, by stefano
-
Declare with av_unused the variable alpMmxFilter, fix the gcc warning:2010-01-16, by stefano
-
Factorize the code which calls the non optimized C functions in2010-01-16, by stefano
-
Prefer "to %s%s" over "to%s %s", slightly more readable.2010-01-16, by stefano
-
Simplify code in sws_getContext() which logs if the destination format2010-01-16, by stefano
-
Document some of SwsContext.2010-01-16, by ramiro
-
Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.2010-01-16, by ramiro
-
Factorize code which logs the source and destination formats in2010-01-16, by stefano
-
Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,2010-01-16, by reimar
-
Fix struct addrinfo check, its definition might not allow actually allocating it.2010-01-16, by reimar
-
Fix sockaddr_storage check to work with winsock/MinGW2010-01-16, by reimar
-
Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.2010-01-16, by reimar
-
HAVE_INLINE_ASM for FFmpeg should be one since we only support2010-01-16, by reimar
-
Document some of the ext_stub magic.2010-01-16, by reimar
-
100l, forgot to change the "magic" value in the stub also in the place replacing it.2010-01-16, by reimar
-
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy2010-01-16, by compn
-
Simplify reset_ptr(): employ usePal() macro rather than enumerating2010-01-16, by stefano
-
synced with r303112010-01-16, by Gabrov
-
Add symbol versioning for shared libraries2010-01-16, by mru
-
We only need to disable seeking back in ad_ffmpeg when we actually _use_2010-01-15, by reimar
-
Don't initialize normal horizontal filter if MMX2 filter is used.2010-01-15, by ramiro
-
-demuxer rawaudio data will often need parsing (e.g. when it is used for raw2010-01-15, by reimar
-
added a missing full stop2010-01-15, by ptt
-
Set _optimizing for x86-64.2010-01-15, by zuxy
-
The undocumented x86-64 is a better fallback for core2 than nocona.2010-01-15, by zuxy
-
Add -fno-common to avoid misalignment for global var under win32 like what2010-01-15, by zuxy
-
Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.2010-01-15, by zuxy
-
Const correctness for src pointer. Remove all constness related warnings in2010-01-15, by zuxy
-
Fix typo in r303022010-01-15, by zuxy
-
Fix typo.2010-01-15, by stefano
-
Remove unused clip_table code.2010-01-14, by ramiro
-
Fix compilation after recent changes in FFmpeg.2010-01-14, by cehoyos
-
Add const qualifier to rgb48 to YV12 functions' src.2010-01-14, by ramiro
-
Add missing parameter to rgb48 to YV12 functions.2010-01-14, by ramiro
-
Use double-precision constants instead of single precision that gets cast to double.2010-01-13, by reimar
-
Use double instead of float for pts.2010-01-12, by cehoyos
-
Avoid linking in assembler-optimized code that will never be used.2010-01-12, by reimar
-
Add very experimetal support for the Sun C compiler.2010-01-12, by reimar
-
Change -pipe check to avoid misdetecting it as available for Sun's compiler.2010-01-12, by reimar
-
Use ARCH_X86_32 instead of the compiler-specific __i386__2010-01-12, by reimar
-
Remove hackish and not actually working code to make vidix compile with2010-01-12, by reimar
-
Remove a check that simply can not have worked since it relied on a completely2010-01-12, by reimar
-
Add checks for exp2, exp2 and log2f required by FFmpeg.2010-01-12, by reimar
-
100l, fix typo that caused ad_hwac3 to fail to compile.2010-01-12, by reimar
-
/nop is illegal with Apple's older version of gas, this was fixed elsewhere2010-01-12, by conrad
-
Attempt a simple hack to fix -ac hwdts2010-01-12, by reimar
-
Make sure that sfence is used after any non temporal stores.2010-01-12, by zuxy
-
More changes needed to make ad_hwac3 truly independent from liba52.2010-01-11, by reimar
-
Let the format filter do the AC3 endianness conversion instead of duplicating2010-01-11, by reimar
-
MPlayer's format now correctly identifies AC3 as either little- or big-endian,2010-01-11, by reimar
-
Add support for distinguishing between little- and big-endian SPDIF AC32010-01-11, by reimar
-
More uses of AF_FORMAT_IS_AC32010-01-11, by reimar
-
Use AF_FORMAT_IS_AC3 in ao_oss.c2010-01-11, by reimar
-
Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,2010-01-11, by reimar
-
Use af_fmt2bits, it should give more sensible values than snd_pcm_format_physical_width,2010-01-11, by reimar
-
Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since this2010-01-11, by reimar
-
Use af_fmt2bits instead of reimplementing it.2010-01-11, by reimar
-
Add and use AF_FORMAT_IS_AC3 macro.2010-01-11, by reimar
-
Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,2010-01-11, by reimar
-
mark cfhdvfw decoder as working on windows only2010-01-11, by compn
-
Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for2010-01-11, by zuxy
-
cosmetics: {} placement.2010-01-11, by ramiro
-
Search X11 headers and libraries also in /usr/local/..., should ease2010-01-10, by reimar
-
Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will not2010-01-10, by reimar
-
FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_TABLES.2010-01-10, by reimar
-
Place a volatile at a more appropriate place.2010-01-10, by reimar
-
Change dummy value to fit into int.2010-01-10, by reimar
-
Remove return statement from function that has no return value.2010-01-10, by reimar
-
Move mp3lib priority below libavcodec mp2/mp3 audio decoders.2010-01-10, by reimar
-
Fix OpenGL detection for OpenSolaris where -lXdamage is necessary.2010-01-10, by reimar
-
Only print "using sdl-config" if we actually used it for SDL detection.2010-01-10, by reimar
-
Avoid excessive fflush in dbgprintf if we didn't even print anything.2010-01-10, by reimar
-
Fix RegCloseKey to not return an error on success.2010-01-10, by reimar
-
Call XSync after XShmAttach to avoid a possible race-condition with shmctl.2010-01-10, by reimar
-
Prefer libdca over libdts2010-01-10, by reimar
-
Use !isspace() to replace isalnum() to avoid filename mismatch under MBCS2010-01-10, by zuxy
-
Quote test arguments that may be empty2010-01-10, by reimar
-
Disable internal copy of liba52 by default, libavcodec should be an2010-01-10, by reimar
-
IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that case.2010-01-09, by reimar
-
MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just2010-01-09, by zuxy
-
Remove unused PREFETCHW macro2010-01-09, by zuxy
-
Add several make variables to make --enable-hardcoded-tables actually compile.2010-01-09, by reimar
-
Add support for --enable-hardcoded-tables like FFmpeg has.2010-01-09, by reimar
-
Fix MP1 with demuxer lavf in MPEG (PS) files.2010-01-09, by cehoyos
-
Fix fbdev2 to work with Intel framebuffer.2010-01-09, by reimar
-
Fix vo_fbdev to also work with Intel framebuffer.2010-01-09, by reimar
-
add binary cineform hd vfw decoder to codecs.conf2010-01-08, by compn
-
Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will2010-01-08, by reimar
-
vf crop: do not generate 0-size slices, they are pointless and also confuse2010-01-08, by reimar
-
libass needs at least freetype 2.2.12010-01-08, by greg
-
mark ffqclp as working in codecs.conf, works on all my samples2010-01-08, by compn
-
Update internal libass copy to commit 8db4a52010-01-08, by greg
-
Cosmetics: Fix indentation2010-01-08, by cehoyos
-
QCELP is part of libavcodec.2010-01-08, by cehoyos
-
Fix libass API checks2010-01-08, by greg
-
update wishlist2010-01-08, by compn
-
sync with en/mplayer.1 r301972010-01-08, by jrash
-
Implement sws_isSupportedInput() and sws_isSupportedOutput().2010-01-07, by stefano
-
Happy new year!2010-01-07, by zuxy
-
Remove const to avoid a bunch of GCC warnings against discarded qualifiers and2010-01-07, by zuxy
-
Avoid the error message "Unsupported PixelFormat -1" for ffh264 decoding2010-01-07, by zuxy
-
Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://2010-01-06, by reimar
-
Simplify ffmpeg stream support, we (so far) do not need any special option parsing.2010-01-06, by reimar
-
add MVLZ and MVDV binary decoders to codecs.conf2010-01-06, by compn
-
map zjpeg to ffmjpeg in codecs.conf2010-01-05, by compn
-
add blox binary codec to codecs.conf2010-01-05, by compn
-
add three ADV1 binary codecs to codecs.conf2010-01-05, by compn
-
Move MatrixView video output check below OpenGL check, it depends on OpenGL.2010-01-05, by diego
-
vo_png now depends on libavcodec, not libpng.2010-01-05, by diego
-
Change license terms for matrixview to GPLv2 "or later", all known2010-01-05, by reimar
-
Remove pointless variable declaration from DirectFB check.2010-01-04, by diego
-
Add missing stdlib.h #include to fribidi check.2010-01-04, by diego
-
Remove pointless printf call in libmp3lame test.2010-01-04, by diego
-
Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.2010-01-04, by diego
-
Pass a proper va_list type to vsscanf() test in configure.2010-01-04, by diego
-
At startup and while seeking avoid to introduce pointless sleeps and possibly2010-01-04, by reimar
-
Also reset time_frame and next_frame_time on reset, it makes no sense to2010-01-04, by reimar
-
Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.2010-01-04, by diego
-
cosmetics: Break multiple statements on one line apart.2010-01-04, by diego
-
Remove previous failed attempt at disabling that auto-generation of some C code.2010-01-04, by diego
-
Add required header #includes to satisfy 'make checkheaders'.2010-01-04, by diego
-
Drop -Iloader from CPPFLAGS for the loader subdirectory.2010-01-04, by diego
-
Add loader/wine/ to DIRS; its headers should be part of checkheaders.2010-01-04, by diego
-
Add missing config.h #include.2010-01-04, by diego
-
Refactor real --> float #define to a typedef in a common header.2010-01-04, by diego
-
Add missing header #includes to fix 'make checkheaders'.2010-01-04, by diego
-
Add a few missing header #includes and #defines.2010-01-04, by diego
-
Remove unused variable; fixes the warning:2010-01-04, by diego
-
Add multiple inclusion guards to all mp3lib headers.2010-01-04, by diego
-
Add missing config.h #include; remove a redundant one.2010-01-04, by diego
-
Add missing license headers for vo_matrixview code.2010-01-04, by diego
-
Refer to MatrixView instead of MPlayer in code taken from MatrixView.2010-01-04, by diego
-
Clarify which version of the GPL applies to MPlayer.2010-01-04, by diego
-
cosmetics: tabs to spaces, some reindentation2010-01-04, by diego
-
Fix fribidi check to avoid spamming the console with error messages.2010-01-04, by diego
-
Remove ARGB support from matrixview vo, it is quite pointless and causes2010-01-04, by reimar
-
Fix a few typos in the matrixview section.2010-01-04, by diego
-
Add a few definitions used by FFmpeg to config.h:2010-01-04, by diego
-
prettyprinting cosmetics2010-01-04, by diego
-
Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.2010-01-04, by diego