log

age author description
Wed, 16 Sep 2009 12:14:17 +0000 compn add YAXPAX and YAPAXI exports to msvcr80
Mon, 14 Sep 2009 14:47:56 +0000 reimar Add several HAVE_EBX_AVAILABLE conditions where necessary
Mon, 14 Sep 2009 13:16:35 +0000 reimar %lf is not a valid printf format specifier, use just %f instead.
Mon, 14 Sep 2009 10:26:53 +0000 compn kegavideo codec requires msvcr80 on windows
Mon, 14 Sep 2009 09:47:08 +0000 reimar Add support for decoding sgi files via FFmpeg's sgi decoder.
Mon, 14 Sep 2009 08:51:00 +0000 reimar Get rid of useless indirection and use the demuxer argument directly instead of
Mon, 14 Sep 2009 08:29:18 +0000 reimar Reduce verbosity if demuxer sets an info value to the same as the current value.
Sun, 13 Sep 2009 01:49:40 +0000 ramiro Reset slice direction at end of each frame.
Sat, 12 Sep 2009 20:10:22 +0000 ramiro Remove ; after while(0) in macros.
Sat, 12 Sep 2009 16:49:11 +0000 compn add kega video binary codec for fourcc kgv1
Sat, 12 Sep 2009 06:10:42 +0000 jrash sync with en/mplayer.1 r29661
Fri, 11 Sep 2009 15:47:43 +0000 Gabrov synced with r29670
Thu, 10 Sep 2009 18:35:10 +0000 diego Convert to UTF-8.
Thu, 10 Sep 2009 18:29:34 +0000 diego Fix bashism: Use '$(( ))' syntax instead of '(( ))' for arithmetic expressions.
Thu, 10 Sep 2009 17:30:02 +0000 reimar Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly
Thu, 10 Sep 2009 17:28:35 +0000 reimar Sort preferred_list alphabetically since the order does not matter otherwise.
Thu, 10 Sep 2009 16:49:20 +0000 reimar Always keep a backup of the expand values from the command-line, so values
Wed, 09 Sep 2009 21:43:25 +0000 ramiro Document that slices can be bottom to top or top to bottom.
Tue, 08 Sep 2009 21:45:36 +0000 reimar Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead of
Tue, 08 Sep 2009 21:42:51 +0000 reimar Make all mp_*_taglists const.
Tue, 08 Sep 2009 16:32:21 +0000 cehoyos Allow disabling and enabling lower-case codecs.
Tue, 08 Sep 2009 09:27:48 +0000 diego Make (no)t23 suboption description more consistent.
Tue, 08 Sep 2009 09:08:05 +0000 reimar Fix an endless loop if all programs are empty.
Tue, 08 Sep 2009 09:07:23 +0000 reimar Make indentation consistent with the rest of the file
Tue, 08 Sep 2009 09:06:43 +0000 reimar Never switch to a program with no audio and no video.
Tue, 08 Sep 2009 08:55:05 +0000 reimar Always register all streams from libavformat, not just those belonging to a program.
Tue, 08 Sep 2009 08:50:03 +0000 reimar 100l, forgot to use "test" for checking the value of the quicktime variable
Mon, 07 Sep 2009 17:20:44 +0000 vitor Add support for lavf vqf demuxer and lavc TwinVQ decoder.
Mon, 07 Sep 2009 16:29:32 +0000 ramiro Indent.
Mon, 07 Sep 2009 10:37:16 +0000 diego Avoid bash-specific 'let' syntax in shell scripts.
Sun, 06 Sep 2009 00:07:35 +0000 ramiro Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
Sat, 05 Sep 2009 23:35:59 +0000 ramiro Indent.
Sat, 05 Sep 2009 23:33:11 +0000 ramiro Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
Sat, 05 Sep 2009 08:48:48 +0000 reimar Add standard license header and move a misplaced comment.
Sat, 05 Sep 2009 00:56:58 +0000 jrash sync with en/mplayer.1 r29638
Fri, 04 Sep 2009 19:02:12 +0000 diego Fix grammar mistake noticed by Alexander Strasser.
Fri, 04 Sep 2009 18:43:28 +0000 reimar Factor out duplicated code to set play video scaled by a certain factor.
Fri, 04 Sep 2009 18:21:28 +0000 reimar Subopt parser subopts should now be const.
Fri, 04 Sep 2009 12:24:45 +0000 reimar 10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since
Fri, 04 Sep 2009 10:31:24 +0000 reimar Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64 bit) since it will
Fri, 04 Sep 2009 09:50:17 +0000 reimar Support x86_64 + PIC in mangle.h, needed for OS X 64 bit compiles.
Fri, 04 Sep 2009 09:35:58 +0000 reimar Split QuickTime check off from quartz check and use the result to enable/disable
Fri, 04 Sep 2009 09:21:06 +0000 reimar 100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,
Fri, 04 Sep 2009 07:57:06 +0000 reimar Move OpenGL test below CoreVideo. This ensures -lGL will come after -framework OpenGL which
Thu, 03 Sep 2009 06:59:14 +0000 reimar Improve wording for file/directory specific config file explanation.
Wed, 02 Sep 2009 19:55:24 +0000 reimar 10l, fix misplaced check in r29613, for loop detection we must compare
Wed, 02 Sep 2009 19:49:10 +0000 reimar Limit amount of data allocated on stack, strlen(filename) is not a good idea for
Wed, 02 Sep 2009 19:44:15 +0000 reimar Document directory-specific configuration file.
Wed, 02 Sep 2009 19:43:05 +0000 reimar Add support for directory-specific mplayer.conf configuration file.
Wed, 02 Sep 2009 17:49:24 +0000 faust3 enable ffwmapro
Wed, 02 Sep 2009 14:18:01 +0000 reimar Consistently use sizeof(variable) instead of sizeof(type) where easily possible.
Wed, 02 Sep 2009 14:11:30 +0000 reimar Cosmetics: get rid of many pointless ()
Wed, 02 Sep 2009 14:02:15 +0000 reimar Reduce code duplication for half/normal/double video size handling.
Wed, 02 Sep 2009 11:38:18 +0000 reimar Remove unused variable.
Wed, 02 Sep 2009 11:33:37 +0000 reimar The suboption parser now takes a const options list, so mark them all const.
Wed, 02 Sep 2009 11:07:02 +0000 reimar free(), delete and delete[] are all different and can't just be used at random,
Wed, 02 Sep 2009 10:55:36 +0000 reimar Fix possible crashes with invalid SDPs that result in stream descriptions
Wed, 02 Sep 2009 10:44:26 +0000 reimar Fix several more rtsp-related memleaks.
Wed, 02 Sep 2009 10:37:32 +0000 reimar Fix asmrp_dispose to also free the buffer.
Wed, 02 Sep 2009 10:35:06 +0000 reimar Use calloc to ensure rmff_new_mdpr returns fully initialized data.
Wed, 02 Sep 2009 10:28:08 +0000 reimar Move variable declaration to where it is used.
Wed, 02 Sep 2009 10:22:08 +0000 reimar Make sure we do not strdup(NULL), avoids a crash with non-real streams.
Wed, 02 Sep 2009 10:20:45 +0000 reimar Fix several memleaks in real_setup_and_get_header
Wed, 02 Sep 2009 10:10:42 +0000 reimar Change real_setup_and_get_header to use goto a single exit path to simplify
Wed, 02 Sep 2009 09:51:38 +0000 reimar vo_quartz: change deallocation/uninit to more reliably free allocated data.
Tue, 01 Sep 2009 21:16:58 +0000 reimar Make glContext a local variable, it is not needed outside the function
Tue, 01 Sep 2009 21:12:33 +0000 reimar Add a dealloc function to corevideo to reduce the memleaks from
Tue, 01 Sep 2009 20:09:01 +0000 reimar Fix some of the major memleaks of vo_corevideo with -fixed-vo
Tue, 01 Sep 2009 16:39:46 +0000 reimar Do not do a unmap/map cycle on Windows given with -wid, with some window
Tue, 01 Sep 2009 15:52:13 +0000 reimar Make the loop detection for mov reference files less aggressive, fixes
Tue, 01 Sep 2009 15:20:05 +0000 reimar Check setGlWindow return value to fail properly instead of crashing if e.g.
Tue, 01 Sep 2009 15:00:49 +0000 reimar Add a hack to ensure data from e.g. mov format -subfile gets read at all
Tue, 01 Sep 2009 14:51:49 +0000 reimar Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.
Tue, 01 Sep 2009 12:12:45 +0000 reimar Make shm_fd a local variable and close it when we need it no longer, thus
Tue, 01 Sep 2009 10:48:47 +0000 reimar Reduce vo_corevideo memleaks by initializing static context etc. only once
Tue, 01 Sep 2009 10:17:22 +0000 reimar Fix memleak when using fontconfig without a font name.
Tue, 01 Sep 2009 09:36:04 +0000 reimar Use MPlayer's standard aspect handling functions in corevideo
Tue, 01 Sep 2009 08:30:15 +0000 diego The libamrnb *en*coder, not the *de*coder should be added to the list of
Mon, 31 Aug 2009 10:07:44 +0000 reimar Fix per-file config file loading for DOS paths (i.e. where \ and : can
Mon, 31 Aug 2009 09:48:25 +0000 reimar Factor out code to try and load a config file only if it exists.
Mon, 31 Aug 2009 09:41:27 +0000 reimar Move variable declaration into block where it is used and make it const.
Mon, 31 Aug 2009 09:40:04 +0000 reimar Make m_config_parse_config_file file name argument const
Mon, 31 Aug 2009 09:35:56 +0000 cehoyos Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf.
Mon, 31 Aug 2009 09:09:00 +0000 cehoyos Fix EAC3 in MPEG transport streams with -demuxer lavf.
Mon, 31 Aug 2009 09:00:37 +0000 reimar Also check linker flags to make sure that liveMedia libraries are there, too,
Mon, 31 Aug 2009 08:42:36 +0000 cehoyos Fix DTS in MPEG transport streams with -demuxer lavf.
Mon, 31 Aug 2009 08:31:12 +0000 cehoyos Fix AAC in MPEG transport stream for -demuxer lavf.
Mon, 31 Aug 2009 05:21:12 +0000 diego cosmetics: alphabetically order lists
Sun, 30 Aug 2009 23:28:38 +0000 compn bpcm is internal mplayer fourcc
Sun, 30 Aug 2009 23:01:36 +0000 cehoyos Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that
Sun, 30 Aug 2009 22:55:21 +0000 cehoyos Revert r29404.
Sun, 30 Aug 2009 22:52:47 +0000 cehoyos Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.
Sun, 30 Aug 2009 22:51:52 +0000 cehoyos Use mp_wav_override_taglists for both audio and video.
Sun, 30 Aug 2009 21:27:45 +0000 cehoyos Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.
Sun, 30 Aug 2009 21:14:42 +0000 cehoyos Support PCM in Bluray streams.
Sat, 29 Aug 2009 23:08:32 +0000 ramiro Curly brackets cosmetics for previous commit.
Sat, 29 Aug 2009 23:06:22 +0000 ramiro Check for return value of initFilter().
Sat, 29 Aug 2009 23:03:14 +0000 ramiro Revert mistakenly commited hunk.
Sat, 29 Aug 2009 23:02:01 +0000 ramiro swscale: Check for return values of malloc.
Sat, 29 Aug 2009 03:36:09 +0000 ramiro swscale-example: Free memory used by input data.
Sat, 29 Aug 2009 02:44:03 +0000 ramiro Restore comment that was partially removed.
Sat, 29 Aug 2009 00:25:14 +0000 jrash Synced with help_mp-en.h r29549
Sat, 29 Aug 2009 00:04:43 +0000 jrash sync with en/mplayer.1 r29555
Fri, 28 Aug 2009 14:39:42 +0000 reimar Port feature from corevideo: remember half/double size settings and reapply
Fri, 28 Aug 2009 14:38:44 +0000 reimar Make aspect switching work again (used the wrong variable and always
Fri, 28 Aug 2009 14:02:32 +0000 reimar Fix implicit declaration of mp_input_.. functions.
Fri, 28 Aug 2009 13:30:32 +0000 reimar 1l, use sizeof for snprintf size instead of hard-coding the current value.
Fri, 28 Aug 2009 13:29:07 +0000 reimar Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer
Fri, 28 Aug 2009 13:25:30 +0000 reimar Move aspect change handling from vo_quartz to osx_common.
Fri, 28 Aug 2009 12:54:33 +0000 reimar Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.
Fri, 28 Aug 2009 08:36:51 +0000 reimar Use the standard MPlayer aspect handling instead of reimplementing our own in vo_quartz.
Thu, 27 Aug 2009 23:40:36 +0000 reimar Remove unused movie_aspect extern declaration.
Thu, 27 Aug 2009 23:13:37 +0000 reimar Use lookup_keymap_table function with data structure instead of huge switch-case
Thu, 27 Aug 2009 19:13:19 +0000 reimar Enable calc_src_dst_rects for windowed aspect and panscan.
Thu, 27 Aug 2009 18:51:02 +0000 reimar Remove panscan related conditions and code that only breaks future windowed
Thu, 27 Aug 2009 18:42:08 +0000 reimar Make gl2 code capable of windowed aspect and panscan (no user option to enable it yet though).
Thu, 27 Aug 2009 18:36:51 +0000 reimar Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.
Thu, 27 Aug 2009 14:12:38 +0000 reimar Fix video placement with -vo gl2 -fs -wid.
Thu, 27 Aug 2009 14:10:38 +0000 reimar -vo gl2 resize does not need to modify its arguments, so pass int instead of int *.
Thu, 27 Aug 2009 14:07:15 +0000 reimar Simplify -vo gl ass border etc. dimension calculation one bit more.