log

age author description
Thu, 16 Nov 2006 21:25:35 +0000 nicodvb handle video stream switch using 'switch_video' property'
Thu, 16 Nov 2006 21:23:06 +0000 nicodvb added code to switch video stream
Thu, 16 Nov 2006 21:22:07 +0000 nicodvb moved video codec/filters/outdevice initialization code to specific function
Thu, 16 Nov 2006 14:49:04 +0000 michael forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually look at the code after svn up not just the diff ...)
Thu, 16 Nov 2006 14:44:00 +0000 michael fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...)
Thu, 16 Nov 2006 13:15:05 +0000 diego cosmetics: Restore alphabetical order, align both tables.
Thu, 16 Nov 2006 12:49:27 +0000 diego Remove stray newline.
Thu, 16 Nov 2006 12:42:32 +0000 diego support for RoQ video and audio through libavformat
Thu, 16 Nov 2006 12:33:12 +0000 diego support for Electronic Arts ADPCM audio
Thu, 16 Nov 2006 12:28:39 +0000 diego support for Delphine CIN audio and video
Thu, 16 Nov 2006 11:24:45 +0000 diego Mark internal lavf FourCCs as such.
Thu, 16 Nov 2006 07:07:22 +0000 ods15 update to libnut API, non-negative errors
Thu, 16 Nov 2006 06:58:48 +0000 reynaldo Removing redundant entry, kraymer is doing all this work while maintaining translations
Thu, 16 Nov 2006 01:17:19 +0000 diego support for Interplay DPCM audio
Thu, 16 Nov 2006 00:59:01 +0000 diego cosmetics: alphabetical order and prettyprinting for the CodecTag table
Thu, 16 Nov 2006 00:56:35 +0000 diego support for Sierra VMD video
Thu, 16 Nov 2006 00:20:55 +0000 diego Add support for Tiertex SEQ video.
Thu, 16 Nov 2006 00:07:55 +0000 torinthiel synced with r20879
Wed, 15 Nov 2006 23:42:47 +0000 diego Add support for Westwood IMA ADPCM audio.
Wed, 15 Nov 2006 21:52:34 +0000 gpoirier Fix segfault with videos with unusual resolution, patch by Stanislav Maslovski % stanislav P maslovski A gmail P com %
Wed, 15 Nov 2006 20:51:27 +0000 iive When testing lame preset presence, use actuall lame_set_preset() function to test its availablility in the library.
Wed, 15 Nov 2006 17:32:00 +0000 voroshil missing small update about libsmb in previous commit
Wed, 15 Nov 2006 17:25:12 +0000 voroshil r20933: libvorbis is not necessary for Vorbis playback, small wording improvement.
Wed, 15 Nov 2006 11:36:22 +0000 ods15 update to libnut, no nut_skip_packet()
Wed, 15 Nov 2006 11:26:05 +0000 ods15 update to libnut API, don't free the streams
Wed, 15 Nov 2006 10:37:41 +0000 diego Output UTF-8 instead of legacy encodings by default.
Wed, 15 Nov 2006 08:36:06 +0000 kraymer r20878: [cosmetics] (skipped)
Wed, 15 Nov 2006 00:12:39 +0000 ods15 revert last 2 commits on nut.txt
Tue, 14 Nov 2006 22:48:53 +0000 rtogni Don't spam the console with timestamps (non-error messages printed every
Tue, 14 Nov 2006 22:40:35 +0000 rtogni Fix extradata passing to lavc RV20 decoder