log

age author description
2010-06-13 reimar Fix sub_window default.
2010-06-13 reimar Move wsSearch function and make it static.
2010-06-13 reimar Drop inline attribute, it does not really make sense and without
2010-06-13 reimar Install error handler as early as possible to avoid crashing.
2010-06-13 reimar Fix function pointer types in tvi_functions struct
2010-06-13 diego Add CONFIG_LIBRTMP and HAVE_ISATTY #defines to config.h for FFmpeg.
2010-06-13 diego Remove unused function pt_add_gui_file().
2010-06-13 reimar Remove unused mp_input_init parameter.
2010-06-13 reimar 100l, add missing 0-termination of keymap file.
2010-06-13 reimar Add missing font_load.h include (previously hidden by gui include).
2010-06-13 reimar Remove unused includes.
2010-06-13 reimar For vos that support the new libvo API (provide UPDATE_SCREENINFO),
2010-06-13 reimar Gui: Do not just exit on X error, just ignoring problems is already
2010-06-13 reimar Indentation fix.
2010-06-13 reimar Remove Gui-specific slave commands and associated key-bindings and other code.
2010-06-13 reimar Remove mp_msg related GUI hacks.
2010-06-13 reimar Allow LGPL for csputils as well, they were previously part of gl_common
2010-06-13 reimar Dual-license gl_common and vo_gl under the LGPL v2.1 or later as
2010-06-13 reimar Extend libvpx configure check to reject too old versions.
2010-06-13 reimar Add QuantizeBuffer function call to gif test to actually test linking.
2010-06-12 tack Add quotes around tune names, otherwise "(psy tuning)" does not get
2010-06-12 reimar Respect -cache-seek-min also for on-disk files to reduce issues with mov.
2010-06-11 diego mga_vid depends on static libswscale.
2010-06-11 jrash sync with en/mplayer.1 rev. 31364
2010-06-11 jrash Synced with help_mp-en.h rev. 31353
2010-06-11 diego Drop hunk that was forgotten in the quantizer_scale removal.
2010-06-11 siretart move the mga video check below the libswscale check
2010-06-10 tack Cosmetics: properly indent block after introducing if statement in r31363.
2010-06-10 tack -x264encopts: document preset, tune, and profile options; remove
2010-06-10 tack ve_x264: rewrite option parsing and add support for x264's presets,
2010-06-10 cehoyos yuv422 is not supported by current VDPAU hardware.
2010-06-10 diego Only enable vd_zrmjpeg.c/vf_zrmjpeg.c for MPlayer.
2010-06-10 diego Add support for compiling against external libmpeg2.
2010-06-10 diego libmpeg2: Remove local quantizer scale changes related to postprocessing.
2010-06-09 tack ao_jack: increase maximum allowed channels from 6 to 8.
2010-06-09 reimar We use unmodified r231 of libdvdcss, no point in mentioning older revisions.
2010-06-09 diego libmpeg2: Move pending_buffer stuff to local decoder context.
2010-06-09 diego cosmetics: Remove commented-out cruft.
2010-06-09 diego Remove stale leftovers from MPlayer-specific buffer handling in libmpeg2.
2010-06-09 diego Reduce verbosity about suboption parsing in vo drivers.
2010-06-09 diego Split internal and external libmpeg2 support in the build system.
2010-06-09 diego cosmetics: Drop leading underscore from configuration variable.
2010-06-09 siretart remove libmpcodecs/vf_rgb2bgr.c
2010-06-08 cehoyos Make -mc 1 the default.
2010-06-08 cehoyos Fix compilation with nemesi and live555.
2010-06-08 cehoyos Support RTSP/RTP over HTTP via LIVE555.
2010-06-07 reimar Extract duplicated code into a separate function.
2010-06-07 reimar Ensure the SAMI subtitle reader does not read more lines than we support.
2010-06-07 reimar Print media start time with -identify.
2010-06-07 reimar Move code printing -identify output for a file to a separate function.
2010-06-07 cehoyos M701: Matrox MPEG-2 intra-only.
2010-06-06 hyc Fix typo in comment
2010-06-06 reimar Remove nonsense commented-out function header.
2010-06-06 reimar Update common.mak and subdir.mak to latest FFmpeg versions.
2010-06-06 reimar Fix ds_get_next_pts to also work for the first packet of a stream.
2010-06-06 reimar Fix the ds->first documentation to actually match reality.
2010-06-06 reimar Minor code simplification.
2010-06-06 reimar Disable index reading in real demuxer if stream is not seekable.
2010-06-06 reimar Some more Changelog updates.
2010-06-06 reimar yuv4mpeg interlaced changes.
2010-06-05 reimar Update codecs.conf version again, we had quite a few additions to it.
2010-06-05 reimar Extend -vf format to allow substituting the format for a compatible one
2010-06-05 reimar Fix -vf format and -vf noformat to work with slices.
2010-06-05 reimar Add webm/VP8 support to native matroska demuxer.
2010-06-05 reimar If we have no FPS value, try enabling -correct-pts mode, it does
2010-06-05 reimar Add partial support for dirac to TS demuxer.
2010-06-05 reimar Also print current stream position in mp_read debug output.
2010-06-05 reimar Remove explicit eof check for mp_read code, stream code handles this case
2010-06-05 reimar Di not do a stream_reset on seeking backwards, the seek itself should
2010-06-05 reimar Do not make seek fail explicitly simply because eof was hit somewhen,
2010-06-05 cehoyos Fix compilation after FFmpeg r23485.
2010-06-05 jrash sync with en/mplayer.1 rev. 31292
2010-06-05 reimar Remove colorspace conversion code from -vo yuv4mpeg, -vf scale should
2010-06-05 reimar Sync libdvdcss with their latest SVN.
2010-06-05 reimar Add support for -geometry x syntax since the documentation claims
2010-06-04 reimar Do not use libass functions if it is disabled.
2010-06-04 reimar Default to -correct-pts off if -fps was given, since -fps has no effect
2010-06-04 reimar Force window placement also if -xineramascreen was set >= 0,
2010-06-03 siretart apply missing bits from http://repo.or.cz/w/mplayer.git/commitdiff/cd4e8dc1fa2863dcce62a44dd9ea105f9f9288f4
2010-06-03 reimar Try always enabling correct pts again for lavf demuxer, since the know
2010-06-03 reimar Limit buffered PTS only when we actually got a frame from the decoder.
2010-06-03 reimar If an invalid pts value is detected, try to to make up some if it seems
2010-06-03 siretart vo_yuv4mpeg: disable RGB support when compiling against a shared libswscale
2010-06-03 cehoyos Simplify libass version check.
2010-06-03 cehoyos Raise LIBASS_VERSION, forgotten in r31293.
2010-06-02 reimar Add the -march fallback for amdfam10 also to the x86_64 case.
2010-06-02 cehoyos libavcodec/libx264.c requires x264 0.98 since r23430.
2010-06-02 cehoyos Fix compilation with external libass.
2010-06-02 cehoyos ass_set_aspect_ratio() takes three arguments since 0x00907010.
2010-06-01 siretart avoid using swscale internals by copying in palette8torbg16 and its bgr variant
2010-06-01 reimar Extend geometry parsing to reject all invalid strings.
2010-06-01 siretart deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24
2010-06-01 stefano Move internal scale context fields initialization from
2010-06-01 cehoyos Fix compilation after FFmpeg r23402.
2010-06-01 siretart remove palette8torgb15 and palette8tobgr15
2010-05-31 reimar Factor out some common code and ensure we will not try to draw OSD
2010-05-31 reimar Reindent.
2010-05-31 reimar Fix subtitle display for http://samples.mplayerhq.hu/sub/largeres_vobsub.mkv
2010-05-31 aurel Switch mkv demuxing to lavf by default.
2010-05-31 aurel backport ass_flush_events() from upstream libass and make use of it
2010-05-31 reimar Extend the range of the -a52drc range up to two, as a experimental feature
2010-05-30 diego Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it.
2010-05-30 Gabrov synced with r31289
2010-05-30 reimar Change code to let Window Manager chose window location by default.
2010-05-30 reimar Add a referrer option to set the HTTP Referer field.
2010-05-30 reimar Forgotten part of previous commit (extern declaration of drc_level).
2010-05-30 reimar Use the -a52drc option also for the libavcodec decoder.
2010-05-30 cehoyos Fix compilation without librtmp.
2010-05-30 reimar Treat a NULL renderer string as indication for software renderer.
2010-05-30 reimar Prefer -vo sdl over "probably software" OpenGL.
2010-05-30 reimar Change compiler argument order for compile_check to avoid incorrect linking
2010-05-30 reimar Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).
2010-05-30 diego Add codec-cfg.h to the dependency list of codec-cfg.
2010-05-30 diego Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.
2010-05-30 diego Remove GPL-licensed YUV to RGB MMX routines.
2010-05-30 hyc Add librtmp support
2010-05-29 diego Cast void* pointer to appropriate type before using it in an addition; fixes
2010-05-29 diego Update 1.0rc3 release name and date.
2010-05-29 siretart minor spelling fixes
2010-05-29 siretart add myself to the AUTHORS file
2010-05-29 reimar Use edi instead of ebx to avoid issues with PIC.
2010-05-29 reimar Remove obsolete may_alias-related defines, lavu handles this now
2010-05-29 reimar Actually run a detection whether external libass exists, instead
2010-05-29 reimar Fix compilation if the compiler does not support -march=amdfam10
2010-05-29 diego cosmetics: Drop leading '_' from noinputmodules variable.
2010-05-29 diego misc cosmetics: K&R style nits, #include placement, indentation
2010-05-29 diego Mark key_type structure as const.
2010-05-29 diego getch2-os2.c: Add #include for the header that declares the public functions.
2010-05-29 diego cosmetics: Remove some commented-out #includes, fix a comment grammar error.
2010-05-29 diego Directly mark jpeg_buf_src() as void instead of using some indirection marcro.
2010-05-28 compn add "lpcJ" fourcc for the RealAudio 1.0 codec.
2010-05-28 reimar Fix typo in message.
2010-05-28 reimar stream_check_interrupt should sleep even if no callback is set.
2010-05-28 reimar 100l, stream_check_for_interrupt argument is not in usec,
2010-05-28 reimar Document time scale for stream_check_interrupt argument.
2010-05-28 reimar Document thatg time argument is in milliseconds.
2010-05-28 reimar Improve handling of cache process/thread hanging/being killed.
2010-05-28 reimar Fix cache process accidentally being killed by SIGUSR1.
2010-05-28 cehoyos Use MSGT_DECVIDEO in a video decoder.
2010-05-28 diego Remove commented-out declaration of nonexisting function uGetTimer().
2010-05-28 diego Drop pointless _t suffix from 'struct lavf_priv'.
2010-05-27 diego Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section.
2010-05-27 diego cosmetics: vertical alignment in msg module help output.
2010-05-27 diego vf_yuy2 was removed after the 1.0rc3 branch was cut.
2010-05-27 diego small cosmetics for the 1.0rc3 changelog
2010-05-27 diego Fix a bunch of typos in the stream cache code.
2010-05-27 diego Drop pointless _s suffix from 'struct af_stream'.
2010-05-27 diego Drop pointless _st suffix from 'struct stream'.
2010-05-27 diego Drop pointless _s suffix from struct ao_data.
2010-05-27 diego cosmetics: Reformat in K&R coding style.
2010-05-27 diego Remove two pointless void* casts.
2010-05-27 diego Remove unnecessary demux_mkv_seek() forward declaration.
2010-05-27 diego cosmetics: Drop pointless _s suffix from 'struct ad_functions'.
2010-05-27 diego cosmetics: Drop pointless _s suffix from 'struct mp_image'.
2010-05-27 diego cosmetics: Drop _s suffix from 'struct vd_functions'.
2010-05-27 diego cosmetics: K&R coding style
2010-05-27 diego cosmetics: K&R coding style
2010-05-26 reimar Retry reading even if we hit eof before.
2010-05-26 reimar Switch ogg demuxing to lavf by default.
2010-05-26 reimar Re-enable wakeup-on-signal for cache process.
2010-05-26 reimar Disable waking the cache process up via a signal, it
2010-05-26 cehoyos Both XVID and VDPAU decode our SIPP sample better than current libavcodec.
2010-05-26 diego Add missing RGB12 version of the fast OSD table.
2010-05-25 diego Add support for decoding VP8 through libvpx wrapper in FFmpeg.
2010-05-25 diego Remove obsolete new policy proposal draft from Michael.
2010-05-25 hyc Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streams
2010-05-25 diego whitespace cosmetics
2010-05-25 diego whitespace cosmetics: fix indentation
2010-05-25 diego cosmetics: vertical alignment in msg module help output
2010-05-25 diego Remove some commented-out duplicate option entries.
2010-05-25 diego K&R cosmetics: Fix '*' placement.
2010-05-25 diego Remove unused forward declarations.
2010-05-25 cehoyos Samsung uses SIPP as FourCC for MPEG-4 ASP.
2010-05-24 siretart support linking to fribidi without pkg-config
2010-05-24 siretart make configure use pkg-config for fribidi checks
2010-05-24 reimar Change -vo md5sum to not interleave U and V lines when calculating
2010-05-24 reimar Fix OpenGL autodetection to not leave values at -1.
2010-05-23 reimar Avoid decoding of 0-size packets. This also fixes that the main loop believes
2010-05-23 reimar Use MP_NOPTS_VALUE as "default" pts for delayed frames instead of some
2010-05-23 reimar Slightly reduce number of #ifs
2010-05-23 reimar Use an extra define to simplify ifdefs
2010-05-23 reimar Try reducing the #ifdef mess for the different cache variants.
2010-05-23 reimar Extract the cache main loop into a separate function.
2010-05-23 diego Remove ambiguous language about indenting if-blocks.
2010-05-23 reimar Optimize cache behaviour for the many-consecutive-seeks case.
2010-05-23 reimar Add code to wake up cache process when e.g. a seek is needed.
2010-05-23 sesse Add ChangeLog entry about CineForm support.
2010-05-23 sesse Add final missing bits of CineForm HD support on Linux (via the Windows
2010-05-23 diego Remove unused function MODULE_DecRefCount(), fixes the warning:
2010-05-23 diego K&R coding style should be applied to new code.
2010-05-23 diego cosmetics: reformat ad_pcm.c in K&R style
2010-05-23 stefano Add empty newline to separate function declarations, for better
2010-05-22 cehoyos Ignore (but print out) offset with libtheora decoder.
2010-05-22 cehoyos Do not use correct-pts for mpeg-ps: It breaks PAFF samples.
2010-05-21 reimar Change WAV header updating in ao_pcm to allow to up to almost 4GB size.
2010-05-21 jrash sync with en/mplayer.1 rev. 31173
2010-05-20 iive Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.
2010-05-19 stefano Cosmetics: make more compact the code for handle_jpeg(), this also allows
2010-05-19 stefano Remove PI definition and use M_PI instead.
2010-05-19 reimar Do not return pointer to on-stack memory.
2010-05-19 reimar Fix return value (it was missing completely).
2010-05-19 reimar Handle -wid Window being closed for direct3d and gl vos on Windows.
2010-05-19 lorenm 13% faster yuv420 to rgb15 mmx.
2010-05-19 lorenm 40% faster yuv420 to rgb24 mmx.
2010-05-14 reimar Quit MPlayer if we receive a DestroyNotify event.
2010-05-14 diego vf_zr requires the lavc MJPEG encoder even when MEncoder has been disabled.
2010-05-14 diego Remove duplicate and nonsense libavencoders #define for OpenCORE AMR-WB.
2010-05-14 diego Check for termios.h before sys/termios.h.
2010-05-14 cehoyos Enable libavcodecs new MPEG-1 Audio float decoder.
2010-05-14 cehoyos Fix compilation after r31173.
2010-05-14 siretart remove vf_yuy2, functionality is replaced by -vf format=yuv2
2010-05-13 cehoyos Silence a gcc warning about char trying to be packed.
2010-05-13 compn move 'dvdsublang... moviename en,eng,' message to debug level.
2010-05-12 ramiro Revert r31153. It failed to build on:
2010-05-12 diego Mention removal of internal liba52 copy in Changelog.
2010-05-11 diego 10l: Use the directory part of the stylesheet path to create a directory.
2010-05-11 diego cosmetics: Invoke all shell scripts during XML documentation build directly.
2010-05-11 diego Create output directory when copying stylesheet.
2010-05-11 diego Merge both XML documentation README files into one.
2010-05-11 diego Do not run xmllint prior to building the XML documentation.
2010-05-11 diego XML docs: Make xmllint-* targets a dependency of html-chunked-*/html-single-*.
2010-05-11 diego Only mark targets whose names end in "clean" as phony.
2010-05-11 diego docs: Update documentation to account for recent build system changes.
2010-05-11 diego Make XML documentation build process nonrecursive.
2010-05-11 diego Get rid of pointless variable indirection for XSL stylesheets.
2010-05-11 diego libdvdcss is now synced to a recent upstream Subversion snapshot.
2010-05-11 diego libdvdcss: Fix potential format string crash; check RPC status on disc access.
2010-05-11 diego libdvdcss: OS/2 support; this merges upstream revisions 220 and 229.
2010-05-11 diego libdvdcss: cosmetics: Fix FSF address and program name in license headers.
2010-05-11 astrange Fix compilation with --disable-fastmemcpy on x86
2010-05-11 ramiro Use int instead of long to pass width parameters in non-public functions.
2010-05-10 diego Pass a language variable to submakes instead of reading subdirectory Makefiles.
2010-05-09 reimar Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.
2010-05-09 reimar Minor code cleanup.
2010-05-09 reimar yuv=5 supports brightness and contrast adjustment.
2010-05-09 compn add FLV4 fourcc to vp6
2010-05-09 diego Remove internal liba52 copy.
2010-05-09 diego Use the system liba52 headers when internal liba52 is disabled, fixes:
2010-05-09 diego cosmetics: Drop leading underscore from some commonly-used variable names.
2010-05-09 reimar Handle Y8/Y800 formats more similar to other YUV formats.
2010-05-09 reimar Handle chroma texture size becoming 0, e.g. due to bad rounding.
2010-05-07 mru blackfin: fix yuv422 to yuv420 conversion
2010-05-07 diego Remove references to some long-removed files.
2010-05-07 diego Remove seemingly misplaced and commented-out liba52 #include.
2010-05-06 cehoyos Add support for 12-bit color mode on framebuffer devices.
2010-05-06 cehoyos Fix compilation with old libschroedinger-dev installed.
2010-05-04 aurel cosmetic: typo, this wasn't supposed to be plural
2010-05-04 diego Remove translated strings that are gone from the master translation.
2010-05-04 diego alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines
2010-05-03 diego the great MPlayer tab removal: part II
2010-05-03 diego Put symlinks under revision control instead of generating them during make.
2010-05-03 aurel print a more detailed and more useful description of each stream with lavf
2010-05-03 aurel 10l: correctly use video_stream instead of audio_stream in the video section
2010-05-03 aurel add ID_..._NAME to -identify for each lavf stream which has a title
2010-05-03 aurel uniformize handling of aid and vid with lavf so that it matches handling of sid
2010-05-02 cehoyos Silence permanent warning messages when decoding H264 over rtsp with
2010-05-01 reimar Also print OpenGL renderer string with vendor and version with -v
2010-05-01 reimar Continue probing even for score == AVPROBE_SCORE_MAX / 4 to match
2010-05-01 reimar Use av_probe_input_format2 and avoid accepting detection
2010-04-30 reimar Revert accidental change to default CFLAGS.
2010-04-30 reimar Add configure detection for SDL backend for -vo gl.
2010-04-30 reimar Avoid duplicating the GL/gl.h include.
2010-04-30 reimar 100l, open the customtex also in binary mode, not just the program.
2010-04-28 cehoyos Fix compilation with gcc 2.95.3 (with --disable-ass).
2010-04-27 iive New hack for vobsub packet merging.
2010-04-27 reimar Move variable declaration into the block where it is actually used.
2010-04-27 diego Add llrintf test for FFmpeg.
2010-04-27 diego Add missing input.h #include, fixes the warnings:
2010-04-27 diego Move "screen" variable declaration below the relevant #ifdef, fixes the warning:
2010-04-27 Gabrov fix typo
2010-04-27 cehoyos Fix compilation with live555 after libavutil r22965.
2010-04-25 Gabrov synced with r31096
2010-04-25 Gabrov typo fixes
2010-04-25 reimar Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode.
2010-04-25 reimar Try other methods also if GetBusKey fails instead of failing completely.
2010-04-25 reimar Missing space after if.
2010-04-25 reimar Support mouse movements in SDL.
2010-04-25 reimar Avoid duplicating mouse-movement command-generation code.
2010-04-25 reimar Fix crash if a DVD is played with dvdnav:// and without video
2010-04-25 reimar Deduplicate enable_mouse_movements declaration.
2010-04-25 reimar Minor cosmetics.
2010-04-25 reimar Add comment for endif.
2010-04-25 reimar Support for auto-selecting the OpenGL backend.
2010-04-25 reimar Add reinitialization support. Necessary for fullscreen on OSX.
2010-04-25 reimar Handle SDL expose events with -vo gl.
2010-04-25 reimar Missing space in error message.
2010-04-25 reimar Simplify SDL key symbol mapping.
2010-04-25 reimar Use the proper define for translating the tab key.
2010-04-25 reimar Make uppercase characters and in general all ASCII characters work
2010-04-25 reimar Share SDL initialization code.
2010-04-25 reimar Remove unnecessary check.
2010-04-25 reimar Fullscreen support for -vo gl using SDL.
2010-04-25 reimar Set SDL window title.
2010-04-25 reimar Window resizing support for -vo gl with SDL backend.
2010-04-25 reimar Add sdl_common file and use it to share the input handling between -vo gl
2010-04-25 reimar Use SDL_GL_ProcAddress to work around conflicts between -lGL
2010-04-25 reimar Update copyright and email address.
2010-04-25 reimar Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,
2010-04-24 reimar Missing gl.h include for SDL backend.
2010-04-24 reimar Slightly more correct ifdefs for vo_gl2.
2010-04-24 reimar Add workaroound for yuv=7 mode - does hurt speed but not much
2010-04-24 reimar Remove code to work around bugs in ancient libSDL versions, the code has been
2010-04-24 reimar Try harder to find linked OpenGL functions.
2010-04-24 reimar Disable OSD support by default if the necessary OpenGL functionality is missing.
2010-04-24 reimar SDL support with related crash-resilience fixes.
2010-04-24 reimar Some crash-resilience fixes.
2010-04-24 reimar First steps to support -vo gl with SDL-based Window handling.
2010-04-24 diego 10l: Remove leftover commented-out #include.
2010-04-24 diego Remove unnecessary kd.h #include.
2010-04-23 siretart rename 'struct keymap' -> 'struct mp_keymap'
2010-04-23 siretart include sys/kd.h on non-Linux architectures correctly
2010-04-22 diego VIDIX only works for Linux on the x86_64 architecture, not on other OSes.
2010-04-22 diego Merge iopl()-related #ifdefs.
2010-04-22 diego Do not check for __linux__ in a file that is only ever used on Linux.
2010-04-21 diego Revert obscure hack that disables the malloc.h check on certain BSD platforms.
2010-04-20 reimar Update comment describing issues with ffaac.
2010-04-20 reimar Cosmetics/indentation fixes.
2010-04-20 reimar Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpeg
2010-04-20 diego Remove explicit filename from Doxygen @file commands.
2010-04-20 lorenm Tell x264 that we aren't going to give it timestamps.
2010-04-20 diego Remove unused static function wsDummyEvents and related unused code, fixes:
2010-04-20 diego Remove unused static function wsIOErrorHandler, fixes the warning:
2010-04-20 diego Remove unused static function fsFileExist, fixes the warning:
2010-04-20 zuxy Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems
2010-04-17 jrash Synced with help_mp-en.h rev. 31032
2010-04-17 jrash sync with en/mplayer.1 rev. 31028
2010-04-16 diego Merge two redundant if checks, patch by ubitux, ubitux gmail com.
2010-04-16 diego cosmetics: reindent demux_ogg.c to K&R style plus some prettyprinting
2010-04-15 diego Remove commented-out and long-gone dapsync options.
2010-04-15 reimar Mark ffaac as buggy (thus making faad default again) and
2010-04-15 reimar Move functions that really do not need to be inlined from the header
2010-04-14 cehoyos Remove dead code.
2010-04-13 reimar Open cutomtex file in binary mode to avoid potential issues on
2010-04-13 compn typo fix found by ubitux
2010-04-12 reimar Make ASS processing work with both subtitle formats, the MKV one and the
2010-04-12 iive Fix build due to FFmpeg r22858 change (function rename).
2010-04-12 diego the great MPlayer tab removal: part I
2010-04-12 diego Fix build after FFmpeg symbol rename:
2010-04-11 cehoyos Add slave commands for loading and unloading audio filters at runtime.
2010-04-11 iive Fix build due to FFmpeg r22833 change (typedef rename).
2010-04-09 cehoyos Add osd_show_progression: Show progress bar and elapsed/total time.
2010-04-07 reimar Add some fallback OpenGL defines to fix compilation on Windows.
2010-04-06 diego Generate dependency information as a sideeffect of compilation.
2010-04-06 diego cosmetics: Reorder some x86-related preprocessor conditionals.
2010-04-05 reimar Do not print the "Loading cookie file" message twice.
2010-04-05 reimar Try to fix VCD compilation on non-Linux systems.
2010-04-05 diego Add -MP to dependency command.
2010-04-05 diego Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.
2010-04-05 reimar Remove unused functions.
2010-04-05 reimar Export VCD tracks as chapters, just like for cue:// URLs.
2010-04-05 reimar Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,
2010-04-05 diego VBlankActiveFunc is a pointer to a parameterless function; mark it as such.
2010-04-05 reimar Fix RGB support for corevideo: corevideo can only support
2010-04-05 reimar Enable OSD also for BGR32, the code is the same as for RGB32.
2010-04-05 reimar Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoiding
2010-04-04 reimar Check texture dimensions instead of internal format in max texture
2010-04-04 reimar Cosmetics/reindent.
2010-04-04 reimar Avoid duplicating a condition.
2010-04-04 reimar Print width before height,
2010-04-04 reimar Fix width/height mixup in error message.
2010-04-04 diego Remove -O4 from FAAC check, it is in our standard CFLAGS already.
2010-04-04 diego Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.
2010-04-04 reimar Factor out the YUV->RGB conversion auto-selection and also
2010-04-04 diego cosmetics: prettyprint config.mak somewhat
2010-04-04 diego Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak.
2010-04-04 diego Mark parameterless function declarations as (void). Fixes the warnings:
2010-04-04 diego Mark input-related m_option_t arrays as const.
2010-04-04 diego Mark vf_size_preset_fields m_option_t array as const.
2010-04-04 diego Mark muxer-related m_option_t arrays as const.
2010-04-04 diego Mark cfg_fields m_option_t array as const.
2010-04-04 diego Mark dxr2_opts array as const.
2010-04-04 diego Mark encoder-related m_option_t struct arrays as const.
2010-04-04 diego Revert marking m_option struct member as const.
2010-04-04 reimar Share more code between the two ATI fragment shader YUV to RGB
2010-04-03 reimar Try to detect and work around broken glXGetProcAddress on at
2010-04-03 reimar Implement OpenGL-based YUV to RGB version for Radeon 9200 class
2010-04-03 diego Remove commented-out #include of a non-existing file.
2010-04-03 diego Add a header for x264enc_set_param() instead of forward declaring it.
2010-04-03 diego Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.
2010-04-03 diego Mark m_option struct member as const.
2010-04-03 reimar Indentation fix.
2010-04-03 reimar Add mpgl prefix to all OpenGL-related function pointers.
2010-04-02 attila dont mention base64 about sending attachments.
2010-04-02 cehoyos Cosmetics: Fix indentation.
2010-04-02 cehoyos Do not try -march=native for icc.
2010-04-02 reimar Change type to uint8_t to avoid checks depending on char signedness.
2010-04-01 ptt updated example line for encoding to psp (acodec faac is now libfaac)
2010-04-01 ptt updated table of libavcodec's audio codecs
2010-03-31 reimar Sanitize ICY metadata a bit before printing it.
2010-03-31 reimar Make audio switching with AVI demuxer chose the first audio stream
2010-03-31 reimar Replace some "m" constraints by MANGLE to avoid issues with some compilers not
2010-03-31 attila rename eatgv -> ffeatgv, lpcm -> fflpcm
2010-03-28 diego Add HAVE_STRERROR_R definition for FFmpeg to config.h.
2010-03-28 diego Use (void) instead of () to indicate a parameterless function, fixes:
2010-03-28 diego Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.
2010-03-28 reimar Fix compilation after librtmp support in FFmpeg.
2010-03-28 reimar Fix crash with incomplete yuv2 frames.
2010-03-27 reimar Leave disabling SSE to the check_os_katmai_support always regardless of OS,
2010-03-27 reimar Support concatenated YUV4MPEG files.
2010-03-27 reimar Use calloc instead of malloc+memset
2010-03-27 reimar Add const to some video_out extern declarations to match their definitions.
2010-03-27 reimar Mark some more LIBVO_EXTERN declarations as const where possible.
2010-03-27 reimar 100l, fix frametime calculation for MPEG-2 files with frame rate extension.
2010-03-27 diego libswscale: Relicense almost all x86 assembler optimizations as LGPL.
2010-03-26 diego Refactor OS X foreground process setting into a separate function.
2010-03-26 diego cosmetics: Break some overly long lines.
2010-03-26 diego Convert asm keyword to __asm__.
2010-03-26 diego HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.
2010-03-25 diego Remove unused OPTFLAGS variable from config.mak.
2010-03-25 diego Remove unused MACOSX_BUNDLE config.mak entry.
2010-03-25 diego Move some FFmpeg-specific entries to the FFmpeg section of config.mak.
2010-03-25 sesse Don't try to delete the global memory mutex in the Win32 loader code,
2010-03-24 diego Mark add_subtitles() as static, it is not used outside the file, fixes:
2010-03-24 diego Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.
2010-03-23 diego AltiVec implies a PPC CPU, so there is no need to check for both.
2010-03-23 diego loader: Remove commented-out extra_ld_library_path cruft.
2010-03-23 diego Do not compile AltiVec code when AltiVec is not available; not even in
2010-03-23 reimar Make http_read_response fail if parsing the response failed.
2010-03-23 diego Fix build due to codecs_path vs. codec_path typo.
2010-03-23 diego Get rid of pointless def_path variable; use codec_path directly instead.
2010-03-23 diego Real binary loader code should respect the binary codec path.
2010-03-22 reimar Reindent
2010-03-22 reimar Start probing with a size matching the stream buffer size so it is possible
2010-03-21 attila Make all instances of codec_patch unconditional, otherwise
2010-03-21 diego Rename SetCodecPath() --> set_codec_path().
2010-03-20 diego Rename get_path.[ch] --> path.[ch].
2010-03-20 diego Move SetCodecPath() from loader to get_path.c and make it unconditional.
2010-03-20 jrash sync with en/mplayer.1 rev. 30936
2010-03-19 reimar Remove unnecessary size limits and a related define for hm12 decoder.
2010-03-19 reimar Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
2010-03-19 diego Replace wrong condition name in #endif comment by correct instance.
2010-03-19 diego Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.
2010-03-18 diego Drop support for XANIM_MOD_DIR environment variable.
2010-03-18 diego Reuse codec path variable used in the binary loader in the XAnim loader.
2010-03-18 cehoyos Extend the generic path of the yuv2rgb converter with support for rgb444
2010-03-18 aurel cosmetics: indentation
2010-03-18 aurel add support for lavf style extradata in vd_theora
2010-03-18 diego Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.
2010-03-18 reimar Split codec path related code into a separate file to fix Windows build.
2010-03-18 cehoyos Fix first line(s) of vo vdpau documentation.
2010-03-17 sesse Fix thread safety issue in mreq_private: last_alloc was accessed from multiple
2010-03-17 sesse Announce Windows XP SP2 instead of Windows 95 OSR2.
2010-03-17 sesse Announce SMP support for Win32.
2010-03-17 diego Introduce mak_enable function to set variables in config.mak.
2010-03-17 diego Rename SGI_MIPS architecture to plain MIPS.
2010-03-17 diego Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.
2010-03-17 diego Lowercase arch and subarch values.
2010-03-17 diego cosmetics: Drop leading underscore from cpuexts variables.
2010-03-17 diego Make ff_config_enable work with lowercase values.
2010-03-17 diego Split subarch handling off from generic arch handling.
2010-03-17 diego Prefer FFmpeg AAC decoder over libfaad.
2010-03-17 diego Rename libopencore AMR decoder entries.
2010-03-17 cehoyos Fix compilation after FFmpeg r22569 at least for some architectures.
2010-03-17 diego cosmetics: Drop leading underscores from arch variables.
2010-03-17 komh Follow a more proper way to support -codecpath.
2010-03-16 sesse Fix return value of InitializeCriticalSectionAndSpinCount.
2010-03-16 diego Remove unused variable, fixes the warning:
2010-03-16 sesse Fix libmpcodecs/vd_qtvideo.c compilation on OS X:
2010-03-16 diego Remove some commented-out debugging and similar cruft.
2010-03-16 diego Remove unnecessary forward declarations for a bunch of functions.
2010-03-16 diego cosmetics: Move all functions before main().
2010-03-16 diego Remove disabled flip_upside_down function; it has been unused for ages.
2010-03-16 diego Remove unnecessary forward declaration of print_wave_header().
2010-03-16 cehoyos Fix compilation after FFmpeg r22565.
2010-03-15 cehoyos Calculate width and height in mp4_header_process_vop().
2010-03-15 cehoyos Fix value of bit counter at end of functions to prepare for future patches.
2010-03-15 sesse Fix indentation in GetVersionExW.
2010-03-15 sesse Add support for Apple's ProRes and AIC codecs, now that all prerequisites
2010-03-15 sesse Implement GetVersionExW with the same data as GetVersionExA but taking in a
2010-03-15 sesse Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS and
2010-03-15 komh Relocate -codecpath description in alphabetical order.
2010-03-15 komh Add -codecpath option.
2010-03-15 diego Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.
2010-03-14 diego Get rid of pointless tmppath variable in set_path_env().
2010-03-14 diego variable renaming cosmetics: _have_yasm --> have_yasm
2010-03-14 diego Remove unused MMX_FFT Makefile variable.
2010-03-14 diego cosmetics: Simplify _codecsdir setting for MinGW and OS/2.
2010-03-14 diego Add -Wstrict-prototypes to CFLAGS.
2010-03-14 diego Use menu instead of GUI as example for an internal feature turned on by a flag.
2010-03-14 cehoyos Fix compilation after FFmpeg r22522.
2010-03-14 diego Replace separate Win32, XAnim and Real codec directories by one global dir.
2010-03-13 conrad fftheora supports 4:2:2 and 4:4:4 now
2010-03-13 jrash sync with en/mplayer.1 rev. 30868
2010-03-12 reimar Add the 0xA109 format for speex, it is claimed to be officially registered (have
2010-03-12 reimar Support extradata format of the speex.acm windows codec formerly available
2010-03-12 reimar Fix crash if speex_packet_to_header fails.
2010-03-12 reimar Add newlines to generated fragment program to make both fragment program dump
2010-03-10 komh Include libavutil/avutil.h for FFMIN
2010-03-10 komh Include osdep/osdep.h instead of checking a platfrom specific macro to include
2010-03-09 reimar Return MP_NOPTS_VALUE if we can't figure out the pts, not 0.
2010-03-09 reimar Improve handling of 0-size ogg packets.
2010-03-09 siretart unbreak compilation after cleanups in libavutil/common.h
2010-03-09 cehoyos Fix alpabetical order.
2010-03-09 cehoyos Support SEGA CRI adx codec with demuxer lavf.
2010-03-09 sesse Fix a syntax error in graph.h.
2010-03-09 sesse Add copyright headers.
2010-03-09 sesse Style changes as requested by Diego.
2010-03-09 cehoyos Fix help text for --disable-win32dll.
2010-03-09 cehoyos Commit files by Steinar Gunderson, forgotten in r30866.
2010-03-09 siretart Fix compilation on powerpc with --disable-altivec
2010-03-09 corey Document x264 VUI options.
2010-03-09 corey Add a note about what x264's 'aud' parameter is for.
2010-03-08 sesse Implement DirectShow filter graph.
2010-03-08 sesse Correct QuickTime dpi output.
2010-03-08 reimar Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.
2010-03-08 reimar Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RELEASE.
2010-03-08 diego We have some sort of DVD menu support nowadays.
2010-03-08 sesse Implement ResumeThread and SignalObjectAndWait.
2010-03-07 iive Increase mplayer buffer padding size to match the new one from ffmpeg.
2010-03-07 reimar Use FBIOPAN_DISPLAY for switching between pages, seems to work for more
2010-03-07 reimar Add double-buffering support to vo_fbdev.
2010-03-07 reimar Use int64_t instead of long for variable containing current playback time.
2010-03-06 stefano Avoid duplication of usePal() macro.
2010-03-06 stefano Add support to BGR444/RGB444 foreign endian output in libswscale.
2010-03-06 sesse Fix QuickTime emulated OSErr type.
2010-03-06 sesse Implement Win32 mutexes.
2010-03-06 sesse Fix semaphore behavior in WaitForSingleObject.
2010-03-06 sesse Make Win32 mutex and thread linked lists thread safe.
2010-03-06 komh Define O_BINARY in stream/stream.h unless it is defined yet, and use it
2010-03-05 greg Enable ASS/SSA subtitle support in mencoder
2010-03-05 sesse Make GetModuleHandle(NULL) return a valid pointer.
2010-03-05 michael try to avoid returning odd slices.
2010-03-05 reimar Reuse fb_tty_fd for setting up the text area.
2010-03-05 jrash sync with en/mplayer.1 rev. 30822
2010-03-05 sesse Partial revert of r30843.
2010-03-05 sesse Support thread handles in WaitForSingleObject.
2010-03-05 benoit Cosmetics: fix vertical alignment.
2010-03-05 benoit libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special
2010-03-04 cehoyos Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in
2010-03-04 diego Remove NUT specification stubs.
2010-03-04 diego Run script with /bin/sh instead of bash.
2010-03-04 sesse Make emulated Win32 critical sections thread safe.
2010-03-04 diego cosmetics: Use consistent if expression syntax.
2010-03-04 diego Use $() syntax instead of backticks, it is easier to nest.
2010-03-04 diego Clarify that ssh is not required for committing to MPlayer.
2010-03-04 diego Update URL for Subversion homepage.
2010-03-04 sesse Fix crashes in CreatePalette by fixing the LOGPALETTE struct.
2010-03-04 sesse Fix manual reset behavior of Win32 events.
2010-03-04 sesse Fix return values of WaitForSingleObject when checking an event.
2010-03-04 komh Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead
2010-03-04 komh 1. Move the macros for priority classes for OS/2 from priority.c to osdep.h
2010-03-04 stefano Revert r30825, it was not supposed to be committed.
2010-03-04 stefano Fill the r, g, b values used for computing the c->pal_yuv table in the
2010-03-04 stefano Make swscale-test take in input the name of the input and the output
2010-03-03 reimar Partially revert r30645, the final output format is determined by
2010-03-03 reimar Save the new width and height earlier so that e.g. -geometry 30x30-50-50
2010-03-03 reimar Add support for specifying window position relative to right and bottom
2010-03-03 reimar Simplify sscanf format strings and get rid of useless percent variable.
2010-03-03 reimar Avoid very deep indentation level and RESET_GEOMETRY macro in -geometry
2010-03-03 komh Add a VCD support for OS/2
2010-03-02 diego Drop support for old-style DVB code.
2010-03-02 rectalogic Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-network
2010-03-02 diego Add CONFIG_LSP to config.h for libavcodec compilation.
2010-03-01 reimar Remove unused and useless define.
2010-03-01 reimar Fix memleak due to strdup'd filename not being freed.
2010-03-01 reimar Move functions into proper order to avoid extra declarations.
2010-03-01 reimar Deduplicate code to set stream start_pos/end_pos.
2010-03-01 reimar Set stream->pos correctly after seeking to a VCD title.
2010-03-01 reimar Ensure that cue_current_pos.track is not set to an invalid value after
2010-03-01 reimar Fix off-by-one error in chapter<->VCD track conversion.
2010-03-01 reimar Fix cue_read_toc_entry to also reject negative track numbers
2010-03-01 reimar Implement cue:// track switching via chapter forward/backward like for audio CDs.
2010-03-01 reimar Fix cue_vcd_get_track_end to not change the current position.
2010-03-01 reimar Avoid fd_bin and fd_cue global variables.
2010-03-01 reimar Avoid a global variable and a strcpy.
2010-03-01 reimar Reindent.
2010-03-01 reimar Avoid code duplication and excessively deep nesting in cue_find_bin
2010-03-01 reimar Use sizeof instead of hardcoded size.
2010-02-28 cehoyos Documentation: Add linebreak and try to be less ambiguous.
2010-02-28 reimar Extend stream_read_line to support reading lines from UTF-16 encoded files
2010-02-28 reimar sub_utf8 is handled as a value, not flags everywhere else, so change
2010-02-28 reimar Make array describing the subtitle reader modules const.
2010-02-28 reimar Move stream_read_line implementation from stream.h to stream.c,
2010-02-28 reimar Simplify handling of 0-termination in stream_read_line
2010-02-28 reimar Remove useless cast.
2010-02-28 reimar Use negative return values for errors in pls_read_entry to make it match
2010-02-28 reimar A playlist entry number of 0 is invalid for pls playlists.
2010-02-28 reimar Improve integer overflow and realloc error handling in playlist parser.
2010-02-28 reimar Reuse the keyframe flag from x264 instead of trying to derive it on our own.
2010-02-28 reimar Use the KEYFRAME define instead of some magic number.
2010-02-28 komh Add cddb:// support for OS/2
2010-02-28 cehoyos Make sws_dcVec static: It is only used inside libswscale/utils.c.
2010-02-28 cehoyos Get rid of many ugly casts.
2010-02-28 cehoyos Make close_toolame() static, only used in ae_toolame.c.
2010-02-28 reimar Add support for reading key events from MinGW xterm.
2010-02-28 cehoyos Make close_twolame() static, only used in ae_twolame.c.
2010-02-27 cehoyos Fix warning "missing braces around initializer".
2010-02-27 cehoyos Remove unused functions.
2010-02-27 reimar Make -slave also work with the normal console on Windows.
2010-02-27 reimar Support all line ending types in mp_input_read_cmd.
2010-02-27 cehoyos Actually use existing uninit() function in remove_logo filter.
2010-02-27 reimar Do not misuse the stdin name.
2010-02-27 reimar Include getch2.h to get rid of some warnings.
2010-02-27 cehoyos Fix cd_info_new() prototype.
2010-02-27 cehoyos Remove unused static function mp_mp3_get_lsf().
2010-02-27 reimar Threaded cache fixes: do not free the stream_t struct twice on windows
2010-02-27 cehoyos Make function Gsm_Long_Term_Synthesis_Filtering() static, only used in xa_gsm.c.
2010-02-27 cehoyos Remove unused static function play_tree_set_flag().
2010-02-27 cehoyos Remove unused static function m_config_get_option_ptr().
2010-02-27 cehoyos Remove unused static functions asx_list_add() and asx_list_remove().
2010-02-27 cehoyos Remove unused static function vdlPlaybackCopyFrame().
2010-02-27 cehoyos Include lirc.h in lirc.c to add missing prototypes.
2010-02-27 cehoyos Remove unused static function send_lpcm_packet().
2010-02-27 cehoyos Remove unused static function streaming_stop().
2010-02-27 reimar Fix windows Gui compilation and remove some related typecasts.
2010-02-27 reimar Update -vo gl info structs, it isn't X11-only since ages and there's basically
2010-02-27 reimar 100l, remove forgotten debugging code.
2010-02-27 reimar Only prefer -vo gl over -vo x11 if hardware acceleration is available.
2010-02-27 reimar Enable StructureNotifyMask before waiting for a DestroyNotify event.
2010-02-27 diego Remove pointless #ifdef checks for DEMUXER_H, which is never set.
2010-02-27 diego Remove unnecessary stream.h #includes.
2010-02-27 zuxy 10l correct type for =a and =d constraints under x86-32
2010-02-27 zuxy Replace =A with =a and =d; make frequency calculation correct under x86-64
2010-02-27 cehoyos Fix compilation of C++ source files (partly reverts r30744).
2010-02-27 reimar Restructure #ifs to be clearer, also ensures that we return from the thread
2010-02-26 reimar Port yuv=... auto-detection from gl to gl2.
2010-02-26 diego cosmetics: Rename "codecs_st" struct to just plain "codecs".
2010-02-26 diego Mark character arrays as const.
2010-02-26 diego Mark all fmt_list arrays as const.
2010-02-26 diego Mark vf_opts/vf_opts_fields structures as const.
2010-02-26 ptt dots at end of sentences (kai driver section)
2010-02-26 ptt synced to r30610
2010-02-26 ptt new sentences on new lines, cropdetect filter
2010-02-26 ptt it's synced up to r30515
2010-02-26 diego Do not cast the results of malloc/calloc/realloc.
2010-02-26 attila mention that on windows, you've to use the netstream.exe to build the
2010-02-26 jrash sync with en/mplayer.1 rev. 30677
2010-02-25 reimar Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa, caca etc.
2010-02-25 reimar Add const to ass_read_stream fname argument, the string is not modified.
2010-02-25 reimar Mark stream open filename parameter as const, the filename string is not
2010-02-25 reimar Add cast to proper type.
2010-02-25 reimar Make more option-parsing related function arguments const.
2010-02-25 reimar Remove unused function declaration.
2010-02-25 reimar Make local-only cddb functions static.
2010-02-25 reimar Add const to mpvdec declaration
2010-02-25 reimar Remove declarations of functions now already declared in stream.h
2010-02-25 reimar Fix check for wrong variable: len can be unitialized but not normally < 0,
2010-02-25 reimar Fix silly type of guiGetEvent argument to use void * instead of char * and
2010-02-25 stefano Remove pointless empty line.
2010-02-25 stefano Apply consistency nit.
2010-02-25 diego Unconditionally declare fast_memcpy() and mem2agpcpy().
2010-02-25 komh Define O_BINARY if it is undefined.
2010-02-25 zuxy Include libmpcodecs/vd.h for declaration of "fullscreen".
2010-02-23 reimar Disable old-style implicit rules to fix MinGW/Cygwin compilation
2010-02-23 reimar Fix compilation: the dct64_MMX_func variable should be declared only once,
2010-02-23 diego Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes:
2010-02-23 ramiro Reorder buffer debug. Also print out if slice was buffered.
2010-02-23 compn add older lhacm codec for formats 0x70-0x73 to codecs.conf
2010-02-23 kostya FFmpeg Bink video now supports alpha channel
2010-02-23 diego Add -Wmissing-prototypes to CFLAGS if available.
2010-02-23 diego Mark theRenderProc() as static, it is only used within the file.
2010-02-23 diego Add header for macosx_finder_args() instead of forward declaring it.
2010-02-23 zuxy Reset output color after each line.
2010-02-22 diego Mark sleep_accurate() as static, it is only used within the file.
2010-02-22 tack Clarify that AC3/DTS passthrough is also possible with HDMI.
2010-02-22 tack Update my (Jason Tackaberry) email address and contributions in AUTHORS
2010-02-22 diego Mark vcd_get_track_end () and vcd_read_toc() as static.
2010-02-22 diego Conditionally declare mp_input_slave_cmd_func().
2010-02-22 diego Properly declare get_term_charset() instead of forward declaring it.
2010-02-22 tack Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in a
2010-02-22 tack Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheader
2010-02-22 diego Add required mplayer.h and access_mpcontext.h #includes.
2010-02-22 diego Mark data argument of my_ao_write() function as const.
2010-02-22 diego Mark member info of struct ad_functions_s as const.
2010-02-22 diego Mark a bunch of video filter structures as const.
2010-02-22 diego Remove commented-out cruft line.
2010-02-22 diego Remove pointless '#if 1' preprocessor directive.
2010-02-22 diego Add declaration for exp_EH_prolog_dummy().
2010-02-22 diego Declare all public mp3lib functions in mpg123.h.
2010-02-22 diego wording fixes
2010-02-22 diego Declare functions from network.c in network.h.
2010-02-22 diego Move struct streaming_control from network.h to stream.h, where it is used.
2010-02-22 diego Remove commented-out declaration of non-existing function streaming_start.
2010-02-22 diego Declare externally used variables from vd.c as extern in vd.h.
2010-02-21 diego Declare public function print_vprp() in aviprint.h.
2010-02-21 diego Add public function VideoForWindowsVersion() to the appropriate header file.
2010-02-21 diego Add header for v4l2_write() instead of forward declaring it.
2010-02-21 diego Declare stream_fill_buffer() and stream_seek_long() unconditionally.
2010-02-21 diego Add header for asf_mmst_streaming_start() instead of forward declaring it.
2010-02-21 diego Only #define WIN32_LOADER if it has not been #defined already, fixes warning:
2010-02-21 diego Add header for exported DVB-related functions.
2010-02-21 diego cosmetics: Move functions around to avoid forward declarations and #ifdefs.
2010-02-21 diego Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
2010-02-21 diego Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.
2010-02-21 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
2010-02-21 reimar Fix fps output with -identify when frame rate extension is used for MPEG-2
2010-02-21 reimar Initialize frame rate extension fields in mp_header_process_sequence_header
2010-02-21 reimar Parse and use the information from the frame rate extension header for MPEG-2.
2010-02-21 diego Rename open() vf initialization function to vf_open().
2010-02-21 kostya FFmpeg supports Bink, let MPlayer play it as well
2010-02-21 diego Add malloc.h #include for memalign(), fixes the warning:
2010-02-20 reimar Explain that -mc 0 will need -noskip.
2010-02-20 diego Mark ad_functions_t structures and mpcodecs_ad_drivers array as const.
2010-02-20 diego cosmetics: Remove pointless empty lines at EOF.
2010-02-20 diego Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.
2010-02-20 diego Mark m_config_get_option_ptr() as static, it is only used within the file.
2010-02-20 diego Add standard license header.
2010-02-20 diego cosmetics: K&R coding style, indent with 4 spaces, no tabs
2010-02-20 reimar Print response headers as debugging output also for HTTP seeks.
2010-02-20 reimar 10l, fix a close() that should be a closesocket()
2010-02-20 reimar Do not discard stream buffer on eof, instead reuse it to slightly improve
2010-02-20 reimar Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.
2010-02-20 reimar Print demuxer name in "freeing demuxer" message.
2010-02-20 diego FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.
2010-02-20 diego FFmpeg: Add tomi to architecture list.
2010-02-20 reimar Fix mov reference files: for video/quicktime mime do not force a demuxer
2010-02-20 reimar Print all 64 bits of seek position.
2010-02-20 reimar Make sure we do not try to use IPv6 with winsock2, we end up connecting
2010-02-19 reimar Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.
2010-02-19 reimar Move code that makes the filter chain match the desired output format into
2010-02-19 diego Remove some pointless '#if 1' preprocessor directives.
2010-02-19 diego Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it.
2010-02-19 komh Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.
2010-02-19 komh Add missing 'defined' for __bsdi__.
2010-02-19 diego Remove pointless '#if 1' preprocessor directives.
2010-02-19 diego cosmetics: Remove commented-out #include.
2010-02-19 diego TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives.
2010-02-19 jrash sync with en/mplayer.1 rev. 30611
2010-02-19 komh Replace platform preprocessor check by HAVE_DOS_PATHS.
2010-02-19 komh Remove useless CONFIG_SETLOCALE
2010-02-18 reimar DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, add
2010-02-18 reimar Merge declaration and initialization.
2010-02-18 reimar DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANE
2010-02-18 reimar Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.
2010-02-18 reimar Add av_alias define as a hack to fix compilation of intreadwrite.h without
2010-02-18 stefano Reindent and fix brace placement.
2010-02-18 stefano Vertically align a list of comparisons in sws_getCachedContext().
2010-02-18 stefano Merge two if conditions, allow to decrese the level of indentation of
2010-02-18 reimar Add a InitializeCriticalSectionAndSpinCount function.
2010-02-18 reimar Add a GetModuleHandleW implementation.
2010-02-18 reimar Use snprintf to ensure we do not write outside the buffer bounds
2010-02-18 cehoyos Use new FFmpeg WMA Voice decoder.
2010-02-18 diego Add header #include for print_wave_header() instead of a forward declaration.
2010-02-18 diego Add header for functions exported from vo_zr.c and use it appropriately.
2010-02-18 diego Remove forward declarations for non-existing functions readPPOpt, revertPPOpt.
2010-02-18 diego Add required header #include for config.h.
2010-02-18 diego Mark some more functions that are not used outside of their files as static.
2010-02-18 diego Add header for AVI print functions; avoids many forward declarations.
2010-02-17 reimar Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since at
2010-02-17 diego Add header for asf_check_header, read_asf_header; avoids forward declarations.
2010-02-17 diego #include proper header for skip_audio_frame() instead of forward declaring it.
2010-02-17 diego Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.
2010-02-17 diego Remove demux_ogg-related declarations that are no longer necessary.
2010-02-17 diego Mark demux_ogg_sub_id() as static; it is not used outside of the file.
2010-02-17 diego Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations.
2010-02-17 diego Add read_avi_header() to aviheader.h; avoids forward declarations.
2010-02-17 diego Add header file for store_ughvlc(); avoids forward declarations.
2010-02-17 diego Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.
2010-02-17 diego libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.
2010-02-17 diego Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.
2010-02-17 diego Add separate header for mp_a52_framesize(); avoids forward declarations.
2010-02-17 diego Add config.h header #include; it is required for the HAVE_BIGENDIAN check.
2010-02-17 diego Add separate header for aac_parse_frame(); avoids forward declarations.
2010-02-17 diego Add separate header for real_fix_timestamp(); avoids forward declarations.
2010-02-17 diego Mark mp_mp3_get_lsf() as static; it is not used outside of the file.
2010-02-17 diego Mark mov_build_index() as static; it is not used outside of the file.
2010-02-17 diego libmpdemux: Mark functions not used outside of their files as static.
2010-02-17 corey Document several new x264 parameters.
2010-02-17 corey Update x264 defaults listed in the man page.
2010-02-17 diego Ignore .ho files in loader/wine/.
2010-02-17 diego libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.
2010-02-17 diego Revert marking seemingly unused XAnim-binary-related functions as static.
2010-02-17 diego Revert marking seemingly unused RealAudio/RealVideo-related functions as static.
2010-02-17 reimar Mark ALS fourcc as internal only.
2010-02-16 reimar Support FFmpeg's ALS decoder.
2010-02-16 reimar Move struct typedef pixbuf into the only .c file where it is used.
2010-02-16 reimar Remove useless malloc casts.
2010-02-16 reimar Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c.