log

age author description
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
2008-11-20 reynaldo COSMETICS, More line shifting to match English master
2008-11-20 reynaldo TRIVIAL, add some more missing lines