log

age author description
2009-01-25 diego spelling/grammar cosmetics
2009-01-25 diego Fix #endif comments.
2009-01-24 compn add "<!DOCTYPE smil" to smil playlist
2009-01-22 nicodvb in parse_pat() IDENTIFY program number and pmt_pid
2009-01-20 diego The homepage/ subdirectory should no longer be redirected on web mirrors.
2009-01-20 compn add EPHV to ffodivx,xvid
2009-01-20 gpoirier sync w/r28341
2009-01-20 cehoyos Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
2009-01-20 cehoyos Disable upcoming VC1/WMV3 VDPAU decoder.
2009-01-19 diego cosmetics: Remove pointless period after copyright statement non-sentences.
2009-01-18 gpoirier fix device_id option after r28165
2009-01-17 diego Reduce QuickTime binary decoder verbosity.
2009-01-17 cehoyos MPlayer only supports latest libavutil.
2009-01-17 cehoyos Fix compilation: s/ff_gcd/av_gcd.
2009-01-16 reimar 100l, forgot to delete two defines left over from old HAVE_MMX handling code.
2009-01-16 gpoirier fix compilation without VDPAU decoders
2009-01-16 compn add mimic in avi fourcc LM20 to ffmimic
2009-01-16 gpoirier revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
2009-01-16 gpoirier Completely get rid of MMX define, use HAVE_MMX define instead.
2009-01-16 gpoirier fix wrong #ifdef/#ifndef -> #if conversion in r28323
2009-01-16 gpoirier fix compilation on non x86 machines (PPC here)
2009-01-16 reimar Fix a wrongly converted !defined(ARCH_X86_64)
2009-01-16 reimar 100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.
2009-01-16 reimar Another missed #ifdef HAVE_MMX
2009-01-16 reimar More #ifdef HAVE_MMX etc. missed by earlier search.
2009-01-16 reimar More #ifdef -> #if fixes
2009-01-16 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
2009-01-16 reimar More #ifdef -> #if
2009-01-16 reimar Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.
2009-01-16 cehoyos Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will
2009-01-16 cehoyos Disable upcoming MPEG_VDPAU_DECODER.
2009-01-16 diego one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com
2009-01-15 gpoirier sync w/r28279
2009-01-15 diego Get rid of now unused FFmpeg ENABLE_ preprocessor directives.
2009-01-15 diego Sync with latest FFmpeg changes: #define disabled preprocessor directives
2009-01-15 diego Treat mlib as a normal FFmpeg option, not a CPU extension.
2009-01-15 diego Treat SH architecture like SH4 like in FFmpeg, the only place it is used.
2009-01-15 diego SH4 is not a CPU extension mechanism.
2009-01-15 diego Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.
2009-01-15 diego Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.
2009-01-14 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 compn add SLMJ fourcc to ffmjpeg
2009-01-13 compn add binary codecs:
2009-01-13 compn add nsvideo (NSVI) binary codec. works on uncommon samples list
2009-01-13 compn add yamaha adpcm ffmpeg codec, works on sample
2009-01-11 diego Update copyright year.
2009-01-11 diego Sync with latest FFmpeg changes: Check for the availability of truncf().
2009-01-11 diego spelling/grammar/wording/whitespace
2009-01-11 diego Fix d_width vs. d_height typo.
2009-01-11 diego Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.
2009-01-11 diego Remove outdated comment.
2009-01-11 diego cosmetics: Move CPU byte order check to a more sensible place.
2009-01-11 diego Only check for YASM support on x86 systems.
2009-01-11 diego cosmetics: Move some checks to more logical places.
2009-01-11 ptt removed remaining english word
2009-01-11 diego console output cosmetics
2009-01-11 diego Only print "using XYZ" comment if XYZ has been set.
2009-01-10 diego Add missing const qualifier to mpctx_get_audio_out function declaration.
2009-01-10 Gabrov synced with r28279
2009-01-10 reimar Reindent for "if" added in internal dvdnav patch
2009-01-10 reimar Support an "internal" dvdnav version to make it easier to compile with,
2009-01-10 reimar Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation
2009-01-10 compn add vdowave acm codec for format 0xFFFC
2009-01-10 reynaldo Correct a few mistakes in the spanish translation.
2009-01-10 reynaldo TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail.
2009-01-09 diego Fix build: calc_drwXY was factorized into vo_calc_drwXY.
2009-01-09 cehoyos Factor calc_drwXY out of vo_xv and vo_xvmc.
2009-01-09 reimar Consistently use tabs in svn:externals
2009-01-09 diego Rearrange genres between numbers 53 and 63 into the correct order.
2009-01-09 diego Replace reference to LICENSE file with GPL notice from said file.
2009-01-08 cehoyos Add PIX_FMT_VDPAU_H264.
2009-01-08 reimar Switch internal dvdread to libdvdread SVN external.
2009-01-07 eugeni Clarify relationship between -ass and -fontconfig in the man page.
2009-01-06 gpoirier sync w/r28122, patch by JRaSH % jrash06 A 163 P com %
2009-01-06 gpoirier looks like I missed r27542...
2009-01-06 eugeni Support loading font faces other then the first one in a font file.
2009-01-05 reimar Fix r28222, including alloca.h directly might break compilation.
2009-01-05 diego Fix some typos, add flv and trp to the list of video formats
2009-01-05 diego Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h and
2009-01-05 diego Use standard multiple inclusion guards.
2009-01-05 diego Remove unnecessary local definition of _ISOC9X_SOURCE.
2009-01-05 diego small Turkish translation fixes, patch by Onur Küçük, onur delipenguen net
2009-01-05 uau timer-win2.c: Fix "voi" (void) typo breaking Windows compilation
2009-01-05 diego #include the appropriate header instead of using local declarations.
2009-01-05 diego Add missing 'void' keyword to parameterless function declarations.
2009-01-05 Gabrov update copyright year
2009-01-05 diego Remove obsolete and misleading comment.
2009-01-05 diego Replace informal license notices by standard license header
2009-01-05 diego Fix nonstandard license headers in the documentation.
2009-01-05 diego Fix two more instances of nonstandard license headers.
2009-01-05 Gabrov synced with r28247
2009-01-05 diego Sync removal of bugs.xml.
2009-01-05 compn add binary codec Philips Speech Processing CELP acm for format 0x120
2009-01-05 diego Do not run mkdir in a subshell.
2009-01-05 diego Skip pointless ignoring return value of 'rm -f'.
2009-01-05 diego nonrecursive releaseclean target
2009-01-05 diego cosmetics: Move clean targets to the bottom.
2009-01-04 diego Remove pointless language-specific clean and distclean targets.
2009-01-04 diego Subsume clean-html-chunked and clean-html-single targets into clean target.
2009-01-04 cehoyos Fix compilation after upcoming H264_VDPAU patch for FFmpeg.
2009-01-04 diego Get rid of pointless chunked-dir and single-dir targets.
2009-01-04 diego Simplify phony target declaration.
2009-01-04 diego Sync audio.xml removal.
2009-01-04 diego Sync history chapter removal.
2009-01-04 diego Remove history chapter; it is outdated and of little practical value.
2009-01-04 diego EXTERN_PREFIX is not only used in FFmpeg code.
2009-01-04 nicodvb added support for manual audio substream selection out of 0xFD PES streams (Blueray, multistream in the same pid)
2009-01-04 diego Add ARMv6t2 CPU extension additions missed in previous commit.
2009-01-04 diego Sync ARMv6t2 optimization support from FFmpeg.
2009-01-04 reimar Update JACK configure test to match r28241
2009-01-04 reimar Replace deprecated jack_client_new with jack_client_open.
2009-01-04 Gabrov synced with r28215
2009-01-03 gpoirier Fix deinit problem due to r28215
2009-01-03 jheryan Synced with r28122
2009-01-02 diego Sync with latest round of xvmc changes in FFmpeg.
2009-01-02 diego Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as
2009-01-02 diego Conditionally define render_one_glyph and kerning dummy functions in
2009-01-02 diego Remove unused debug code.
2009-01-02 diego Avoid unused variable warning.
2009-01-02 diego Reorder #includes and #ifdefs to avoid excessive #ifdeffery.
2009-01-02 diego Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery.
2009-01-02 diego Relicense to GPLv2 or later with the author's permission.
2009-01-02 diego Fix reference to wrong DLL filename in header comment.
2009-01-01 diego Fix confused references to DLL filenames.
2009-01-01 reimar Move several of the ao_nas int-to-string maps into .rodata
2009-01-01 reimar Fix DVD seek_to_chapter: the title number must be converted to a per-VTS
2009-01-01 reimar Code simplification
2009-01-01 reimar Make AVI demuxer more resilient against broken or incomplete files.
2009-01-01 reimar Simplify and comment spudec bilinear scaling code
2009-01-01 reimar Include alloca.h when using alloca to make sure it is defined.
2009-01-01 reimar XVID profile array should be const, so it is in rodata
2009-01-01 reimar Avoid a uselessly high number of wakeups when playing audio-only files.
2009-01-01 reimar 1000l, play_tree_parser_stop_keeping broke 0-termination of buffer
2009-01-01 reimar Add zero termination missing in two cases.
2009-01-01 reimar Add asserts to detect when assumptions for play_tree_parser_get_line
2008-12-31 reimar Work around a dvdread bug where DVDReadBlocks would return values < 0 on read error,
2008-12-30 gpoirier Add an option to vo_macosx to set a custom buffer_name.
2008-12-30 reimar Support F- and numpad keys for w32_common based vos.
2008-12-30 reimar Update outdated availability note for -mouse-movements
2008-12-30 Gabrov synced with r28211
2008-12-30 reimar Fix OSD flickering with filters that add frames (tfields, yadif) and
2008-12-30 reimar Fix OSD flicker with tfields as well.
2008-12-30 reimar Avoid flickering OSD with -vf yadif=1
2008-12-29 reimar Add nocache to example dvdnav profile, otherwise dvdnav is unusable.
2008-12-27 diego Remove audio output section, it provides little to no useful information.
2008-12-27 diego Fix Chinese documentation build, English codecs.xml was removed.
2008-12-27 compn fix error message example
2008-12-27 diego Remove (audio) codecs section, its contents are part of the usage section.
2008-12-27 diego Convert Win32 codec importing HOWTO into a text document in the tech section.
2008-12-27 diego Remove/fix ancient CVS references.
2008-12-27 diego Remove known bugs section, it contains little useful information.
2008-12-27 diego Add entry about mysterious coredumps.
2008-12-27 reimar Fix ugly borders problem with ati-hack
2008-12-27 diego Reorder sections: Put FAQ at the end, group usage sections together.
2008-12-27 diego Avoid u_ BSD type names.
2008-12-27 diego Set and use only ARCH_PPC, not also ARCH_POWERPC.
2008-12-27 diego Avoid POSIX-reserved _t namespace.
2008-12-27 diego consistency cosmetics: Rename POWERPC identifiers to PPC.
2008-12-25 diego grammar fix by Vineeth N, nvineeth gmail com
2008-12-24 diego Add nomsgmodule option, patch by Onur Küçük, onur delipenguen net.
2008-12-24 diego Remove unused variable.
2008-12-24 reimar Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to always 32 MB.
2008-12-24 compn add zygo audio (SPXN) qtaudio codec
2008-12-23 reimar Warn when using features that are broken due to ATI driver bugs.
2008-12-23 reimar Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 drivers 20% slower at HD resolutions
2008-12-23 reimar Reduce the priority of the rv3040 native Linux RealVideo decoders since it crashes on SMP systems
2008-12-23 compn updates
2008-12-23 diego Remove pointless forward declaration.
2008-12-23 reimar Set fast_cmov for all x86_64 systems, except for P4-based systems this
2008-12-23 reimar Define HAVE_FAST_64BIT if appropriate
2008-12-23 compn fix poorly worded changelog entries
2008-12-22 cehoyos Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.
2008-12-22 compn re-add codecs: sif1 (directshow version) and acdsee mjpeg
2008-12-22 diego Sync with latest FFmpeg changes.
2008-12-22 diego libavcodec/i386/ was renamed to libavcodec/x86/.
2008-12-21 compn add amr format tags, fixes:
2008-12-21 reimar 100l, forgot an assignment, broke special keys handling for X11-based vos.
2008-12-20 compn remove acdsee mjpeg binary codec, works with ffmjpeg
2008-12-20 kostya FFmpeg now has RV30 decoder enabled
2008-12-20 reimar Add and use a special lookup function to do table-based translation to MPlayer keycodes.
2008-12-20 reimar Cosmetics: get rid of some tabs and trailing whitespace.
2008-12-20 reimar Use a table to translate X11 to MPlayer keycodes.
2008-12-20 reimar Get rid of pointless and now unused defines.
2008-12-20 reimar Simplify handling of X11 key events that are just passed through.
2008-12-20 reimar Fix imaadpcm extradata with lavc encoder.
2008-12-19 gpoirier Document vo_macosx's shared_buffer option.
2008-12-19 gpoirier Replace vo_macosx's custom options parsing with a subopt_parse()-based one
2008-12-19 diego Remove pointless malloc.h #include.
2008-12-19 reimar Include config.h in mangle.h, fixes make checkheaders.
2008-12-17 compn add binary codecs:
2008-12-17 Gabrov synced with r28160
2008-12-17 compn add binary codec for fourcc wavc
2008-12-17 diego another round of armv4l --> arm changes
2008-12-17 diego libavcodec/armv4l/ was renamed to libavcodec/arm/.
2008-12-17 diego Do not use full relative #include path for headers in the same directory.
2008-12-17 diego #include sub.h instead of locally declaring vo_draw_text().
2008-12-16 compn Added FOURCCS:
2008-12-15 diego xvmc is now a CONFIG_ option in FFmpeg.
2008-12-15 reimar 100l, reorder check for AC3 format to avoid a possible memleak
2008-12-15 reimar Consistently include config.h before mangle.h, fixes possible compilation
2008-12-15 reimar Simplify the definition of MANGLE, possibly also makes it easier to support more systems.
2008-12-14 reimar Add extra checks to avoid crashes with broken vqf files.
2008-12-14 rathann Update links to RPM packages, now that Livna has merged into RPMFusion.
2008-12-13 diego Add standard GPL headers.
2008-12-13 diego Add standard GPL license header.
2008-12-13 diego Replace informal GPL notices by standard GPL headers.
2008-12-13 diego license header consistency cosmetics
2008-12-13 diego Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.
2008-12-13 diego Merge two identical NetBSD/OpenBSD conditions.
2008-12-13 diego Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.
2008-12-13 diego Replace informal GPL notes by standard GPL header.
2008-12-13 reimar Simplify: use AV_RL32/AV_RB32
2008-12-13 reimar Avoid useless casts.
2008-12-13 compn another mpeg4 fourcc and add binary vdo codec
2008-12-12 reimar Some forgotten eax -> REG_a changes.
2008-12-12 ods15 Warning fixes for demux_nut
2008-12-12 ods15 Remove resync_audio_stream() from demux_nut seek function
2008-12-12 ods15 Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut API
2008-12-11 compn add ac-3 fourcc from mp4 file
2008-12-11 cehoyos Search live555 library also in /usr/lib64.
2008-12-11 diego Rework Theora test, it was throwing away CFLAGS provided by pkg-config.
2008-12-11 diego Add missing 'void' to parameterless function declaration.
2008-12-11 diego Change some printf calls to 'Debug printf' so as not to pollute stdout.
2008-12-10 gpoirier sync w/r28126
2008-12-10 reimar Add support for writing PNG files with alpha channel in -vo png
2008-12-10 reimar Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).
2008-12-10 gpoirier 10l: actually disable quartz vo when detection failed.
2008-12-10 compn add acdv fourcc to ffmjpeg
2008-12-09 diego Fix MGSTR vs. MSGTR typo.
2008-12-09 reimar Set d3d_handle to NULL after release.
2008-12-09 reimar Forgotten part of previous cosmetics commit
2008-12-09 reimar Slightly simplify the conditional release/free code
2008-12-09 reimar First version of OSD support for vo_direct3d
2008-12-09 compn add binary voxware metavoice audio codec, format 0x74
2008-12-08 compn remove duplicated fourcc
2008-12-08 compn add some fourcc's and ulead dv audio codec, fixes samples from:
2008-12-08 reimar Use svn.ffmpeg.org for the externals which is both more correct and more reliable.
2008-12-08 diego cosmetics: indentation
2008-12-08 reimar Remove pointless or even wrong N/A return values doxy comments
2008-12-08 diego Add missing unistd.h #include, fixes the warning:
2008-12-08 diego Remove unused variable, fixes the warning:
2008-12-08 diego #include appropriate headers instead of locally declaring function prototypes.
2008-12-06 reimar ati_hack only makes sense when PBOs are used, not with mesa_buffer.
2008-12-06 reimar More possible fixes for mesa-buffer mode.
2008-12-06 reimar Move one ati_hack check to a better place.
2008-12-06 reimar Reindent
2008-12-06 reimar 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.
2008-12-05 reimar 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.
2008-12-05 reimar Fix indentation
2008-12-05 reimar Add experimental support for glXAllocateMemoryMESA
2008-12-05 gpoirier sync w/r28096
2008-12-05 reimar Avoid one more duplicated logic.
2008-12-05 reimar Simplify, do not duplicate buffer size calculation
2008-12-05 reimar Set the base size window manager hint, otherwise some subtract the minimum
2008-12-05 reimar Using rectangle=2 for vo_gl is probably a good idea nowadays.
2008-12-05 reimar Document missing vo_gl suboptions
2008-12-05 reimar Add some forgotten documentation for gl suboptions
2008-12-05 reimar Add support for YCBCR MESA texture format to vo_gl.
2008-12-05 compn add a bunch of binary codecs with samples from this list:
2008-12-05 reimar Add const to avoid warnings about discarded qualifiers.
2008-12-05 Gabrov synced with r28089
2008-12-04 diego Add entry for FFmpeg QCELP decoder, currently produces white noise.
2008-12-04 reimar Re-add "extern"s incorrectly removed in r28085
2008-12-03 diego Restore two mistakenly removed 'extern' keywords.
2008-12-03 cehoyos Allow mp2 in mov.
2008-12-03 diego Get rid of pointless 'extern' keywords.
2008-12-03 compn add bunch of fourccs and updates from
2008-12-03 diego Remove unused declarations and references to vo_draw_text_osd(),
2008-12-03 diego Delete unnecessary 'extern' keywords.
2008-12-03 diego whitespace cosmetics in test programs
2008-12-03 diego Treat video output objects the same as everything else in the build system,
2008-12-03 diego cosmetics: consistent CONFIG_PNM definition
2008-12-03 compn add FFDS fourcc
2008-12-03 diego cosmetics: Rename ZORAN Makefile variable to ZR for consistency.
2008-12-03 reimar Fix indentation.
2008-12-03 diego Treat audio output objects the same as everything else in the build system,
2008-12-03 reimar More robust w32 -wid size handling
2008-12-03 reimar Reindent after previous commit
2008-12-03 reimar Do not override the vo_dwidth/vo_dheight values in vo_w32_config
2008-12-03 gpoirier sync w/r28056
2008-12-03 reimar Cosmetics, whitespace and "... == NULL" to "!..."
2008-12-03 reimar Some whitespace and () cosmetics
2008-12-03 gpoirier Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine as
2008-12-02 reimar 100l, actually put the PTHREAD_CACHE define into config.h
2008-12-02 reimar Print ID_EXIT and exit reason message in identify mode when exiting.
2008-12-02 reimar Remove resize_d3d call from render_d3d_frame that was made useless
2008-12-02 reimar 100l, do not call check_events from resize_d3d since there should be
2008-12-02 reimar Cosmetics: Remove unnecessary ()
2008-12-02 reimar Consistency cosmetics: do not compare against NULL in ifs
2008-12-02 reimar Cosmetics: remove spaces before argument (
2008-12-02 reimar Reorganize Direct3D initialization code.
2008-12-02 diego vo_direct3d.o depends on w32_common.o.
2008-12-02 diego Remove commented-out duplicate declarations.
2008-12-02 diego Remove unused declarations.
2008-12-01 reimar Add a note about some known issues with -vo sdl
2008-12-01 reimar Remove a lot of completely pointless mp_msg_test calls.
2008-12-01 kostya FFmpeg now has RV40 decoder
2008-11-30 diego Use standard unsigned long type instead of u_long.
2008-11-30 diego MNG demuxer by Stefan Schuermans, stefan blinkenarea org
2008-11-30 diego whitespace cosmetics
2008-11-30 nplourde use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch>
2008-11-30 zuxy Correct detection of SSSE3 and SSE4a feature bits.
2008-11-28 reimar Move PTHREAD_CACHE define logic to configure.
2008-11-28 compn misc mplayer fixes
2008-11-28 reimar Fix cross-compilation: autodetect correct nm tool
2008-11-28 diego whitespace cosmetics: prettyprinting and indentation
2008-11-27 gpoirier factorize mouse hiding and screensaver disabling code
2008-11-26 uau configure: Move AANDCT config.mak entry and add config.h #defines
2008-11-26 reimar Fix compilation after FFmpeg r15940
2008-11-26 reimar Use D3DFMT_ constants where possible instead of MAKEFOURCC
2008-11-26 reimar Add support for RGB formats to vo_direct3d
2008-11-26 diego Update Tremor comment regarding fixed-point mode.
2008-11-25 cehoyos Enable compilation with icc 11.0.
2008-11-25 cehoyos Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq
2008-11-25 reimar 100l, OSD alpha textures were cleared to the wrong value.
2008-11-25 gpoirier typo fix + readability improvement
2008-11-24 torinthiel Another part of sync to 27843
2008-11-24 diego Sync with latest FFmpeg changes.
2008-11-24 compn add more informative comment
2008-11-24 diego Remove unnecessary #ifdef around a struct and a bunch of extern declarations.
2008-11-24 gpoirier now that we have a specific check to enable ao_macosx or not, don't let test
2008-11-24 gpoirier add specific test to check if we can enable ao_macosx not matter how vo_quartz test may turn out
2008-11-24 diego Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.
2008-11-24 diego cosmetics: Add/remove a few newlines similar to vo_fbdev.c.
2008-11-24 gpoirier cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)
2008-11-24 gpoirier avoid putting several statements on a single line
2008-11-24 gpoirier Use doxygen-style comments in file header. Remove tabs usage.
2008-11-24 gpoirier whitespace-cleanup
2008-11-24 gpoirier Allow vo_macosx to be compiled in 64-bits mode:
2008-11-24 reimar More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer offsets.
2008-11-24 gpoirier Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with current SDK versions.
2008-11-24 reimar Remove a ColorFill that is not necessary since the surface it is used
2008-11-24 reimar Make sure the backbuffer is cleared when the border size might have changed.
2008-11-24 diego Remove useless setting of frame_buffer to NULL as suggested by Reimar.
2008-11-24 diego cosmetics: indentation
2008-11-24 diego Move setting of frame_buffer variable out of 'if', as preferred by Reimar.
2008-11-24 diego Create a separate codecs.conf entry for Tremor and use it if MPlayer is
2008-11-24 diego Fix HAVE_VIS vs. HAVE_MVI typo, SPARC has MVI, not VIS.
2008-11-23 gpoirier sync w/r27979
2008-11-23 reimar Clear the whole window on resize in vo_x11 since we do not
2008-11-23 reimar Simplify vo_x11 check_events function
2008-11-23 reimar Do not draw in window if our image has not yet been adjusted to the new window size.
2008-11-23 reimar Remove unnecessary xf86vmode.h include.
2008-11-23 reimar Remove some usnused variables and commented-out code.
2008-11-23 reimar Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.
2008-11-23 reimar Patch to improve/consistify coding style.
2008-11-23 reimar Fix indentation
2008-11-23 reimar Lock/unlock surface only once even when drawing many slices.
2008-11-23 reimar Move locked_rect from stack to priv struct in preparation for following patch.
2008-11-23 reimar Move the StretchRect call from draw_slices to render_d3d_frame.
2008-11-23 reimar Remove pointless is_cfG_finished variable.
2008-11-23 diego Handle fb_dev_name similar to vo_fbdev in vo_wii.
2008-11-23 diego Merge another if condition check to lessen differences to vo_fbdev.c.
2008-11-23 diego Use static variable instead of #define to lessen differences to vo_fbdev.c.
2008-11-23 diego Get rid of TTY_DEV_NAME #define to lessen differences to vo_fbdev.c.
2008-11-23 diego Merge another if condition check to lessen differences to vo_fbdev.c.
2008-11-23 diego Merge if condition check to lessen differences to vo_fbdev.c.
2008-11-23 diego Remove debug function.
2008-11-23 diego cosmetics: one more round of whitespace changes
2008-11-23 diego cosmetics: further reformatting to lessen differences to vo_fbdev.c
2008-11-23 diego cosmetics: complete reformatting, tabs to spaces, etc.
2008-11-23 diego cosmetics: Lessen differences to vo_wii.c.
2008-11-23 diego cosmetics: consistent formatting for if/else/case
2008-11-23 reimar Reimplement -endchapter support again for -dump*, it was broken in r25987.
2008-11-23 reimar Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration
2008-11-23 reimar Remove unused flip_flag variable
2008-11-23 diego cosmetics: Reformat some lines to lessen differences to vo_fbdev.c.
2008-11-23 diego cosmetics: Move up uninit() to avoid a forward declaration.
2008-11-23 diego cosmetics: consistent function declarations.
2008-11-23 diego cosmetics: Remove tabs and trailing whitespace.
2008-11-23 diego Remove unused variables and the related warnings along with them.
2008-11-22 bircoph Make description of the option more clear as suggested by
2008-11-21 reimar Remove a aspect calculation line.
2008-11-21 reimar Simplify handling of "flags" parameter
2008-11-21 reimar Add forgotten initialization if Flip_Flag to 0.
2008-11-21 diego cosmetics: typo fixes
2008-11-21 diego cosmetics: Write revision number with leading 'r'.
2008-11-21 compn add direct3d docs, ok'd by Guillaume
2008-11-21 bircoph Synced with r27967.
2008-11-21 reimar Fix and enable panscan handling for vo_direct3d
2008-11-20 diego cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
2008-11-20 reynaldo Add all still missing lines, full sync against r27967
2008-11-20 reynaldo Trivial, add some more lines that were missing
2008-11-20 reynaldo Trivial, Cosmetics