log

age author description
2006-10-12 kraymer r20176: small consistency/format fix
2006-10-12 kraymer small consistency/format fix
2006-10-12 kraymer initial import of cd-dvd.xml (german translation)
2006-10-12 ptt modifications pointed out by reimar doffinger
2006-10-12 diego Merge the two libdvdcss/libdvdread paragraphs.
2006-10-12 diego Update paragraph about libdvdcss and libdvdread.
2006-10-12 diego Check for maeomo-specific libraries (Nokia 770).
2006-10-12 diego Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers.
2006-10-11 diego Rename ABS macro to FFABS.
2006-10-11 kraymer 11l (...)
2006-10-11 ptt little suffix fixes
2006-10-11 kraymer d'oh, missing " broke compilation
2006-10-11 rtogni Remove old hack to search for .ar and VIDO, we know where they are
2006-10-11 ods15 gcc 2.95 fix
2006-10-11 kraymer r20162: added OSD audio switching visualization
2006-10-11 ptt added OSD audio switching visualization
2006-10-11 reimar More possible memleaks.
2006-10-11 reimar Avoid memleak on error while reading attachments or multiple
2006-10-11 diego Remove duplicate min/max macro definition.
2006-10-11 diego Sync with FFmpeg r6642.
2006-10-11 diego Make the socklib check search gethostbyname/socket in libc.
2006-10-11 diego Streamline socklib check.
2006-10-11 diego Remove download script; no longer used in the official Debian package candidate.
2006-10-11 diego Move CFLAGS handling to common.mak.
2006-10-11 diego Run TOOLS/cpuinfo on x86_64 as well as x86.
2006-10-10 diego Change == to = in test comparisons for better portability.
2006-10-10 uau Change occurrences of "(int)*(void **)arg" to "*(int *)arg".
2006-10-10 rtogni Allows up to 8 bytes of extradata for cmsg24
2006-10-10 rtogni Fix extradata lenght when adding cmsg24 data
2006-10-10 rtogni Cleanup: remove some old commented out skips
2006-10-10 reimar Fix misdetection of http://samples.mplayerhq.hu/tta/tivo_misdetect.tta as TiVo file
2006-10-10 reimar Simplify (by using realloc with NULL parameter) and refactor code to grow
2006-10-09 rtogni Fix problems on live streams with huge timestamps, causing overflows and
2006-10-09 eugeni Reduce margins for plaintext subtitles.
2006-10-09 reimar Free track->language before assigning new value
2006-10-09 reimar Missing (in close function)/misplaced free for track structure itself.
2006-10-09 reimar Free track data if error occurs while reading trackentry
2006-10-09 vayne indentation fixes.
2006-10-09 reimar Free track encodings on error or demuxer close
2006-10-09 vayne added a simple timer to hide the mouse when in fullscreen mode.
2006-10-09 vayne fixed a crash bug as a result of the last change, as well as file skipping (hopefully)
2006-10-09 reimar replace malloc+memset by calloc
2006-10-09 reimar Remove cast of realloc result missed in last patch
2006-10-09 reimar Remove unneeded casts for malloc/realloc calls
2006-10-09 ptt removed unused definitions
2006-10-09 ptt little typo fixes
2006-10-09 ptt done! sync'ed with r20061, hoping not to have written 'strafalcioni'
2006-10-09 ptt sync'ed with r19361
2006-10-09 diego Create target for mplayer-rc.o so that it is not rerun unconditionally.
2006-10-09 ptt -endpos option added in changelog
2006-10-09 ptt sync'ed with r19979
2006-10-09 ptt sync'ed with (last) cvs 1.256
2006-10-09 ptt sync'ed with cvs (yet) 1.249
2006-10-08 ptt sync'ed with cvs (yet) 1.243
2006-10-08 Gabrov synced with r20061
2006-10-08 rathann Fixes
2006-10-08 nicodvb reinit codec chain when aspect ratio and/or resolution change
2006-10-08 Gabrov synced with r20119
2006-10-08 syrjala List dfbmga and directfb in _novomodules.
2006-10-08 syrjala Fix DirectFB version check. The old code simply concatenated the
2006-10-08 gpoirier sync with r19979, patch by Sheldon Jin % jinsh2 AH yahoo.com %
2006-10-08 rathann Remove spurious casts to int. Blessed by Reimar.
2006-10-08 reimar Cosmetics: remove lone (evil ;-) ) tab
2006-10-08 rathann Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is
2006-10-08 diego Support for detection of extended instructions on ARM.
2006-10-08 diego Remove outdated/misleading comment about WavPack and libavformat.
2006-10-08 reimar Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is broken)
2006-10-08 ptt added myself to AUTHORS, as diego told me on 2006/09/26 :-)
2006-10-08 reimar WavPack files contain a complete, valid RIFF tag, so use extension (.wv)
2006-10-08 reimar a + b => (a + b) for defines, just to be sure.
2006-10-08 reimar Avoid memleak when calling parse_obj_params only for syntax-checking (dst == NULL)
2006-10-08 reimar Forgotten http_free on send error.
2006-10-08 diego Add support for TTA and WavPack.
2006-10-08 reimar Another != NULL check after dereferencing
2006-10-08 reimar Fix variable dereference before NULL check.
2006-10-08 reimar Useless initialization, they will be always set for result != 0
2006-10-07 reimar Cosmetics: consistent order for en-/disabled codecs list
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program'.
2006-10-07 kraymer r20083: Unify labels of two solutions to similar problems.
2006-10-07 kraymer cosmetics: reformatting, aligning
2006-10-07 kraymer r20085: fix FIXME: move history to appendix
2006-10-07 uau Remove special warning printed when VIDIX is disabled
2006-10-07 diego Sync with latest BUILD_ROOT changes in FFmpeg.
2006-10-07 diego Replace -I.. by -I$(BUILD_ROOT).
2006-10-06 ivo print bits/s, not bytes/s
2006-10-06 corey Print current DVD title as ID_DVD_CURRENT_TITLE.
2006-10-06 gpoirier add gcc-4.x to the list of compilers displayed
2006-10-06 reimar EOSD performance debugging info.
2006-10-06 torinthiel - missing space before '('
2006-10-06 torinthiel sync r20085
2006-10-06 voroshil r20080: (cosmetics) add some empty lines to improve readability.
2006-10-05 nicodvb workaround redefinition of object_type as prev(object_type)+1
2006-10-05 kraymer fix FIXME: move history to appendix
2006-10-05 torinthiel sync r20083
2006-10-05 torinthiel Unify labels of two solutions to similar problems.
2006-10-05 torinthiel Missing space before '('
2006-10-05 torinthiel Remove unnecessary </itemizedlist><itemizedlist>,
2006-10-05 torinthiel (cosmetics) add some empty lines to improve readability
2006-10-05 torinthiel Sync 20074
2006-10-05 reimar Simplify: replace malloc + memset 0 by calloc
2006-10-05 reimar Fix demux_demuxers seeking if the video demuxer does not set
2006-10-05 reimar Implement absolute and percent-based seek
2006-10-05 diego Add ASS subtitles to the subtitles file chooser dialog.
2006-10-05 diego Sync with FFmpeg r6563.
2006-10-05 diego Simplify test program build.
2006-10-05 diego Remove stray $ from sync tag.
2006-10-05 jheryan Synced to 2.10.2006
2006-10-05 gpoirier Convert sync tags to Svn revision numbers (except encoding-guide.xml for now)
2006-10-05 jheryan Synced with 2.10.2006
2006-10-05 jheryan Synced with 2.10.2006
2006-10-05 gpoirier Warn about x264encopts new parser which breaks 3rd party tools
2006-10-05 kraymer r20061: document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)
2006-10-05 gpoirier Fix build failure
2006-10-05 torinthiel sync with r20051
2006-10-05 voroshil r20054: Remove outdated/duplicate parts from the SDL section.
2006-10-05 voroshil r19592: grammar/wording/markup fixes (was missed, due to wrong sync tag in r19637 commit)
2006-10-05 lorenm document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)
2006-10-05 lorenm Remove the x264 option parser, and pass the options on to libx264 as a string instead. This provides automatic support for all current and future x264 options.
2006-10-05 diego Test programs depend on $(LIB).
2006-10-05 nplourde Detect sse/2 on intel mac, Valtteri Vuorikoski(vuori@sci.fi)
2006-10-04 diego FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
2006-10-04 kraymer r20054: Remove outdated/duplicate parts from the SDL section.
2006-10-04 diego Also ignore shared libraries.
2006-10-04 diego Remove outdated/duplicate parts from the SDL section.
2006-10-04 diego Mark ao_sdl as SDL-only.
2006-10-04 diego Add SDL-specific keys.
2006-10-04 diego some reformatting
2006-10-04 Gabrov synced with r20049
2006-10-04 torinthiel Partial sync to r20024, more to follow (hopefully soon)
2006-10-04 kraymer r20041: Add IDs to some examples/tables.
2006-10-04 voroshil Fix russian docs build error, caused by my r20046 commit
2006-10-04 voroshil r20041: Add IDs to some examples/tables.
2006-10-04 kraymer r19979: after a long time, finally i could add -endpos option to mplayer
2006-10-04 voroshil r19979: added MSGTR_MPEndposNosizeBased string
2006-10-04 diego Fix hz vs Hz typo.
2006-10-04 diego Remove unused files.
2006-10-04 diego Add IDs to some examples/tables.
2006-10-04 diego Remove cs_test and swscale-example on clean.
2006-10-04 diego Remove redundant EXTRALIBS declaration.
2006-10-04 diego Simplify compilation call by using $(EXTRALIBS).
2006-10-04 diego Fix warnings:
2006-10-04 diego Fix warnings:
2006-10-04 diego Make sync tags consistent.
2006-10-04 diego Remove stray $ from sync tags.
2006-10-04 gpoirier Remove outdate, obsolete and inflammatory rants section made in r19973 of English doc
2006-10-04 nicodvb warn the user to disable the cache when playing dvdnav streams
2006-10-04 diego Add a note about checking XML documentation build.
2006-10-04 kraymer r20028: faacopts :object is in the range 1..4, not 0..3
2006-10-04 diego Comment out sections that break the build.
2006-10-04 nicodvb faacopts :object is in the range 1..4, not 0..3
2006-10-04 torinthiel Recent updates, to r 20024
2006-10-04 diego Remove bogus #ifndef WORDS_BIGENDIAN.
2006-10-04 diego The language code for Norwegian Bokmal is nb, not no.
2006-10-03 aurel make some global var static (fix a build failure with shared lib on x86_64)
2006-10-03 corey make PSNR printing more consistent with other encoders
2006-10-03 diego Sync with FFmpeg r6543.
2006-10-03 diego Fix unused variable warning when compiling with MMX disabled.
2006-10-03 kraymer remove trailing periods in listing, insert dashes for "MPEG n"s
2006-10-03 kraymer r20008: correct parameter value case for -pvr vmode option
2006-10-02 eugeni Simplify and optimize bitmap blending.
2006-10-02 rathann Fix make install. 10l for Diego.
2006-10-01 gpoirier Compile fix for odd versions of binutils, namely the ones in Fedora.
2006-10-01 gpoirier Add support for "Safer Mode Extensions", "Supplemental SSE3", "Direct Cache Access"
2006-10-01 eugeni Add copyright notice and vim/emacs comments to libass and vf_ass.c.
2006-10-01 diego Work around ln limitations on MinGW.
2006-10-01 diego Remove unused variables.
2006-10-01 nicodvb Reset demuxer->sub (consistently with audio and video) after seeking and at the end
2006-10-01 voroshil Fixed typos and some translation errors.
2006-09-29 reimar Fix broken parse_time_size, it would cause MPlayer to parse its parameter twice,
2006-09-29 ben correct parameter value case for -pvr vmode option
2006-09-29 reimar Remove another duplicate and useless ;
2006-09-29 gpoirier Remove useless trailing ';'
2006-09-29 gpoirier Convert strings to comments since they're never used,
2006-09-29 diego Do not compile with -DDEBUG by default.
2006-09-29 diego Fix #ifdef indentation.
2006-09-28 vayne bug fix for replaying files when double clicking in the playlist.
2006-09-27 nicodvb in case of errors after decoding quit the main decoding
2006-09-27 ben updated en and fr man pages with changes introduced by new pvr layer
2006-09-27 ben updated ChangeLog due to new pvr handling
2006-09-27 ben removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Linux 2.6.18 and above)
2006-09-27 diego Sync section removal.
2006-09-27 gpoirier fixes by jerome ferrari
2006-09-27 gpoirier Lots of fixes by Jerome Ferrari
2006-09-27 gpoirier Some fixes by Jerome Ferrari
2006-09-27 lucabe Add support for YUVJ formats
2006-09-27 diego Fix longstanding drag and drop bug: Only n-1 files get played when n files
2006-09-27 voroshil r19974: Update gcc section. Some rewording.
2006-09-27 voroshil r19973: Remove outdate, obsolete and inflammatory rants section.
2006-09-27 kraymer r19975: Also mention sysctl for adjusting RTC settings.
2006-09-27 kraymer cosmetics: reformatting, aligning
2006-09-27 kraymer r19973: Remove outdate, obsolete and inflammatory rants section
2006-09-27 kraymer r19979: after a long time, finally i could add -endpos option to mplayer..
2006-09-26 corey vo_caca: use the pre-1.x compatibility layer so recent
2006-09-26 ben use a more generic ioctl as the one used was deprecated with Linux 2.6.18 kernel
2006-09-25 eugeni Add matroska v2 (SimpleBlock) support.
2006-09-25 ben cosmetic renames because pvr support will soon be less ivtv driver dependant
2006-09-25 ptt sync up to rev.19134
2006-09-25 diego nit: Subversion revision numbers are referenced as r12345.
2006-09-25 ptt after a long time, finally i could add -endpos option to mplayer executable.
2006-09-25 ptt sync'd up to rev.18570
2006-09-25 ptt sync'd up to (yet) CVS rev.1.1289 thanks to translation by daniele forghieri
2006-09-24 diego cosmetics
2006-09-24 diego Also mention sysctl for adjusting RTC settings.
2006-09-24 diego Update gcc section, some rewording.
2006-09-24 diego Remove outdate, obsolete and inflammatory rants section.
2006-09-24 eugeni Cosmetics: add some comments.
2006-09-24 eugeni Shadow support in libass.
2006-09-24 diego Remove version.h on distclean.
2006-09-24 diego Remove copy and paste error from FFmpeg sync, MPlayer does not support
2006-09-24 eugeni Free memory in ass_synth_done().
2006-09-24 nicodvb interpolate real fps of dvr-ms files using the extended stream properties.
2006-09-24 reimar Make fill_buffer function check for stream eof, fixes hang at eof (bug #580)
2006-09-24 lucabe Improve swscale-example to test conversions between all the possible
2006-09-23 ods15 simplifications, any error from libnut is fatal
2006-09-23 ods15 sync to new libnut
2006-09-23 eugeni Reduce size of non-blurred bitmaps.
2006-09-23 eugeni Cosmetics. Change indentation of block of code to make it consistent with
2006-09-23 reimar Missing part of previous patch to demux_real.c (revision 19958)
2006-09-23 faust3 move video memory info printf before the WIN32 workaround
2006-09-23 reimar int->unsigned to avoid crash to sign extension, partially fixes bug #580
2006-09-23 rik Cosmetics and comments.
2006-09-23 rik Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>
2006-09-23 diego Update with more mime types.
2006-09-23 reimar Avoid buffer overflow: memory has do be allocated accordingly when overwriting a string!
2006-09-23 reimar Do not assign constant string to audio_driver_list, it is supposed
2006-09-23 diego Fix the sound mute switch in the GUI menu by moving the corresponding
2006-09-23 reimar Fix audio stream switching with demux_mkv:
2006-09-23 diego verbosity--;
2006-09-23 nicodvb when changing chapter, in the osd print the channel number in a more natural form:
2006-09-23 reimar Add forgotten emms which caused weird bugs like nan pts values.
2006-09-23 eugeni Better fix_outline implementation. No more "fix_outline failed" messages,
2006-09-22 reimar Fix width -> orig_width typo causing subtitles to be too far to the right
2006-09-22 reimar Whitespace-only cosmetics
2006-09-22 reimar Aggregate multiple small EOSD textures into one large since hundreds of
2006-09-22 reimar Cosmetics: move curtex++ out of for () into code body, needed for coming patch
2006-09-22 reimar use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 0
2006-09-22 reimar Make genEOSD behaviour with NULL data more explicit
2006-09-22 reimar Modify clearEOSD to make experimenting easier
2006-09-22 reimar remove useless zero-initialization code.
2006-09-22 eugeni Move calculation of text parameters (number of lines, height, etc.) from
2006-09-22 eugeni Move variable declaration to a more deeply nested block. It is not used outside of it.
2006-09-22 corey Add missing conversion from IMGFMT_I420 to PIX_FMT_YUV420P.
2006-09-22 jheryan synced to 14.9.2006
2006-09-22 kraymer r19927: Fix typos noticed by Paul TT.
2006-09-22 gpoirier remove some unbreakable lines roff errors.
2006-09-22 ods15 better rounding for audio_delay_fix in muxer_avi.c
2006-09-22 ptt sync up to (yet) CVS rev. 1.1260
2006-09-22 reimar Try .mxf with libavformat first, works around a too greedy mpeg-demuxer
2006-09-22 reimar Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn't
2006-09-22 gpoirier synced with r19927
2006-09-22 diego Fix typos noticed by Paul TT.
2006-09-22 diego cosmetics
2006-09-21 eugeni Cosmetics: fix indentation after last commit.
2006-09-21 eugeni Fix FT_Stroker use in libass. The previous variant ended up with 0-width
2006-09-21 eugeni In r19831, font size multiplier was mistakenly applied to border width.
2006-09-21 lucabe Add conversion from IMGFMT_Y8 to PIX_FMT_GRAY8
2006-09-21 kraymer change help_mp-de.h charset to UTF-8
2006-09-20 nicodvb made file-static new_dvdnav_stream() and dvdnav_stream_read()
2006-09-20 nicodvb removed definitions of no more used or file-static functions
2006-09-19 nicodvb introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);
2006-09-19 nicodvb removed old dvdnav_event definitions
2006-09-19 nicodvb show in the osd the number of the button selected by the mouse
2006-09-19 nicodvb removed dead code
2006-09-19 jonas Іnitial button value is -1. Only (button>0) is a correct button selection.
2006-09-19 nicodvb removed mention of dvdnav_event
2006-09-19 eugeni Sort events by ReadOrder (if both layer and start time are equal).
2006-09-19 eugeni Set ReadOrder values for external subtitles.
2006-09-19 eugeni Calculate text bounding box in such way that it does not depend on the height
2006-09-19 diego Remove just the targets, not the original codecs.
2006-09-19 eugeni Cosmetics: fix indentation after last commit.
2006-09-19 eugeni Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.
2006-09-19 gpoirier sync with r19881
2006-09-19 rathann Allow shared libavcodec, but explain the implications.
2006-09-18 rathann Add (if applicable) footnote to binary codecs in the feature list.
2006-09-18 vayne fix for disabling screensaver when in fullscreen mode while using the sub window.
2006-09-18 nicodvb demuxer->movi_end is updated after ds_fill_buffer(),
2006-09-18 nicodvb permit seeking to 0: there's no reason to prevent it
2006-09-18 nicodvb in the previous commit I forgot to set s->end_pos=0
2006-09-18 nicodvb at titleset change call update_title_len() to reset stream->end_pos
2006-09-18 nicodvb don't seek until dvdnav_get_position() returns something meaningful
2006-09-18 eugeni Fix a stupid bug in list concatenation.
2006-09-18 Gabrov synced with r19895
2006-09-18 cladisch When the hardware sample format is AC3, do not force using an hardcoded
2006-09-18 diego Replace preprocessor hacks to work around compilers not supporting named
2006-09-18 cladisch When one of the PCM configuration function in init() fails, abort
2006-09-18 diego configure should fall back on -mcpu=pentium4 if -mcpu=prescott
2006-09-18 diego Replace silly compilation shell scripts by a simple Makefile.
2006-09-18 diego Fix compilation, too few arguments to fputs.
2006-09-18 uau Fix stupid use of multiplication to check signs which fails because of
2006-09-18 diego Restore original copyright notice as found in xine and xine-mms where this
2006-09-18 kraymer fix "groff comment issue" (' at beginning of line)
2006-09-18 kraymer r19881: Shorten scale filter parameter names to avoid excessive line length.
2006-09-18 diego Add hint about how to check man pages for markup errors.
2006-09-18 diego Add --disable-dvdnav to help output.
2006-09-18 gpoirier Fix missleading msg printed when subcp_open is given NULL as parameter (like as demux_ogg and demux_mkv do)
2006-09-18 diego roff markup fixes
2006-09-18 diego Shorten scale filter parameter names to avoid excessive line length.
2006-09-17 Gabrov synced with r19879
2006-09-17 eugeni Reduce code duplication in init_render_context().
2006-09-17 lucabe Remove the dependency of libswscale on img_format.h
2006-09-17 nicodvb better description of set_mouse_pos.
2006-09-17 lucabe Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()
2006-09-17 lucabe Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)
2006-09-17 diego Remove outdated graphics cards recommendations and fix wrong GTK dependency.
2006-09-17 diego Reword the font section to be a bit more descriptive.
2006-09-17 kraymer more appropriate translation for INTERACTIVE CONTROL
2006-09-17 kraymer r19865: Wording improvements, document only one half of -mouse-movements flag option.
2006-09-17 voroshil translation by Vladimir Voroshilov, voroshil gmail com
2006-09-17 ods15 conditional declerations are unnecessary
2006-09-17 ods15 conditional declerations are unnecessary
2006-09-17 ods15 Add demux_nut to MPlayer repo
2006-09-16 diego Remove obsolete font generator Gimp plugin.
2006-09-16 diego Wording improvements, document only one half of -mouse-movements flag option.
2006-09-16 diego minor wording/spelling changes
2006-09-16 diego The recent renaming of the gcc-checking switches to gcc-check was incomplete.
2006-09-16 eugeni Subtract glyph bitmap from outline bitmap.
2006-09-16 nicodvb documented set_mouse_pos
2006-09-16 nicodvb COSMETICS: fixed broken indentation
2006-09-16 nicodvb documented -[no]mouse-movements
2006-09-16 nicodvb when dvdnav is enabled associate MOUSE_BTN0 to dvdnav 6 (to simulate confirmation)
2006-09-16 nicodvb report mouse coordinates after movement to dvdnav; this permits to enable button selection using the mouse; patch by Jonas Jermann and me
2006-09-16 nicodvb report to mplayer with a slave command the coordinates of the pointer reported by x11; rescale coordinates to [0,1]x[0,1] range - patch by Jonas Jermann and me
2006-09-16 nicodvb removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kanera de
2006-09-16 eugeni Add \be (blur edges) support to libass.
2006-09-16 eugeni Make blur() public. Will be used in libass.
2006-09-16 eugeni Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
2006-09-16 voroshil translation by Vladimir Voroshilov, voroshil gmail com
2006-09-16 kraymer fix typos ("bytes" -> "Bytes")
2006-09-16 voroshil Fixed missed sync tag, thanks to Andrew Savchenko
2006-09-15 nicodvb at start, when not playing a specific titleset, try to call the Title menu (as is common practice among players)
2006-09-15 eugeni Change demuxer for "application/octet-stream" http streams from
2006-09-15 nicodvb in mp_dvdnav_handle_input() update current button only if the status of the previous operation succeeded; patch by Jonas Jermann
2006-09-15 nicodvb dvdnav_stream_reset() should be called on dvdnav_priv->dvdnav not on dvdnav_priv; patch by Jonas Jermann
2006-09-15 nicodvb removed code that propagated the slave command dvdnav_event that hasn't been handled for years; patch by Jonas Jermann
2006-09-15 nicodvb don't uninit the video_out when using -fixed-vo; patch by Jonas Jermann
2006-09-15 nicodvb when cmd == MP_CMD_DVDNAV_SELECT set reset=1 only if dvdnav_button_activate() succeeds, to avoid unneeded resets in main()
2006-09-15 faust3 disable multichannel mode, it never worked reliable
2006-09-15 kraymer r19839: Add repeated screenshot mode to vf_screenshot.
2006-09-15 eugeni Add repeated screenshot mode to vf_screenshot.
2006-09-14 diego Fix Irix build with gcc < 3.x, closes Bugzilla #572.
2006-09-14 voroshil r19829: Improve TrueType font installation section
2006-09-14 lorenm mmx implementation of yadif. 3.5x faster.
2006-09-14 lorenm cosmetics (indentation)
2006-09-14 lorenm cosmetics
2006-09-13 kraymer r19832: remove leftover parenthesis
2006-09-13 kraymer remove leftover parenthesis
2006-09-13 eugeni Make font outline width proportional to movie resolution.
2006-09-13 kraymer r19825: TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
2006-09-13 diego Improve TrueType font installation section.
2006-09-13 diego Move subtitles and OSD section from the installation to the usage chapter.
2006-09-13 diego Slightly restructure font installation section.
2006-09-13 diego Move dvdcss.h to a dvdcss subdirectory, just like upstream libdvdcss does.
2006-09-13 diego TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
2006-09-13 kraymer r19823: Remove mpsub section, the format is documented in DOCS/tech.
2006-09-13 diego Remove mpsub section, the format is documented in DOCS/tech.
2006-09-13 kraymer various fixes, rewording
2006-09-13 kraymer r19820: Marillat packages binary codecs, not bitmap fonts.
2006-09-13 diego Marillat packages binary codecs, not bitmap fonts.
2006-09-13 diego Don't explain how to install bitmap fonts, use TrueType fonts instead.
2006-09-13 eugeni Fix r19815: mkv_d->duration could be assigned an uninitialized value.
2006-09-12 eugeni Fix seeking in Matroska files with non-default TimecodeScale value.
2006-09-12 eugeni Fix block duration calculation in mkv demuxer.
2006-09-12 eugeni Fix movie duration calculation in case when TimecodeScale element comes after
2006-09-12 attila * remove extern definitions of functions in .c files
2006-09-12 voroshil r19809: link fix: The codecs page was merged into the download page
2006-09-12 kraymer r19810: Remove bogus and outdated codecs installation section.
2006-09-12 kraymer r19809: link fix: The codecs page was merged into the download page.
2006-09-12 diego Remove bogus and outdated codecs installation section.
2006-09-12 diego link fix: The codecs page was merged into the download page.
2006-09-12 diego Support for variable fps OGM files, blessed by Moritz.
2006-09-12 diego Move conditional compilation to the build system.
2006-09-12 kraymer r19801: Mailing list page URL changed.
2006-09-12 kraymer r19799: ability to pass channel name (not only number) to radio_set_channel
2006-09-12 voroshil Fix missing link change from previous commit
2006-09-12 voroshil No real change for r19801: already have correct url
2006-09-12 aurel add support for vp6 in flash
2006-09-11 diego Mailing list page URL changed.
2006-09-11 reimar Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by just
2006-09-11 voroshil ability to pass channel name (not only number) to radio_set_channel
2006-09-11 voroshil some typos fixed
2006-09-11 voroshil r19793: Fixes suggested by the Wanderer
2006-09-11 diego Clarify binary codecs section.
2006-09-11 voroshil Many translation and typo fixes.
2006-09-10 gpoirier separate independant clauses with a semicolon, as suggested by The Wanderer
2006-09-10 gpoirier Fixes suggested by The Wanderer
2006-09-10 voroshil r19779: RTC is no longer the default timing method
2006-09-10 Gabrov synced with r19790
2006-09-10 diego grammar fix
2006-09-10 diego Some more hints for binary packagers.
2006-09-10 diego small wording/spelling fixes
2006-09-10 nicodvb at start, reset dvdnav at the beginning of the stream after the first read (that is done to workaround a bug in dvdnav from cvs)
2006-09-10 nicodvb try to start from the root menu skipping all intros when playing dvdnav://-1; it's not guaranteed to work
2006-09-10 nicodvb keypad 7 returns to nearest dvdnav menu
2006-09-10 nicodvb KP7 bound to dvdnav 7 (previous menu)
2006-09-10 nicodvb permit to select previous dvdnav menu, in the order chapter->title->root
2006-09-09 nicodvb reassigned to KEY_KP? the dvdnav bindings used in input.conf
2006-09-09 rtogni VP50 and VP62 support via lavc
2006-09-09 nicodvb in mp_dvdnav_handle_input() assign the currently selected button, shown in the OSD by main()
2006-09-09 diego RTC is no longer the default timing method.
2006-09-09 nicodvb mention dvdnav keys bindings
2006-09-09 nicodvb mention that 'h' and 'k' work with dvb input, too
2006-09-09 nicodvb added unallocated keys to navigate the dvdnav menus
2006-09-09 nicodvb first touch of support for dvdnav menus; the selection is based on the keyboard selection and is completely blind: there's not the slightest visual feedback
2006-09-09 nicodvb added mp_dvdnav_handle_input to handle user's input (revived from the repository with few changes)
2006-09-09 nicodvb unconditionally include label goto_enable_cache (to be used next by dvdnav)
2006-09-09 diego Add proper GPL headers.
2006-09-09 voroshil r19767: Remove outdated hint about patching kernel sources.
2006-09-09 nicodvb if no track number specified play the whole disc, or the menus can't be shown at start
2006-09-09 nicodvb detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use the version of dvdread embedded in dvdnav
2006-09-09 diego FFmpeg VMware video codec
2006-09-09 diego Remove outdated hint about patching kernel sources.
2006-09-09 gpoirier fix broken term_osd output in update_osd_msg()
2006-09-09 ben better readability on selected menu item by tweaking alpha channel properties
2006-09-09 voroshil r19760: remove trailing slash from link
2006-09-09 uau -nortc is now the default, document -rtc instead. Change the description
2006-09-09 uau Disable rtc timing by default.
2006-09-08 Gabrov increased revision tag after typo fix in English faq.xml (synced with r19760)
2006-09-08 Gabrov remove trailing slash from link
2006-09-08 uau Remove useless extern declaration of nortc which is a static variable in
2006-09-08 Gabrov DOCS/xml/hu synced with r19757
2006-09-08 Gabrov man/hu/mplayer.1 synced with r19751
2006-09-08 voroshil translation by Vladimir Voroshilov, voroshil gmail com
2006-09-08 voroshil Sections structure synced with english pages.
2006-09-08 voroshil Removed outdated file. Content moved to documentation.xml.
2006-09-08 voroshil r19751: Abit of doc about dvdnav support in MPlayer, ...
2006-09-08 gpoirier Fixes suggested by Diego
2006-09-08 gpoirier Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
2006-09-08 gpoirier rename formats.xml into containers.xml
2006-09-08 kraymer r19738: formats.xml --> containers.xml, the chapter was renamed long ago.
2006-09-08 kraymer r19742: Remove reference to nvidia-opinions section, it's completely outdated.
2006-09-08 kraymer 19737: Remove 404 NuppelVideo link.
2006-09-08 voroshil r19738: formats.xml --> containers.xml, chapter wa renamed long ago
2006-09-08 voroshil r19739: readvcd link fix
2006-09-08 voroshil r19737: Remove 404 NuppelVideo link.
2006-09-08 voroshil r19736: Remove references to obsolete font generators and 404 links.
2006-09-07 diego Remove reference to nvidia-opinions section, it's completely outdated.
2006-09-07 diego Remove reference to gcc-296 section, it's very outdated now.
2006-09-07 diego Remove tvout-voodoo section that only consists of one broken link.
2006-09-07 diego readvcd link fix
2006-09-07 diego formats.xml --> containers.xml, the chapter was renamed long ago.
2006-09-07 diego Remove 404 NuppelVideo link.
2006-09-07 diego Remove references to obsolete font generators and 404 links.
2006-09-07 kraymer r19733: (hopefully last) mplayer lists link fix
2006-09-07 voroshil r19732: Mailing list descriptions are on homepage, remove from here
2006-09-07 kraymer (hopefully last) mplayer lists link fix
2006-09-07 diego Mailing list descriptions are on the homepage, remove from here.
2006-09-07 voroshil Outdated file synced with r19589
2006-09-07 voroshil fixed wrong synced tag
2006-09-07 voroshil r19687: Codecs page link fix, paragraph reworded
2006-09-07 voroshil Made better translation of some phrases, typos fixed
2006-09-07 voroshil Outdated file synced with r17322
2006-09-07 diego Add #include <limits.h>, fixes build on Solaris 8.
2006-09-06 voroshil Outdated file synced with r19715
2006-09-06 vayne ISO C90 warnings fixes
2006-09-06 voroshil updated missed sync tag
2006-09-06 eugeni Bugfix: timing for empty karaoke words was lost, resulting
2006-09-06 voroshil r19719: fix cpufreq link
2006-09-06 gpoirier Add support for POWER5 as found on IBM eServer OpenPower 720
2006-09-06 kraymer fix cpufreq link
2006-09-06 voroshil r19715: fix some more mailman links
2006-09-06 kraymer r19715: fix some more mailman links
2006-09-06 kraymer replace tabs by spaces (more readable in std editor..)
2006-09-06 kraymer fix some more mailman links
2006-09-06 kraymer r19713: fix link to amigasoft.net
2006-09-06 kraymer fix link to amigasoft.net
2006-09-06 kraymer sync of existing (German) xml docs:
2006-09-06 voroshil Outdated file synced with r18964
2006-09-06 diego Some more CVS --> Subversion changes, explain what to do with the sync tag
2006-09-06 diego Add official GPL header to make license explicit as discussed on ffmpeg-devel.
2006-09-06 voroshil better translation of some technical phrases, typos fixed
2006-09-06 gpoirier sync w/ r19688
2006-09-06 voroshil r19685: Fix mailing list URLs.
2006-09-06 voroshil Outdated file synced with r19685
2006-09-06 voroshil r19686: Remove the most outdated entries, small updates.
2006-09-06 voroshil Added myself to MAINTAINERS
2006-09-05 diego FFmpeg sync: Fall back on grep if svn client is not installed.
2006-09-05 rtogni Use better resolution for pts computation.
2006-09-05 nicodvb in fixup_vorbis_wf() set to 0 bitrates indicated as -1 (unspecified, according to the specs); patch by Andrew Savchenko - Bircoph list ru
2006-09-05 eugeni Workaround for broken fonts with bad ascender/descender.
2006-09-05 eugeni Change \fad behaviour so that it does not get cancelled by \r.