log

age author description
Sun, 08 Nov 2009 19:32:57 +0000 reimar Remove macho64 special-case for yasm options, -DPIC is already added
Sun, 08 Nov 2009 15:41:40 +0000 reimar Remove a pointless undeclared function reference, #error is assumed
Sun, 08 Nov 2009 15:39:54 +0000 reimar Add a comment that the PIC handling in mangle.h is duplicate also in
Sun, 08 Nov 2009 15:38:59 +0000 reimar Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.
Sun, 08 Nov 2009 15:01:05 +0000 reimar Clarify possible issues with gmplayer commandline options due to conflicts
Sat, 07 Nov 2009 16:40:42 +0000 cehoyos Remove CONFIG_TV_TELETEXT.
Sat, 07 Nov 2009 13:09:24 +0000 cehoyos Factorise vbi_decode().
Sat, 07 Nov 2009 12:55:07 +0000 cehoyos Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.
Sat, 07 Nov 2009 12:31:05 +0000 cehoyos Separate teletext from tv support.
Sat, 07 Nov 2009 11:15:26 +0000 reimar Remove pointless and broken (e.g. does not set aid and vid) -tsprog handling
Sat, 07 Nov 2009 11:12:56 +0000 reimar Use switch_program property from mplayer.c to set ts_prog.
Sat, 07 Nov 2009 11:09:23 +0000 reimar Remove an empty program if the one requested by IDENTIFY_PROGRAM does not exist
Sat, 07 Nov 2009 09:23:11 +0000 stefano Document sws_freeContext().
Fri, 06 Nov 2009 16:16:22 +0000 reimar Whitespace cosmetics: reindent reinit_audio_chain function
Fri, 06 Nov 2009 16:11:58 +0000 reimar Remove some useless comments/commented-out code.
Fri, 06 Nov 2009 16:10:19 +0000 reimar Split assignment from error value check to avoid overcomplicated if () condition.
Fri, 06 Nov 2009 16:08:00 +0000 reimar Reuse the init_error exit path also for init_best_audio_codec errors.
Fri, 06 Nov 2009 16:06:33 +0000 reimar Simplify: use &= instead of a = b & a;
Fri, 06 Nov 2009 16:04:39 +0000 reimar Remove some unnecessary else blocks
Fri, 06 Nov 2009 15:59:42 +0000 reimar Use an early return instead of a {} block over the whole function in reinit_audio_chain
Fri, 06 Nov 2009 15:56:30 +0000 reimar Disable audio when initializing the filter chain fails (can happen e.g. when the hwmpa
Fri, 06 Nov 2009 15:45:55 +0000 reimar Only call avcodec_close if the open succeeded before, otherwise avcodec_close
Fri, 06 Nov 2009 14:06:58 +0000 attila PPC: make inline asm xform address test work with Apple tools
Fri, 06 Nov 2009 12:30:56 +0000 jrash sync with en/mplayer.1 r29823
Thu, 05 Nov 2009 21:29:14 +0000 reimar dvdnav: print ID_SID_..._LANG, just like dvd://
Thu, 05 Nov 2009 21:27:25 +0000 reimar Cosmetics: indentation, merge two consecutive ifs.
Thu, 05 Nov 2009 21:26:23 +0000 reimar Make dvdnav also print info about audio streams with unknown language, just like dvd://
Thu, 05 Nov 2009 21:22:38 +0000 reimar Make the dvdnav stream language information output more similar to the dvd one.
Thu, 05 Nov 2009 21:13:38 +0000 reimar Change the subtitle numbers in the dvdnav subtitle language info to match
Thu, 05 Nov 2009 20:59:46 +0000 reimar Change dvdnav_reset_stream to not disable subtitles, since that breaks
Thu, 05 Nov 2009 19:05:42 +0000 reimar Add cast to signed for 64 bit check, since according to an FFmpeg bug report
Thu, 05 Nov 2009 18:53:05 +0000 reimar Add a profile example and (commented-out) useful defaults for dvdnav
Thu, 05 Nov 2009 04:12:39 +0000 reynaldo So Long, and Thanks for All the Fish
Wed, 04 Nov 2009 15:30:13 +0000 cehoyos Add new VDPAU feature high-quality-scaling (and require newer library).
Wed, 04 Nov 2009 00:58:11 +0000 tack reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*
Wed, 04 Nov 2009 00:54:46 +0000 tack ad_ffmpeg: Fix channel layout for ffvorbis and ffaac
Tue, 03 Nov 2009 23:54:32 +0000 compn cosmetics: alphabetize
Tue, 03 Nov 2009 23:45:11 +0000 compn 10l for breaking compilation. change eatgv to tgv
Tue, 03 Nov 2009 20:46:54 +0000 reynaldo Remove unneeded initialization
Tue, 03 Nov 2009 20:18:47 +0000 compn add yuvs fourcc, fixes yuvs.mov
Tue, 03 Nov 2009 20:03:37 +0000 compn add ffmpeg eatgv codec
Tue, 03 Nov 2009 19:45:43 +0000 compn add audio format 0x55005354 to mp3, fixes unknown_audio_codec.avi
Mon, 02 Nov 2009 22:32:47 +0000 diego The "ilaced" suboption of vf_scale was renamed to "interlaced".
Mon, 02 Nov 2009 16:42:37 +0000 cehoyos Improve VDPAU noforce-mixer documentation.
Mon, 02 Nov 2009 01:40:09 +0000 uau demuxer.c: Add initialization missing from previous commit
Mon, 02 Nov 2009 00:11:30 +0000 compn add VYUY and Y42B fourccs to rawcodecs
Sun, 01 Nov 2009 09:48:34 +0000 reimar Unbreak the demuxer-specific code in video.c with e.g.
Sat, 31 Oct 2009 15:34:18 +0000 cehoyos Teletext display does support font scaling via OSD font scaling, remove
Sat, 31 Oct 2009 15:30:56 +0000 cehoyos Replace two more occurences of tvi_vbi with dec_teletext.
Sat, 31 Oct 2009 15:28:28 +0000 cehoyos Remove incorrect comment.
Sat, 31 Oct 2009 02:00:00 +0000 jrash sync with en/mplayer.1 r29805
Fri, 30 Oct 2009 22:18:29 +0000 corey Slightly change behavior of "none" if fstype specification.
Fri, 30 Oct 2009 14:13:25 +0000 stefano Document slice ordering assumption done by sws_scale().
Fri, 30 Oct 2009 10:03:54 +0000 cehoyos Support ISDB-Tb tunning in Brazil
Thu, 29 Oct 2009 22:39:00 +0000 cehoyos Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
Thu, 29 Oct 2009 22:13:04 +0000 cehoyos Move teletext specific code from stream into libmpcodecs.
Wed, 28 Oct 2009 13:55:18 +0000 diego consistency fix: Give all CONFIG_ definitions the value 1.
Tue, 27 Oct 2009 08:29:07 +0000 cehoyos Cosmetics: Reindent after last commit.
Tue, 27 Oct 2009 08:28:08 +0000 cehoyos Allow image format BGRA when using vo vdpau.
Mon, 26 Oct 2009 22:15:19 +0000 reimar Move 64 bit check below compiler detection since it needs the compiler
Sat, 24 Oct 2009 13:19:20 +0000 cehoyos Fix teletext character set auto-detection.
Sat, 24 Oct 2009 12:35:18 +0000 diego Move some variable initializations to the beginning of vo_x11_fullscreen().
Fri, 23 Oct 2009 18:26:42 +0000 cehoyos Implement VFCAP_FLIP for vo_vdpau.
Thu, 22 Oct 2009 18:44:39 +0000 cehoyos Free memory allocated in ff_vdpau_add_data_chunk() on uninit.
Thu, 22 Oct 2009 15:40:04 +0000 ptt synced with r29791
Thu, 22 Oct 2009 14:19:10 +0000 diego Break an output line for consistency.
Thu, 22 Oct 2009 14:06:38 +0000 ptt cosmetic fixes in bs2b and vdpau sections
Tue, 20 Oct 2009 16:26:30 +0000 compn add V422, YUNV to rawyuy2
Tue, 20 Oct 2009 15:47:36 +0000 compn add HDYC fourcc to rawuyvy
Mon, 19 Oct 2009 21:23:08 +0000 lorenm sync to x264-r1296
Mon, 19 Oct 2009 15:47:59 +0000 cehoyos Fix playback of Intel JPEG Library Video Codec.
Mon, 19 Oct 2009 10:09:58 +0000 diego Fix aspect test program linking.
Mon, 19 Oct 2009 09:56:18 +0000 diego Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.
Mon, 19 Oct 2009 09:50:51 +0000 diego Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.
Mon, 19 Oct 2009 09:41:30 +0000 diego Add CONFIG_LPC to config.h as well (needed by FFmpeg).
Mon, 19 Oct 2009 09:10:27 +0000 diego Add CONFIG_LPC to config.mak (needed by FFmpeg).
Mon, 19 Oct 2009 03:45:14 +0000 compn add binary codec for fourcc slif
Sun, 18 Oct 2009 18:44:51 +0000 diego Merge rules for building mencoder and mplayer.
Sun, 18 Oct 2009 18:41:35 +0000 diego Get rid of LDFLAGS_MPLAYER and LDFLAGS_MENCODER variables.
Sat, 17 Oct 2009 15:15:07 +0000 cehoyos Try to recover from VDPAU display pre-emptions.
Fri, 16 Oct 2009 08:42:00 +0000 reimar Find and take into account stream start time for ogg files.
Thu, 15 Oct 2009 04:49:56 +0000 compn add MVJP fourcc (mjpeg) from ffmpeg
Wed, 14 Oct 2009 19:19:20 +0000 reimar Add support for "Forward Uncompressed" decoding via FFmpeg
Wed, 14 Oct 2009 11:27:12 +0000 ptt removed daniele forghieri from italian man mantainers (as said by diego and him)
Wed, 14 Oct 2009 11:26:04 +0000 ptt synced with r29771
Mon, 12 Oct 2009 21:17:38 +0000 cehoyos Support SMPTE-240M colourspace in vo_vdpau.
Sun, 11 Oct 2009 11:31:50 +0000 cehoyos Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).
Sat, 10 Oct 2009 20:53:42 +0000 cehoyos Add colorspace option to vo_vdpau.
Sat, 10 Oct 2009 10:39:05 +0000 adrian Remove redundant duplicate option handling in the playtree.
Sat, 10 Oct 2009 09:27:22 +0000 reimar Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarith.dll
Thu, 08 Oct 2009 17:44:23 +0000 ptt some coherence's fixes
Thu, 08 Oct 2009 17:40:47 +0000 ptt cosmetics in channels/capture sections
Thu, 08 Oct 2009 16:59:36 +0000 ptt synced with r29762
Thu, 08 Oct 2009 16:45:24 +0000 ptt added myself to italian man mantainers section, since i'm the one that does that
Thu, 08 Oct 2009 16:42:56 +0000 ptt various little aesthetic fixes
Thu, 08 Oct 2009 11:32:17 +0000 diego Fix 100l typo introduced in last commit.
Thu, 08 Oct 2009 11:31:24 +0000 ptt synced with r28576
Thu, 08 Oct 2009 11:25:01 +0000 diego cosmetics: Remove some pointless parentheses from return calls.
Thu, 08 Oct 2009 10:48:12 +0000 diego cosmetics: Break two more lines.
Thu, 08 Oct 2009 10:18:19 +0000 ptt Updated to help_mp-en.h r29742
Tue, 06 Oct 2009 12:38:06 +0000 diego Clarify screenshot filter description.
Tue, 06 Oct 2009 08:45:20 +0000 diego K&R coding style and whitespace cosmetics
Tue, 06 Oct 2009 08:21:52 +0000 adrian Add keycode definitions for older versions of OSX. Fixes compilation on 10.4.
Tue, 06 Oct 2009 06:43:00 +0000 reimar Remove many uses of tmp_run.
Mon, 05 Oct 2009 12:40:34 +0000 attila add a warning to the description of -vf screenshot to add it after
Mon, 05 Oct 2009 08:41:45 +0000 cehoyos Play TrueHD in BluRay with demuxer lavf.
Mon, 05 Oct 2009 07:42:02 +0000 cladisch fix calculation of ao_data.bps for sample formats with more than 16 bits
Sun, 04 Oct 2009 21:10:13 +0000 cehoyos Fix definition of KEY_PAGE_DOWN.
Fri, 02 Oct 2009 16:49:41 +0000 reimar Make the ao_alsa play function always process a multiple of ao_data.outburst
Fri, 02 Oct 2009 08:58:29 +0000 reimar Add EXTERN_ASM define needed by FFmpeg on ARM.
Thu, 01 Oct 2009 05:41:47 +0000 jrash sync with en/mplayer.1 r29731
Thu, 01 Oct 2009 00:07:02 +0000 compn updates
Wed, 30 Sep 2009 23:47:00 +0000 diego Mark some functions that do not need external visibility as static.
Wed, 30 Sep 2009 18:45:02 +0000 reimar Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku
Wed, 30 Sep 2009 14:55:43 +0000 diego Reduce console output verbosity: Move colorspace information to verbose mode.
Wed, 30 Sep 2009 08:19:49 +0000 reimar lavf: if seeking in the desired direction failed, also try in the opposite one,
Wed, 30 Sep 2009 07:54:04 +0000 reimar Avoid void * arithmetic.
Wed, 30 Sep 2009 07:52:37 +0000 reimar Simplify aac_get_sample_rate_index
Wed, 30 Sep 2009 07:48:01 +0000 reimar Check for grow_array allocation failure.
Wed, 30 Sep 2009 07:45:10 +0000 reimar Avoid a possible crash if num_cluster_pos is 0.
Wed, 30 Sep 2009 07:41:00 +0000 reimar Check for integer overflow in grow_array.
Wed, 30 Sep 2009 07:35:33 +0000 reimar Rearrange code of grow_array to make it easier to extend.
Wed, 30 Sep 2009 07:33:05 +0000 reimar Avoid a memleak if realloc fails in grow_array.
Wed, 30 Sep 2009 07:27:43 +0000 reimar Change grow_array argument from void ** to void *, this avoids a aliasing
Tue, 29 Sep 2009 06:44:10 +0000 reimar Make -nosub work to disable subtitles even if -slang and dvd streams are used.
Mon, 28 Sep 2009 11:33:40 +0000 reimar Document -nosub option
Mon, 28 Sep 2009 11:32:27 +0000 reimar Add a -nosub option that allows disabling auto-selected subtitles as e.g. the
Mon, 28 Sep 2009 11:31:25 +0000 reimar Allow -1 and -2 values for -aid, -vid and -sid (meaning "auto" and "disabled" respectively).
Mon, 28 Sep 2009 11:26:19 +0000 reimar Enable loading of external subtitles also for audio-only files.
Mon, 28 Sep 2009 11:24:13 +0000 reimar Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio->pts
Mon, 28 Sep 2009 11:10:11 +0000 reimar Call set_osd_subtitle also for external subs (i.e. in find_subs).
Sun, 27 Sep 2009 21:25:56 +0000 cehoyos Intel compiler icc 11.1 supports compilation of internal mp3lib and internal liba52.
Sun, 27 Sep 2009 19:22:48 +0000 cehoyos Cosmetics: Fix whitespace.
Sun, 27 Sep 2009 14:33:45 +0000 reimar Set sensible write frequency/priority values for AllocateMemoryMESA
Sun, 27 Sep 2009 14:31:35 +0000 reimar Print error instead of crashing when mesa-buffer is used on systems
Sun, 27 Sep 2009 14:24:15 +0000 reimar Also check GLX client and server strings for extensions
Sat, 26 Sep 2009 21:22:01 +0000 reimar Amend previous commit: both zlib decoder and encoder must be disabled
Sat, 26 Sep 2009 21:09:29 +0000 reimar Disable libavcodec zlib decoder when zlib is not available, fixes compilation
Sat, 26 Sep 2009 06:41:09 +0000 reimar Change libaf control ordering to make the controls unique again, (AF_CONTROL_PAN_BALANCE vs.
Fri, 25 Sep 2009 16:46:39 +0000 reimar Do not override host_arch in x86 vs. x86_64 detection if it was forced via --target.
Fri, 25 Sep 2009 09:44:41 +0000 reimar Change type to avoid void * arithmetic.
Fri, 25 Sep 2009 09:43:59 +0000 reimar Set codec_type and codec_id in codec context for lavc encoders.
Thu, 24 Sep 2009 10:09:14 +0000 diego Sync with current FFmpeg HEAD.
Thu, 24 Sep 2009 09:47:36 +0000 diego sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATIC
Wed, 23 Sep 2009 21:48:48 +0000 reimar Add support for displaying subtitles on the command-line when playing
Wed, 23 Sep 2009 21:27:36 +0000 reimar Make function argument name in header match name in .c file.
Wed, 23 Sep 2009 21:21:58 +0000 reimar Make update_subtitles work without sh_video for text subtitles.
Wed, 23 Sep 2009 19:21:38 +0000 reimar Make sure avctx->codec_type and codec_id are set, since libavcodec
Wed, 23 Sep 2009 19:04:24 +0000 reimar Include mpcommon.h in mpcommon.c, ensures that the declarations in the header
Wed, 23 Sep 2009 19:01:33 +0000 reimar Factor out sh_video->pts into a refpts variable. This simplifies a future patch
Wed, 23 Sep 2009 18:28:20 +0000 reimar Rename ambiguous "pts" variable to subpts.
Wed, 23 Sep 2009 12:26:44 +0000 reimar Use x264_encoder_delayed_frames instead of the current hack to flush delayed
Wed, 23 Sep 2009 12:01:04 +0000 lorenm sync to x264-r1260 (which changed api)
Wed, 23 Sep 2009 09:12:19 +0000 diego Add 0x85 ad ID for DTS audio.
Tue, 22 Sep 2009 22:06:51 +0000 cehoyos Fix teletext font autoscaling.
Tue, 22 Sep 2009 14:38:49 +0000 diego Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.
Tue, 22 Sep 2009 00:02:05 +0000 cehoyos Allow playback of dnxhd files, as produced by FFmpeg regression test.
Sun, 20 Sep 2009 19:07:57 +0000 adrian Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent display config if shared buffer is not enabled.
Sun, 20 Sep 2009 14:41:35 +0000 compn sync faad / ffaac supported fourccs as spotted by reimar
Sun, 20 Sep 2009 12:41:21 +0000 compn add another aac tag
Sun, 20 Sep 2009 12:31:36 +0000 compn add newer microsoft screen binary codec
Sun, 20 Sep 2009 12:13:36 +0000 compn add coreavc entry, works on windows only.
Sat, 19 Sep 2009 13:58:38 +0000 reimar Add autodetection for ARM NEON SIMD.
Sat, 19 Sep 2009 13:36:58 +0000 reimar Use a compilation check to distinguish between x86 and x86_64, uname and
Sat, 19 Sep 2009 13:18:48 +0000 reimar Add a check for availability of ebx register, needed for
Sat, 19 Sep 2009 12:56:19 +0000 reimar Treat Haiku as BeOS (only changes the displayed name actually)
Fri, 18 Sep 2009 18:46:12 +0000 reimar Re-add some ifdefs, partially reverting r29688, since mDisplay and
Fri, 18 Sep 2009 18:25:17 +0000 reimar Use vo_w32_window directly instead of via the vo_window macro in Windows-only code.
Fri, 18 Sep 2009 16:51:19 +0000 reimar Get rid of several (probably) pointless ifdefs
Thu, 17 Sep 2009 19:03:31 +0000 reimar Use ecx instead of ebx to avoid unnecessary issues with PIC.
Wed, 16 Sep 2009 22:34:48 +0000 ramiro Cleanup buffer debugs in swScale().
Wed, 16 Sep 2009 22:31:43 +0000 ramiro Use correct buffers in vertical scaler in unscaled YV12 case.
Wed, 16 Sep 2009 18:09:48 +0000 reimar Merge two Windows-specific #if sections to simplify the condition.
Wed, 16 Sep 2009 18:07:19 +0000 reimar Hack: set DEP/NX on Windows via SetProcessDEPPolicy.
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