log

age author description
2010-02-14 reimar Avoid using sscanf for basic parsing, it is horribly slow.
2010-02-14 diego Avoid forward declarations for import_initial_playtree_into_gui() and
2010-02-14 diego Add xscreensaver_heartbeat() declaration to x11_common.h.
2010-02-14 diego Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].
2010-02-14 diego Declare mp_input_register_options() in input/input.h.
2010-02-14 diego GUI: #include associated .h files in .c files.
2010-02-14 reimar Check that fontconfig version is at least 2.4.2, which is required for the
2010-02-14 reimar Reindent
2010-02-14 reimar Just use goto instead of reimplementing it badly with a do { } while (0) and
2010-02-14 reimar Change aspect calculation code to switch to floating point earlier so integer
2010-02-14 diego QuickTime X supports SAR in H.264.
2010-02-14 reimar Return NULL instead of 0 for function returning a pointer.
2010-02-14 diego Mark uninit() as static; it is only used within the file.
2010-02-14 reimar Remove useless casts.
2010-02-14 reimar Remove useless code, QUERY_FORMAT already ensures the requested format is supported.
2010-02-14 reimar Make vd_functions_t describing codecs const.
2010-02-14 diego Rename exit_reason_t enum to exit_reason and do not typedef it.
2010-02-14 reimar Make vd_info_t const for pointer in vd_functions, avoids some warnings about
2010-02-14 diego Fix exit_player() usage throughout the codebase.
2010-02-14 reimar Remove excessive ()
2010-02-13 diego Remove stray '/' from comment block, fixes the warning:
2010-02-13 diego Remove unused variables, fixes the warnings:
2010-02-13 compn add netspeak versions of truespeech and gsm audio codecs to codecs.conf
2010-02-13 diego 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.
2010-02-13 diego Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.
2010-02-13 diego Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.
2010-02-13 diego Fix shared library libavutil check: test for av_clip instead of av_gcd.
2010-02-13 diego osdep/mplayer.rc.o depends on version.h.
2010-02-13 reimar Move the check for valid sh_video into the init_vo_spudec, this fixes a crash
2010-02-12 reimar Dynamically increase probe size for lavf demuxer up to 2 MB.
2010-02-12 diego Mark all ad_info_t/vd_info_t structure declarations as const.
2010-02-12 diego Explain WIN32_LOADER definition hack.
2010-02-12 diego Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.
2010-02-12 jrash Synced with help_mp-en.h rev. 30515
2010-02-12 diego Fix linking of loader test programs when loader is disabled.
2010-02-12 komh Add win32 loader support for OS/2
2010-02-11 cehoyos Improve comment for GeoCodec.dll
2010-02-11 diego Remove pointless egcs #ifdefs; that compiler was never supported.
2010-02-11 diego Remove extern "C" declarations from loader code.
2010-02-11 diego Move one more FFmpeg-related definition to the FFmpeg section of config.h.
2010-02-11 diego Move some FFmpeg-related definitions to the FFmpeg section of config.h.
2010-02-11 diego Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.
2010-02-11 compn add comment about geov codec crashing on win32 in codecs.conf
2010-02-11 cehoyos GeoCodec.dll also supports fourcc GEOX.
2010-02-11 cehoyos Support GEOV video codec: Hangs on exit
2010-02-09 reimar Add stubs for several functions, needed for CineForm codec.
2010-02-09 greg libass: fix PAR correction
2010-02-09 kostya There is Indeo 5 decoder in FFmpeg now, so register it
2010-02-08 diego Fix linking of mp3lib test programs when internal mp3lib is disabled.
2010-02-08 diego Fix linking of liba52 test program when internal liba52 is disabled.
2010-02-08 diego Remove disabled AVIFILE-specific preprocessor code.
2010-02-08 diego Merge some preprocessor conditionals where appropriate.
2010-02-06 reimar Fix subtitle display for DVDs using fade-in/fade-out.
2010-02-06 reimar Make mkalpha function simpler, faster and more correct.
2010-02-06 Gabrov synced with r30515
2010-02-06 jrash sync with en/mplayer.1 r30436
2010-02-05 stefano Simplify how usesVFilter and usesHFilter are set.
2010-02-05 stefano Apply misc fixes to sws_getCoefficients() doxy.
2010-02-05 stefano Satisfy consistency need:
2010-02-05 reimar Prefer libavformat over our own mov demuxer also for video/quicktime
2010-02-05 reimar Release pin enumerator after we are done using it.
2010-02-05 reimar Add support for loading ASS subtitles through the stream layer and thus e.g.
2010-02-05 reimar Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_state.
2010-02-05 conrad Add function to translate SWS_CS_* to coefficient array
2010-02-05 komh Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.
2010-02-05 komh Remove '.section' causing the following assembler error on OS/2.
2010-02-05 reimar Print messages only after we are sure preinit will not fail anymore.
2010-02-04 reimar Add support for VOFLAG_HIDDEN to the w32 backend.
2010-02-04 reimar Set the PixelFormat right after creating the window and set it only once.
2010-02-04 reimar Create the OpenGL probe window as a hidden Window on X11.
2010-02-04 reimar Mention rtmp and rtsp specifically as formats supported via ffmpeg.
2010-02-04 reimar Enable RTSP and SDP demuxers if network support is enabled, they can now be used.
2010-02-04 cehoyos 100l: Fix compilation (broken by me).
2010-02-04 cehoyos Clarify -vo vdpau:pullup
2010-02-04 komh Audio buffer is too large so that it takes too long time to respond to audio
2010-02-03 stefano Implement shuffle_bytes_abcd() functions and use them for shuffling
2010-02-03 reimar Replace incorrect usage of strncpy.
2010-02-03 reimar Reindent
2010-02-03 reimar Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.
2010-02-03 reimar Use vo_x11_clearwindow instead of XClearWindow, both for consistency and also
2010-02-03 reimar Fix argument order for lseek, fixes cookie loading in Windows and in general
2010-02-03 komh Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpeg
2010-02-03 diego Add missing license headers to test programs for external libraries.
2010-02-02 reimar Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this
2010-02-02 reimar Remove pointless initializers and also set geometry_*_changed to 0 when
2010-02-02 reimar Mention yuv=2 auto-detection in Changelog.
2010-02-02 reimar Document auto-detection of -vo gl:yuv=... value.
2010-02-02 reimar Add support for autodetection during preinit and use that to detect a default
2010-02-02 reimar Avoid using options before autodetectGlExtensions to allow it to change them properly.
2010-02-02 reimar Remove vo_config_count check from uninit, it should always be safe to run.
2010-02-02 reimar Revert r30324 which broken the struct addrinfo check by making it always pass.
2010-02-01 reimar Estimate pts of additional frame generated by tfields also if correct-pts is
2010-02-01 reimar Enable query_format for vf_tfields to make sure it isn't used for formats
2010-02-01 reimar Fix -vf tfields=1 so it does not read out of bounds or leave parts of the
2010-02-01 reimar Reword tfields documentation to reflect that it works mostly with MPlayer,
2010-02-01 komh Add OS/2 KAI audio driver support
2010-02-01 diego misc fixes
2010-01-31 reimar Disable FFmpeg's network protocols if --disable-network was specified.
2010-01-31 cehoyos Fix compilation for new Bink audio decoder.
2010-01-31 diego Explain the need for a MEncoder version of the logging facilities.
2010-01-31 diego Add missing license header.
2010-01-31 diego Fix layout for the mouse/joystick controls sections.
2010-01-31 stefano Declare support for the pixel formats:
2010-01-31 reimar Document that -af-adv force=0 currently does the same as =1
2010-01-31 mru Blackfin: use SRAM only when CONFIG_SRAM is set
2010-01-30 diego Add license header to all top-level files missing them.
2010-01-30 diego Add missing multiple inclusion guards.
2010-01-30 diego Add missing #include, fixes the warning:
2010-01-30 diego Add license header to all files missing it in the stream subdirectory.
2010-01-30 stefano Reindent.
2010-01-30 stefano Use a consistent convention for the names of the internal wrapper
2010-01-30 diego stream/rtp.h appears not to originate from dvbstream.
2010-01-30 diego Add some more definitions for FFmpeg to config.h:
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2010-01-30 diego Remove confusing comment.
2010-01-30 diego Add missing license headers.
2010-01-30 diego cosmetics: Convert DOS linebreaks to Unix linebreaks.
2010-01-30 diego license header cosmetics
2010-01-30 diego Add standard license header to C tools missing them.
2010-01-30 stefano Fix randomness of the swscale-test output.
2010-01-30 diego Add missing license header and multiple inclusion guards.
2010-01-30 reimar Make the code match the documentation by making higher-quality but slower
2010-01-29 reimar Support more qscale types in most post-processing filters.
2010-01-29 jrash sync with en/mplayer.1 r30436
2010-01-28 reimar Explain why we still disable the ALSA resampler even though it is probably
2010-01-28 reimar Try the more specific names first for the SwapInterval function to make it less
2010-01-28 reimar glXSwapIntervalEXT is defined to take different arguments from glXSwapIntervalSGI,
2010-01-28 diego Fix input/output channel mixup in the pan filter description.