log

age author description
Fri, 08 Jun 2007 14:38:25 +0000 zuxy Enable SIMD optmizations for mp3lib on AMD64
Fri, 08 Jun 2007 14:34:25 +0000 ptt sync'ed up to r23504
Fri, 08 Jun 2007 12:18:44 +0000 voroshil Add regular #define for header file.
Fri, 08 Jun 2007 11:01:34 +0000 ptt italian xml/html docs translation - first step. up till now accented vowels are
Fri, 08 Jun 2007 08:19:29 +0000 cehoyos Cosmetics: Fix indentation after last commit.
Fri, 08 Jun 2007 08:16:54 +0000 cehoyos Add -Wdeclaration-after-statement etc. only to gcc.
Fri, 08 Jun 2007 08:14:31 +0000 cehoyos Compile C++ files with the same compiler as all other files.
Fri, 08 Jun 2007 07:49:59 +0000 reimar Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8
Fri, 08 Jun 2007 07:49:03 +0000 reimar Fix config declarations so that things like rtc=no work in addition to nortc=yes
Fri, 08 Jun 2007 07:45:36 +0000 reimar Set errno to 0 after printing it, not before
Fri, 08 Jun 2007 06:08:51 +0000 voroshil Fix compiler warnings.
Fri, 08 Jun 2007 02:57:45 +0000 lorenm -lavdopts threads is only implemented for mpeg[12]
Thu, 07 Jun 2007 23:59:23 +0000 cehoyos Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.
Thu, 07 Jun 2007 22:45:41 +0000 eugeni Fix segfault when encoding from an mkv file with embedded fonts.
Thu, 07 Jun 2007 21:20:44 +0000 reimar Mention change to libamr in Changelog
Thu, 07 Jun 2007 20:37:24 +0000 nicodvb in vidix check protect [A-Z] and [a-z] with single quotes as in other checks; fixes some untranslated lowercases
Thu, 07 Jun 2007 20:01:05 +0000 reimar 100l, fix compile error in r23498 due to bad copy in paste
Thu, 07 Jun 2007 19:11:25 +0000 reimar RGB8/BGR8 IMGFMTs are paletted in case of swscale input.
Thu, 07 Jun 2007 18:06:53 +0000 voroshil implement "bind sections"
Thu, 07 Jun 2007 17:23:23 +0000 cehoyos Add -Wno-switch to CFLAGS.
Thu, 07 Jun 2007 17:10:37 +0000 cehoyos Fix r23494: It broke gcc 2.95.3
Thu, 07 Jun 2007 16:36:55 +0000 cehoyos Add -Wno-pointer-sign to CFLAGS
Thu, 07 Jun 2007 16:23:49 +0000 reimar Add 2vuy fourcc to rawuyvy codec
Thu, 07 Jun 2007 13:40:22 +0000 diego Add -Wall (back) to default CFLAGS.
Thu, 07 Jun 2007 10:50:04 +0000 cehoyos Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.
Thu, 07 Jun 2007 10:24:17 +0000 cehoyos Fix compilation after FFmpeg r9235.
Thu, 07 Jun 2007 09:17:10 +0000 uau Calculate pts with double precision in demux_asf
Thu, 07 Jun 2007 03:01:32 +0000 zuxy 10l: correct Core 2 detection under x86-64
Wed, 06 Jun 2007 11:58:52 +0000 kraymer Partial sync with en/mplayer.1 r23455 (patch by JRaSH)
Wed, 06 Jun 2007 08:14:14 +0000 voroshil r23440: New "automute" tv:// option.
Wed, 06 Jun 2007 05:16:08 +0000 zuxy Change some static temporary vars to automatic ones because mingw32 binutils
Wed, 06 Jun 2007 05:13:13 +0000 zuxy Align output pointer so that we can use movaps instead of movups in dct64_sse;
Tue, 05 Jun 2007 23:30:37 +0000 ptt little correction to make nroff not to complain about line lennghts....
Tue, 05 Jun 2007 18:35:34 +0000 ben protect _vidix_drivers variable, allowing --with-vidix-driver option to actually handle more than one driver
Tue, 05 Jun 2007 17:15:28 +0000 ptt sync'd up to r23467
Tue, 05 Jun 2007 16:13:00 +0000 diego Create a new MSGT for just the status line.
Tue, 05 Jun 2007 15:09:51 +0000 reimar Do not use fast_memcpy when data is read again immediately afterwards.
Tue, 05 Jun 2007 15:09:49 +0000 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Tue, 05 Jun 2007 14:12:37 +0000 reimar Use avcodec_decode_audio2 in ad_ffmpeg.c
Tue, 05 Jun 2007 13:40:10 +0000 kraymer r23410: add documentation for new -menu-chroot option
Tue, 05 Jun 2007 13:18:16 +0000 mhoffman correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line
Tue, 05 Jun 2007 11:37:16 +0000 reimar Make gmplayer show right colors if X server does not use native byteorder.
Tue, 05 Jun 2007 11:13:32 +0000 reimar Avoiding sscanf in cddb support reading more data with %s than buffer size
Tue, 05 Jun 2007 10:05:09 +0000 diego Keep -pipe option in CFLAGS even in debug mode.
Tue, 05 Jun 2007 07:35:07 +0000 gpoirier sync w/23467 (was just a typo in english doc, no incidence here)
Tue, 05 Jun 2007 01:07:35 +0000 corey then/than typo spotted by "JRaSH"
Tue, 05 Jun 2007 00:26:54 +0000 diego Keep unused parameter warnings in debug mode.
Tue, 05 Jun 2007 00:17:42 +0000 kraymer r23416: Drop the metadata stuff and replace it with generic property
Mon, 04 Jun 2007 13:16:39 +0000 reimar get rid of Gui code that has been commented out since ages
Mon, 04 Jun 2007 13:15:35 +0000 reimar Factor out some duplicated gui code
Mon, 04 Jun 2007 13:05:26 +0000 reimar Remove some useless code
Mon, 04 Jun 2007 09:39:55 +0000 zuxy Use 'static inline' instead of 'inline static' to avoid warnings
Mon, 04 Jun 2007 09:20:00 +0000 zuxy Change '%ld' to '%d' to remove warnings introduced by r23452
Mon, 04 Jun 2007 03:05:16 +0000 zuxy Correct dct64 functions' declarations
Sun, 03 Jun 2007 08:48:44 +0000 zuxy Remove unused parameter for mp_msg
Sat, 02 Jun 2007 21:55:00 +0000 gpoirier sync w/ r23455
Sat, 02 Jun 2007 20:20:33 +0000 gpoirier compilation fix after commit r9172 to ffmpeg, patch by Aurel
Sat, 02 Jun 2007 18:07:19 +0000 ptt new sentences on new lines, diego says ;-P
Sat, 02 Jun 2007 18:05:55 +0000 ptt sync'ed up to r23440 + a _big_ correction of tv suboptions
Sat, 02 Jun 2007 16:47:10 +0000 zuxy Remove non-existing make_decode_tables_MMX()
Sat, 02 Jun 2007 16:25:18 +0000 zuxy Use int and uint32_t instead of long and unsigned long, when appropriate.
Sat, 02 Jun 2007 16:04:56 +0000 zuxy Make realloc_struct inline as other functions defined in demuxer.h
Sat, 02 Jun 2007 14:38:45 +0000 diego 10l: Remove overlooked instance of NOAVIFILE_HEADERS.
Sat, 02 Jun 2007 13:00:38 +0000 eugeni Revert r23443, it breaks compilation without libass.
Sat, 02 Jun 2007 12:27:33 +0000 diego Get rid of superfluous __WINE__ #define, it was always enabled and
Sat, 02 Jun 2007 12:26:27 +0000 diego Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled and
Sat, 02 Jun 2007 12:24:35 +0000 diego Get rid of superfluous MPLAYER #define, it was always enabled and
Sat, 02 Jun 2007 10:26:37 +0000 nicodvb prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com)
Sat, 02 Jun 2007 01:56:22 +0000 compn update manual date, its been 8 months...
Fri, 01 Jun 2007 19:58:29 +0000 eugeni Recode the whole subtitle file to utf-8 before parsing.
Fri, 01 Jun 2007 19:56:44 +0000 eugeni Move code for reading a file and recoding it to utf-8 to a separate function.
Fri, 01 Jun 2007 17:29:35 +0000 voroshil mjpeg support for v4l2 tv:// driver
Thu, 31 May 2007 17:49:51 +0000 voroshil New "automute" tv:// option.
Thu, 31 May 2007 17:30:49 +0000 voroshil r23370: added missing fps
Thu, 31 May 2007 17:10:56 +0000 voroshil r23416: Drop the metadata stuff and replace it with generic property string expansion.
Thu, 31 May 2007 13:22:36 +0000 zuxy Remove no more used TARGET_BUILTIN_VECTOR and TARGET_BUILTIN_3DNOW
Thu, 31 May 2007 13:07:52 +0000 albeu Add new properties percent_pos and time_pos.
Thu, 31 May 2007 13:02:51 +0000 albeu Make the length property use the time type.
Thu, 31 May 2007 12:42:02 +0000 albeu Move the time printing code out of the length property.
Thu, 31 May 2007 12:37:37 +0000 albeu Add a print function for the time option type.
Thu, 31 May 2007 10:52:08 +0000 jheryan sync to 24.5.2007
Thu, 31 May 2007 10:43:35 +0000 albeu Add the recently introduced properties to the documentation.
Thu, 31 May 2007 09:42:14 +0000 albeu Allow setting the direction in the step_property command.
Thu, 31 May 2007 09:13:21 +0000 albeu Fix the step_property coammand to correctly handle the step size with
Thu, 31 May 2007 04:15:29 +0000 mhoffman Adding myself to the authors page.
Thu, 31 May 2007 00:21:25 +0000 ptt little fix
Thu, 31 May 2007 00:19:40 +0000 ptt sync.d up to r23425!!! ehi, it's updated :)))
Thu, 31 May 2007 00:16:02 +0000 ptt removed unneeded space
Thu, 31 May 2007 00:14:00 +0000 ptt removed an unneeded comma
Thu, 31 May 2007 00:03:10 +0000 ptt added '&' for 'e.g.'
Wed, 30 May 2007 23:28:04 +0000 ptt sync'd up to r23416
Wed, 30 May 2007 23:20:24 +0000 ptt moved a line below, since probably it's righter there...
Wed, 30 May 2007 23:15:13 +0000 ptt added a missing space char
Wed, 30 May 2007 20:18:45 +0000 ptt sync'd up to r22845
Wed, 30 May 2007 09:33:09 +0000 benoit rename attribute_unused to av_unused as it is declared in common.h
Wed, 30 May 2007 08:36:38 +0000 zuxy Use play duration instead of send duration to calculate the length
Wed, 30 May 2007 07:07:32 +0000 albeu Drop the metadata stuff and replace it with generic property string expansion.
Wed, 30 May 2007 07:05:34 +0000 albeu Make command.h usable without the MPContext typedef.
Wed, 30 May 2007 06:53:06 +0000 albeu Add PRINT to the samplerate property.
Wed, 30 May 2007 06:39:21 +0000 albeu Fix fallback on the default GET_TYPE for unvailable/disabled
Tue, 29 May 2007 22:14:41 +0000 albeu Make all the info available via the metadata API available via properties.
Tue, 29 May 2007 21:49:39 +0000 albeu Rework the property API to allow sub properties such as
Tue, 29 May 2007 18:52:20 +0000 ben add documentation for new -menu-chroot option
Tue, 29 May 2007 18:49:38 +0000 ben new -menu-chroot option that prevent OSD file selection menu to go to an unwanted location (yeah, chroot ;-))
Tue, 29 May 2007 16:14:52 +0000 diego Only one section remains unfinished, typo.
Tue, 29 May 2007 09:08:50 +0000 diego typo
Tue, 29 May 2007 08:45:47 +0000 kraymer r23325: dv does not support YVU9
Tue, 29 May 2007 07:44:36 +0000 kraymer add note about unfinished "codec specific encoding options" section
Mon, 28 May 2007 18:13:33 +0000 reimar Get rid of __attribute__((__packed__)) in Matroska demuxer
Mon, 28 May 2007 17:13:52 +0000 diego Add LGPL license header.
Mon, 28 May 2007 14:25:48 +0000 cehoyos 10l: r23399 broke mov/mp4 demuxing
Mon, 28 May 2007 10:55:04 +0000 ptt little typo fix
Mon, 28 May 2007 09:30:56 +0000 diego Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Mon, 28 May 2007 08:42:35 +0000 diego Remove some unused variables, patch by timwoj ieee org.
Mon, 28 May 2007 08:18:23 +0000 diego Move variable declaration into conditional to avoid an unused variable warning.
Mon, 28 May 2007 08:12:41 +0000 diego Remove unused variables.
Sun, 27 May 2007 21:45:33 +0000 michael HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)
Sun, 27 May 2007 21:14:32 +0000 reimar More fastmemcpy.h removal
Sun, 27 May 2007 21:13:10 +0000 reimar Remove more pointless fastmemcpy.h includes in libvo
Sun, 27 May 2007 20:45:34 +0000 reimar Removed useless fastmemcpy.h includes in video decoders
Sun, 27 May 2007 20:40:04 +0000 reimar Remove two useless fastmemcpy.h includes in gui code.
Sun, 27 May 2007 20:36:04 +0000 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
Sun, 27 May 2007 12:06:08 +0000 gpoirier sync w/ r23370
Sun, 27 May 2007 11:28:05 +0000 Gabrov synced with r23388
Sun, 27 May 2007 09:20:50 +0000 gpoirier Partial sync with r23370, with only one section obsolete.
Sun, 27 May 2007 08:44:27 +0000 rik compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tables
Sat, 26 May 2007 20:27:45 +0000 nicodvb fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mplayer@legroom.net) and me
Fri, 25 May 2007 16:31:16 +0000 ben allow left key command to close text menus too
Fri, 25 May 2007 10:26:39 +0000 ben rename some menu open functions, to avoid confusion with libc native open()
Fri, 25 May 2007 02:52:35 +0000 zuxy Record what was produced by make_decode_table_MMX() and used that data to
Thu, 24 May 2007 13:08:23 +0000 jheryan Sync to 30.3.2007
Thu, 24 May 2007 11:53:58 +0000 michael more sensless repo moving ..moving ...
Thu, 24 May 2007 09:58:57 +0000 voroshil remove unnecessary stubs which were not ever used.
Wed, 23 May 2007 18:35:24 +0000 ivo ffmpeg -sws_flags command line option to set swscaler flags
Wed, 23 May 2007 15:31:37 +0000 zuxy Remove hardcoded registers
Tue, 22 May 2007 20:08:13 +0000 Gabrov synced with r23370
Tue, 22 May 2007 14:00:39 +0000 zuxy Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic will be 64-bit under AMD64
Tue, 22 May 2007 13:55:14 +0000 zuxy Set i_bps for ASF video streams according to extended stream properties
Tue, 22 May 2007 13:44:14 +0000 zuxy Remove unused synth_1to1_mono()
Mon, 21 May 2007 17:01:33 +0000 ptt sync'ed up with r21654
Mon, 21 May 2007 17:00:08 +0000 voroshil make v4l1 driver work properly.
Mon, 21 May 2007 16:45:17 +0000 ptt sync'ed up with r21561
Mon, 21 May 2007 16:29:39 +0000 ptt added missing fps
Mon, 21 May 2007 16:22:49 +0000 voroshil missed sync tag update
Mon, 21 May 2007 16:21:45 +0000 voroshil r23367: little alignment fixes
Mon, 21 May 2007 16:01:04 +0000 ptt little alignment fixes
Mon, 21 May 2007 15:58:25 +0000 ptt sync'ed up with r23028
Mon, 21 May 2007 15:54:08 +0000 ptt little fixes
Mon, 21 May 2007 07:47:53 +0000 zuxy 10l: cosmetic: more trailing whitespaces removed
Mon, 21 May 2007 07:46:23 +0000 zuxy Cosmetic: remove trailing whitespaces
Mon, 21 May 2007 07:42:58 +0000 zuxy New tags introduced for AMD K10 and Intel Penryn
Mon, 21 May 2007 06:54:06 +0000 diego Add "uclinux" as an accepted system type in the linux() test.
Mon, 21 May 2007 01:47:27 +0000 zuxy Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly faster than original assembly.
Sun, 20 May 2007 21:07:14 +0000 ben missed part of gui code change while introducing -subfont option (patch by Piotr Kaczuba)
Sun, 20 May 2007 17:56:39 +0000 eugeni Fix #if condition.
Sun, 20 May 2007 17:04:12 +0000 eugeni FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.
Sun, 20 May 2007 16:10:45 +0000 ben add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitles
Sun, 20 May 2007 15:17:56 +0000 ben get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerf
Sun, 20 May 2007 12:20:03 +0000 reimar Move common ioctl outside of ifdef
Sun, 20 May 2007 12:15:16 +0000 reimar Clean up some unused code and #ifdef mess in ao_sun.c
Sun, 20 May 2007 12:05:16 +0000 reimar Implement flushing of audio data. Fixes bug #754.
Sun, 20 May 2007 11:36:50 +0000 reimar Fix OpenBSD compilation: strndup is a GNU extension.
Sun, 20 May 2007 08:15:27 +0000 reimar Remove unused code, if it is ever needed it can be recovered from history
Sun, 20 May 2007 05:04:14 +0000 zuxy Add SSSE3 check
Sat, 19 May 2007 16:59:24 +0000 ben buggy joystick initialization, works much better without this
Sat, 19 May 2007 15:28:01 +0000 voroshil -----mencoder.xml----
Sat, 19 May 2007 14:11:41 +0000 eugeni Correct font size in libass.
Sat, 19 May 2007 12:57:17 +0000 mhoffman Blackfin optimized uyvytoyv12 routine. the implementation includes chroma averaging.
Sat, 19 May 2007 11:17:49 +0000 reimar Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPRESS_DECODER
Sat, 19 May 2007 11:11:31 +0000 reimar Fix compilation: Create CONFIG_*_BSF in config.mak
Sat, 19 May 2007 10:55:01 +0000 diego Add ID to example.
Sat, 19 May 2007 08:09:16 +0000 zuxy Fix bug in reference code
Fri, 18 May 2007 18:58:34 +0000 eugeni Revert y-axis rotation. Change order of rotations.
Fri, 18 May 2007 02:10:41 +0000 corey cosmetics: fix indentation for previous commit
Fri, 18 May 2007 02:09:26 +0000 corey PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt gets
Thu, 17 May 2007 23:20:58 +0000 diego Clean up VIDIX test.
Thu, 17 May 2007 23:03:36 +0000 diego 10l: leftover line from incompletely split commit
Thu, 17 May 2007 21:48:56 +0000 diego Remove awk test. awk is a basic Unix tool, any implementation is sufficient.
Thu, 17 May 2007 21:33:49 +0000 diego Move the internal VIDIX check from a random place into the VIDIX section.
Thu, 17 May 2007 21:19:18 +0000 diego Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,
Thu, 17 May 2007 21:13:41 +0000 diego Merge internal and external VIDIX checks.
Thu, 17 May 2007 20:55:12 +0000 diego ffdts is no more.
Thu, 17 May 2007 13:07:15 +0000 reimar Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implementations of it.
Thu, 17 May 2007 12:56:08 +0000 reimar Make use of new AV_RL64
Thu, 17 May 2007 10:05:00 +0000 reimar Remove useless setting of dp->len, it is already set to that value by
Thu, 17 May 2007 00:16:51 +0000 corey Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).
Thu, 17 May 2007 00:15:08 +0000 corey Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders can
Thu, 17 May 2007 00:08:57 +0000 corey 1L to me: dv does not support YVU9.
Wed, 16 May 2007 21:50:59 +0000 reimar "inline" is used elsewhere and more portable than "__inline"
Wed, 16 May 2007 21:45:46 +0000 reimar Include string.h for memcpy, fastmemcpy.h alone is not enough.
Wed, 16 May 2007 12:26:47 +0000 diego Remove extern C declarations for C++.
Tue, 15 May 2007 21:07:27 +0000 reimar Avoid passing test invalid arguments when string is empty.
Mon, 14 May 2007 21:41:21 +0000 kraymer fix typo
Mon, 14 May 2007 21:39:35 +0000 kraymer r23152: Add -ass-hinting option for setting font hinting method.
Mon, 14 May 2007 20:41:14 +0000 eugeni Support fractional font sizes.
Mon, 14 May 2007 20:24:53 +0000 eugeni Limit ass_font_set_transform to nonrotating transformations.
Mon, 14 May 2007 18:21:39 +0000 reimar Make vd_raw VDCTRL_QUERY_FORMAT simpler to understand
Mon, 14 May 2007 06:07:04 +0000 voroshil r23308: List dv in pixel formats lavc's dv encoder supports.
Mon, 14 May 2007 01:29:31 +0000 compn fix formating of lavcopts format suboptions
Mon, 14 May 2007 01:23:54 +0000 uau Fix double free() in demux_asf.c
Mon, 14 May 2007 01:23:52 +0000 uau Output message fix
Sun, 13 May 2007 22:54:03 +0000 compn add svq1 lavcopts format colorspace
Sun, 13 May 2007 22:33:06 +0000 diego Add standard license header, confirmed by Nick in private mail.
Sun, 13 May 2007 22:29:10 +0000 diego ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail com
Sun, 13 May 2007 22:12:31 +0000 corey List dv in pixel formats lavc's dv encoder supports.
Sun, 13 May 2007 19:22:32 +0000 gpoirier Blackfin optimized YUV420 to RGB CSC Color Space Converters.
Sun, 13 May 2007 17:51:17 +0000 corey Add DV fourcc.
Sun, 13 May 2007 15:58:38 +0000 rtogni Compilation fix after ffmpeg r9010 (bitstream filters optional
Sat, 12 May 2007 12:47:41 +0000 voroshil r23283: wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage error is 18 months old!
Sat, 12 May 2007 12:43:56 +0000 voroshil r23271: libdha is no more.
Sat, 12 May 2007 09:06:07 +0000 reimar Simplify -flip handling on vo_x11.c
Sat, 12 May 2007 09:03:50 +0000 reimar Fix crash with -flip on 64 bit systems, the result of
Sat, 12 May 2007 08:54:44 +0000 reimar Factor common code out of if in x11_common.c
Fri, 11 May 2007 23:15:11 +0000 diego Compile internal FFmpeg libraries only when configure enabled the static
Fri, 11 May 2007 21:39:39 +0000 diego help output typo noticed by Ramiro Polla
Fri, 11 May 2007 12:58:06 +0000 compn update changelog and bump codecs.conf release number
Fri, 11 May 2007 11:24:06 +0000 ivo cosmetics; one test per line for all isXXX(x) macros
Fri, 11 May 2007 07:51:42 +0000 diego Add correct boilerplate license headers.
Fri, 11 May 2007 07:49:21 +0000 diego prettyprinting cosmetics
Thu, 10 May 2007 18:47:27 +0000 ben new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck
Thu, 10 May 2007 15:47:06 +0000 compn add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
Thu, 10 May 2007 14:16:58 +0000 compn update copyright year'
Thu, 10 May 2007 14:05:06 +0000 reimar Fix indentation broken in r23287
Thu, 10 May 2007 14:01:53 +0000 reimar Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv
Thu, 10 May 2007 13:58:57 +0000 reimar Avoid code duplication in mkv demuxer for standard fourcc/extradata handling
Thu, 10 May 2007 11:43:39 +0000 reimar Fix track info being read for the wrong track introduced in r20598
Thu, 10 May 2007 11:39:58 +0000 reimar Missing -1 in the FreeBSD code to get the first CD track number
Thu, 10 May 2007 09:43:02 +0000 gpoirier sync w/r23283, fix a French typo
Thu, 10 May 2007 09:11:54 +0000 reimar Reuse linux code for reading png images for windows Gui,
Thu, 10 May 2007 00:43:36 +0000 compn wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage error is 18 months old!
Wed, 09 May 2007 21:38:28 +0000 eugeni Don't deallocate font data if it will be used later.
Wed, 09 May 2007 21:34:05 +0000 ivo remove the need of one extra shift in rgb16ToUV
Wed, 09 May 2007 20:10:14 +0000 reimar Ignore comments where no '=' follows the comment name (otherwise
Wed, 09 May 2007 17:29:20 +0000 ivo Fix rgb15ToUV. Correct order of components and use one shift less.
Wed, 09 May 2007 17:16:59 +0000 ben allow sis vidix driver to access registers and avoid segfaulting (patch by Andrew Calkin)
Tue, 08 May 2007 21:23:07 +0000 ben cosmetic: indent
Tue, 08 May 2007 21:22:21 +0000 ben cosmetic: use K&R coding style, as in reste of the file
Tue, 08 May 2007 21:18:06 +0000 ben added my latest contribution to VIDIX in AUTHORS file
Tue, 08 May 2007 21:16:46 +0000 ben take the lead on VIDIX, as pointed out by Diego
Tue, 08 May 2007 21:16:15 +0000 ben removed obsolete section
Tue, 08 May 2007 17:46:04 +0000 diego 10l syntax error
Tue, 08 May 2007 17:43:24 +0000 diego libdha is no more.
Tue, 08 May 2007 17:40:34 +0000 michael try to limit the mess from the svn moves by pointing to the new location
Tue, 08 May 2007 15:02:26 +0000 voroshil r23240: document lavc's 'level' option, patch by Carl Eugen Hoyos
Tue, 08 May 2007 12:27:41 +0000 ben mention myself (besides Sascha) to VIDIX import and maintainship
Tue, 08 May 2007 12:26:32 +0000 ben libdha is gone now, don't mention it anymore
Tue, 08 May 2007 12:25:11 +0000 ben notify of pvr channel navigation feature in ChangeLog
Tue, 08 May 2007 12:23:50 +0000 ben added Sven latest contribution to AUTHORS file
Tue, 08 May 2007 12:22:42 +0000 ben added proper GPL headers to new stream/pvr.h file
Tue, 08 May 2007 12:21:50 +0000 ben give credits to Sven for pvr channel navigation
Tue, 08 May 2007 12:20:46 +0000 ben support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft dot com>)
Tue, 08 May 2007 10:29:47 +0000 ben description for -menu-keepdir option
Tue, 08 May 2007 08:37:52 +0000 diego These files are now in the separate NUT repository.
Mon, 07 May 2007 23:26:40 +0000 gpoirier add MPlayer's local changes introduced in r23258
Mon, 07 May 2007 22:22:27 +0000 gpoirier compile fix for regression introduced by r23254
Mon, 07 May 2007 21:58:42 +0000 nicodvb For DVR-MS:
Mon, 07 May 2007 20:45:23 +0000 ben fix libmenu compilation with fridibi enabled
Mon, 07 May 2007 19:48:15 +0000 ben cast to what's really expected
Mon, 07 May 2007 19:11:56 +0000 gpoirier iWMMXt-accelerated DCT and motion compensation for ARM processors
Mon, 07 May 2007 17:34:31 +0000 ivo test for tab characters
Mon, 07 May 2007 17:32:01 +0000 compn note about gui depending on libavcodec instead of libpng
Mon, 07 May 2007 17:17:10 +0000 ivo do not run stupid code checks if chfilelist is empty
Mon, 07 May 2007 17:02:42 +0000 ben use already existing function to get utf8 char in libmenu (thx to reimar)
Mon, 07 May 2007 16:51:53 +0000 ben used FFMAX macro as pointed out by reimar
Mon, 07 May 2007 16:48:55 +0000 ben removed useless casts as pointed out by reimar
Mon, 07 May 2007 16:46:24 +0000 ben new -menu-keepdir option that allows libmenu file browser to always restart browsing from the last place we were instead of current dir
Mon, 07 May 2007 15:59:53 +0000 ben support for hebrew through fribidi in libmenu (geexbox patch #580)
Mon, 07 May 2007 15:55:58 +0000 ben support for unicode/utf8 in libmenu (geexbox patch #545)
Mon, 07 May 2007 12:35:14 +0000 reimar remove unused code
Mon, 07 May 2007 12:33:13 +0000 reimar Fix Gui colors for 32 bit png images after switch to libavcodec decoding
Mon, 07 May 2007 08:13:22 +0000 cehoyos Fix compilation after FFmpeg r8921
Sun, 06 May 2007 21:21:19 +0000 cehoyos document lavc's 'level' option
Sun, 06 May 2007 18:40:04 +0000 gpoirier document lavc's 'level' option, patch by Carl Eugen Hoyos
Sun, 06 May 2007 18:15:16 +0000 cehoyos Play amr_nb and amr_wb with FFmpegs r8880
Sat, 05 May 2007 20:40:37 +0000 reimar mplayer.rc depends on version.h
Sat, 05 May 2007 12:45:32 +0000 diego Fix "inline keyword not at beginning of declaration" warning.
Sat, 05 May 2007 02:34:46 +0000 voroshil r23225: The GUI no longer depends on libpng.
Thu, 03 May 2007 20:41:12 +0000 gpoirier sync with r23028, patch by JRaSH % jrash06 A 163 P com%
Thu, 03 May 2007 20:10:14 +0000 eugeni Move variables and a function under #ifdef FC_VERSION to avoid warnings.
Thu, 03 May 2007 19:52:46 +0000 eugeni Deallocate FontConfig objects.
Thu, 03 May 2007 19:47:34 +0000 eugeni Fix stupid bug in r23229.
Thu, 03 May 2007 19:33:35 +0000 eugeni Deallocate string.
Thu, 03 May 2007 19:26:43 +0000 eugeni In ass_font_new, allocate temporary ass_font_t on stack and return the pointer
Thu, 03 May 2007 19:13:54 +0000 eugeni Make cache_*_add functions return the pointer to new (copied) value.
Thu, 03 May 2007 17:28:23 +0000 Gabrov synced with r23227
Thu, 03 May 2007 17:05:39 +0000 cehoyos add "level" as lavc option
Thu, 03 May 2007 14:37:34 +0000 diego MJPEG decoding does not depend on libjpeg.
Thu, 03 May 2007 14:36:46 +0000 diego The GUI no longer depends on libpng.
Thu, 03 May 2007 12:11:21 +0000 diego Simplify libamr_nb test.
Thu, 03 May 2007 12:10:22 +0000 diego cosmetics: Rename remaining instances of amr_* to libamr_*.
Thu, 03 May 2007 12:08:54 +0000 diego Rename amr_nb and amr_wb options to libamr_*.
Thu, 03 May 2007 12:07:13 +0000 diego FFmpeg sync: Rename AMR config settings to LIBAMR.
Thu, 03 May 2007 12:04:29 +0000 diego cosmetics: Rename _amr* variables to _libamr*.
Thu, 03 May 2007 12:02:48 +0000 diego FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.
Wed, 02 May 2007 16:42:31 +0000 reimar Use calloc instead of malloc+memset
Wed, 02 May 2007 16:39:35 +0000 reimar Missing free on error in conv24to32
Wed, 02 May 2007 16:38:22 +0000 reimar Simplify bgr2rgb
Wed, 02 May 2007 16:26:58 +0000 reimar Remove unused function
Wed, 02 May 2007 16:24:23 +0000 reimar Make functions and variables not used outside bitmap.c static
Wed, 02 May 2007 16:23:16 +0000 reimar Simplify conv24to32 for-loop
Wed, 02 May 2007 16:17:16 +0000 reimar Remove useless extern before function prototypes
Wed, 02 May 2007 14:39:55 +0000 reimar Remove libpng dependency for Gui, use libavcodec instead
Wed, 02 May 2007 14:21:25 +0000 reimar Disable internal vidix on PPC linux, it breaks compilation.
Wed, 02 May 2007 10:51:57 +0000 diego Fix commit nick.
Wed, 02 May 2007 10:15:12 +0000 eugeni Always deallocate glyphs. Fixes memory leak.
Wed, 02 May 2007 07:02:16 +0000 benoit cosmetics: indentation after previous patch
Wed, 02 May 2007 07:00:10 +0000 benoit test if color conv fonction exists prior to using it
Tue, 01 May 2007 23:04:21 +0000 eugeni Fix NULL pointer dereference in demux_mkv that happens when
Tue, 01 May 2007 22:08:26 +0000 gpoirier sync w/ r23162
Tue, 01 May 2007 20:02:05 +0000 nicodvb dvdnav:// depends on our fork of libdvdnav
Tue, 01 May 2007 19:55:15 +0000 nicodvb reindented dvdread check block
Tue, 01 May 2007 19:54:13 +0000 nicodvb libdvdnav now depends on our fork of the library; only the version without
Tue, 01 May 2007 19:16:35 +0000 diego Reuse common Makefile infrastructure.
Tue, 01 May 2007 19:15:29 +0000 diego cosmetics: Move depend target (preparation for upcoming change).
Tue, 01 May 2007 17:45:06 +0000 diego Clarify whom to send translations to.
Tue, 01 May 2007 15:54:00 +0000 eugeni Update comments.
Tue, 01 May 2007 15:34:08 +0000 eugeni Cosmetics.
Tue, 01 May 2007 15:33:06 +0000 eugeni Move glyph_to_bitmap() call and outline glyph deallocation to
Tue, 01 May 2007 15:23:04 +0000 gpoirier sync w/ r23152
Tue, 01 May 2007 15:21:34 +0000 eugeni Minor code simplification.
Tue, 01 May 2007 15:14:22 +0000 eugeni Move get_bitmap_glyph() call to a separate loop.
Tue, 01 May 2007 15:12:36 +0000 eugeni Move transform_3d() call to get_bitmap_glyph().
Tue, 01 May 2007 15:07:41 +0000 eugeni Make a function static.
Tue, 01 May 2007 15:05:20 +0000 eugeni Don't recalculate rotation radius.
Tue, 01 May 2007 14:29:28 +0000 eugeni Bugfix: glyph cache depends on border width, because it contains outline_glyph
Tue, 01 May 2007 14:08:26 +0000 diego Merge FFmpeg dependency handling into the individual tests.
Tue, 01 May 2007 13:55:28 +0000 diego cosmetics: Fix bogus indentation.
Mon, 30 Apr 2007 22:14:29 +0000 ben synced with upstream vidix, prevented some drivers to work on some configs/archs
Mon, 30 Apr 2007 12:00:13 +0000 ben deprecated comment from the time the pvr code was half V4L2 and half IVTV specific
Mon, 30 Apr 2007 11:46:43 +0000 ben one more spelling fix
Mon, 30 Apr 2007 11:46:02 +0000 ben accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)
Mon, 30 Apr 2007 11:41:47 +0000 ben spelling fix
Mon, 30 Apr 2007 09:16:10 +0000 Gabrov synced with r23179
Mon, 30 Apr 2007 08:05:29 +0000 diego cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.
Mon, 30 Apr 2007 07:26:39 +0000 voroshil r23161: Remove outdated and wrong references to codecs.conf.
Mon, 30 Apr 2007 07:08:42 +0000 voroshil sync tag update
Mon, 30 Apr 2007 00:45:52 +0000 iive 10l to Diego for breaking svn (again).
Sun, 29 Apr 2007 21:36:43 +0000 diego cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.
Sun, 29 Apr 2007 13:39:50 +0000 diego cosmetics: Fix stray wrongly indented line.
Sun, 29 Apr 2007 13:39:27 +0000 diego cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
Sun, 29 Apr 2007 12:44:34 +0000 diego Fix several implicit declarations of functions warnings.
Sun, 29 Apr 2007 12:29:33 +0000 diego Remove duplicate #include.
Sun, 29 Apr 2007 10:18:39 +0000 reimar Remove unused variable,
Sun, 29 Apr 2007 05:17:08 +0000 voroshil (cosmetics) replace tabs with spaces
Sun, 29 Apr 2007 00:03:19 +0000 voroshil typo fix.
Sat, 28 Apr 2007 23:41:11 +0000 voroshil (cosmetics) more indentation fixes.
Sat, 28 Apr 2007 22:09:53 +0000 vayne add missing case value, fixes functionality when using some skins.
Sat, 28 Apr 2007 22:09:01 +0000 vayne compilation fix for disabling dvd functionality, patch by <bangbangbear at gmail dot com>, slightly modified by me.
Sat, 28 Apr 2007 19:01:00 +0000 compn update wishlist
Sat, 28 Apr 2007 18:01:42 +0000 ben notify new Radeon chipsets supported by VIDIX driver
Sat, 28 Apr 2007 17:58:24 +0000 ben updated manpages with new vidix subdevice names
Sat, 28 Apr 2007 16:18:55 +0000 diego Remove outdated and wrong references to codecs.conf.
Sat, 28 Apr 2007 14:27:15 +0000 diego cosmetics: Fix one more stray wrongly indented line.
Sat, 28 Apr 2007 14:20:44 +0000 diego cosmetics: Remove all trailing whitespace and tabs, indentation fixes.
Sat, 28 Apr 2007 11:44:49 +0000 diego cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
Sat, 28 Apr 2007 11:41:11 +0000 diego cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.
Sat, 28 Apr 2007 08:06:50 +0000 reimar Mention change to monitorpixelaspect=1 default in Changelog
Sat, 28 Apr 2007 06:10:36 +0000 voroshil r23152: Add -ass-hinting option for setting font hinting method.
Fri, 27 Apr 2007 23:16:45 +0000 cehoyos Make -monitorpixelaspect 1 the default.
Fri, 27 Apr 2007 16:10:45 +0000 reimar Do not set VFCAP_EOSD_UNSCALED if we use scaled-osd
Fri, 27 Apr 2007 14:25:36 +0000 eugeni Add -ass-hinting option for setting font hinting method.
Fri, 27 Apr 2007 14:18:44 +0000 eugeni Fix division by zero in "\t" parsing.
Fri, 27 Apr 2007 10:16:25 +0000 cehoyos Add configures arguments to its output
Fri, 27 Apr 2007 09:19:00 +0000 cehoyos Fix compilation with *_PROTOCOLs in libavformat
Thu, 26 Apr 2007 23:18:07 +0000 diego Mark loader as unmaintained.
Thu, 26 Apr 2007 23:07:11 +0000 diego cosmetics: Remove trailing whitespace.
Thu, 26 Apr 2007 20:56:54 +0000 diego 100l: Fix another round of copy and paste typos.
Thu, 26 Apr 2007 20:44:02 +0000 diego Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.
Thu, 26 Apr 2007 20:37:24 +0000 diego 10l: Remove stray 'fi'.
Thu, 26 Apr 2007 18:39:08 +0000 ben onboard X200 GPU (shared memory) returns a 0 RAM size (patch by rjoco77@kezdionline.ro)
Thu, 26 Apr 2007 18:34:18 +0000 ben support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)
Thu, 26 Apr 2007 17:30:20 +0000 vayne header / declarations cleanup, also fixes broken compilation.
Thu, 26 Apr 2007 15:14:12 +0000 diego Don't declare -lm as a dependency of swscale-example.
Thu, 26 Apr 2007 15:10:07 +0000 diego Simplify preprocessor directives: There is a general variable for
Thu, 26 Apr 2007 13:26:41 +0000 diego Simplify #include directives.
Thu, 26 Apr 2007 13:20:18 +0000 diego Add config.h variables for static FFmpeg libraries.
Thu, 26 Apr 2007 13:11:22 +0000 diego Ooops, variable names got confused during copy and paste:
Thu, 26 Apr 2007 13:01:54 +0000 diego Merge config.h variable declarations into libpostproc test.
Thu, 26 Apr 2007 12:59:57 +0000 diego Remove unused libavformat #define.
Thu, 26 Apr 2007 12:58:46 +0000 diego Merge config.h variable declarations into libavformat test.
Thu, 26 Apr 2007 12:53:26 +0000 diego Merge config.h variable declarations into libavcodec test.
Thu, 26 Apr 2007 12:39:09 +0000 diego Merge config.h variable declarations into libavutil test.
Thu, 26 Apr 2007 12:35:32 +0000 diego indentation cosmetics
Thu, 26 Apr 2007 12:35:04 +0000 diego Remove redundant comments.
Thu, 26 Apr 2007 12:34:37 +0000 diego Clean up static libavcodec check, just checking for a file is enough.
Thu, 26 Apr 2007 12:30:34 +0000 diego Fix typo in _libavcodec vs _libavcodec_a variable name.
Thu, 26 Apr 2007 12:26:52 +0000 diego cosmetics: Fix indentation, merge some lines in the FFmpeg checks.
Thu, 26 Apr 2007 12:25:27 +0000 diego Merge static and shared libpostproc checks.
Thu, 26 Apr 2007 12:20:36 +0000 diego Merge static and shared libavformat checks.
Thu, 26 Apr 2007 12:09:20 +0000 diego Move misplaced res_comment to where it actually takes effect.
Thu, 26 Apr 2007 11:59:26 +0000 diego Merge static and shared libavcodec checks.
Thu, 26 Apr 2007 11:53:38 +0000 diego 10l elif syntax error
Thu, 26 Apr 2007 11:37:24 +0000 diego Merge checks for static and shared libavutil.
Thu, 26 Apr 2007 11:22:22 +0000 diego Add general variables for either static or shared FFmpeg libraries.
Thu, 26 Apr 2007 11:19:29 +0000 diego Give variable names for static FFmpeg libraries a '_a' suffix.
Thu, 26 Apr 2007 11:05:59 +0000 diego Remove large automatics from stack.
Thu, 26 Apr 2007 10:36:59 +0000 diego Add CXX include flags to dependency file generation CFLAGS to generate correct
Thu, 26 Apr 2007 08:04:05 +0000 Gabrov synced with r23100
Wed, 25 Apr 2007 19:32:53 +0000 diego AMR-NB fixed-point mode external library support was removed from FFmpeg.
Wed, 25 Apr 2007 13:47:06 +0000 compn make -really-quiet hide the mencoder version tags. patch copied from michael
Wed, 25 Apr 2007 08:40:43 +0000 diego cosmetics: Rename Makefile variables CONFIG_VIDIX_* --> VIDIX_*.
Wed, 25 Apr 2007 08:38:04 +0000 diego cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.
Wed, 25 Apr 2007 08:35:35 +0000 diego cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.
Wed, 25 Apr 2007 07:34:56 +0000 diego Consistently use quotes instead of angled brackets in #include
Wed, 25 Apr 2007 07:22:28 +0000 diego typo: mingw --> mingw32
Wed, 25 Apr 2007 00:03:27 +0000 diego Declarations and code should not be mixed.
Wed, 25 Apr 2007 00:02:23 +0000 diego Add support for Bethesda Software VID video.
Tue, 24 Apr 2007 23:46:42 +0000 cehoyos CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now called
Tue, 24 Apr 2007 17:36:03 +0000 eugeni Do not use FT_Glyph_Copy with NULL glyphs.
Tue, 24 Apr 2007 09:22:34 +0000 kraymer r23028: with -identify show audio and video id
Tue, 24 Apr 2007 09:05:54 +0000 ods15 compilation fix, manually include help_mp.h
Tue, 24 Apr 2007 08:53:38 +0000 voroshil r23100: Update AMR instructions.
Mon, 23 Apr 2007 22:34:33 +0000 diego Update AMR instructions.
Mon, 23 Apr 2007 17:40:25 +0000 ben allows cross-compilation for PPC target when using a toolchain defined as powerpc
Mon, 23 Apr 2007 10:26:05 +0000 voroshil r19039 was missed in first sync (r19631). fixed.
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.