log

age author description
Tue, 08 Dec 2009 23:58:42 +0000 cehoyos Support FourCC's AVI1 and AVI2 as MJPEG.
Tue, 08 Dec 2009 23:32:51 +0000 reimar Pass all OpenGL functions through a function pointer indirection.
Tue, 08 Dec 2009 06:42:46 +0000 reimar Very preliminary code to allow selecting the OpenGL backend at runtime.
Mon, 07 Dec 2009 23:11:40 +0000 reimar Add braces to avoid ambiguous else.
Mon, 07 Dec 2009 03:52:55 +0000 ramiro Document the differences between the two asm fragments in initMMX2HScaler().
Sun, 06 Dec 2009 22:01:25 +0000 ramiro Start using intermediate buffers at index 0.
Sat, 05 Dec 2009 09:44:19 +0000 ramiro Fix compilation with runtime cpu detection.
Thu, 03 Dec 2009 21:04:53 +0000 compn fix apple.com trailer example, via carl
Thu, 03 Dec 2009 18:18:13 +0000 ramiro Add support for nv12/nv21 input.
Tue, 01 Dec 2009 05:02:26 +0000 compn add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders
Sun, 29 Nov 2009 05:18:40 +0000 lorenm sync to x264-r1327. (only needed for x264-in-libavcodec)
Sat, 28 Nov 2009 18:23:26 +0000 tack Fix mangling of 24-bit audio during channel reorder.
Sat, 28 Nov 2009 18:01:54 +0000 attila when using -v, print also which lavc codec has been used, not
Fri, 27 Nov 2009 12:23:06 +0000 jrash improve previous translation
Thu, 26 Nov 2009 21:08:45 +0000 stefano Make sws_format_name() use av_pix_fmt_descriptors.
Thu, 26 Nov 2009 18:01:13 +0000 compn add user-agent example to fix apple.com/trailers
Thu, 26 Nov 2009 18:00:45 +0000 compn map 0x20736D to ffac3, fixes broken mov sample
Thu, 26 Nov 2009 17:57:33 +0000 compn mime type [video/x-ms-wmv] is not an ASF redirector.
Tue, 24 Nov 2009 06:59:21 +0000 reimar Readjust the global number of subs when switching dvdnav track to take
Mon, 23 Nov 2009 20:41:06 +0000 compn small update wishlist
Sun, 22 Nov 2009 15:18:21 +0000 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
Sun, 22 Nov 2009 15:10:50 +0000 reimar Some MinGW awk versions can not handle reading from files with CRLF
Sun, 22 Nov 2009 14:46:43 +0000 reimar 100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_common.h
Sun, 22 Nov 2009 14:15:41 +0000 reimar av_alloc_format_context -> avformat_alloc_context
Sun, 22 Nov 2009 13:26:57 +0000 reimar Fix initialization values for vf_expand priv struct.
Sun, 22 Nov 2009 13:25:07 +0000 reimar Remove unused variable.
Sun, 22 Nov 2009 13:18:12 +0000 reimar Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_band.
Sun, 22 Nov 2009 13:14:39 +0000 reimar Switch ad_ffmpeg to avcodec_decode_audio3
Sun, 22 Nov 2009 13:08:43 +0000 reimar Remove unused variable.
Sun, 22 Nov 2009 13:06:44 +0000 reimar Reuse buffer in priv context instead of allocating the 32kB probe buffer
Sun, 22 Nov 2009 00:22:24 +0000 reimar Fix crash with partial fribidi conversion.
Sun, 22 Nov 2009 00:10:52 +0000 reimar Mention right-to-left support for embedded subtitles also in the Changelog.
Sun, 22 Nov 2009 00:09:40 +0000 reimar Make fribidi (i.e. right-to-left) support work with embedded subtitles.
Sat, 21 Nov 2009 23:47:19 +0000 jrash Synced with help_mp-en.h r29912
Sat, 21 Nov 2009 22:32:53 +0000 reimar Print which visual glXChooseVisual chose when running in verbose mode.
Sat, 21 Nov 2009 22:30:33 +0000 reimar Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.
Sat, 21 Nov 2009 22:27:40 +0000 reimar Add support for Windows OpenGL rendering onto a device instead of into a window.
Sat, 21 Nov 2009 19:50:33 +0000 reimar Remove unreachable parsing code: for filters that use the option parser,
Sat, 21 Nov 2009 18:59:52 +0000 reimar Support RGB48NE format in OpenGL vos (only really useful once they are modified
Sat, 21 Nov 2009 18:58:03 +0000 reimar Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit formats.
Sat, 21 Nov 2009 18:47:47 +0000 reimar Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.
Sat, 21 Nov 2009 18:45:41 +0000 reimar Add a define for IMGFMT_RGB48NE that depends on machine endianness.
Fri, 20 Nov 2009 23:48:16 +0000 reimar Move 128kB buffer from stack to demuxer context.
Fri, 20 Nov 2009 23:41:06 +0000 reimar calloc instead of malloc+memset.
Fri, 20 Nov 2009 23:36:16 +0000 reimar Use calloc to allocate a rather large (currently 32k) array instead of
Fri, 20 Nov 2009 10:32:45 +0000 reimar sub_fribidi should be static, it is not used outside subreader.c
Fri, 20 Nov 2009 10:24:31 +0000 reimar Use early return instead of block over whole function.
Fri, 20 Nov 2009 10:22:57 +0000 reimar Use FFMAX instead of a custom max macro.
Wed, 18 Nov 2009 18:24:05 +0000 cehoyos Silence two gcc warnings: suggest parentheses around && within ||
Wed, 18 Nov 2009 18:07:54 +0000 diego Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.
Wed, 18 Nov 2009 17:16:02 +0000 diego Add functions to return library license and library configuration.
Wed, 18 Nov 2009 09:13:09 +0000 cehoyos 10l to Reimar: Fix typo.
Tue, 17 Nov 2009 19:23:55 +0000 reimar Deobfuscate the special hack to disable cache for live555.
Tue, 17 Nov 2009 19:14:42 +0000 reimar Merge malloc+memset -> calloc
Tue, 17 Nov 2009 18:30:33 +0000 reimar Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set
Tue, 17 Nov 2009 18:28:43 +0000 reimar Remove useless check for valid fd with -dumpstream, the code does not
Tue, 17 Nov 2009 18:08:18 +0000 reimar Enable the read-based forward seek fallback also when CONFIG_NETWORK is
Tue, 17 Nov 2009 18:05:54 +0000 reimar Use fill_buffer if available also for STREAMTYPE_STREAM
Tue, 17 Nov 2009 16:13:20 +0000 reimar Mention support for streaming via FFmpeg in Changelog (ffmpeg:// URLs).
Tue, 17 Nov 2009 16:09:17 +0000 reimar Add preliminary support for streaming via FFmpeg's URProtocol functions.