summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* the great MPlayer tab removal: part IIdiego2010-05-0314-3890/+3885
* Put symlinks under revision control instead of generating them during make.diego2010-05-0314-9/+15
* print a more detailed and more useful description of each stream with lavfaurel2010-05-031-6/+17
* 10l: correctly use video_stream instead of audio_stream in the video sectionaurel2010-05-031-2/+2
* add ID_..._NAME to -identify for each lavf stream which has a titleaurel2010-05-031-0/+7
* uniformize handling of aid and vid with lavf so that it matches handling of sidaurel2010-05-031-14/+10
* Silence permanent warning messages when decoding H264 over rtsp withcehoyos2010-05-021-1/+6
* Also print OpenGL renderer string with vendor and version with -vreimar2010-05-011-1/+2
* Continue probing even for score == AVPROBE_SCORE_MAX / 4 to matchreimar2010-05-011-1/+1
* Use av_probe_input_format2 and avoid accepting detectionreimar2010-05-011-2/+5
* Revert accidental change to default CFLAGS.reimar2010-04-301-1/+1
* Add configure detection for SDL backend for -vo gl.reimar2010-04-301-78/+111
* Avoid duplicating the GL/gl.h include.reimar2010-04-301-4/+0
* 100l, open the customtex also in binary mode, not just the program.reimar2010-04-301-1/+1
* Fix compilation with gcc 2.95.3 (with --disable-ass).cehoyos2010-04-281-0/+6
* New hack for vobsub packet merging.iive2010-04-271-0/+13
* Move variable declaration into the block where it is actually used.reimar2010-04-271-2/+2
* Add llrintf test for FFmpeg.diego2010-04-271-1/+2
* Add missing input.h #include, fixes the warnings:diego2010-04-271-1/+1
* Move "screen" variable declaration below the relevant #ifdef, fixes the warning:diego2010-04-271-1/+1
* fix typoGabrov2010-04-271-1/+1
* Fix compilation with live555 after libavutil r22965.cehoyos2010-04-271-1/+1
* synced with r31096Gabrov2010-04-259-40/+218
* typo fixesGabrov2010-04-251-4/+4
* Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode.reimar2010-04-251-0/+2
* Try other methods also if GetBusKey fails instead of failing completely.reimar2010-04-251-1/+1
* Missing space after if.reimar2010-04-251-1/+1
* Support mouse movements in SDL.reimar2010-04-251-1/+4
* Avoid duplicating mouse-movement command-generation code.reimar2010-04-255-17/+20
* Fix crash if a DVD is played with dvdnav:// and without videoreimar2010-04-251-1/+2
* Deduplicate enable_mouse_movements declaration.reimar2010-04-254-4/+1
* Minor cosmetics.reimar2010-04-251-7/+9
* Add comment for endif.reimar2010-04-251-1/+1
* Support for auto-selecting the OpenGL backend.reimar2010-04-253-7/+10
* Add reinitialization support. Necessary for fullscreen on OSX.reimar2010-04-254-0/+18
* Handle SDL expose events with -vo gl.reimar2010-04-251-0/+2
* Missing space in error message.reimar2010-04-251-1/+1
* Simplify SDL key symbol mapping.reimar2010-04-251-48/+26
* Use the proper define for translating the tab key.reimar2010-04-251-1/+1
* Make uppercase characters and in general all ASCII characters workreimar2010-04-251-12/+5
* Share SDL initialization code.reimar2010-04-254-20/+30
* Remove unnecessary check.reimar2010-04-251-2/+0
* Fullscreen support for -vo gl using SDL.reimar2010-04-253-1/+40
* Set SDL window title.reimar2010-04-251-0/+1
* Window resizing support for -vo gl with SDL backend.reimar2010-04-254-7/+20
* Add sdl_common file and use it to share the input handling between -vo glreimar2010-04-255-84/+161
* Use SDL_GL_ProcAddress to work around conflicts between -lGLreimar2010-04-251-0/+10
* Update copyright and email address.reimar2010-04-251-1/+1
* Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,reimar2010-04-251-3/+3
* Missing gl.h include for SDL backend.reimar2010-04-241-0/+3
* Slightly more correct ifdefs for vo_gl2.reimar2010-04-241-6/+9
* Add workaroound for yuv=7 mode - does hurt speed but not muchreimar2010-04-241-1/+5
* Remove code to work around bugs in ancient libSDL versions, the code has beenreimar2010-04-242-44/+0
* Try harder to find linked OpenGL functions.reimar2010-04-241-27/+22
* Disable OSD support by default if the necessary OpenGL functionality is missing.reimar2010-04-241-1/+3
* SDL support with related crash-resilience fixes.reimar2010-04-241-4/+30
* Some crash-resilience fixes.reimar2010-04-241-0/+2
* First steps to support -vo gl with SDL-based Window handling.reimar2010-04-242-0/+40
* 10l: Remove leftover commented-out #include.diego2010-04-241-1/+0
* Remove unnecessary kd.h #include.diego2010-04-241-6/+1
* rename 'struct keymap' -> 'struct mp_keymap'siretart2010-04-236-10/+10
* include sys/kd.h on non-Linux architectures correctlysiretart2010-04-231-2/+2
* VIDIX only works for Linux on the x86_64 architecture, not on other OSes.diego2010-04-221-1/+1
* Merge iopl()-related #ifdefs.diego2010-04-221-5/+3
* Do not check for __linux__ in a file that is only ever used on Linux.diego2010-04-221-2/+0
* Revert obscure hack that disables the malloc.h check on certain BSD platforms.diego2010-04-211-2/+0
* Update comment describing issues with ffaac.reimar2010-04-201-2/+1
* Cosmetics/indentation fixes.reimar2010-04-201-4/+5
* Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpegreimar2010-04-201-0/+5
* Remove explicit filename from Doxygen @file commands.diego2010-04-201-1/+1
* Tell x264 that we aren't going to give it timestamps.lorenm2010-04-202-1/+2
* Remove unused static function wsDummyEvents and related unused code, fixes:diego2010-04-201-14/+0
* Remove unused static function wsIOErrorHandler, fixes the warning:diego2010-04-201-6/+0
* Remove unused static function fsFileExist, fixes the warning:diego2010-04-201-8/+0
* Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemszuxy2010-04-206-17/+21
* Synced with help_mp-en.h rev. 31032jrash2010-04-171-1/+1
* sync with en/mplayer.1 rev. 31028jrash2010-04-171-1/+3
* Merge two redundant if checks, patch by ubitux, ubitux gmail com.diego2010-04-161-3/+2
* cosmetics: reindent demux_ogg.c to K&R style plus some prettyprintingdiego2010-04-161-1360/+1438
* Remove commented-out and long-gone dapsync options.diego2010-04-151-2/+0
* Mark ffaac as buggy (thus making faad default again) andreimar2010-04-151-1/+3
* Move functions that really do not need to be inlined from the headerreimar2010-04-152-105/+108
* Remove dead code.cehoyos2010-04-141-6/+0
* Open cutomtex file in binary mode to avoid potential issues onreimar2010-04-131-1/+1
* typo fix found by ubituxcompn2010-04-131-1/+1
* Make ASS processing work with both subtitle formats, the MKV one and thereimar2010-04-121-1/+7
* Fix build due to FFmpeg r22858 change (function rename).iive2010-04-121-1/+1
* the great MPlayer tab removal: part Idiego2010-04-1297-8794/+8779
* Fix build after FFmpeg symbol rename:diego2010-04-122-2/+3
* Add slave commands for loading and unloading audio filters at runtime.cehoyos2010-04-115-0/+63
* Fix build due to FFmpeg r22833 change (typedef rename).iive2010-04-111-1/+1
* Add osd_show_progression: Show progress bar and elapsed/total time.cehoyos2010-04-098-0/+25
* Add some fallback OpenGL defines to fix compilation on Windows.reimar2010-04-071-0/+9
* Generate dependency information as a sideeffect of compilation.diego2010-04-062-12/+1
* cosmetics: Reorder some x86-related preprocessor conditionals.diego2010-04-061-2/+2
* Do not print the "Loading cookie file" message twice.reimar2010-04-051-2/+0
* Try to fix VCD compilation on non-Linux systems.reimar2010-04-056-1/+26
* Add -MP to dependency command.diego2010-04-051-2/+2
* Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.diego2010-04-051-2/+0
* Remove unused functions.reimar2010-04-051-27/+0
* Export VCD tracks as chapters, just like for cue:// URLs.reimar2010-04-051-0/+35
* Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,reimar2010-04-051-6/+10
* VBlankActiveFunc is a pointer to a parameterless function; mark it as such.diego2010-04-051-1/+1
* Fix RGB support for corevideo: corevideo can only supportreimar2010-04-051-8/+22
* Enable OSD also for BGR32, the code is the same as for RGB32.reimar2010-04-051-0/+1
* Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoidingreimar2010-04-051-10/+6
* Check texture dimensions instead of internal format in max texturereimar2010-04-041-3/+3
* Cosmetics/reindent.reimar2010-04-041-14/+13
* Avoid duplicating a condition.reimar2010-04-041-4/+4
* Print width before height,reimar2010-04-041-1/+1
* Fix width/height mixup in error message.reimar2010-04-041-1/+1
* Remove -O4 from FAAC check, it is in our standard CFLAGS already.diego2010-04-041-1/+1
* Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.diego2010-04-041-1/+1
* Factor out the YUV->RGB conversion auto-selection and alsoreimar2010-04-044-4/+18
* cosmetics: prettyprint config.mak somewhatdiego2010-04-041-105/+106
* Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak.diego2010-04-041-3/+0
* Mark parameterless function declarations as (void). Fixes the warnings:diego2010-04-041-0/+2
* Mark input-related m_option_t arrays as const.diego2010-04-041-2/+2
* Mark vf_size_preset_fields m_option_t array as const.diego2010-04-041-1/+1
* Mark muxer-related m_option_t arrays as const.diego2010-04-042-2/+2
* Mark cfg_fields m_option_t array as const.diego2010-04-048-8/+8
* Mark dxr2_opts array as const.diego2010-04-042-2/+2
* Mark encoder-related m_option_t struct arrays as const.diego2010-04-049-18/+18
* Revert marking m_option struct member as const.diego2010-04-041-1/+1
* Share more code between the two ATI fragment shader YUV to RGBreimar2010-04-041-69/+87
* Try to detect and work around broken glXGetProcAddress on atreimar2010-04-031-0/+6
* Implement OpenGL-based YUV to RGB version for Radeon 9200 classreimar2010-04-032-0/+55
* Remove commented-out #include of a non-existing file.diego2010-04-031-2/+0
* Add a header for x264enc_set_param() instead of forward declaring it.diego2010-04-033-3/+28
* Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.diego2010-04-031-2/+0
* Mark m_option struct member as const.diego2010-04-031-1/+1
* Indentation fix.reimar2010-04-031-1/+1
* Add mpgl prefix to all OpenGL-related function pointers.reimar2010-04-035-572/+572
* dont mention base64 about sending attachments.attila2010-04-021-2/+2
* Cosmetics: Fix indentation.cehoyos2010-04-021-2/+2
* Do not try -march=native for icc.cehoyos2010-04-021-0/+4
* Change type to uint8_t to avoid checks depending on char signedness.reimar2010-04-021-1/+1
* updated example line for encoding to psp (acodec faac is now libfaac)ptt2010-04-019-26/+26
* updated table of libavcodec's audio codecsptt2010-04-011-20/+52
* Sanitize ICY metadata a bit before printing it.reimar2010-03-311-0/+5
* Make audio switching with AVI demuxer chose the first audio streamreimar2010-03-311-1/+1
* Replace some "m" constraints by MANGLE to avoid issues with some compilers notreimar2010-03-311-106/+43
* rename eatgv -> ffeatgv, lpcm -> fflpcmattila2010-03-311-2/+2
* Add HAVE_STRERROR_R definition for FFmpeg to config.h.diego2010-03-281-0/+1
* Use (void) instead of () to indicate a parameterless function, fixes:diego2010-03-281-1/+1
* Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.diego2010-03-281-0/+1
* Fix compilation after librtmp support in FFmpeg.reimar2010-03-281-0/+1
* Fix crash with incomplete yuv2 frames.reimar2010-03-281-1/+1
* Leave disabling SSE to the check_os_katmai_support always regardless of OS,reimar2010-03-271-8/+0
* Support concatenated YUV4MPEG files.reimar2010-03-271-11/+28
* Use calloc instead of malloc+memsetreimar2010-03-271-2/+1
* Add const to some video_out extern declarations to match their definitions.reimar2010-03-271-45/+45
* Mark some more LIBVO_EXTERN declarations as const where possible.reimar2010-03-274-4/+4
* 100l, fix frametime calculation for MPEG-2 files with frame rate extension.reimar2010-03-271-1/+1
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.diego2010-03-275-74/+59
* Refactor OS X foreground process setting into a separate function.diego2010-03-264-38/+26
* cosmetics: Break some overly long lines.diego2010-03-261-3/+6
* Convert asm keyword to __asm__.diego2010-03-261-3/+3
* HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.diego2010-03-261-1/+1
* Remove unused OPTFLAGS variable from config.mak.diego2010-03-251-1/+0
* Remove unused MACOSX_BUNDLE config.mak entry.diego2010-03-251-1/+0
* Move some FFmpeg-specific entries to the FFmpeg section of config.mak.diego2010-03-251-5/+7
* Don't try to delete the global memory mutex in the Win32 loader code,sesse2010-03-251-4/+1
* Mark add_subtitles() as static, it is not used outside the file, fixes:diego2010-03-241-1/+1
* Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.diego2010-03-241-1/+1
* AltiVec implies a PPC CPU, so there is no need to check for both.diego2010-03-232-4/+4
* loader: Remove commented-out extra_ld_library_path cruft.diego2010-03-232-3/+0
* Do not compile AltiVec code when AltiVec is not available; not even indiego2010-03-231-3/+3
* Make http_read_response fail if parsing the response failed.reimar2010-03-231-1/+4
* Fix build due to codecs_path vs. codec_path typo.diego2010-03-232-8/+8
* Get rid of pointless def_path variable; use codec_path directly instead.diego2010-03-2310-32/+31
* Real binary loader code should respect the binary codec path.diego2010-03-232-12/+16
* Reindentreimar2010-03-221-13/+13
* Start probing with a size matching the stream buffer size so it is possiblereimar2010-03-221-2/+4
* Make all instances of codec_patch unconditional, otherwiseattila2010-03-212-4/+0
* Rename SetCodecPath() --> set_codec_path().diego2010-03-214-4/+4
* Rename get_path.[ch] --> path.[ch].diego2010-03-2023-25/+25
* Move SetCodecPath() from loader to get_path.c and make it unconditional.diego2010-03-2013-53/+26
*