log

age author description
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.
Wed, 11 Apr 2007 20:31:21 +0000 kraymer r22845: Clarify -xineramascreen -2 behaviour
Wed, 11 Apr 2007 20:28:44 +0000 lorenm support format=y8 with -ovc raw
Wed, 11 Apr 2007 20:25:12 +0000 kraymer cosmetics: remove trailing white space
Wed, 11 Apr 2007 18:53:43 +0000 ben updated changelog with recent vidix api changes
Wed, 11 Apr 2007 18:35:08 +0000 ben these are actually AGP bridges, not video adapters (should fix
Wed, 11 Apr 2007 18:30:08 +0000 ben this TnT2 chipset is actually NV4/5 arch but for sure not NV30
Wed, 11 Apr 2007 18:26:12 +0000 kraymer more updates for Spanish man page by Fernando Tarn (lists im gmail com)
Wed, 11 Apr 2007 09:03:06 +0000 diego Convert source comments into proper codecs.conf entry comments.
Wed, 11 Apr 2007 08:58:13 +0000 diego Add some more game formats that FFmpeg now supports.
Wed, 11 Apr 2007 08:56:30 +0000 diego Remove *ancient* ldd debugging junk.
Wed, 11 Apr 2007 07:16:04 +0000 diego Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,
Wed, 11 Apr 2007 05:39:09 +0000 voroshil Rework of *BSD BT848 detection for radio://
Tue, 10 Apr 2007 17:54:02 +0000 eugeni Remove unused includes.
Tue, 10 Apr 2007 17:53:41 +0000 eugeni Don't check if user-supplied default font path exists.
Mon, 09 Apr 2007 22:11:31 +0000 rtogni Cleanup real_calc_response_and_checksum()
Mon, 09 Apr 2007 21:34:20 +0000 rtogni Merge calc_response_string() into real_calc_response_and_checksum()
Mon, 09 Apr 2007 21:26:49 +0000 rtogni Simplify calc_response_string()
Mon, 09 Apr 2007 20:43:48 +0000 rtogni 10000000l learn to count
Mon, 09 Apr 2007 20:06:45 +0000 rtogni Size of response is known, no need to calculate it
Mon, 09 Apr 2007 19:30:32 +0000 rtogni The size of xor_table is known and fixed, no need to calculate it
Mon, 09 Apr 2007 16:44:23 +0000 voroshil r22916: Ability to specify video and audio capture device names
Mon, 09 Apr 2007 16:29:40 +0000 voroshil r22951: Move netstream documentation into TOOLS/README.
Mon, 09 Apr 2007 16:07:19 +0000 nicodvb better seeking in dvdnav://
Mon, 09 Apr 2007 16:05:58 +0000 nicodvb implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME - dvdnav from mphq required
Mon, 09 Apr 2007 15:08:29 +0000 diego 10l typo
Mon, 09 Apr 2007 13:18:06 +0000 voroshil remove ugly #include from tvi_bsdbt848.c
Mon, 09 Apr 2007 11:54:03 +0000 diego Move netstream documentation into TOOLS/README.
Mon, 09 Apr 2007 11:30:26 +0000 diego Move TOOLS/cpuinfo.c into the root directory.
Sun, 08 Apr 2007 17:06:30 +0000 nicodvb more human description of -mpegopts :interleaving2
Sun, 08 Apr 2007 16:21:32 +0000 nicodvb documented -mpegopts :interleaving2
Sun, 08 Apr 2007 16:15:41 +0000 nicodvb added :interleaving2, a better method to determine which stream whouls be flushed
Sun, 08 Apr 2007 15:30:01 +0000 voroshil Fix typo in r22772 which causes compilation error under *BSD.
Sun, 08 Apr 2007 10:09:56 +0000 nicodvb in mpegfile_write_header(only for mpeg1/2) don't overwrite the values of bufsize with dwSuggestedBufferSize (those values are completely invented)
Sun, 08 Apr 2007 10:00:47 +0000 nicodvb reindentation
Sun, 08 Apr 2007 10:00:05 +0000 nicodvb in the system header set audio_locked/video_locked only for dvd and vcd
Sun, 08 Apr 2007 09:50:27 +0000 nicodvb small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 bytes per second
Sat, 07 Apr 2007 21:00:14 +0000 diego Ignore generated pci_*.[ch] files.
Sat, 07 Apr 2007 18:01:07 +0000 ben trashed deprecated libdha dir
Sat, 07 Apr 2007 18:00:11 +0000 ben moved old README file from libdha dir to vidix one
Sat, 07 Apr 2007 17:41:17 +0000 reimar Start to separate bad-autodetection hacks from other stuff in extension-based
Sat, 07 Apr 2007 16:56:26 +0000 diego .dxa files should be handled by libavformat.
Sat, 07 Apr 2007 16:50:33 +0000 diego support for C93 video
Sat, 07 Apr 2007 16:42:28 +0000 nicodvb 10l, the scr must be reset before overwriting the first pack with the correct system header (format=mpeg1|2)
Sat, 07 Apr 2007 16:31:12 +0000 diego support for THP ADPCM audio
Sat, 07 Apr 2007 16:14:51 +0000 rtogni qdrw changed output format in ffmpeg r8630, sync codecs.conf and require
Sat, 07 Apr 2007 14:07:51 +0000 diego typo
Sat, 07 Apr 2007 13:32:51 +0000 eugeni Fix lost hard linebreaks in libass by repeating the loop when both soft and
Sat, 07 Apr 2007 11:30:48 +0000 ben missing includes in generated file
Sat, 07 Apr 2007 11:27:24 +0000 ben restored pci_db2c.awk file from previous broken commit
Sat, 07 Apr 2007 10:07:46 +0000 attila Add "Requirements" and "Mailinglist" section
Sat, 07 Apr 2007 08:51:26 +0000 nicodvb reversed r22879 until I discover why it's giving so many sync problems; I'll eventually recommit it in a fixed form
Fri, 06 Apr 2007 23:29:00 +0000 rtogni Support Windows codecs from RealPlayer10
Fri, 06 Apr 2007 21:01:08 +0000 diego Remove useless #includes.
Fri, 06 Apr 2007 20:47:58 +0000 diego Remove useless #includes.
Fri, 06 Apr 2007 20:37:43 +0000 diego consistent include paths for config.h et al.
Fri, 06 Apr 2007 20:37:15 +0000 diego Consistent include paths for config.h.
Fri, 06 Apr 2007 16:58:00 +0000 reimar BMP support for mf://
Fri, 06 Apr 2007 15:30:39 +0000 ben missing headers in vidix drivers registry files
Fri, 06 Apr 2007 15:26:41 +0000 ben renamed libdha.[hc] to dha.[hc]
Fri, 06 Apr 2007 15:20:49 +0000 ben merged libdha and libvidix, moved all files from libdha to vidix directory
Fri, 06 Apr 2007 09:22:28 +0000 diego There was a fallback value for libtheora linker flags, but it was never added
Thu, 05 Apr 2007 16:33:54 +0000 voroshil Ability to specify video and audio capture device names
Wed, 04 Apr 2007 12:38:08 +0000 gpoirier typo fix (s/M/N/) in IMPORTA_M_T
Wed, 04 Apr 2007 12:15:38 +0000 gpoirier sync with r22902
Wed, 04 Apr 2007 00:58:18 +0000 cehoyos Fix compilation after FFmpeg r8619.
Tue, 03 Apr 2007 21:36:36 +0000 rtogni Length of interleaved RTSP frames (0x24) in only 16 bit, the other byte
Tue, 03 Apr 2007 17:00:27 +0000 cehoyos Use teardownMediaSession() instead of teardownMediaSubsession()
Tue, 03 Apr 2007 16:22:19 +0000 cehoyos Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24
Tue, 03 Apr 2007 16:12:24 +0000 voroshil r22854: Remove empty section.
Tue, 03 Apr 2007 15:59:35 +0000 voroshil r22845: Clarify -xineramascreen -2 behaviour
Tue, 03 Apr 2007 15:57:55 +0000 vayne thread compatibility fixes for Win9x. based on patch by sergemp at mail dot ru.
Tue, 03 Apr 2007 13:16:46 +0000 diego Use "generic" optimization instead of 686 as default for runtime-cpudetection
Tue, 03 Apr 2007 11:03:14 +0000 diego Mention DNS round-robin system in the mirroring HOWTO.
Sun, 01 Apr 2007 21:59:54 +0000 uau "()" to "(void)" function param list fixes
Sun, 01 Apr 2007 21:58:45 +0000 aurel remove useless ()
Sun, 01 Apr 2007 21:54:18 +0000 nicodvb restored previous definition of -mpegopts :drop and :tsaf (r22900); they were there for a good reason
Sun, 01 Apr 2007 21:44:37 +0000 nicodvb removed unexplainable and escaped trailing spaces from -mpegopts :drop and :tsaf
Sun, 01 Apr 2007 21:42:37 +0000 nicodvb documented -mpegopts :adelay
Sun, 01 Apr 2007 21:27:47 +0000 nicodvb removed init_apts and init_vpts; added :adelay in addition to :vdelay
Sun, 01 Apr 2007 20:48:34 +0000 ben GeForce 6x00 and above are actually referenced as NV40 in X.Org driver (though it doesn't work better right now)
Sun, 01 Apr 2007 20:03:24 +0000 nicodvb cosmetics: removed trailing spaces
Sun, 01 Apr 2007 16:22:14 +0000 ben segfaults if name is NULL
Sun, 01 Apr 2007 16:20:06 +0000 diego Use thp, not mjpeg as dll to decode THP files so that the THP hacks in the
Sun, 01 Apr 2007 15:59:44 +0000 diego Add support for the THP game format.
Sun, 01 Apr 2007 14:42:13 +0000 diego typo fixes ported from VLC
Sun, 01 Apr 2007 13:58:06 +0000 ben updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver
Sun, 01 Apr 2007 13:27:28 +0000 ben allow passing :help to -vo [cx]vidix to get list of all compiled in vidix drivers
Sun, 01 Apr 2007 13:16:54 +0000 cehoyos mention most RTSP changes
Sun, 01 Apr 2007 13:03:37 +0000 ben killed warnings in cyberblade driver
Sun, 01 Apr 2007 13:00:58 +0000 ben killed warnings in rage128 driver
Sun, 01 Apr 2007 12:59:12 +0000 ben killed warnings in pm3 driver
Sun, 01 Apr 2007 12:57:47 +0000 ben killed warnings in savage driver
Sun, 01 Apr 2007 12:52:25 +0000 ben killed warnings in sis driver
Sun, 01 Apr 2007 12:48:32 +0000 ben killed warnings in unichrome driver
Sun, 01 Apr 2007 12:39:06 +0000 ben simplified function prototypes to avoid casts but keep external API compatibility
Sun, 01 Apr 2007 12:31:15 +0000 diego Move pci.db out of its single-file subdirectory.
Sun, 01 Apr 2007 12:30:17 +0000 diego Do not remove or ignore pci.db.
Sun, 01 Apr 2007 12:26:31 +0000 ben useless externs
Sun, 01 Apr 2007 12:25:31 +0000 nicodvb in flush_buffers() removed code that required the presence of an amount of audio data >= video data in the temporal domain
Sun, 01 Apr 2007 12:21:47 +0000 ben removed references to no longer used internal drivers functions
Sun, 01 Apr 2007 12:16:49 +0000 ben updated vidix.h from upstream vidix project
Sun, 01 Apr 2007 11:13:04 +0000 ben checking for dynamic drivers version number is now pointless
Sun, 01 Apr 2007 11:06:06 +0000 ben switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
Sun, 01 Apr 2007 09:45:26 +0000 diego Ignore netstream and fix its compilation; remove object files on make clean.
Sun, 01 Apr 2007 09:39:32 +0000 diego Move netstream.c out of its single-file subdirectory.
Sun, 01 Apr 2007 09:28:04 +0000 diego Remove unnecessary dependencies.
Sun, 01 Apr 2007 09:24:30 +0000 diego Get netstream somewhat closer to linking.
Sun, 01 Apr 2007 03:03:05 +0000 cehoyos Support h264 over rtsp
Sun, 01 Apr 2007 03:00:47 +0000 cehoyos Cosmetics: Move variable declaration and initialization up.
Sun, 01 Apr 2007 00:02:43 +0000 diego Move driver files directly into the vidix directory.
Sat, 31 Mar 2007 23:48:48 +0000 diego Merge all VIDIX drivers into libvidix.a.
Sat, 31 Mar 2007 23:33:30 +0000 diego Append objects derived from sources to OBJS_*. This way the OBJS_* variables
Sat, 31 Mar 2007 23:02:36 +0000 diego Move QNX-specific settings next to the other OS-specific settings.
Sat, 31 Mar 2007 23:01:53 +0000 diego Don't compile cpuinfo and fastmemcpybench by default.
Sat, 31 Mar 2007 20:58:14 +0000 iive Use FT_Glyph_StrokeBorder to render only the outside border.
Sat, 31 Mar 2007 18:12:16 +0000 diego Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yes
Sat, 31 Mar 2007 14:22:44 +0000 diego Sync with removed tools.