log

age author description
Sat, 22 Dec 2007 18:49:28 +0000 diego Remove wrong and misleading comments.
Sat, 22 Dec 2007 18:35:52 +0000 diego typos
Sat, 22 Dec 2007 18:35:09 +0000 diego cosmetics: grammar/spelling
Sat, 22 Dec 2007 18:32:45 +0000 reimar 100l, fix compilation.
Sat, 22 Dec 2007 18:12:03 +0000 ulion Grammar fix.
Sat, 22 Dec 2007 17:33:28 +0000 ulion Add copyright info for s/pdif code from VideoLAN.
Sat, 22 Dec 2007 17:13:17 +0000 diego Add missing #include, fixes
Sat, 22 Dec 2007 17:10:09 +0000 diego cosmetics: Remove trailing whitespace.
Sat, 22 Dec 2007 17:00:43 +0000 diego cosmetics: spelling fixes
Sat, 22 Dec 2007 16:23:42 +0000 reimar Set is_streamed correctly, should make network playback work more reliably.
Sat, 22 Dec 2007 16:22:54 +0000 reimar Get rid of URLProtocol mess (especially problematic since it made use
Sat, 22 Dec 2007 16:05:37 +0000 reimar Typo fix in message
Sat, 22 Dec 2007 15:44:57 +0000 reimar Simplify int_fastXY_t test in configure.
Sat, 22 Dec 2007 14:55:26 +0000 ulion Do not send mouse movements events in root win mode.
Sat, 22 Dec 2007 11:25:59 +0000 reimar Remove useless #ifdefs
Sat, 22 Dec 2007 11:09:43 +0000 reimar Add support for XScreenSaverSuspend
Sat, 22 Dec 2007 08:35:15 +0000 ulion Check availability before check argument for getting gamma properties.
Sat, 22 Dec 2007 06:35:35 +0000 ulion Revert to r25490, since the r25491 is not correct.
Sat, 22 Dec 2007 06:27:55 +0000 ulion Combine code for check availability of property audio(id).
Sat, 22 Dec 2007 06:20:48 +0000 ulion Combine common code for check whether chapter is available.
Sat, 22 Dec 2007 06:14:38 +0000 ulion OSD menu support mouse selection.
Sat, 22 Dec 2007 03:45:14 +0000 ulion Move two variable to the scope where they are indeed used.
Fri, 21 Dec 2007 11:56:18 +0000 reimar Simplify a little bit
Fri, 21 Dec 2007 11:53:55 +0000 reimar Remove a check that is never in any way useful
Fri, 21 Dec 2007 11:47:09 +0000 diego comment typo fixes
Fri, 21 Dec 2007 11:46:58 +0000 reimar Avoid some le2me_ASF_* stuff operating directly on buffer, should
Fri, 21 Dec 2007 11:41:42 +0000 diego The lagarith DLL requires an MMX2 CPU.
Fri, 21 Dec 2007 11:37:47 +0000 reimar Remove another useless cast
Fri, 21 Dec 2007 11:34:04 +0000 reimar 100l, buffer bound checks work better when done _before_ access.
Fri, 21 Dec 2007 11:30:55 +0000 reimar Reduce some extreme parsing ugliness (mostly cosmetic)
Fri, 21 Dec 2007 10:53:32 +0000 reimar Remove useless alloc casts
Fri, 21 Dec 2007 00:13:08 +0000 reimar Reduce code duplication: add a asf_read_wrapper function that never does partial reads
Thu, 20 Dec 2007 18:20:09 +0000 ptt 30% synced with r22753
Thu, 20 Dec 2007 12:57:36 +0000 reimar Move more variables into the block where they are used
Thu, 20 Dec 2007 12:51:24 +0000 reimar Move a variable to where it is used
Thu, 20 Dec 2007 12:00:44 +0000 ulion Support send mouse movements commands to mplayer.
Thu, 20 Dec 2007 11:36:53 +0000 ulion Fix stream_cache to use sector_size set in stream_t.
Thu, 20 Dec 2007 11:21:02 +0000 reimar Move ds->current=NULL; further up to the free_demux_packet.
Thu, 20 Dec 2007 10:41:16 +0000 ulion Fix comment from unrarlib to unrar_exec
Thu, 20 Dec 2007 10:40:30 +0000 ulion Remove redundant code since unrarlib was removed.
Thu, 20 Dec 2007 10:29:44 +0000 reimar Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD
Thu, 20 Dec 2007 10:10:26 +0000 diego Remove internal unrarlib copy, the new unrarexec code is a strict superset.
Thu, 20 Dec 2007 10:08:36 +0000 benoit Make sure strides have positive values before converting.
Thu, 20 Dec 2007 07:11:48 +0000 ulion Add variable bx, dx to simplify code of function menu_draw_list.
Thu, 20 Dec 2007 02:17:29 +0000 ulion Add local variable 'line_h' to simplify code of function menu_list_draw.
Wed, 19 Dec 2007 16:17:26 +0000 ulion Ignore mouse pos command when pausing.
Wed, 19 Dec 2007 15:21:27 +0000 ulion Currently menu title did not align center together with menu items when x>=0.
Wed, 19 Dec 2007 09:34:28 +0000 ulion Calculate and draw osd accurately.
Wed, 19 Dec 2007 08:42:18 +0000 ulion Make libmenu init and uninit in proper place.
Wed, 19 Dec 2007 08:35:40 +0000 ulion Vobsub support tridx setting in .idx file.
Wed, 19 Dec 2007 04:45:45 +0000 ulion Use calloc instead of malloc when allocate vobsub_t.
Wed, 19 Dec 2007 02:18:56 +0000 gpoirier sync w/r25455
Wed, 19 Dec 2007 01:28:00 +0000 ulion Protocol name should be case insensitive.
Wed, 19 Dec 2007 01:21:59 +0000 ulion Merge 'Jump to ...' with 'Prev/Next' menu item into one item 'Prev/Next ...'.
Tue, 18 Dec 2007 23:37:52 +0000 diego typo noticed by Paul TT
Tue, 18 Dec 2007 21:43:12 +0000 rik change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later))
Tue, 18 Dec 2007 20:37:20 +0000 gpoirier sync w/25440
Tue, 18 Dec 2007 16:37:36 +0000 ulion Use NSMakeRect and NSRect in correct way:
Tue, 18 Dec 2007 14:58:14 +0000 ulion Fix wrong code in last commit.
Tue, 18 Dec 2007 14:48:30 +0000 ulion Fix mouse button mapping:
Tue, 18 Dec 2007 11:54:17 +0000 ulion Here should add the minb to x when x>=0 because in later code
Tue, 18 Dec 2007 10:45:43 +0000 ulion Fix the menu uninit function name.
Tue, 18 Dec 2007 09:44:54 +0000 ulion Replace another m_struct_t by 'struct m_struct_st' to remove depedency
Tue, 18 Dec 2007 09:13:19 +0000 diego Stop MPlayer from complaining about bogus AviSynth DLL load failures.
Tue, 18 Dec 2007 04:07:48 +0000 ulion Remove dependency on m_struct.h when include libmenu/menu.h.
Tue, 18 Dec 2007 03:33:36 +0000 ulion Do not operate on vobsub when no video (Bug #312).
Mon, 17 Dec 2007 19:35:30 +0000 ben r25345 patched the wrong line.
Mon, 17 Dec 2007 15:49:54 +0000 ulion Record screen size and display size in vo_ variables.
Mon, 17 Dec 2007 15:45:37 +0000 ulion screen_frame is only used for fullscreen mode.
Mon, 17 Dec 2007 15:29:42 +0000 ulion Fix the expand text's format by the source.
Mon, 17 Dec 2007 15:24:40 +0000 ulion Caching toc header in vcd private structure for later use.
Mon, 17 Dec 2007 15:20:28 +0000 ulion Add cdda stream control for chapter commmands.
Mon, 17 Dec 2007 15:01:14 +0000 ulion Fix indent for last commit.
Mon, 17 Dec 2007 14:58:46 +0000 ulion Ignore elements of keybindings other than 'binding'.
Mon, 17 Dec 2007 14:55:45 +0000 ulion Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.
Mon, 17 Dec 2007 14:53:38 +0000 ulion Display parsed keycode in verbose output.
Mon, 17 Dec 2007 09:56:12 +0000 gpoirier mention that the sync is partial
Mon, 17 Dec 2007 09:40:33 +0000 gpoirier partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
Mon, 17 Dec 2007 09:02:21 +0000 diego cosmetics: Remove trailing whitespace.
Mon, 17 Dec 2007 03:42:54 +0000 ulion Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).
Mon, 17 Dec 2007 01:20:19 +0000 ulion Fix memory leak.
Mon, 17 Dec 2007 01:06:17 +0000 ulion The function parameter 'preferred_language' should be const char *.
Mon, 17 Dec 2007 00:11:33 +0000 diego Use correct #include for waitpid, fixes the warning:
Sun, 16 Dec 2007 23:57:34 +0000 diego Remove useless stray #include.
Sun, 16 Dec 2007 23:50:05 +0000 diego Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.
Sun, 16 Dec 2007 16:39:10 +0000 ulion Should not change stream->pos in fill_buffer function.
Sun, 16 Dec 2007 16:37:33 +0000 diego cosmetics: reformatting
Sun, 16 Dec 2007 16:29:25 +0000 diego There are no special rules for commits to the build system.
Sun, 16 Dec 2007 11:31:52 +0000 ulion Support cddb on darwin.
Sun, 16 Dec 2007 11:13:24 +0000 ben make libass use sub_font_name whenever it's possible
Sun, 16 Dec 2007 09:59:20 +0000 gpoirier sync w/ r25389 (up-to-date!!)
Sun, 16 Dec 2007 09:26:13 +0000 gpoirier sync w/r25315
Sat, 15 Dec 2007 21:06:58 +0000 nicodvb 10l, in dvb_free_config() channels' names must be free individually
Sat, 15 Dec 2007 19:17:36 +0000 ben cosmetic: indent after r25415
Sat, 15 Dec 2007 19:16:49 +0000 ben do not override *file_format if already set by asf_streaming_start()
Sat, 15 Dec 2007 17:10:06 +0000 reimar pa_stream_write reportedly needs locking of the main loop
Sat, 15 Dec 2007 17:07:40 +0000 reimar Fix indentation
Sat, 15 Dec 2007 17:06:59 +0000 reimar Remove pointless pa_stream_trigger call
Sat, 15 Dec 2007 16:58:25 +0000 reimar Documentation for waitop function
Sat, 15 Dec 2007 15:38:38 +0000 ulion Make the end_sector accessable (it should be).
Sat, 15 Dec 2007 15:32:27 +0000 ulion Add auto-update property for property menu item.
Sat, 15 Dec 2007 13:37:41 +0000 nicodvb removed the obscene priv->stream entry. Someone must have injected vodka in my milk when I wrote it
Sat, 15 Dec 2007 13:30:44 +0000 nicodvb get rid of the file-static dvb_config and free the config at close() . Patch by Andrew Calkin and me
Sat, 15 Dec 2007 13:24:01 +0000 ulion Only read disc info once and save it for later using.
Sat, 15 Dec 2007 13:05:06 +0000 nicodvb dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)
Sat, 15 Dec 2007 12:17:51 +0000 ulion The buffer used for pread need be aligned, but currently it got an offset 23
Sat, 15 Dec 2007 12:11:44 +0000 ulion Get end position of last track by adding its starting address with track size.
Sat, 15 Dec 2007 01:12:44 +0000 ulion Replace printf with mp_msg.
Fri, 14 Dec 2007 23:41:56 +0000 gpoirier partial sync with some of the latest commits
Fri, 14 Dec 2007 22:02:48 +0000 uau Always enable largefile support by default
Fri, 14 Dec 2007 18:38:08 +0000 ben implemented frame selection for savage driver
Fri, 14 Dec 2007 18:36:08 +0000 ben fix frame size calculation
Fri, 14 Dec 2007 18:25:06 +0000 ben remove useless code parts
Fri, 14 Dec 2007 18:19:50 +0000 ben bgr24 and bgr32 support
Fri, 14 Dec 2007 18:15:34 +0000 ben rgb -> bgr
Fri, 14 Dec 2007 17:59:43 +0000 ben register values were already set: simplify
Fri, 14 Dec 2007 15:39:46 +0000 ulion Only print one track info when exactly seeking to the beginning of a track.
Fri, 14 Dec 2007 08:39:45 +0000 ulion Support chapter in OSD menu.
Fri, 14 Dec 2007 08:33:11 +0000 ulion Support chapter as a property.
Fri, 14 Dec 2007 08:26:06 +0000 ulion Fix stream cdda seeks to CD's end and hangs forever bug.
Fri, 14 Dec 2007 08:16:39 +0000 ulion Support using unrar executable to access rar-compressed vobsub files.
Fri, 14 Dec 2007 07:15:13 +0000 cehoyos Cosmetics: Fix indentation.
Fri, 14 Dec 2007 07:14:33 +0000 cehoyos Set correct image format for 24bit "raw " in mov files.
Thu, 13 Dec 2007 12:51:05 +0000 ulion Add demuxer functions for chapter feature.
Thu, 13 Dec 2007 12:38:17 +0000 ulion Add new audio filter for encoding multi-channel audio into ac3 at runtime.
Wed, 12 Dec 2007 23:01:49 +0000 nicodvb cosmetics: partially reformatted this monstruosity
Wed, 12 Dec 2007 22:54:20 +0000 nicodvb fix memleaks; patch by andrew calkin from gmail com
Wed, 12 Dec 2007 19:26:55 +0000 ben reverted r25323: deprecated by ulion's recent patches
Wed, 12 Dec 2007 16:25:56 +0000 ptt synced with r25379
Wed, 12 Dec 2007 13:39:01 +0000 compn add lagarith codec, someone finally found it in the wild.
Wed, 12 Dec 2007 10:00:34 +0000 ulion Fix libass to support -nofontconfig.
Wed, 12 Dec 2007 08:50:54 +0000 diego cosmetics: Remove ugly and inconsistent uppercasing from filenames.
Wed, 12 Dec 2007 08:45:05 +0000 diego cosmetics: Move public function declarations together.
Wed, 12 Dec 2007 08:29:55 +0000 diego Add missing declaration for dct64_altivec, fixes the warning:
Wed, 12 Dec 2007 06:32:54 +0000 ulion Fix memory leak. I thought asx_get_attrib() return a const char *,
Wed, 12 Dec 2007 05:39:17 +0000 ulion Fix memory leak, reported by Andrew Calkin <andrew P calkin A gmail P com>.
Wed, 12 Dec 2007 05:30:59 +0000 ulion Remove headers not used.
Wed, 12 Dec 2007 04:00:07 +0000 ulion Add OSD menu keybindings for Apple Remote.
Wed, 12 Dec 2007 02:48:47 +0000 ulion Update comment that navigating keys is defined in menu.conf.
Tue, 11 Dec 2007 23:52:55 +0000 diego Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.
Tue, 11 Dec 2007 23:25:36 +0000 diego Add missing #include <stdio.h>, fixes the warning:
Tue, 11 Dec 2007 22:37:36 +0000 diego support for xtensa CPU architecture
Tue, 11 Dec 2007 22:31:57 +0000 diego Slightly simplify preprocessor conditionals.
Tue, 11 Dec 2007 22:29:22 +0000 diego Ahem, fix breakage of last commit: The AltiVec detection code has three
Tue, 11 Dec 2007 21:58:42 +0000 ben allow osd menu being controlled by joystick
Tue, 11 Dec 2007 20:40:34 +0000 diego Do not set SYS_AMIGAOS4, it is unused.
Tue, 11 Dec 2007 20:39:18 +0000 diego SYS_AMIGAOS4 --> __AMIGAOS4__
Tue, 11 Dec 2007 20:36:33 +0000 diego slight consistency change for default DVD device selection
Tue, 11 Dec 2007 20:33:56 +0000 diego Remove redundant condition from list of CD/DVD-ROM devices.
Tue, 11 Dec 2007 20:32:50 +0000 diego Do not set -DSYS_DARWIN, it is unused.
Tue, 11 Dec 2007 20:32:21 +0000 diego Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.
Tue, 11 Dec 2007 20:30:30 +0000 diego Remove redundant and obfuscating preprocessor conditional.
Tue, 11 Dec 2007 20:27:13 +0000 diego Replace SYS_DARWIN conditional by the more correct __APPLE__.
Tue, 11 Dec 2007 20:16:00 +0000 diego There is a check for altivec.h in configure so use the preprocessor directive
Tue, 11 Dec 2007 20:07:18 +0000 diego Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.
Tue, 11 Dec 2007 19:56:40 +0000 reimar Make init_video function in dec_video static, it is not used outside that file.
Tue, 11 Dec 2007 19:54:35 +0000 diego Identifiers starting with __ are reserved for the system.
Tue, 11 Dec 2007 19:52:17 +0000 diego Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when
Tue, 11 Dec 2007 14:53:14 +0000 diego Relicense as GPL v2 or later like the rest of liba52.
Tue, 11 Dec 2007 10:12:58 +0000 ulion Fix spudec to display current vobsub immediately after a seek.
Tue, 11 Dec 2007 08:17:49 +0000 ulion Make up missing changelog for dts wav support.
Tue, 11 Dec 2007 08:11:21 +0000 ulion Support to run multiple mplayer commands set in menu.conf
Tue, 11 Dec 2007 08:03:47 +0000 ulion Add new function for parsing and queueing multi-commands separated by \n or \r.
Mon, 10 Dec 2007 21:33:22 +0000 compn some changes
Mon, 10 Dec 2007 19:27:46 +0000 ben Fixed VIDIX color bug that was introduced when Radeon VIDIX driver
Mon, 10 Dec 2007 19:13:54 +0000 ben Dump the ati radeon DISP_MERGE_CNTL register to ease the
Mon, 10 Dec 2007 16:53:30 +0000 ulion Fix all current known multi-channel wrong order problems by adding
Mon, 10 Dec 2007 14:43:09 +0000 ulion Fix memory leak that tmp allocated but maybe not used.
Mon, 10 Dec 2007 14:39:19 +0000 diego Fix printf format string length modifiers, removes about a trillion warnings.
Mon, 10 Dec 2007 14:13:34 +0000 diego Comment out unused variable.
Mon, 10 Dec 2007 14:12:40 +0000 ulion Fix mylstat() call to parent dir where the subdir has no exec permission.
Mon, 10 Dec 2007 13:18:27 +0000 diego Remove unused parameters from main(), fixes the warnings:
Mon, 10 Dec 2007 13:16:10 +0000 diego Fix printf format string length modifiers, removes the warnings:
Mon, 10 Dec 2007 13:11:26 +0000 diego Fix printf format string length modifiers, removes the warnings:
Mon, 10 Dec 2007 12:35:28 +0000 diego spelling/grammar/wording/formatting
Mon, 10 Dec 2007 11:08:27 +0000 ulion Fix my wrong code in r25530.
Mon, 10 Dec 2007 10:27:14 +0000 ulion Make up missing header update in r25326.
Mon, 10 Dec 2007 04:37:26 +0000 ulion Move temp variable declaration into inner loop scope.
Mon, 10 Dec 2007 01:46:02 +0000 ulion Ignore heading spaces when parsing command.
Mon, 10 Dec 2007 01:43:33 +0000 ulion Fix missing command line bug by making the input parameter constant.
Sun, 09 Dec 2007 21:44:50 +0000 nicodvb associate mpeg12 ffourccs to vc_mpegpes (fixes playback with hw mpeg12 decoders and demux_lavf)
Sun, 09 Dec 2007 10:32:05 +0000 ulion Combine common code for dealing with file action and dir action.
Sun, 09 Dec 2007 07:50:37 +0000 ulion Use recorded last path only when stat it ok.
Sun, 09 Dec 2007 06:58:57 +0000 ulion Convert vobsub custom colors from rgb to yuv using a common function.
Sat, 08 Dec 2007 23:21:08 +0000 ben identifiers starting with an underscore are reserved by the C standard
Sat, 08 Dec 2007 18:16:02 +0000 nicodvb removed stupid checks
Sat, 08 Dec 2007 16:27:25 +0000 ben rework of libmenu open_dir()
Sat, 08 Dec 2007 14:19:12 +0000 ulion Remove useless include added in last commit by mistake.
Sat, 08 Dec 2007 12:55:10 +0000 cehoyos Allow usage of icc 10.1
Sat, 08 Dec 2007 12:15:03 +0000 ulion Move vobsub palette->yuv convert code into a common function.
Sat, 08 Dec 2007 04:29:11 +0000 diego Add missing declarations for AltiVec functions, fixes the warnings:
Sat, 08 Dec 2007 02:57:50 +0000 ulion Remove useless variable aoIsCreated since we took good care of init failure.
Sat, 08 Dec 2007 02:38:02 +0000 ulion Restore y of palette into the same value range as it was in the .ifo file.
Fri, 07 Dec 2007 15:30:12 +0000 diego Fix 'make checkheaders' on AltiVec-enabled systems.
Thu, 06 Dec 2007 12:54:47 +0000 diego minor spelling/grammar fixes
Thu, 06 Dec 2007 11:30:35 +0000 ptt cleanup and conformation of values description for -ass-hinting
Thu, 06 Dec 2007 02:52:59 +0000 zuxy Do not PostQuitMessage when destroying a child window.
Wed, 05 Dec 2007 23:44:31 +0000 ivo suppress silly messages when checktree is not called from the root of the tree
Wed, 05 Dec 2007 23:41:59 +0000 ivo only check source code for gnuisms
Wed, 05 Dec 2007 23:39:01 +0000 ivo simpler and more easily expandable test whether we need a shortlist that
Wed, 05 Dec 2007 23:36:03 +0000 ivo test for presence of .svn directory if we are supposed to traverse the tree
Wed, 05 Dec 2007 19:07:25 +0000 ptt three little corrections...
Wed, 05 Dec 2007 19:06:12 +0000 ptt initial submit for revision... 24% synced with r22753
Wed, 05 Dec 2007 18:24:40 +0000 ulion Prevent from outputing mass of 'skip' log messages in verbose level.
Wed, 05 Dec 2007 17:42:56 +0000 ivo when gathering the list of files to check via svn info, also include
Tue, 04 Dec 2007 22:37:58 +0000 ben sync ivtv driver with vidix.sf.net (multiple revisions)
Tue, 04 Dec 2007 22:33:46 +0000 ben sync with vidix.sf.net r319: remove useless vars
Tue, 04 Dec 2007 22:33:08 +0000 ben sync with vidix.sf.net r317: fixes colorspace issues for vidix savage driver
Tue, 04 Dec 2007 22:22:24 +0000 ben Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlay
Tue, 04 Dec 2007 21:56:18 +0000 ben sync with vidix.sf.net r318: resolve bitfield collision in vidix radeon driver (patch by Guillaume Lecerf)
Tue, 04 Dec 2007 18:10:20 +0000 ben add new configure option to disable VIDIX PCI device name database (saves a 300 kB on mplayer binary)
Tue, 04 Dec 2007 15:26:56 +0000 lu_zero Rename demuxer tags to clarify
Tue, 04 Dec 2007 15:13:50 +0000 lu_zero live555 and libnemesi support coexists
Tue, 04 Dec 2007 15:05:14 +0000 lu_zero 10l ... the header was used there too
Tue, 04 Dec 2007 13:11:48 +0000 lu_zero Remove non necessary header
Tue, 04 Dec 2007 13:05:25 +0000 lu_zero Make libnemesi use specific struct and DEMUXER_TYPE
Tue, 04 Dec 2007 12:38:31 +0000 ulion Add cleanup codes for init() failure to prevent leak.
Tue, 04 Dec 2007 12:34:44 +0000 ulion When auto loading subs, log warning instead of error for load failure.
Tue, 04 Dec 2007 10:42:59 +0000 ulion Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
Mon, 03 Dec 2007 23:38:51 +0000 diego Use correct printf length modifiers, fixes the following warnings:
Mon, 03 Dec 2007 21:45:43 +0000 ivo cosmetics/indentation
Mon, 03 Dec 2007 21:43:48 +0000 ivo when gathering the list of files to check via svn info, also include
Mon, 03 Dec 2007 21:40:54 +0000 ivo add functions that are not specifically marked as being deprecated or obsolete,
Mon, 03 Dec 2007 19:06:23 +0000 ben synchronized with vidix.sf.net r315: remove now useless defines
Mon, 03 Dec 2007 19:05:12 +0000 ben synchronized with vidix.sf.net r315: update savage driver pci ids list
Mon, 03 Dec 2007 17:22:24 +0000 ptt syncd with r25278
Mon, 03 Dec 2007 09:58:50 +0000 Gabrov synced with r25282
Mon, 03 Dec 2007 09:57:21 +0000 rfelker 10l, len may change after initialization time
Mon, 03 Dec 2007 09:07:31 +0000 rfelker fix declaration after statement, take 2
Mon, 03 Dec 2007 09:03:45 +0000 rfelker fix declaration after statement
Mon, 03 Dec 2007 04:08:36 +0000 ulion Skip empty vobsub streams when selecting subtitles.
Mon, 03 Dec 2007 03:29:55 +0000 corey fix typo
Mon, 03 Dec 2007 03:20:11 +0000 ulion Fix custom palette format from rgb to yuv, we use it as yuv in the spudec.
Sun, 02 Dec 2007 23:01:01 +0000 diego Remove unused variables, fixes the warnings:
Sun, 02 Dec 2007 22:32:44 +0000 reimar Get rid of some useless extra ()
Sun, 02 Dec 2007 22:12:50 +0000 reimar mime_type_table is const as well
Sun, 02 Dec 2007 22:08:22 +0000 reimar Add a few forgotten static/const attributes in tvi_vbi.c
Sun, 02 Dec 2007 21:48:45 +0000 reimar Make wsKeyNames array const
Sun, 02 Dec 2007 21:41:51 +0000 reimar evNames / evBoxs should be "static const"
Sun, 02 Dec 2007 21:37:08 +0000 reimar stream_opts arrays should be const
Sun, 02 Dec 2007 21:26:23 +0000 reimar Make m_option_t arrays referenced by cfg-common.h const
Sun, 02 Dec 2007 20:48:16 +0000 reimar Table of ID3 genres should be const as well
Sun, 02 Dec 2007 20:43:35 +0000 reimar Format mapping table should be const
Sun, 02 Dec 2007 18:24:01 +0000 reimar Preserve unsv:// protocol specifier over http redirects.
Sun, 02 Dec 2007 18:04:14 +0000 cehoyos Fix playback of streams with more than one video track (only one supported).
Sun, 02 Dec 2007 17:45:08 +0000 reimar Get rid of fsPressed variable and related code. It does not really
Sun, 02 Dec 2007 16:52:19 +0000 reimar Parameter of Filter function can be const, removes the warning
Sun, 02 Dec 2007 16:50:33 +0000 reimar Fix return type of getGtkEntryText, it must be const
Sun, 02 Dec 2007 16:45:34 +0000 reimar Make the main m_option_t arrays const
Sun, 02 Dec 2007 16:40:20 +0000 reimar Add appropriate const specifiers to some custom parse functions.
Sun, 02 Dec 2007 16:10:56 +0000 reimar Move fakemono extern to cfg-common.h where it is actually used.
Sun, 02 Dec 2007 16:08:07 +0000 reimar Remove pointless ifdefs around extern declarations
Sun, 02 Dec 2007 15:56:38 +0000 reimar Option print functions may not and do not modify value
Sun, 02 Dec 2007 15:53:33 +0000 ulion Do not queue empty cmd.
Sun, 02 Dec 2007 15:46:44 +0000 reimar Mark more m_option_t uses as const
Sun, 02 Dec 2007 15:43:30 +0000 reimar Get rid of some "discards qualifiers" warnings
Sun, 02 Dec 2007 15:35:58 +0000 reimar First try to mark some things in m_config correctly as const
Sun, 02 Dec 2007 15:23:14 +0000 reimar get/set video colors string is constant
Sun, 02 Dec 2007 15:22:06 +0000 reimar vf_equalizer_t string is constant
Sun, 02 Dec 2007 15:04:32 +0000 reimar Make osd font const
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Sun, 02 Dec 2007 14:39:15 +0000 reimar Mark the vo_functions_t definitions as const where possible.
Sun, 02 Dec 2007 14:24:23 +0000 reimar Mark several uses of vo_functions_t as const to stop some of the current
Sun, 02 Dec 2007 14:17:45 +0000 reimar Remove completely outdated commented-out code
Sun, 02 Dec 2007 14:07:01 +0000 diego Fix some spelling typos
Sun, 02 Dec 2007 14:06:03 +0000 reimar Make vo info structs const
Sun, 02 Dec 2007 13:53:03 +0000 reimar Remove last remains of long-gone VOCTRL_SCREENSHOT
Sun, 02 Dec 2007 13:47:18 +0000 reimar Remove video_out_png extern in vo_vesa (remains of ill-advised
Sun, 02 Dec 2007 13:38:51 +0000 reimar Remove casts that are (no longer) necessary
Sun, 02 Dec 2007 13:37:15 +0000 reimar Use proper type for vidix_preinit parameter instead of void *
Sun, 02 Dec 2007 13:22:53 +0000 reimar Mark all stream_info_t as const
Sun, 02 Dec 2007 13:13:02 +0000 voroshil When IFO file is opened (detected by extension), set dvd-device to IFO file's
Sun, 02 Dec 2007 13:07:35 +0000 reimar Make auto_open_streams array itself const
Sun, 02 Dec 2007 11:14:50 +0000 ulion Add type info to menu_t, now we can get the menu name and the type name of menu.
Sat, 01 Dec 2007 16:31:49 +0000 reimar auto_open_streams should have const type, fix also the places where it is used
Sat, 01 Dec 2007 15:12:05 +0000 reimar Finally replace get_uint?? by AV_RL??
Sat, 01 Dec 2007 15:01:55 +0000 reimar Get rid of annoying, space-wasting sizeof(uint32_t)
Sat, 01 Dec 2007 15:00:22 +0000 reimar Bigendian fix for ogg in AVI
Sat, 01 Dec 2007 14:58:00 +0000 reimar Use a loop instead of doing the same thing three times
Sat, 01 Dec 2007 14:55:58 +0000 reimar Use a pointer variable for extradata to simplify init_avi_with_ogg
Sat, 01 Dec 2007 14:29:53 +0000 reimar Set sh_video->format when parsing aviheader, otherwise it might never
Sat, 01 Dec 2007 14:22:27 +0000 reimar Remove some pointless casts
Sat, 01 Dec 2007 14:09:48 +0000 reimar Create correct extradata for vorbis audio when used as avi sub-demuxer
Sat, 01 Dec 2007 13:50:30 +0000 reimar Fix some typos in comments, grammar is still bad.
Sat, 01 Dec 2007 13:35:25 +0000 reimar Fix typos in comments to stop them hurting my eyes
Sat, 01 Dec 2007 11:35:03 +0000 nicodvb at startup show audio and subtitle streams available in the chosen title with all their properties
Sat, 01 Dec 2007 05:17:08 +0000 uau Fix ao_null with float samples
Sat, 01 Dec 2007 01:39:39 +0000 uau ao_null: Make duration of "buffered" audio constant
Fri, 30 Nov 2007 23:46:32 +0000 michael simplify
Fri, 30 Nov 2007 23:02:32 +0000 ivo 10l for me. I should read my own comments just above it ;)
Fri, 30 Nov 2007 23:01:30 +0000 ivo less code for initializing default settings
Fri, 30 Nov 2007 22:52:56 +0000 ivo add test for deprecated and obsolete functions
Fri, 30 Nov 2007 22:15:01 +0000 reimar Make outburst and buffersize depend on channel count.
Fri, 30 Nov 2007 21:29:45 +0000 reimar 100l, bzero is deprecated, use memset instead
Fri, 30 Nov 2007 19:54:30 +0000 ben this variable was nothing but a useless memleak
Fri, 30 Nov 2007 19:51:30 +0000 ben this local variable can be static
Fri, 30 Nov 2007 18:45:17 +0000 ulion Remove stray line that slipped through in last commit.
Fri, 30 Nov 2007 18:08:33 +0000 ulion Fix warnings:
Fri, 30 Nov 2007 13:21:20 +0000 diego Comment some #endif directives.
Fri, 30 Nov 2007 11:31:31 +0000 reimar Add support for Apple's yuv2 raw format
Fri, 30 Nov 2007 11:10:38 +0000 reimar Add the correct format substitutions to make the raw decoders
Fri, 30 Nov 2007 04:20:38 +0000 ulion Support double buffering, fix osd flicker.
Fri, 30 Nov 2007 00:03:01 +0000 ulion Fix play window not get actived problem on Leopard.
Thu, 29 Nov 2007 23:32:08 +0000 ulion Ignore empty event.
Thu, 29 Nov 2007 23:25:14 +0000 nicodvb -identify also shows the duration(s) of the title(s)
Thu, 29 Nov 2007 23:01:46 +0000 nicodvb cosmetics: moved identification code to a separate function
Thu, 29 Nov 2007 14:41:02 +0000 ivo Proper license header.
Thu, 29 Nov 2007 14:36:59 +0000 ivo Remove redundant changelog from comments
Thu, 29 Nov 2007 14:33:18 +0000 ivo Proper license header.
Thu, 29 Nov 2007 14:31:50 +0000 ivo Remove redundant changelog comments. There's always svn log.
Thu, 29 Nov 2007 14:30:03 +0000 ivo Remove redundant changelog from comments. There's always svn log.
Thu, 29 Nov 2007 14:23:24 +0000 diego Fix multiple inclusion guards, identifiers starting with __ are reserved
Thu, 29 Nov 2007 03:35:50 +0000 ulion Even when vobsub is forced, .ifo file is still not necessary,
Thu, 29 Nov 2007 00:16:08 +0000 nicodvb when no title is chosen -identify all titles present in the dvd
Thu, 29 Nov 2007 00:13:11 +0000 nicodvb with -identify show the title being described
Wed, 28 Nov 2007 23:55:17 +0000 nicodvb -identify shows chapters times when playing dvd streams
Wed, 28 Nov 2007 23:50:05 +0000 nicodvb -identify chapters of chosen title
Wed, 28 Nov 2007 18:16:47 +0000 voroshil r24924: Add audio filter scaletempo
Wed, 28 Nov 2007 15:29:00 +0000 voroshil r25011: a couple of tricks to improve playback resistance and usability of dvb streams
Wed, 28 Nov 2007 14:15:40 +0000 voroshil r25058: Add missed translatable string in my previous commit
Wed, 28 Nov 2007 13:08:36 +0000 ulion Add an example for play DTS-CD with passsthrough.
Wed, 28 Nov 2007 11:48:45 +0000 zuxy Correct VCD track no. calculation on Windows.
Wed, 28 Nov 2007 11:36:23 +0000 zuxy Avoid gcc warning:
Wed, 28 Nov 2007 11:34:01 +0000 zuxy Return correct length in ID_VCD_TRACK_n_MSF
Wed, 28 Nov 2007 00:01:35 +0000 ulion Set protocol for the vo proxy used in shared-buffer mode.
Tue, 27 Nov 2007 21:31:47 +0000 lu_zero Enable -rtsp-port for nemesi
Tue, 27 Nov 2007 21:17:20 +0000 lu_zero Remove stray var
Tue, 27 Nov 2007 17:12:07 +0000 ptt synced with r25179
Tue, 27 Nov 2007 12:31:27 +0000 ulion Added myself, as suggested by Diego.
Tue, 27 Nov 2007 12:03:15 +0000 ulion Takeover as maintainer of mplayer osx port with Nicolas' blessing.
Tue, 27 Nov 2007 10:49:36 +0000 diego Add missing forced linebreak, slight wording improvement.
Tue, 27 Nov 2007 08:27:20 +0000 ulion Use const char * to replace a char * parameter.
Tue, 27 Nov 2007 00:33:59 +0000 ulion Fix warnings:
Mon, 26 Nov 2007 23:24:22 +0000 ptt synced with r24954
Mon, 26 Nov 2007 22:57:14 +0000 ptt synced with r24604
Mon, 26 Nov 2007 22:12:38 +0000 ptt synced with r24346
Mon, 26 Nov 2007 21:44:58 +0000 ptt was synced to r25017, my fault sorry
Mon, 26 Nov 2007 21:43:07 +0000 ptt synced with r25011
Mon, 26 Nov 2007 21:24:26 +0000 ptt synced with r25146
Mon, 26 Nov 2007 21:06:21 +0000 ptt synced with 25158
Mon, 26 Nov 2007 20:35:27 +0000 reimar 100l in play_tree_parser_get_line, check that there actually is
Mon, 26 Nov 2007 19:04:31 +0000 reimar Replace http:// URLs in asx files by mmshttp://.
Mon, 26 Nov 2007 19:01:34 +0000 reimar Simplify convert_14bits_to_16bits function in ad_hwac3
Mon, 26 Nov 2007 10:04:18 +0000 voroshil Add missing '\n' in tv scanner results output.
Mon, 26 Nov 2007 03:06:16 +0000 ulion Fix warning on Leopard, tested ok on Tiger:
Mon, 26 Nov 2007 02:57:02 +0000 ulion Fix warning:
Mon, 26 Nov 2007 00:41:21 +0000 ulion Support stream redirection from http to mms, fix bug #927.
Mon, 26 Nov 2007 00:28:05 +0000 ulion Fix code to make sure the browse starting path within the menu-chroot path.
Sun, 25 Nov 2007 21:45:35 +0000 nicodvb 10l, removing the conditional bitfields from (audio|sub)_mapping_t requires the big->native conversion
Sun, 25 Nov 2007 16:44:33 +0000 diego Restore copyright/license notices that were stripped off.
Sun, 25 Nov 2007 15:32:18 +0000 diego Remove mapdev.vxd. It is a non-free Win9x/DOS binary and its usage remains
Sun, 25 Nov 2007 12:46:03 +0000 ulion Make up missed update for osd message.
Sun, 25 Nov 2007 04:09:04 +0000 ulion Support select subtitle by source, add 4 properties:
Sat, 24 Nov 2007 13:14:40 +0000 cehoyos Since FFmpeg r11077, some muxers/demuxers don't exist in libavformat anymore.
Sat, 24 Nov 2007 07:51:31 +0000 voroshil Revert r25089 (Ignore video formats which are supported by device
Sat, 24 Nov 2007 07:28:05 +0000 voroshil Move requested format at top and shift all oters down
Sat, 24 Nov 2007 06:01:18 +0000 voroshil §³reate empty format arrays in case of error in init_chain_common.
Sat, 24 Nov 2007 01:35:29 +0000 ulion Support convert 14-bit DTS stream into 16-bit stream if needed,
Fri, 23 Nov 2007 21:12:11 +0000 nicodvb pgc->subp_control and pgc->audio_control are no more bitfields,
Fri, 23 Nov 2007 21:09:06 +0000 nicodvb replaced audio_mapping_t and sub_mapping_t with uint16_t and uint32_t
Fri, 23 Nov 2007 13:46:38 +0000 ulion Fix memory leak of image_data.
Fri, 23 Nov 2007 13:22:21 +0000 ulion Fix a memory leak when working in shared_buffer mode.
Fri, 23 Nov 2007 13:17:36 +0000 ulion Check boundary for queue's current_index.
Fri, 23 Nov 2007 12:01:13 +0000 diego Clarify playtree explanation.
Fri, 23 Nov 2007 10:44:33 +0000 iive Bring (de)muxer_lavf up to date with the libavformat API changes introduced by FFmpeg commit r11071.
Fri, 23 Nov 2007 07:25:39 +0000 lu_zero Enable Theora support
Fri, 23 Nov 2007 05:50:34 +0000 ulion Prevent from using data->len when data is NULL (when play() return NULL).
Fri, 23 Nov 2007 04:49:10 +0000 ulion Move the setCurrentTexture call into flip_page(), fix osd flicker problem.
Thu, 22 Nov 2007 23:08:35 +0000 diego Fix half-baked last commit.
Thu, 22 Nov 2007 22:41:08 +0000 nicodvb don't include anymore the dvdread headers from the dvdnav directory
Thu, 22 Nov 2007 17:11:38 +0000 diego Remove ! operator hack, we require a POSIX-compatible-shell.
Thu, 22 Nov 2007 16:46:48 +0000 diego Invert the logic to check the cmp return value cmp to avoid using the ! operator.
Thu, 22 Nov 2007 10:27:58 +0000 diego comment spelling/grammar fixes
Thu, 22 Nov 2007 10:10:03 +0000 gpoirier mention VC-1/WMV MMX speed-up in the changelog
Thu, 22 Nov 2007 00:22:29 +0000 iive Fix compilation error.
Wed, 21 Nov 2007 17:15:20 +0000 ulion Fix a wrong cmdline example of using -menu-chroot.
Wed, 21 Nov 2007 13:55:39 +0000 voroshil Compilation fix (typo)
Wed, 21 Nov 2007 13:03:58 +0000 lu_zero AAC support (aac-hbr only)
Wed, 21 Nov 2007 13:03:08 +0000 lu_zero Media Format to fourcc conversion (from amol)
Wed, 21 Nov 2007 09:41:07 +0000 ulion Make hwdts support more dts format identification, 14bits or 16bits, LE or BE.
Wed, 21 Nov 2007 09:25:10 +0000 diego Rename timer-lx.c --> timer-linux.c.
Wed, 21 Nov 2007 09:22:33 +0000 diego main() --> main(void)
Wed, 21 Nov 2007 09:17:04 +0000 diego main() --> main(void)
Wed, 21 Nov 2007 09:14:01 +0000 diego Remove unused function write_psm_block(), fixes the warning:
Wed, 21 Nov 2007 08:55:41 +0000 ulion Support dump AF_FORMAT_AC3 format.
Wed, 21 Nov 2007 03:49:23 +0000 voroshil Sizes of arpmt and arStreamCaps must be equal.
Wed, 21 Nov 2007 02:41:25 +0000 zuxy vcd://<n> now works for MinGW32 too, hence the updated doc
Tue, 20 Nov 2007 19:33:27 +0000 voroshil Move code related to chain initialization and similar
Tue, 20 Nov 2007 17:19:16 +0000 voroshil Fix mplayer crash caused by r25116
Tue, 20 Nov 2007 17:08:12 +0000 kostya Musepack SV8 lavc decoder support
Tue, 20 Nov 2007 11:26:37 +0000 diego Put colon inside replaceable tag.
Tue, 20 Nov 2007 10:02:19 +0000 voroshil Remove no more needed check
Tue, 20 Nov 2007 10:01:14 +0000 voroshil Fix totally wrong (due to mess of brackets) structures size check.
Tue, 20 Nov 2007 09:02:43 +0000 voroshil Replace several parameters for get_available_formats_stream
Mon, 19 Nov 2007 20:19:33 +0000 voroshil New routine for reconnecting two pins with new media type
Mon, 19 Nov 2007 19:49:17 +0000 voroshil Move pointer to SampleGrabber filter into chain structure.
Mon, 19 Nov 2007 19:45:01 +0000 voroshil Move common chain uninit code into separate routine.
Mon, 19 Nov 2007 19:33:53 +0000 voroshil pass chain structure instead of several variables to build_sub_graph
Mon, 19 Nov 2007 19:25:25 +0000 voroshil fix missed change
Mon, 19 Nov 2007 19:24:21 +0000 voroshil Add capture filter's pointer to vbi chain structure too.
Mon, 19 Nov 2007 19:15:36 +0000 voroshil Code unification: get rid of local variable arpmtVBI
Mon, 19 Nov 2007 19:02:09 +0000 voroshil Add major media type to chain structure
Mon, 19 Nov 2007 18:53:13 +0000 voroshil One step of code cleanup: move all variables, related
Mon, 19 Nov 2007 12:01:30 +0000 ulion Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.
Mon, 19 Nov 2007 09:05:23 +0000 voroshil 100l: Fix long standing copy-paste error:
Sun, 18 Nov 2007 22:13:49 +0000 reimar Add padding and unroll loop 4x for at least another 10% speedup
Sun, 18 Nov 2007 18:52:51 +0000 reimar Change to a 64 bit accumulation variable instead of shifting.
Sun, 18 Nov 2007 18:33:45 +0000 reimar 100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not any faster.
Sun, 18 Nov 2007 17:44:11 +0000 reimar Use "long" instead of "int" for innermost loop variable.
Sun, 18 Nov 2007 17:28:27 +0000 reimar Rearrange scaletempo inner loop.
Sun, 18 Nov 2007 16:19:03 +0000 nicodvb warn users to disable dvdread internal (at least for the moment: there's
Sun, 18 Nov 2007 15:48:20 +0000 reimar 100l, someone mixed up && and ||, so if allocation of only one buffers failed
Sun, 18 Nov 2007 14:57:59 +0000 reimar Avoid some casts by changing int8_t* to void* in af_scaletempo
Sun, 18 Nov 2007 13:17:00 +0000 voroshil Add all passed to VID_SET_FORMAT formats to the end of
Sun, 18 Nov 2007 11:36:57 +0000 voroshil Ensure that when VID_GET_FORMAT ioctl is called,
Sun, 18 Nov 2007 11:15:14 +0000 voroshil (cosmetics) Indentation fix of previous commit.
Sun, 18 Nov 2007 11:13:28 +0000 voroshil New media format negotiation code:
Sun, 18 Nov 2007 10:55:51 +0000 voroshil Move setting media format code
Sun, 18 Nov 2007 10:51:22 +0000 voroshil Pass all available formats to chain building routine and
Sun, 18 Nov 2007 10:02:28 +0000 reimar 100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table
Sun, 18 Nov 2007 08:24:30 +0000 voroshil Ignore video formats which are supported by device
Sun, 18 Nov 2007 06:16:37 +0000 voroshil Fix crash when pin connection fails.
Sun, 18 Nov 2007 05:20:17 +0000 voroshil Prevent chains from building more than once.
Sun, 18 Nov 2007 05:07:51 +0000 voroshil Handle "out of memory" error.
Sun, 18 Nov 2007 05:02:49 +0000 voroshil Move chains building code into separate routines.
Sun, 18 Nov 2007 04:20:03 +0000 ulion Add a wish which is available in some filters and players on win32.
Sat, 17 Nov 2007 21:34:00 +0000 nicodvb mention the new build system
Sat, 17 Nov 2007 19:55:16 +0000 voroshil (cosmetics) Lookup table alignment.
Sat, 17 Nov 2007 19:51:46 +0000 voroshil Service routine for constructing AM_MEDIA_TYPE structure from
Sat, 17 Nov 2007 19:32:18 +0000 voroshil Disable terminating directshow chains with NullRenderer filter,
Sat, 17 Nov 2007 19:08:03 +0000 voroshil Fix bogus bits per pixel values in lookup table.
Sat, 17 Nov 2007 19:07:04 +0000 reimar Cleanup sg_io_hdr initialization a bit
Sat, 17 Nov 2007 19:02:30 +0000 reimar We do not have any use for the sense data, so we don't need a buffer for it.
Sat, 17 Nov 2007 18:52:43 +0000 voroshil (cosmetics) Indentation fix
Sat, 17 Nov 2007 18:52:42 +0000 reimar Some more cosmetics
Sat, 17 Nov 2007 18:49:33 +0000 reimar Move the zeroing directly before the other initialization code
Sat, 17 Nov 2007 18:46:52 +0000 reimar Move everything that sets buffer values together.
Sat, 17 Nov 2007 18:40:46 +0000 reimar Another place that can use AV_WB32
Sat, 17 Nov 2007 18:35:36 +0000 reimar Some cosmetics in dvd_set_speed
Sat, 17 Nov 2007 18:31:26 +0000 reimar Move the DVD speed factor -> KB/s conversion into the case
Sat, 17 Nov 2007 18:27:17 +0000 reimar Add a missing close() to dvd_set_speed function
Sat, 17 Nov 2007 18:26:25 +0000 reimar Open device file only right before we need it, so we do not
Sat, 17 Nov 2007 18:23:46 +0000 reimar Do not print Ok message when setting speed limit failed
Sat, 17 Nov 2007 18:22:42 +0000 reimar AV_WB16(..., 1000) more obviously represents one second that assigning
Sat, 17 Nov 2007 18:20:04 +0000 reimar Use AV_WB32 instead of manual bit-fiddling when setting DVD speed
Sat, 17 Nov 2007 18:17:19 +0000 reimar GPCMD_SET_STREAMING command is 12 bytes large, not 16
Sat, 17 Nov 2007 18:08:53 +0000 rtogni Ignore stream id when checking rdt packet flags
Sat, 17 Nov 2007 17:28:33 +0000 reimar Remove a pointless #ifdef
Sat, 17 Nov 2007 17:27:30 +0000 reimar Replace if-else constructs for type -> fourcc mapping by a table in demux_mf
Sat, 17 Nov 2007 11:23:58 +0000 ulion Fix pausing_toggle not continue play bug when it follows a pause immediately.
Fri, 16 Nov 2007 21:32:09 +0000 nicodvb report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+fi
Fri, 16 Nov 2007 19:09:41 +0000 voroshil Add missed translatable string in my previous commit
Fri, 16 Nov 2007 18:59:35 +0000 voroshil Make sure that mplayer will receive actual media type
Fri, 16 Nov 2007 17:57:12 +0000 voroshil Fix FPS from bitrate calculation (was 8 times larger than real value).
Thu, 15 Nov 2007 22:16:41 +0000 rtogni Print warning about encrypted audio tracks
Thu, 15 Nov 2007 01:07:56 +0000 ulion Remove the pause filter and the cmd queue hack, to know the mplayer going to
Wed, 14 Nov 2007 22:26:14 +0000 nicodvb removed forgotten and out of date comment
Wed, 14 Nov 2007 22:25:10 +0000 nicodvb removed unneeded checks on MP_DVDNAV and DVDNAV_FORMAT_AC3 (we need and assume our fork)
Wed, 14 Nov 2007 22:21:04 +0000 nicodvb reindentation
Wed, 14 Nov 2007 22:20:19 +0000 nicodvb removed unneeded checks on the version of dvdnav (the acceptance of
Wed, 14 Nov 2007 14:30:10 +0000 compn change fftiff from untested to working
Wed, 14 Nov 2007 13:49:18 +0000 compn add tif support to demux_mf
Wed, 14 Nov 2007 12:57:17 +0000 voroshil Not all cards supports changing country code.
Wed, 14 Nov 2007 09:25:54 +0000 diego libogg muxer no longer exists in FFmpeg.
Wed, 14 Nov 2007 00:48:25 +0000 compn remove technical changes as pointed out by uau and diego, another update
Wed, 14 Nov 2007 00:48:12 +0000 compn mencoder has mkv nut and mxf output using lavf
Wed, 14 Nov 2007 00:33:34 +0000 compn some updates
Tue, 13 Nov 2007 23:47:15 +0000 diego The FFmpeg WMV2 decoder is no longer buggy now that J-frames are supported.
Tue, 13 Nov 2007 23:02:49 +0000 lu_zero Check for second stream presence, fixes single stream playback (from amol)
Tue, 13 Nov 2007 23:02:09 +0000 lu_zero 10l video != audio
Tue, 13 Nov 2007 23:01:25 +0000 lu_zero support extradata for audio streams
Tue, 13 Nov 2007 23:00:12 +0000 lu_zero fetch metadata for audio (from amol)
Tue, 13 Nov 2007 22:57:22 +0000 lu_zero Revert stray commit r25027
Tue, 13 Nov 2007 21:13:00 +0000 compn fix typo spotted by corey
Tue, 13 Nov 2007 15:08:17 +0000 ulion Remove an useless conditional suggested by Emanuele Giaquinta.
Tue, 13 Nov 2007 14:29:02 +0000 lu_zero Check for second stream presence, fixes single stream playback (from amol)
Tue, 13 Nov 2007 11:34:45 +0000 voroshil Add missing call to audio_in_uninit in v4l2 tv driver.
Mon, 12 Nov 2007 20:44:06 +0000 reimar Replace stupid "unsigned long" by the correct uint32_t.
Mon, 12 Nov 2007 20:40:13 +0000 reimar Use proper inttypes.h types instead of broken uint32 etc. defines
Mon, 12 Nov 2007 18:21:43 +0000 lu_zero 10l video != audio