| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX, | reimar | 2010-04-25 | 1 | -3/+3 |
* | Missing gl.h include for SDL backend. | reimar | 2010-04-24 | 1 | -0/+3 |
* | Slightly more correct ifdefs for vo_gl2. | reimar | 2010-04-24 | 1 | -6/+9 |
* | Add workaroound for yuv=7 mode - does hurt speed but not much | reimar | 2010-04-24 | 1 | -1/+5 |
* | Remove code to work around bugs in ancient libSDL versions, the code has been | reimar | 2010-04-24 | 2 | -44/+0 |
* | Try harder to find linked OpenGL functions. | reimar | 2010-04-24 | 1 | -27/+22 |
* | Disable OSD support by default if the necessary OpenGL functionality is missing. | reimar | 2010-04-24 | 1 | -1/+3 |
* | SDL support with related crash-resilience fixes. | reimar | 2010-04-24 | 1 | -4/+30 |
* | Some crash-resilience fixes. | reimar | 2010-04-24 | 1 | -0/+2 |
* | First steps to support -vo gl with SDL-based Window handling. | reimar | 2010-04-24 | 2 | -0/+40 |
* | 10l: Remove leftover commented-out #include. | diego | 2010-04-24 | 1 | -1/+0 |
* | Remove unnecessary kd.h #include. | diego | 2010-04-24 | 1 | -6/+1 |
* | rename 'struct keymap' -> 'struct mp_keymap' | siretart | 2010-04-23 | 6 | -10/+10 |
* | include sys/kd.h on non-Linux architectures correctly | siretart | 2010-04-23 | 1 | -2/+2 |
* | VIDIX only works for Linux on the x86_64 architecture, not on other OSes. | diego | 2010-04-22 | 1 | -1/+1 |
* | Merge iopl()-related #ifdefs. | diego | 2010-04-22 | 1 | -5/+3 |
* | Do not check for __linux__ in a file that is only ever used on Linux. | diego | 2010-04-22 | 1 | -2/+0 |
* | Revert obscure hack that disables the malloc.h check on certain BSD platforms. | diego | 2010-04-21 | 1 | -2/+0 |
* | Update comment describing issues with ffaac. | reimar | 2010-04-20 | 1 | -2/+1 |
* | Cosmetics/indentation fixes. | reimar | 2010-04-20 | 1 | -4/+5 |
* | Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpeg | reimar | 2010-04-20 | 1 | -0/+5 |
* | Remove explicit filename from Doxygen @file commands. | diego | 2010-04-20 | 1 | -1/+1 |
* | Tell x264 that we aren't going to give it timestamps. | lorenm | 2010-04-20 | 2 | -1/+2 |
* | Remove unused static function wsDummyEvents and related unused code, fixes: | diego | 2010-04-20 | 1 | -14/+0 |
* | Remove unused static function wsIOErrorHandler, fixes the warning: | diego | 2010-04-20 | 1 | -6/+0 |
* | Remove unused static function fsFileExist, fixes the warning: | diego | 2010-04-20 | 1 | -8/+0 |
* | Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems | zuxy | 2010-04-20 | 6 | -17/+21 |
* | Synced with help_mp-en.h rev. 31032 | jrash | 2010-04-17 | 1 | -1/+1 |
* | sync with en/mplayer.1 rev. 31028 | jrash | 2010-04-17 | 1 | -1/+3 |
* | Merge two redundant if checks, patch by ubitux, ubitux gmail com. | diego | 2010-04-16 | 1 | -3/+2 |
* | cosmetics: reindent demux_ogg.c to K&R style plus some prettyprinting | diego | 2010-04-16 | 1 | -1360/+1438 |
* | Remove commented-out and long-gone dapsync options. | diego | 2010-04-15 | 1 | -2/+0 |
* | Mark ffaac as buggy (thus making faad default again) and | reimar | 2010-04-15 | 1 | -1/+3 |
* | Move functions that really do not need to be inlined from the header | reimar | 2010-04-15 | 2 | -105/+108 |
* | Remove dead code. | cehoyos | 2010-04-14 | 1 | -6/+0 |
* | Open cutomtex file in binary mode to avoid potential issues on | reimar | 2010-04-13 | 1 | -1/+1 |
* | typo fix found by ubitux | compn | 2010-04-13 | 1 | -1/+1 |
* | Make ASS processing work with both subtitle formats, the MKV one and the | reimar | 2010-04-12 | 1 | -1/+7 |
* | Fix build due to FFmpeg r22858 change (function rename). | iive | 2010-04-12 | 1 | -1/+1 |
* | the great MPlayer tab removal: part I | diego | 2010-04-12 | 97 | -8794/+8779 |
* | Fix build after FFmpeg symbol rename: | diego | 2010-04-12 | 2 | -2/+3 |
* | Add slave commands for loading and unloading audio filters at runtime. | cehoyos | 2010-04-11 | 5 | -0/+63 |
* | Fix build due to FFmpeg r22833 change (typedef rename). | iive | 2010-04-11 | 1 | -1/+1 |
* | Add osd_show_progression: Show progress bar and elapsed/total time. | cehoyos | 2010-04-09 | 8 | -0/+25 |
* | Add some fallback OpenGL defines to fix compilation on Windows. | reimar | 2010-04-07 | 1 | -0/+9 |
* | Generate dependency information as a sideeffect of compilation. | diego | 2010-04-06 | 2 | -12/+1 |
* | cosmetics: Reorder some x86-related preprocessor conditionals. | diego | 2010-04-06 | 1 | -2/+2 |
* | Do not print the "Loading cookie file" message twice. | reimar | 2010-04-05 | 1 | -2/+0 |
* | Try to fix VCD compilation on non-Linux systems. | reimar | 2010-04-05 | 6 | -1/+26 |
* | Add -MP to dependency command. | diego | 2010-04-05 | 1 | -2/+2 |
* | Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it. | diego | 2010-04-05 | 1 | -2/+0 |
* | Remove unused functions. | reimar | 2010-04-05 | 1 | -27/+0 |
* | Export VCD tracks as chapters, just like for cue:// URLs. | reimar | 2010-04-05 | 1 | -0/+35 |
* | Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code, | reimar | 2010-04-05 | 1 | -6/+10 |
* | VBlankActiveFunc is a pointer to a parameterless function; mark it as such. | diego | 2010-04-05 | 1 | -1/+1 |
* | Fix RGB support for corevideo: corevideo can only support | reimar | 2010-04-05 | 1 | -8/+22 |
* | Enable OSD also for BGR32, the code is the same as for RGB32. | reimar | 2010-04-05 | 1 | -0/+1 |
* | Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoiding | reimar | 2010-04-05 | 1 | -10/+6 |
* | Check texture dimensions instead of internal format in max texture | reimar | 2010-04-04 | 1 | -3/+3 |
* | Cosmetics/reindent. | reimar | 2010-04-04 | 1 | -14/+13 |
* | Avoid duplicating a condition. | reimar | 2010-04-04 | 1 | -4/+4 |
* | Print width before height, | reimar | 2010-04-04 | 1 | -1/+1 |
* | Fix width/height mixup in error message. | reimar | 2010-04-04 | 1 | -1/+1 |
* | Remove -O4 from FAAC check, it is in our standard CFLAGS already. | diego | 2010-04-04 | 1 | -1/+1 |
* | Directly use CFLAGS for ASFLAGS instead of duplicating the variable content. | diego | 2010-04-04 | 1 | -1/+1 |
* | Factor out the YUV->RGB conversion auto-selection and also | reimar | 2010-04-04 | 4 | -4/+18 |
* | cosmetics: prettyprint config.mak somewhat | diego | 2010-04-04 | 1 | -105/+106 |
* | Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak. | diego | 2010-04-04 | 1 | -3/+0 |
* | Mark parameterless function declarations as (void). Fixes the warnings: | diego | 2010-04-04 | 1 | -0/+2 |
* | Mark input-related m_option_t arrays as const. | diego | 2010-04-04 | 1 | -2/+2 |
* | Mark vf_size_preset_fields m_option_t array as const. | diego | 2010-04-04 | 1 | -1/+1 |
* | Mark muxer-related m_option_t arrays as const. | diego | 2010-04-04 | 2 | -2/+2 |
* | Mark cfg_fields m_option_t array as const. | diego | 2010-04-04 | 8 | -8/+8 |
* | Mark dxr2_opts array as const. | diego | 2010-04-04 | 2 | -2/+2 |
* | Mark encoder-related m_option_t struct arrays as const. | diego | 2010-04-04 | 9 | -18/+18 |
* | Revert marking m_option struct member as const. | diego | 2010-04-04 | 1 | -1/+1 |
* | Share more code between the two ATI fragment shader YUV to RGB | reimar | 2010-04-04 | 1 | -69/+87 |
* | Try to detect and work around broken glXGetProcAddress on at | reimar | 2010-04-03 | 1 | -0/+6 |
* | Implement OpenGL-based YUV to RGB version for Radeon 9200 class | reimar | 2010-04-03 | 2 | -0/+55 |
* | Remove commented-out #include of a non-existing file. | diego | 2010-04-03 | 1 | -2/+0 |
* | Add a header for x264enc_set_param() instead of forward declaring it. | diego | 2010-04-03 | 3 | -3/+28 |
* | Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check. | diego | 2010-04-03 | 1 | -2/+0 |
* | Mark m_option struct member as const. | diego | 2010-04-03 | 1 | -1/+1 |
* | Indentation fix. | reimar | 2010-04-03 | 1 | -1/+1 |
* | Add mpgl prefix to all OpenGL-related function pointers. | reimar | 2010-04-03 | 5 | -572/+572 |
* | dont mention base64 about sending attachments. | attila | 2010-04-02 | 1 | -2/+2 |
* | Cosmetics: Fix indentation. | cehoyos | 2010-04-02 | 1 | -2/+2 |
* | Do not try -march=native for icc. | cehoyos | 2010-04-02 | 1 | -0/+4 |
* | Change type to uint8_t to avoid checks depending on char signedness. | reimar | 2010-04-02 | 1 | -1/+1 |
* | updated example line for encoding to psp (acodec faac is now libfaac) | ptt | 2010-04-01 | 9 | -26/+26 |
* | updated table of libavcodec's audio codecs | ptt | 2010-04-01 | 1 | -20/+52 |
* | Sanitize ICY metadata a bit before printing it. | reimar | 2010-03-31 | 1 | -0/+5 |
* | Make audio switching with AVI demuxer chose the first audio stream | reimar | 2010-03-31 | 1 | -1/+1 |
* | Replace some "m" constraints by MANGLE to avoid issues with some compilers not | reimar | 2010-03-31 | 1 | -106/+43 |
* | rename eatgv -> ffeatgv, lpcm -> fflpcm | attila | 2010-03-31 | 1 | -2/+2 |
* | Add HAVE_STRERROR_R definition for FFmpeg to config.h. | diego | 2010-03-28 | 1 | -0/+1 |
* | Use (void) instead of () to indicate a parameterless function, fixes: | diego | 2010-03-28 | 1 | -1/+1 |
* | Add definition of CONFIG_LIBRTMP to config.h for FFmpeg. | diego | 2010-03-28 | 1 | -0/+1 |
* | Fix compilation after librtmp support in FFmpeg. | reimar | 2010-03-28 | 1 | -0/+1 |
* | Fix crash with incomplete yuv2 frames. | reimar | 2010-03-28 | 1 | -1/+1 |
* | Leave disabling SSE to the check_os_katmai_support always regardless of OS, | reimar | 2010-03-27 | 1 | -8/+0 |
* | Support concatenated YUV4MPEG files. | reimar | 2010-03-27 | 1 | -11/+28 |
* | Use calloc instead of malloc+memset | reimar | 2010-03-27 | 1 | -2/+1 |
* | Add const to some video_out extern declarations to match their definitions. | reimar | 2010-03-27 | 1 | -45/+45 |
* | Mark some more LIBVO_EXTERN declarations as const where possible. | reimar | 2010-03-27 | 4 | -4/+4 |
* | 100l, fix frametime calculation for MPEG-2 files with frame rate extension. | reimar | 2010-03-27 | 1 | -1/+1 |
* | libswscale: Relicense almost all x86 assembler optimizations as LGPL. | diego | 2010-03-27 | 5 | -74/+59 |
* | Refactor OS X foreground process setting into a separate function. | diego | 2010-03-26 | 4 | -38/+26 |
* | cosmetics: Break some overly long lines. | diego | 2010-03-26 | 1 | -3/+6 |
* | Convert asm keyword to __asm__. | diego | 2010-03-26 | 1 | -3/+3 |
* | HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough. | diego | 2010-03-26 | 1 | -1/+1 |
* | Remove unused OPTFLAGS variable from config.mak. | diego | 2010-03-25 | 1 | -1/+0 |
* | Remove unused MACOSX_BUNDLE config.mak entry. | diego | 2010-03-25 | 1 | -1/+0 |
* | Move some FFmpeg-specific entries to the FFmpeg section of config.mak. | diego | 2010-03-25 | 1 | -5/+7 |
* | Don't try to delete the global memory mutex in the Win32 loader code, | sesse | 2010-03-25 | 1 | -4/+1 |
* | Mark add_subtitles() as static, it is not used outside the file, fixes: | diego | 2010-03-24 | 1 | -1/+1 |
* | Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths. | diego | 2010-03-24 | 1 | -1/+1 |
* | AltiVec implies a PPC CPU, so there is no need to check for both. | diego | 2010-03-23 | 2 | -4/+4 |
* | loader: Remove commented-out extra_ld_library_path cruft. | diego | 2010-03-23 | 2 | -3/+0 |
* | Do not compile AltiVec code when AltiVec is not available; not even in | diego | 2010-03-23 | 1 | -3/+3 |
* | Make http_read_response fail if parsing the response failed. | reimar | 2010-03-23 | 1 | -1/+4 |
* | Fix build due to codecs_path vs. codec_path typo. | diego | 2010-03-23 | 2 | -8/+8 |
* | Get rid of pointless def_path variable; use codec_path directly instead. | diego | 2010-03-23 | 10 | -32/+31 |
* | Real binary loader code should respect the binary codec path. | diego | 2010-03-23 | 2 | -12/+16 |
* | Reindent | reimar | 2010-03-22 | 1 | -13/+13 |
* | Start probing with a size matching the stream buffer size so it is possible | reimar | 2010-03-22 | 1 | -2/+4 |
* | Make all instances of codec_patch unconditional, otherwise | attila | 2010-03-21 | 2 | -4/+0 |
* | Rename SetCodecPath() --> set_codec_path(). | diego | 2010-03-21 | 4 | -4/+4 |
* | Rename get_path.[ch] --> path.[ch]. | diego | 2010-03-20 | 23 | -25/+25 |
* | Move SetCodecPath() from loader to get_path.c and make it unconditional. | diego | 2010-03-20 | 13 | -53/+26 |
* | sync with en/mplayer.1 rev. 30936 | jrash | 2010-03-20 | 1 | -2/+7 |
* | Remove unnecessary size limits and a related define for hm12 decoder. | reimar | 2010-03-19 | 1 | -7/+0 |
* | Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats | reimar | 2010-03-19 | 1 | -4/+4 |
* | Replace wrong condition name in #endif comment by correct instance. | diego | 2010-03-19 | 1 | -1/+1 |
* | Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value. | diego | 2010-03-19 | 1 | -1/+1 |
* | Drop support for XANIM_MOD_DIR environment variable. | diego | 2010-03-18 | 9 | -51/+0 |
* | Reuse codec path variable used in the binary loader in the XAnim loader. | diego | 2010-03-18 | 1 | -1/+1 |
* | Extend the generic path of the yuv2rgb converter with support for rgb444 | cehoyos | 2010-03-18 | 2 | -2/+24 |
* | cosmetics: indentation | aurel | 2010-03-18 | 1 | -2/+2 |
* | add support for lavf style extradata in vd_theora | aurel | 2010-03-18 | 1 | -0/+17 |
* | Remove unnecessary #ifdefs around harmless loader/codecpath.h #include. | diego | 2010-03-18 | 2 | -8/+2 |
* | Split codec path related code into a separate file to fix Windows build. | reimar | 2010-03-18 | 10 | -28/+45 |
* | Fix first line(s) of vo vdpau documentation. | cehoyos | 2010-03-18 | 1 | -2/+1 |
* | Fix thread safety issue in mreq_private: last_alloc was accessed from multiple | sesse | 2010-03-17 | 1 | -8/+3 |
* | Announce Windows XP SP2 instead of Windows 95 OSR2. | sesse | 2010-03-17 | 1 | -31/+15 |
* | Announce SMP support for Win32. | sesse | 2010-03-17 | 1 | -7/+0 |
* | Introduce mak_enable function to set variables in config.mak. | diego | 2010-03-17 | 1 | -22/+14 |
* | Rename SGI_MIPS architecture to plain MIPS. | diego | 2010-03-17 | 2 | -6/+6 |
* | Drop libavcodec_arch hack; ARCH can now be set directly in config.mak. | diego | 2010-03-17 | 1 | -10/+1 |
* | Lowercase arch and subarch values. | diego | 2010-03-17 | 1 | -19/+19 |
* | cosmetics: Drop leading underscore from cpuexts variables. | diego | 2010-03-17 | 1 | -23/+23 |
* | Make ff_config_enable work with lowercase values. | diego | 2010-03-17 | 1 | -2/+4 |
* | Split subarch handling off from generic arch handling. | diego | 2010-03-17 | 1 | -4/+8 |
* | Prefer FFmpeg AAC decoder over libfaad. | diego | 2010-03-17 | 1 | -16/+16 |
* | Rename libopencore AMR decoder entries. | diego | 2010-03-17 | 1 | -2/+2 |
* | Fix compilation after FFmpeg r22569 at least for some architectures. | cehoyos | 2010-03-17 | 1 | -0/+10 |
* | cosmetics: Drop leading underscores from arch variables. | diego | 2010-03-17 | 1 | -40/+40 |
* | Follow a more proper way to support -codecpath. | komh | 2010-03-17 | 5 | -6/+17 |
* | Fix return value of InitializeCriticalSectionAndSpinCount. | sesse | 2010-03-16 | 1 | -1/+2 |
* | Remove unused variable, fixes the warning: | diego | 2010-03-16 | 1 | -1/+0 |
* | Fix libmpcodecs/vd_qtvideo.c compilation on OS X: | sesse | 2010-03-16 | 1 | -6/+3 |
* | Remove some commented-out debugging and similar cruft. | diego | 2010-03-16 | 1 | -45/+0 |
* | Remove unnecessary forward declarations for a bunch of functions. | diego | 2010-03-16 | 1 | -21/+10 |
* | cosmetics: Move all functions before main(). | diego | 2010-03-16 | 1 | -149/+161 |
* | Remove disabled flip_upside_down function; it has been unused for ages. |