log

age author description
Tue, 26 Jun 2007 15:01:09 +0000 reimar Remove some unused code and useless error checking that only clutters the code
Mon, 25 Jun 2007 16:37:12 +0000 reimar Hint at the Makefile for information how to build dha with svgalib_helper
Mon, 25 Jun 2007 13:59:46 +0000 reimar Hint at --disable-* options as a workaround for outdated binutils.
Mon, 25 Jun 2007 11:16:42 +0000 ptt synced with r23608 + other fixes
Sun, 24 Jun 2007 18:46:41 +0000 rtogni start= and end= parameters on realrtspurls may be optionally quoted with
Sun, 24 Jun 2007 17:39:54 +0000 reimar config.h must be included before other headers
Sun, 24 Jun 2007 17:24:13 +0000 reimar Hide our swab prototype when the system has swab since at least the
Sun, 24 Jun 2007 15:25:32 +0000 reimar Make sure we always have a swab() prototype when we use it,
Sun, 24 Jun 2007 14:54:56 +0000 reimar Use proper PRI?64 format strings
Sun, 24 Jun 2007 14:39:11 +0000 reimar define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).
Sun, 24 Jun 2007 14:12:59 +0000 reimar Remove unused and trivial string variable
Sun, 24 Jun 2007 14:11:38 +0000 reimar Remove unused function.
Sun, 24 Jun 2007 14:09:53 +0000 reimar Remove unused (static) function prototype.
Sun, 24 Jun 2007 14:08:22 +0000 reimar Fix format string to match actual type.
Sun, 24 Jun 2007 14:04:48 +0000 reimar Move variable into the block where it actually used
Sun, 24 Jun 2007 13:34:16 +0000 reimar index_mode is already defined in demuxer.h
Sun, 24 Jun 2007 13:27:03 +0000 reimar get rid of useless *alloc casts
Sun, 24 Jun 2007 13:21:50 +0000 reimar Get rid of: useless variable, useless cast and void * arithmetic
Sun, 24 Jun 2007 13:20:17 +0000 reimar Use AV_RL32
Sun, 24 Jun 2007 13:09:08 +0000 reimar Fix format strings to match argument type
Sun, 24 Jun 2007 13:01:22 +0000 reimar Remove unused query_format function in vf_harddup.
Sun, 24 Jun 2007 12:43:45 +0000 reimar Return value of gtk_entry_get_text is const, so declare variables as const as well.
Sun, 24 Jun 2007 12:40:51 +0000 reimar ff_gcd is already in libavutil/common.h, no need for an extra prototype here
Sun, 24 Jun 2007 12:32:33 +0000 reimar Avoid more void * arithmetic
Sun, 24 Jun 2007 11:18:12 +0000 reimar revert broken r23628, mp_core.h is not included by cfg.h, so double extern
Sun, 24 Jun 2007 11:09:32 +0000 reimar get_path prototype is already in interface.h and probably many more places.
Sun, 24 Jun 2007 11:07:47 +0000 reimar Avoid vo_sdl void * arithmetic
Sun, 24 Jun 2007 11:04:02 +0000 reimar Remove completely pointless "!= 1".
Sun, 24 Jun 2007 10:59:53 +0000 reimar Another unneeded xinerama_screen extern
Sun, 24 Jun 2007 10:51:06 +0000 reimar xinerama_screen is already declared in video_out.h
Sun, 24 Jun 2007 10:46:40 +0000 reimar Add missing return value for x11 error handler
Sun, 24 Jun 2007 10:39:04 +0000 reimar Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bit
Sun, 24 Jun 2007 10:26:01 +0000 reimar Avoid void * arithmetic
Sun, 24 Jun 2007 10:24:11 +0000 reimar Some comment typo fixes
Sun, 24 Jun 2007 10:20:42 +0000 reimar make opt argument of demux_info_get const.
Sun, 24 Jun 2007 10:16:18 +0000 reimar Remove two unused functions in asxparser
Sun, 24 Jun 2007 10:14:42 +0000 reimar Get rid of a completely useless cast
Sun, 24 Jun 2007 10:09:05 +0000 reimar ass_enabled is already in mp_core.h
Sun, 24 Jun 2007 10:08:09 +0000 reimar Do not prototype spudec_draw_scaled twice
Sun, 24 Jun 2007 10:06:57 +0000 reimar suboverlap_enabled is already declared in included subreader.h
Sun, 24 Jun 2007 10:06:10 +0000 reimar vo_init is x11 specific and has no place in video_out.h.
Sun, 24 Jun 2007 10:03:26 +0000 reimar Remove redundant vo_format_name, included img_format.h already provides it
Sun, 24 Jun 2007 09:52:19 +0000 reimar Add a (almost correct) prototype for vcd_seek_to_track
Sun, 24 Jun 2007 08:39:40 +0000 reimar pstrcpy -> av_strlcpy
Sun, 24 Jun 2007 08:14:10 +0000 reimar Fix dvd:// subtitle handling to always report the MPEG stream id, because
Sun, 24 Jun 2007 08:12:08 +0000 reimar Remove the now unused demux_mkv_change_subs function
Sun, 24 Jun 2007 08:10:07 +0000 reimar Simplify and correct subtitle selection, no more special cases for
Sun, 24 Jun 2007 07:29:03 +0000 reimar Set demuxer->sub->sh to one of the s_streams like done for audio and video.
Sun, 24 Jun 2007 03:28:46 +0000 voroshil r23504: -lavdopts threads is only implemented for mpeg[12]
Sun, 24 Jun 2007 02:40:58 +0000 voroshil r23578: Fix license header.
Sun, 24 Jun 2007 02:33:20 +0000 voroshil r23588: The audio balance feature implemented with af_pan.
Sat, 23 Jun 2007 23:45:31 +0000 aurel add myself as co-maintainer of demux_mkv.c
Sat, 23 Jun 2007 18:16:14 +0000 reimar Fix r23353, it broke ao_sun on non-BSD due to accidentially removing
Sat, 23 Jun 2007 17:39:27 +0000 reimar Fix memleak due to not freeing demuxer->s_streams
Sat, 23 Jun 2007 16:57:27 +0000 reimar 100l, last demux_mkv patch passed ints instead of pointers to them to sscanf
Sat, 23 Jun 2007 15:38:00 +0000 reimar Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the code a bit.
Sat, 23 Jun 2007 13:55:13 +0000 reimar Document the effect of -really-quiet on gmplayer.
Sat, 23 Jun 2007 08:22:10 +0000 diego Nico claims to never have had any problems with X11 compilation on Mandrake.
Fri, 22 Jun 2007 22:06:58 +0000 reimar Hack around some fullscreen issues with gl under Windows
Fri, 22 Jun 2007 19:58:44 +0000 lu_zero unbreak armv6 previously broken by me...
Fri, 22 Jun 2007 13:03:40 +0000 mhoffman integrating ff_bfin_get_unscaled_swscale into the system
Fri, 22 Jun 2007 12:45:18 +0000 mhoffman adding Blackfin swscale_bfin infrastructure, and the first swscale routine uyvy to yv12 video resampler
Fri, 22 Jun 2007 00:14:22 +0000 mhoffman document pointer offset by -8
Fri, 22 Jun 2007 00:12:44 +0000 mhoffman re pipeline loop, to eliminate extra chroma reads
Fri, 22 Jun 2007 00:07:55 +0000 mhoffman correct chroma skewing bug, caused by incorrect stride adjustments
Thu, 21 Jun 2007 19:01:29 +0000 lu_zero Unbreak altivec
Thu, 21 Jun 2007 15:03:28 +0000 ptt grammar error fixed
Thu, 21 Jun 2007 14:16:01 +0000 ptt elected me as italian docs translation mantainer, so i can get my own insults ;)
Thu, 21 Jun 2007 13:53:23 +0000 ptt sync'ed with r23588
Thu, 21 Jun 2007 13:44:52 +0000 ptt other corrections, pointed out by emanuele aina (italian translation project)
Thu, 21 Jun 2007 10:44:23 +0000 ptt a few corrections, pointed out nicely by nico sabbi, thanx
Thu, 21 Jun 2007 10:11:24 +0000 ptt added some carriage returns and full stops, plus a missing 'option'
Thu, 21 Jun 2007 08:18:51 +0000 voroshil Revert r23530.
Wed, 20 Jun 2007 18:19:03 +0000 uau demux_mkv very long seek fix
Wed, 20 Jun 2007 16:52:32 +0000 uau Fix demuxer.h multiple inclusion guard
Wed, 20 Jun 2007 16:29:56 +0000 reimar Remove useless demnuxer.h include from matroska.h, it creats "hundreds" of
Wed, 20 Jun 2007 10:39:57 +0000 cehoyos Simplify network timeout calculation.
Wed, 20 Jun 2007 02:26:20 +0000 zuxy The audio balance feature implemented with af_pan.
Tue, 19 Jun 2007 23:24:04 +0000 compn some more reqs from users
Tue, 19 Jun 2007 13:55:22 +0000 reimar Simplify generation of CPU-extensions HAVE_ and ENABLE_ defines
Tue, 19 Jun 2007 13:55:12 +0000 reimar Simplify generation of ARCH_ and corresponding ENABLE_ defines
Tue, 19 Jun 2007 13:54:48 +0000 reimar Add an optional third parameter to ff_config_enable in preparation
Tue, 19 Jun 2007 13:37:31 +0000 reimar Allow to disable x86 cpu extensions (e.g, via --disable-sse) even with
Tue, 19 Jun 2007 13:24:16 +0000 gpoirier fix typos noted by Nicolas Legrand
Tue, 19 Jun 2007 06:51:33 +0000 diego Port changes for older Subversion releases from FFmpeg.
Mon, 18 Jun 2007 21:24:45 +0000 diego misc small fixes
Mon, 18 Jun 2007 20:04:46 +0000 diego Activate license notice.
Mon, 18 Jun 2007 19:31:17 +0000 diego Fix license header.
Mon, 18 Jun 2007 14:44:41 +0000 ptt they said 'colla' was cacophonic.... probably indeed it was :) changed.
Mon, 18 Jun 2007 10:44:35 +0000 ptt synced with r21930
Mon, 18 Jun 2007 09:15:32 +0000 cehoyos Silence three warnings.
Mon, 18 Jun 2007 08:53:53 +0000 cehoyos Stop playing at eof or if no data arrives for ten seconds.
Mon, 18 Jun 2007 08:02:37 +0000 gpoirier sync w/ r23561
Sun, 17 Jun 2007 13:28:52 +0000 zuxy More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH control
Sun, 17 Jun 2007 12:18:13 +0000 zuxy Add AF_CONTROL_PAN_BALANCE control
Sun, 17 Jun 2007 10:24:10 +0000 reimar Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j'
Sun, 17 Jun 2007 08:29:26 +0000 reimar Merge (trivial) dvdnav and dvdread subtitle selection code
Sun, 17 Jun 2007 08:26:07 +0000 reimar Make sure we do not access demuxer->s_streams out of bounds
Sat, 16 Jun 2007 19:47:36 +0000 uau Remove broken option reset from per-file loop
Sat, 16 Jun 2007 16:07:02 +0000 rtogni Compilation fix: define some ENABLE needed by lavc
Sat, 16 Jun 2007 15:32:54 +0000 reimar Add HAVE_ Makefile variables needed by ffmpeg
Sat, 16 Jun 2007 15:29:26 +0000 reimar Missing libswscale part of TARGET_ -> HAVE_ change
Sat, 16 Jun 2007 15:24:39 +0000 reimar Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.
Sat, 16 Jun 2007 15:17:00 +0000 reimar Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.
Sat, 16 Jun 2007 11:49:11 +0000 gpoirier add missing IDCT algothim, as defined in libavcodec/avcodec.h
Fri, 15 Jun 2007 22:22:16 +0000 eugeni When parsing ass-force-style arguments, search for '=' and '.' characters with
Fri, 15 Jun 2007 22:15:27 +0000 eugeni Make sure there is at least one style in ass_track when parsing events.
Fri, 15 Jun 2007 14:38:12 +0000 ptt synced with r23536
Fri, 15 Jun 2007 11:59:14 +0000 compn update wishlist
Wed, 13 Jun 2007 17:48:15 +0000 diego misc spelling fixes
Wed, 13 Jun 2007 11:04:01 +0000 cehoyos Do not allow to compile gui without PNG decoder in libavcodec.
Wed, 13 Jun 2007 10:50:14 +0000 ptt grammatical error fixed
Wed, 13 Jun 2007 09:29:51 +0000 zuxy Remove incorrect comment: pan defaults to block all, instead of pass-thru.
Wed, 13 Jun 2007 09:28:49 +0000 zuxy Avoid zero output for pan filter; zero output now means same # of channels
Wed, 13 Jun 2007 09:20:36 +0000 zuxy Make pan reentrant. Multiple pans in chain work fine.
Tue, 12 Jun 2007 22:08:30 +0000 nicodvb clearly specify the valid substream id range, rather than using unreadable bitmasks (it also prevents misdetection 0xFF as valid)
Tue, 12 Jun 2007 20:31:49 +0000 gpoirier refine the example of -menu-chroot yet more
Tue, 12 Jun 2007 20:16:51 +0000 gpoirier give an example of -menu-chroot usage
Tue, 12 Jun 2007 09:14:46 +0000 ptt little corrections suggested by nico sabbi , thanx
Tue, 12 Jun 2007 08:38:42 +0000 cehoyos Fix compilation after FFmpeg r9283.
Mon, 11 Jun 2007 07:39:06 +0000 voroshil r23516: little indentation fix
Sun, 10 Jun 2007 22:20:24 +0000 diego Sync with FFmpeg r9278.
Sun, 10 Jun 2007 21:58:30 +0000 lu_zero avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.dot.com>
Sun, 10 Jun 2007 19:19:00 +0000 ptt yes, interleave was deeply wrong translated. corrected
Sun, 10 Jun 2007 18:36:30 +0000 ptt changed forgotten $Revision... to synced with.... sorry :(
Sun, 10 Jun 2007 18:33:36 +0000 ptt small grammar fixes
Sun, 10 Jun 2007 18:24:34 +0000 ptt removed a forgotten part in english plus small corrections
Sun, 10 Jun 2007 17:58:53 +0000 ptt capital char and relative dot at end of phrase removed
Sun, 10 Jun 2007 17:53:34 +0000 ptt <note><para> indentation corrected
Sun, 10 Jun 2007 17:49:43 +0000 ptt caps character after "Explanation:" in tvinput.xml
Sun, 10 Jun 2007 17:47:15 +0000 ptt added italian translation of codecs.xml & containers.xml
Sun, 10 Jun 2007 16:45:30 +0000 aurel Don't set random codec parameters for AC3/DTS in mkv.
Sun, 10 Jun 2007 10:05:54 +0000 Gabrov synced with r23531
Sun, 10 Jun 2007 10:00:05 +0000 gpoirier sync w/r23530
Sun, 10 Jun 2007 09:25:09 +0000 nicodvb removed functions that were used to parse mpeg12 video (no more video); patch by John Donaghy
Sun, 10 Jun 2007 00:06:12 +0000 voroshil Teletext support for tv:// (v4l and v4l2 only)
Sat, 09 Jun 2007 18:20:21 +0000 nicodvb init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameter
Sat, 09 Jun 2007 17:32:49 +0000 lorenm x264 no longer defaults to qp=26.
Sat, 09 Jun 2007 11:57:22 +0000 nicodvb added support for DTS1 audio descriptor
Sat, 09 Jun 2007 11:56:10 +0000 nicodvb 1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTS
Sat, 09 Jun 2007 09:25:41 +0000 henry set the window aspect hint
Fri, 08 Jun 2007 22:59:04 +0000 compn add mmes fourcc for mpeg2 in avi files
Fri, 08 Jun 2007 22:22:50 +0000 cehoyos Simplify addition of -Wdeclaration-after-statement to CFLAGS.
Fri, 08 Jun 2007 22:04:09 +0000 cehoyos Support icc 10.0.
Fri, 08 Jun 2007 20:24:56 +0000 gpoirier sync w/r23504
Fri, 08 Jun 2007 19:38:05 +0000 ptt reversed previus modification (r23517)
Fri, 08 Jun 2007 16:17:58 +0000 ptt changed vowels to accented utf8 vowels
Fri, 08 Jun 2007 15:02:11 +0000 ptt other two files translated :)
Fri, 08 Jun 2007 14:52:18 +0000 ptt small indentation and tags fixes
Fri, 08 Jun 2007 14:46:27 +0000 ptt little indentation fix
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