log

age author description
Fri, 05 Feb 2010 17:13:47 +0000 reimar Add support for loading ASS subtitles through the stream layer and thus e.g.
Fri, 05 Feb 2010 16:42:13 +0000 reimar Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_state.
Fri, 05 Feb 2010 16:09:03 +0000 conrad Add function to translate SWS_CS_* to coefficient array
Fri, 05 Feb 2010 11:00:59 +0000 komh Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.
Fri, 05 Feb 2010 10:54:28 +0000 komh Remove '.section' causing the following assembler error on OS/2.
Fri, 05 Feb 2010 07:12:05 +0000 reimar Print messages only after we are sure preinit will not fail anymore.
Thu, 04 Feb 2010 22:46:45 +0000 reimar Add support for VOFLAG_HIDDEN to the w32 backend.
Thu, 04 Feb 2010 22:46:01 +0000 reimar Set the PixelFormat right after creating the window and set it only once.
Thu, 04 Feb 2010 22:08:23 +0000 reimar Create the OpenGL probe window as a hidden Window on X11.
Thu, 04 Feb 2010 21:20:47 +0000 reimar Mention rtmp and rtsp specifically as formats supported via ffmpeg.
Thu, 04 Feb 2010 21:17:46 +0000 reimar Enable RTSP and SDP demuxers if network support is enabled, they can now be used.
Thu, 04 Feb 2010 17:27:38 +0000 cehoyos 100l: Fix compilation (broken by me).
Thu, 04 Feb 2010 16:56:28 +0000 cehoyos Clarify -vo vdpau:pullup
Thu, 04 Feb 2010 14:42:57 +0000 komh Audio buffer is too large so that it takes too long time to respond to audio
Wed, 03 Feb 2010 23:46:00 +0000 stefano Implement shuffle_bytes_abcd() functions and use them for shuffling
Wed, 03 Feb 2010 22:36:47 +0000 reimar Replace incorrect usage of strncpy.
Wed, 03 Feb 2010 22:33:35 +0000 reimar Reindent
Wed, 03 Feb 2010 22:32:48 +0000 reimar Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.
Wed, 03 Feb 2010 21:12:23 +0000 reimar Use vo_x11_clearwindow instead of XClearWindow, both for consistency and also
Wed, 03 Feb 2010 17:50:18 +0000 reimar Fix argument order for lseek, fixes cookie loading in Windows and in general
Wed, 03 Feb 2010 13:14:09 +0000 komh Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpeg
Wed, 03 Feb 2010 08:32:35 +0000 diego Add missing license headers to test programs for external libraries.
Tue, 02 Feb 2010 21:27:17 +0000 reimar Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this
Tue, 02 Feb 2010 21:18:21 +0000 reimar Remove pointless initializers and also set geometry_*_changed to 0 when
Tue, 02 Feb 2010 20:43:20 +0000 reimar Mention yuv=2 auto-detection in Changelog.
Tue, 02 Feb 2010 20:39:22 +0000 reimar Document auto-detection of -vo gl:yuv=... value.
Tue, 02 Feb 2010 20:37:48 +0000 reimar Add support for autodetection during preinit and use that to detect a default
Tue, 02 Feb 2010 20:20:48 +0000 reimar Avoid using options before autodetectGlExtensions to allow it to change them properly.
Tue, 02 Feb 2010 20:16:57 +0000 reimar Remove vo_config_count check from uninit, it should always be safe to run.
Tue, 02 Feb 2010 18:57:43 +0000 reimar Revert r30324 which broken the struct addrinfo check by making it always pass.
Mon, 01 Feb 2010 22:22:32 +0000 reimar Estimate pts of additional frame generated by tfields also if correct-pts is
Mon, 01 Feb 2010 22:14:17 +0000 reimar Enable query_format for vf_tfields to make sure it isn't used for formats
Mon, 01 Feb 2010 19:14:01 +0000 reimar Fix -vf tfields=1 so it does not read out of bounds or leave parts of the
Mon, 01 Feb 2010 18:20:22 +0000 reimar Reword tfields documentation to reflect that it works mostly with MPlayer,
Mon, 01 Feb 2010 14:09:53 +0000 komh Add OS/2 KAI audio driver support
Mon, 01 Feb 2010 09:24:32 +0000 diego misc fixes
Sun, 31 Jan 2010 15:11:16 +0000 reimar Disable FFmpeg's network protocols if --disable-network was specified.
Sun, 31 Jan 2010 14:14:20 +0000 cehoyos Fix compilation for new Bink audio decoder.
Sun, 31 Jan 2010 10:55:36 +0000 diego Explain the need for a MEncoder version of the logging facilities.
Sun, 31 Jan 2010 10:54:08 +0000 diego Add missing license header.
Sun, 31 Jan 2010 10:29:29 +0000 diego Fix layout for the mouse/joystick controls sections.
Sun, 31 Jan 2010 10:16:05 +0000 stefano Declare support for the pixel formats:
Sun, 31 Jan 2010 01:42:11 +0000 reimar Document that -af-adv force=0 currently does the same as =1
Sun, 31 Jan 2010 00:20:37 +0000 mru Blackfin: use SRAM only when CONFIG_SRAM is set
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Sat, 30 Jan 2010 23:20:10 +0000 diego Add missing multiple inclusion guards.
Sat, 30 Jan 2010 23:01:32 +0000 diego Add missing #include, fixes the warning:
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Sat, 30 Jan 2010 21:58:09 +0000 stefano Reindent.
Sat, 30 Jan 2010 21:56:33 +0000 stefano Use a consistent convention for the names of the internal wrapper
Sat, 30 Jan 2010 21:38:05 +0000 diego stream/rtp.h appears not to originate from dvbstream.
Sat, 30 Jan 2010 21:17:38 +0000 diego Add some more definitions for FFmpeg to config.h:
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Sat, 30 Jan 2010 14:13:15 +0000 diego Remove confusing comment.
Sat, 30 Jan 2010 13:49:24 +0000 diego Add missing license headers.
Sat, 30 Jan 2010 13:49:03 +0000 diego cosmetics: Convert DOS linebreaks to Unix linebreaks.
Sat, 30 Jan 2010 13:46:26 +0000 diego license header cosmetics
Sat, 30 Jan 2010 13:35:03 +0000 diego Add standard license header to C tools missing them.
Sat, 30 Jan 2010 13:31:00 +0000 stefano Fix randomness of the swscale-test output.
Sat, 30 Jan 2010 13:22:24 +0000 diego Add missing license header and multiple inclusion guards.