log

age author description
Wed, 27 Jan 2010 18:16:41 +0000 reimar Do not needlessly make local variable static.
Wed, 27 Jan 2010 18:11:15 +0000 reimar Remove useless initializers.
Wed, 27 Jan 2010 18:10:07 +0000 reimar Do not needlessly use (file-)global variables.
Wed, 27 Jan 2010 00:25:23 +0000 stefano Rename swscale-example to swscale-test, to better reflect the intended
Tue, 26 Jan 2010 21:08:01 +0000 reimar Remove ds_fill_buffer calls from demux_resync, they cause issues at least with
Tue, 26 Jan 2010 18:19:57 +0000 reimar Enable parsing for ASF audio streams.
Tue, 26 Jan 2010 18:15:58 +0000 reimar Add an option to cropdetect to periodically reset the detected area.
Tue, 26 Jan 2010 08:03:28 +0000 michael Use isAnyRGB() where possible
Tue, 26 Jan 2010 08:01:50 +0000 michael Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.
Tue, 26 Jan 2010 07:40:14 +0000 michael Rename isRGB() and isBGR() as their meaning is confusing.
Mon, 25 Jan 2010 22:46:09 +0000 stefano Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly
Sun, 24 Jan 2010 21:28:17 +0000 stefano Fix mis-computation of the needsDither variable erroneously introduced
Sun, 24 Jan 2010 21:15:43 +0000 reimar Use av_malloc to ensure sufficient alignment and also free at least some
Sun, 24 Jan 2010 20:54:17 +0000 reimar If audio was identified as DTS in the PMT do not override that with TrueHD
Sun, 24 Jan 2010 20:46:26 +0000 reimar Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crashing.
Sun, 24 Jan 2010 20:05:28 +0000 reimar Add support for parsing MLP and TrueHD.
Sun, 24 Jan 2010 19:50:27 +0000 cehoyos Revert the xvmc part of r30422: VCR2 at least worked with xvmc at some point.
Sun, 24 Jan 2010 17:44:43 +0000 stefano Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
Sun, 24 Jan 2010 17:05:53 +0000 reimar Add forgotten declaration of ds_clear_parser.
Sun, 24 Jan 2010 16:38:46 +0000 reimar Remove now unused variables.
Sun, 24 Jan 2010 16:06:41 +0000 cehoyos VCR2 fails for mpeg12, decodes incorrectly (and cannot be fixed) for
Sun, 24 Jan 2010 15:19:14 +0000 reimar Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
Sun, 24 Jan 2010 15:16:39 +0000 reimar Move the resync-related code into more consistent places instead of having it
Sun, 24 Jan 2010 12:55:05 +0000 stefano Use av_get_bits_per_pixel() for computing the bits per pixel of the
Sun, 24 Jan 2010 10:13:33 +0000 reimar Fix ftp support to properly support large files > 2GB.
Sun, 24 Jan 2010 03:21:18 +0000 Gabrov new year in version string
Sun, 24 Jan 2010 03:19:47 +0000 Gabrov typo fix, accidently reverted the new year patch with previous commit
Sun, 24 Jan 2010 03:16:13 +0000 Gabrov synced with r30414
Sun, 24 Jan 2010 03:15:18 +0000 Gabrov big new year patch for documentations
Sun, 24 Jan 2010 03:02:40 +0000 ramiro Indent.
Sun, 24 Jan 2010 02:16:26 +0000 ramiro Don't redefine M_PI. It is already defined from libavutil/mathematics.h.
Sun, 24 Jan 2010 02:08:22 +0000 ramiro Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
Sat, 23 Jan 2010 23:50:25 +0000 reimar Switch -vf halfpack to use only public API of libswscale.
Sat, 23 Jan 2010 19:00:09 +0000 reimar Make the scale filter prefer yuv conversions that do not need chroma scaling.
Sat, 23 Jan 2010 18:37:47 +0000 reimar Remove the query_format_cache, it is extra complexity that makes improvements
Sat, 23 Jan 2010 18:28:47 +0000 reimar Simplify loop condition
Sat, 23 Jan 2010 15:41:58 +0000 compn clean up netstream docs in TOOLS/README
Sat, 23 Jan 2010 14:57:43 +0000 reimar Make sure that a qstride of 0 (intentional or not) does not completely break
Sat, 23 Jan 2010 12:27:13 +0000 reimar Always call cache_uninit to immediately free everything cache-related if we
Sat, 23 Jan 2010 12:21:07 +0000 reimar Call cache-uninit unconditionally, it should always be safe to call.
Sat, 23 Jan 2010 12:13:28 +0000 reimar Change code to allow playing a stream even if enabling the cache failed
Sat, 23 Jan 2010 11:51:13 +0000 reimar Make cache_init static, it is not used outside this file
Sat, 23 Jan 2010 11:21:56 +0000 reimar Support more formats for -ao pcm in raw mode.
Sat, 23 Jan 2010 11:14:18 +0000 reimar Handle Content-Length also when Content-Type is not set.
Sat, 23 Jan 2010 11:08:45 +0000 reimar Use atoll to parse Content-Length to support http for files > 2GB.
Sat, 23 Jan 2010 11:03:10 +0000 reimar Add an exit() to silence a gcc warning and ensure forked code will never
Sat, 23 Jan 2010 11:00:13 +0000 reimar 100l, shouldn't write to memory after freeing it.
Sat, 23 Jan 2010 10:54:03 +0000 reimar Reindent.
Sat, 23 Jan 2010 10:53:28 +0000 reimar Zero freed pointers.
Sat, 23 Jan 2010 10:50:50 +0000 reimar Check for fork failing and make sure cache_uninit always frees the cache data
Fri, 22 Jan 2010 23:53:15 +0000 jrash sync with en/mplayer.1 r30336
Fri, 22 Jan 2010 23:19:59 +0000 reimar Remove any auto-inserted lavc filter.
Fri, 22 Jan 2010 22:10:28 +0000 reimar Fix sub_free to actually free the subtitle data.
Fri, 22 Jan 2010 21:49:05 +0000 reimar Fix a memory leak in the subreader.
Fri, 22 Jan 2010 21:16:54 +0000 reimar Replace strncat by av_strlcat which is easier to verify for correctness.
Fri, 22 Jan 2010 21:10:40 +0000 reimar Also handle ASS subtitles when removing subtitles via sub_remove slave command.
Fri, 22 Jan 2010 20:59:15 +0000 reimar Avoid duplicating code to remove subtitles (sub_remove slave command).
Fri, 22 Jan 2010 03:26:30 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations
Thu, 21 Jan 2010 11:16:03 +0000 diego Disable all hwaccel glue code from FFmpeg.
Thu, 21 Jan 2010 10:37:35 +0000 cehoyos x264 version 0.83 is required.