log

age author description
2006-10-15 Gabrov synced with r20183
2006-10-15 Gabrov synced with r20194
2006-10-15 Gabrov Deleting formats.xml and users-vs-dev.xml.
2006-10-15 Gabrov synced with r20083
2006-10-15 nicodvb during stream detection always parse ts_probesize bytes (even with -nosound set),
2006-10-14 reynaldo hurried pre-release update, partially synced with r20191
2006-10-14 vayne as per request, fullscreen and mute options have been added to the context menus.
2006-10-14 diego Create proper define for DFBMGA.
2006-10-14 diego Remove senseless DIRECTFBVERSION check, we require 0.9.13+ anyway.
2006-10-14 diego Remove intrinsics check, they are no longer used in FFmpeg.
2006-10-14 reimar Remove unused ABS define
2006-10-14 diego Sync mail-lists.xml removal.
2006-10-14 gpoirier sync: radio w/r20051, history.xml w/r14025, usage.xml w/r20041, install.xml w/r20183, documentation.xml r20085
2006-10-14 diego Use = instead of == for extra portability.
2006-10-14 diego Use = instead of == for extra portability.
2006-10-14 eugeni Zerofill libass static variables during initialization.
2006-10-14 eugeni Free FT_Stroker during libass deinitialization.
2006-10-14 kraymer r20189: Some more consistency for the -pvr options, typo.
2006-10-14 kraymer r20191: slight overall verbosity reduction
2006-10-14 rtogni Remove useless assignements, thanks reimar for noticing them
2006-10-13 eugeni Fix typo in sub_delay external specification.
2006-10-13 reimar Remove dead code (condition can obviously never be true)
2006-10-13 ben bails out if cdparanoia can't read cd (avoid lockup)
2006-10-13 vayne code simplification and minor bug fix for files restarting rather than moving to the next file within the playlist.
2006-10-13 reimar Shorten decoder works now with MPlayer
2006-10-13 diego FFmpeg Shorten audio decoder
2006-10-12 ptt litle bug, didn't compile :(
2006-10-12 ptt sync'd with r20191
2006-10-12 ptt some minor fixes & sync to r20194
2006-10-12 ptt some little consistency fixes
2006-10-12 diego updates, grammar/spelling
2006-10-12 reimar Changlog updated with help of svn log
2006-10-12 diego slight overall verbosity reduction
2006-10-12 voroshil r20172: Update paragraph about libdvdcss and libdvdread.
2006-10-12 diego Some more consistency for the -pvr options, typo.
2006-10-12 reimar 10l, used MSGTR_Unknown instead of lang in mp_property_audio
2006-10-12 reimar simplify mp_property_sub
2006-10-12 kraymer r20183: Recommend gcc 4.x on PowerPC.
2006-10-12 reimar Cosmetics for previous mplayer.c patch
2006-10-12 reimar Simplify mp_property_audio
2006-10-12 diego Recommend gcc 4.x on PowerPC.
2006-10-12 reimar Cosmetics
2006-10-12 reimar strncpy->strlcpy
2006-10-12 reimar Remove useless return; at end of function
2006-10-12 reimar Simplify demux_mkv_get_sub_lang
2006-10-12 kraymer r20132: little typo fixes
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