log

age author description
Thu, 27 Aug 2009 19:13:19 +0000 reimar Enable calc_src_dst_rects for windowed aspect and panscan.
Thu, 27 Aug 2009 18:51:02 +0000 reimar Remove panscan related conditions and code that only breaks future windowed
Thu, 27 Aug 2009 18:42:08 +0000 reimar Make gl2 code capable of windowed aspect and panscan (no user option to enable it yet though).
Thu, 27 Aug 2009 18:36:51 +0000 reimar Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.
Thu, 27 Aug 2009 14:12:38 +0000 reimar Fix video placement with -vo gl2 -fs -wid.
Thu, 27 Aug 2009 14:10:38 +0000 reimar -vo gl2 resize does not need to modify its arguments, so pass int instead of int *.
Thu, 27 Aug 2009 14:07:15 +0000 reimar Simplify -vo gl ass border etc. dimension calculation one bit more.
Thu, 27 Aug 2009 14:01:39 +0000 reimar Remove useless code that has no effect.
Thu, 27 Aug 2009 13:54:53 +0000 reimar Simplify and fix ass border calculations for -vo gl and -wid -fs mode.
Thu, 27 Aug 2009 13:31:12 +0000 reimar Make panscan cover the same range in -wid -fs mode as in normal mode.
Thu, 27 Aug 2009 13:20:21 +0000 reimar Disable -keepaspect with -wid in w32_common code.
Thu, 27 Aug 2009 12:38:22 +0000 reimar Fix aspect_fit to work correctly when borders need to be added on top and
Thu, 27 Aug 2009 12:35:23 +0000 reimar Forgotten changes to aspect code to handle -wid with -fs.
Thu, 27 Aug 2009 12:03:02 +0000 reimar First attempts at supporting -fs with -wid, -vo gl on X11 only so far
Thu, 27 Aug 2009 11:04:52 +0000 cehoyos Expand wid explanation.
Wed, 26 Aug 2009 19:06:14 +0000 reimar Reindent
Wed, 26 Aug 2009 19:05:36 +0000 reimar Retry deciding to get audio parameters several times on errors, this avoids
Wed, 26 Aug 2009 17:35:40 +0000 diego Adjust documentation about filtering out whitespace changes from 'svn diff'.
Wed, 26 Aug 2009 02:43:15 +0000 cehoyos Fix DTS in least one Bluray sample with demuxer lavf.
Wed, 26 Aug 2009 02:37:56 +0000 cehoyos Fix AC3 in least one Bluray sample with demuxer lavf.
Mon, 24 Aug 2009 07:32:25 +0000 cladisch Use a buffer of about half a second, instead of sizing it to have
Sun, 23 Aug 2009 20:31:38 +0000 ramiro swscale-example: Rename src->ref so as to not confuse with src being used in doTest().
Sun, 23 Aug 2009 20:29:49 +0000 ramiro swscale-example: Use SWS_BILINEAR instead of hardcoded value.
Sun, 23 Aug 2009 15:32:42 +0000 reimar Reuse ds_get_packet in ds_get_packet_pts
Sat, 22 Aug 2009 19:30:19 +0000 ramiro Fix inconsistent indentation.
Fri, 21 Aug 2009 16:54:57 +0000 reimar Add suport for detecting and demuxing DVB teletext streams (nothing beyond that though).
Thu, 20 Aug 2009 01:55:45 +0000 ramiro Check return values of sws_allocVec() and sws_getConstVec().
Wed, 19 Aug 2009 16:03:05 +0000 reimar OpenAL: untested support for 8-channel audio.
Wed, 19 Aug 2009 13:29:07 +0000 tack Fix channel reordering when using 24-bit samples by adding breaks to cases
Wed, 19 Aug 2009 09:01:37 +0000 reimar Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too.
Wed, 19 Aug 2009 08:47:46 +0000 diego Fix detection of mips arch on NetBSD/sgimips.
Wed, 19 Aug 2009 08:21:55 +0000 reimar Free initial swscale context, too. Avoids a valgrind warning.
Wed, 19 Aug 2009 08:18:53 +0000 reimar Remove useless casts of malloc return value.
Wed, 19 Aug 2009 01:33:17 +0000 ramiro Introduce and use sws_allocVec().
Wed, 19 Aug 2009 01:32:06 +0000 ramiro Reuse sws_getConstVec() where possible.
Tue, 18 Aug 2009 22:25:58 +0000 tack Cosmetics: adjust alignment.
Tue, 18 Aug 2009 22:24:36 +0000 tack Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,
Mon, 17 Aug 2009 08:02:37 +0000 reimar Fix incompatible pointer types warning, also seems to fix mis-compilation with gcc-4.4.1
Mon, 17 Aug 2009 07:30:24 +0000 reimar Fix 100l broken flag check found due to compiler warning.
Mon, 17 Aug 2009 06:14:12 +0000 reimar Set demuxer->filepos in mf demuxer, since the stream_tell fallback is not
Mon, 17 Aug 2009 05:56:36 +0000 reimar Get rid of rawaudio control code again that only duplicates the fallback code in
Mon, 17 Aug 2009 05:55:40 +0000 reimar Handle demuxers that never set filepos by using stream_tell.
Mon, 17 Aug 2009 02:06:00 +0000 ramiro swscale-example: Make selection of dstW, dstH, and flags more clear.
Sun, 16 Aug 2009 22:44:29 +0000 reimar Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case the
Sun, 16 Aug 2009 22:39:10 +0000 reimar Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS for
Sun, 16 Aug 2009 21:37:07 +0000 ramiro More indentation changes leftover from r29522:
Sun, 16 Aug 2009 21:11:28 +0000 ramiro Cosmetics:
Sun, 16 Aug 2009 00:32:04 +0000 ramiro Indent libswscale:
Sat, 15 Aug 2009 23:41:35 +0000 cehoyos Fix file information. Patch by Francesco Lavra, francescolavra interfree it
Sat, 15 Aug 2009 23:33:56 +0000 cehoyos Add missing major contributors to copyright statement.
Sat, 15 Aug 2009 02:55:54 +0000 jrash improve previous translation
Sat, 15 Aug 2009 02:35:55 +0000 ramiro Indent.
Fri, 14 Aug 2009 15:52:40 +0000 ramiro Vertical yuv -> yuv16 scaler.
Fri, 14 Aug 2009 09:31:16 +0000 cehoyos Allow compilation with gcc 2.95.3 if videodev2.h does not support it.
Fri, 14 Aug 2009 02:15:28 +0000 ramiro BGR32 MMX special convertor.
Thu, 13 Aug 2009 22:52:45 +0000 greg Fix crash when event format is not specified
Thu, 13 Aug 2009 21:54:08 +0000 cehoyos Add Dolby TrueHD support for mkv demuxer.
Thu, 13 Aug 2009 19:03:14 +0000 ramiro Indent.
Thu, 13 Aug 2009 18:39:39 +0000 ramiro swscale-example: Don't check for chroma planes in mono formats.
Thu, 13 Aug 2009 18:31:07 +0000 ramiro MMX2 horizontal scaler: Determine code size at runtime.