log

age author description
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)