log

age author description
Mon, 23 Apr 2007 08:01:10 +0000 diego Use proper GPL header.
Mon, 23 Apr 2007 07:48:03 +0000 diego spelling cosmetics
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui
Mon, 23 Apr 2007 07:36:26 +0000 diego Mark incompletely translated file as such.
Mon, 23 Apr 2007 07:28:48 +0000 diego Set _audio_input to yes for V4L2 as well.
Mon, 23 Apr 2007 07:03:58 +0000 diego Use standard GPL header.
Sun, 22 Apr 2007 21:48:20 +0000 diego cosmetics: Sort PARTS.
Sun, 22 Apr 2007 20:59:14 +0000 reimar Cosmetics: remove duplicate space in ifdef
Sun, 22 Apr 2007 20:57:38 +0000 diego Remove duplicate entries from PARTS.
Sun, 22 Apr 2007 20:43:28 +0000 diego Add Makefile variable for audio input that is enabled by V4L or radio capture.
Sun, 22 Apr 2007 20:32:15 +0000 nicodvb demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO
Sun, 22 Apr 2007 20:19:00 +0000 diego Add Makefile variable for either internal or external VIDIX.
Sun, 22 Apr 2007 20:16:29 +0000 diego Readd an explicit rule for Objective C files. Apparently only Apple's fork of
Sun, 22 Apr 2007 20:03:09 +0000 nicodvb include inttypes.h in the check for dvdnav
Sun, 22 Apr 2007 19:24:04 +0000 ben u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)
Sun, 22 Apr 2007 19:22:41 +0000 ben remove useless include that breaks MinGW (patch by Xuebin Wu)
Sun, 22 Apr 2007 19:02:05 +0000 ben fix dha compilation if SVGAHELPER is used (patch by Carl Eugen Hoyos
Sun, 22 Apr 2007 18:54:16 +0000 reimar Add .mp4 to gmplayer list of known video formats
Sun, 22 Apr 2007 16:30:18 +0000 voroshil spelling, wording
Sun, 22 Apr 2007 15:44:42 +0000 ben simplified depth definition
Sun, 22 Apr 2007 15:41:17 +0000 ben declare variables as static
Sun, 22 Apr 2007 15:39:39 +0000 ben removed useless vars
Sun, 22 Apr 2007 15:39:18 +0000 ben declare variables and functions as static
Sun, 22 Apr 2007 15:37:17 +0000 ben declare variables as static
Sun, 22 Apr 2007 15:35:45 +0000 ben declare variable as static
Sun, 22 Apr 2007 15:34:16 +0000 ben removed old code, that has been commented out for too long time
Sun, 22 Apr 2007 15:30:05 +0000 ben declare variable as static
Sun, 22 Apr 2007 15:27:49 +0000 ben useless else case
Sun, 22 Apr 2007 15:26:51 +0000 ben removed never called function
Sun, 22 Apr 2007 15:26:24 +0000 ben declare variables as static
Sun, 22 Apr 2007 15:24:25 +0000 ben simplified depth definition
Sun, 22 Apr 2007 15:18:48 +0000 ben removed useless code from vidix drivers
Sun, 22 Apr 2007 15:11:47 +0000 reimar Suggest svn diff command that does not show most cosmetics
Sun, 22 Apr 2007 14:05:41 +0000 ben updated vidix files headers whenever it's possible to have a clear GPL statement
Sun, 22 Apr 2007 13:28:54 +0000 ben kill a few warnings
Sun, 22 Apr 2007 13:25:50 +0000 ben updated the ati vidix driver with the one from upstream vidix, it now supports much more GPUs (including all Radeon > 9600 and X series)
Sun, 22 Apr 2007 10:27:44 +0000 nicodvb after a DVDNAV_VTS_CHANGE event report the title being played
Sun, 22 Apr 2007 01:55:47 +0000 voroshil r23028: with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
Sat, 21 Apr 2007 18:14:49 +0000 Gabrov synced with r23028
Sat, 21 Apr 2007 12:04:49 +0000 ben fix for mingw: u_long becomes unsigned long
Sat, 21 Apr 2007 12:03:41 +0000 ben added a new value for alpha colorkey (will be needed by further ati vidix driver upgrade)
Sat, 21 Apr 2007 12:00:41 +0000 ben u_char is broken under mingw, use unsigned char instead, fix by aurel
Sat, 21 Apr 2007 11:59:30 +0000 ben better fix for r23001, u_int becomes unsigned int, dont force it to uin32_t
Sat, 21 Apr 2007 11:02:49 +0000 eugeni Deallocate glyphs in a separate loop.
Sat, 21 Apr 2007 10:56:28 +0000 eugeni Always deallocate glyphs. Fixes a memory leak.
Sat, 21 Apr 2007 10:43:19 +0000 eugeni Reset outline glyph cache when configuration changes.
Sat, 21 Apr 2007 10:42:10 +0000 eugeni Scale camera distance.
Sat, 21 Apr 2007 03:20:13 +0000 compn update year of mencoder version line
Fri, 20 Apr 2007 23:25:30 +0000 eugeni Remove unused variables.
Fri, 20 Apr 2007 23:23:32 +0000 eugeni Cosmetics.
Fri, 20 Apr 2007 23:23:00 +0000 eugeni Allow caching of rotated glyphs.
Fri, 20 Apr 2007 23:19:23 +0000 eugeni Add shift_[xy] (vector that is added to the glyph before transformation) to
Fri, 20 Apr 2007 23:16:29 +0000 eugeni Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.
Fri, 20 Apr 2007 23:14:12 +0000 eugeni Remove bbox and advance vector from bitmap cache.
Fri, 20 Apr 2007 23:13:34 +0000 eugeni Store outline_glyph (glyph border) in glyph cache.
Fri, 20 Apr 2007 23:12:19 +0000 eugeni Cosmetics: reindentation.
Fri, 20 Apr 2007 23:11:39 +0000 eugeni Because of the outline glyph cache it is now possible for glyph_info_t to have
Fri, 20 Apr 2007 23:10:33 +0000 eugeni Make get_*_glyph return void.
Fri, 20 Apr 2007 23:09:48 +0000 eugeni Move outline glyph generation to a separate function, using outline glyph
Fri, 20 Apr 2007 23:09:06 +0000 eugeni Oops, fix compilation broken in r23037.
Fri, 20 Apr 2007 23:06:12 +0000 eugeni Collect hit/miss statistic in hash map, and print in -v mode.
Fri, 20 Apr 2007 23:04:21 +0000 eugeni Add outline glyph cache (unused yet).
Fri, 20 Apr 2007 23:02:20 +0000 eugeni Rename glyph cache to bitmap cache.
Fri, 20 Apr 2007 23:00:30 +0000 eugeni Add generic hash map implementation.
Fri, 20 Apr 2007 22:57:55 +0000 eugeni A meaningless cosmetic change.
Fri, 20 Apr 2007 22:56:42 +0000 eugeni Add perspective projection.
Fri, 20 Apr 2007 22:55:28 +0000 eugeni Applying transformation matrix to the glyph and the shift vector separately is
Fri, 20 Apr 2007 22:51:19 +0000 eugeni Cosmetics: reindentation.
Fri, 20 Apr 2007 22:49:48 +0000 eugeni Disable caching of rotated glyphs.
Fri, 20 Apr 2007 21:49:49 +0000 nicodvb with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
Fri, 20 Apr 2007 18:57:09 +0000 diego Intel's Conroe-L makes use of extended models, so adjust CPU detection
Fri, 20 Apr 2007 14:23:27 +0000 voroshil r22985: Move translatable strings from tv.c to help_mp*
Thu, 19 Apr 2007 16:29:04 +0000 ptt Sync'd up to r23003
Thu, 19 Apr 2007 16:28:59 +0000 reimar Mono audio should be supported by NAS, too.
Wed, 18 Apr 2007 19:25:52 +0000 compn update release number and add atrac3 in wav format, works on /samples/a-codecs/atrac3/sample.ATRAC3.66kbps.44100Hz.Stereo.wav
Wed, 18 Apr 2007 16:40:58 +0000 ivo preserve alpha channel when converting rgb32 to bgr32 in plain C
Wed, 18 Apr 2007 16:40:07 +0000 ivo fix red_15mask and green_15mask. the previous values were wrong and caused
Wed, 18 Apr 2007 14:39:16 +0000 diego FFmpeg Atrac 3
Wed, 18 Apr 2007 14:38:29 +0000 diego Bethesda software VID video decoder
Wed, 18 Apr 2007 14:22:42 +0000 ivo test widths all down to one. this tests whether the scalers correctly switch
Wed, 18 Apr 2007 09:58:04 +0000 diego Merge both USE_DVDREAD sections.
Wed, 18 Apr 2007 09:56:24 +0000 diego Fix preprocessor conditionals: libdvdnav includes libdvdread and configure
Wed, 18 Apr 2007 09:27:59 +0000 ivo skip MMX code in rgb24tobgr24 if the size of the input is smaller than the
Wed, 18 Apr 2007 09:26:22 +0000 ivo skip MMX code in rgb32to16 if the size of the input is smaller than the
Wed, 18 Apr 2007 09:24:49 +0000 ivo skip MMX code in rgb32to15 if the size of the input is smaller than the
Tue, 17 Apr 2007 20:38:17 +0000 ivo slightly faster rgb32tobgr32; avoid one add and one cmp
Tue, 17 Apr 2007 07:06:44 +0000 rfelker big surprise.. uau broke gcc 2.95 as usual
Tue, 17 Apr 2007 07:04:53 +0000 rfelker 5l: don't die when config file contains dvd options and dvd support is missing
Mon, 16 Apr 2007 21:41:03 +0000 ivo New implementation of rgb32tobgr32
Mon, 16 Apr 2007 20:08:29 +0000 reimar Ignore mp4a audio tag, it is meaningless since we get it for all mp4 files
Mon, 16 Apr 2007 13:54:43 +0000 diego cosmetics: tabs --> spaces
Mon, 16 Apr 2007 11:17:55 +0000 kraymer minor fixes for r23004
Mon, 16 Apr 2007 11:13:12 +0000 Gabrov synced with r23003
Mon, 16 Apr 2007 11:12:35 +0000 kraymer r22985: Move translatable strings from tv.c to help_mp*
Mon, 16 Apr 2007 10:37:08 +0000 voroshil Remove duplicated line
Sun, 15 Apr 2007 16:09:29 +0000 ben bad prototype for driver init function
Sun, 15 Apr 2007 16:08:40 +0000 ben u_int seems unknown under mingw
Sun, 15 Apr 2007 15:21:37 +0000 compn lowres supports some h264 files
Sun, 15 Apr 2007 14:43:06 +0000 voroshil add entry for recently fixed "device" and "adevice" suboptions in *BSD BT848 tv
Sun, 15 Apr 2007 12:06:48 +0000 diego Report if internal, external of dvdnav version of dvdread is used.
Sun, 15 Apr 2007 11:56:52 +0000 diego Disabled VCD support under Cygwin, it fails to link.
Sun, 15 Apr 2007 11:35:44 +0000 diego Remove unused variable.
Sun, 15 Apr 2007 11:33:02 +0000 diego Update amr-nb and amr-wb checks for changes in FFmpeg.
Sun, 15 Apr 2007 01:27:34 +0000 michael improve horizontal chroma resolution with pal
Sun, 15 Apr 2007 00:53:32 +0000 michael convert palette to yuv instead of converting each pixel after pal->rgb
Sat, 14 Apr 2007 10:52:40 +0000 ben added vidix driver for Permedia2 cards from upstream vidix
Sat, 14 Apr 2007 10:39:17 +0000 ben added conditional vidix drivers compilation
Sat, 14 Apr 2007 10:07:36 +0000 reimar Use lavf_preferred mechanism to replace more extension-based detection hacks
Sat, 14 Apr 2007 10:03:42 +0000 reimar Add lavf_preferred demuxer for lavf formats we want to be probed
Sat, 14 Apr 2007 00:10:33 +0000 voroshil typo
Fri, 13 Apr 2007 14:34:38 +0000 voroshil cosmetics. restore empty line removed in r22985.
Fri, 13 Apr 2007 13:46:49 +0000 eugeni Fix a stupid bug in r22473: bbox is zero-filled everytime when a glyph
Fri, 13 Apr 2007 13:31:54 +0000 voroshil Move translatable strings from tv.c to help_mp*
Thu, 12 Apr 2007 19:40:18 +0000 diego Remove redundant setting of variables when compiling FFmpeg libraries,
Thu, 12 Apr 2007 19:31:35 +0000 ivo cosmetics, expand all tabs to four spaces.
Thu, 12 Apr 2007 19:25:36 +0000 ivo Replace huge switch statement by a lookup table.
Thu, 12 Apr 2007 16:33:48 +0000 voroshil r22975: cosmetics: remove trailing white space
Thu, 12 Apr 2007 14:42:48 +0000 diego Revert previous broken removal of partial dependency list.
Wed, 11 Apr 2007 22:17:58 +0000 ivo cosmetics after last commit; remove superfluous braces
Wed, 11 Apr 2007 21:00:25 +0000 ivo Remove code duplication in sws_rgb2rgb_init.