Mercurial > mplayer.hg
graph
-
Fix 2 header bugs introduced by nplourde's previous commit:2006-11-28, by uau
-
If a glyph is not found in the current font, switch to another one.2006-11-28, by eugeni
-
Skip glyphs with char code < 0x20.2006-11-28, by eugeni
-
Add FT_Library to ass_font_t.2006-11-28, by eugeni
-
Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify2006-11-28, by eugeni
-
Use av_int2dbl to read doubles instead of our somewhat broken le2me_dbl2006-11-28, by reimar
-
Make me maintainer of demux_nuv since I am the only one2006-11-28, by reimar
-
r21306: fix compilation for win32 dll codec support for intel osx2006-11-28, by voroshil
-
Remove long double reading code, long double was never used AFAICT and2006-11-28, by reimar
-
r21298: "D" interactive key also works with yadif now2006-11-28, by voroshil
-
Make MPlayer/MEncoder print the compile-time configuration in verbose mode.2006-11-28, by diego
-
Cycling through video tracks works with libavformat as well.2006-11-28, by diego
-
Remove #ifdef __OpenBSD__, there is no indication this is needed.2006-11-28, by diego
-
support Intel Core 2 and AMD Geode in the processor detection routines2006-11-28, by diego
-
Generate OBJS from SRCS in a more elegant and less redundant way.2006-11-28, by diego
-
cosmetics: Sort SRCS by alphabetical order.2006-11-28, by diego
-
Unrecurse VIDIX installation.2006-11-28, by diego
-
Unrecurse VIDIX drivers uninstall.2006-11-28, by diego
-
Remove one level of indirection on VIDIX install/uninstall.2006-11-28, by diego
-
cosmetical reformatting2006-11-27, by nicodvb
-
feed the content of NAV_PACKET to the demuxer2006-11-27, by nicodvb
-
Shorten LIBAV_INC handling.2006-11-27, by diego
-
Merge _ld_arch into _ld_extra.2006-11-27, by diego
-
cosmetics to ease future patching2006-11-27, by diego
-
Disable cddb on Darwin at Reimar's request.2006-11-27, by diego
-
_ld_sock is already in _ld_extra.2006-11-27, by diego
-
Add a config.mak variable for CDDB.2006-11-27, by diego
-
Change "p" asm constraints to "g", since "p" was a no longer necessary hack to2006-11-27, by reimar
-
Note that ffxandpcm only works with libavformat.2006-11-27, by diego
-
Don't include freetype headers in other headers.2006-11-27, by eugeni
-
Fix compilation broken in previous commit.2006-11-27, by eugeni
-
Move ass_font_desc_t and ass_font_t declarations to ass_font.h.2006-11-27, by eugeni
-
Cosmetics: reindent.2006-11-27, by eugeni
-
Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.2006-11-27, by eugeni
-
help messages:2006-11-27, by kraymer
-
Move ass_font_t allocation to ass_font.h.2006-11-27, by eugeni
-
insert line break for overly long line (second line indented)2006-11-27, by kraymer
-
wrapper.S should be compiled on non-Darwin, non-Windows systems.2006-11-27, by diego
-
Initialize font size with 0.2006-11-27, by eugeni
-
Remove unused unk_exp1 loader asm code2006-11-27, by reimar
-
localization of parser-m*cmd.c messages2006-11-27, by ptt
-
Ignore libmpmux.a.2006-11-27, by diego
-
Split muxers into a separate library that only MEncoder is linked against.2006-11-27, by diego
-
FFmpeg-style dependency declaration2006-11-27, by diego
-
Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.2006-11-27, by diego
-
Move common code to mpcommon.mak.2006-11-27, by diego
-
Sync with FFmpeg changes for (de)muxer registration.2006-11-27, by diego
-
test1 --> test2006-11-27, by diego
-
cosmetics: Merge SRCS together, alphabetical order, whitespace.2006-11-27, by diego
-
oops someone forgot obj-c source file2006-11-27, by nplourde
-
cosmetics:indentation2006-11-27, by diego
-
Untangle dependencies that are handled by configure.2006-11-27, by diego
-
Remove unused LIBAV_INC variable.2006-11-27, by diego
-
Remove superfluous dependency declaration on real header files.2006-11-27, by diego
-
simplify test target2006-11-27, by diego
-
Simplify, TARGET_WIN32 is both Cygwin and MinGW.2006-11-27, by diego
-
Simplify test program generation.2006-11-27, by diego
-
Remove superfluous CFLAGS declaration (is in mpcommon.mak).2006-11-27, by diego
-
There are no .s files in mp3lib/, remove the corresponding suffix rule.2006-11-27, by diego
-
libac3 was removed ages ago, remove the related test target.2006-11-27, by diego
-
.s files don't exist anymore.2006-11-27, by diego
-
Synced with r211682006-11-27, by torinthiel
-
fix compilation for win32 dll codec support for intel osx2006-11-27, by nplourde
-
Remove unnecessary header indirection.2006-11-27, by diego
-
Use standard SRCS2 name for MEncoder sources.2006-11-27, by diego
-
Move common code for generating multiple libraries to mpcommon.mak.2006-11-27, by diego
-
10l: Muxers were not being compiled even when MEncoder was enabled.2006-11-27, by diego
-
FFmpeg-style conditional dependency declaration2006-11-27, by diego
-
libmpdemux has no subdirectories.2006-11-27, by diego
-
sync w/ 212982006-11-26, by gpoirier
-
"D" interactive key also works with yadif now2006-11-26, by gpoirier
-
Merge duplicate entries.2006-11-26, by diego
-
Remove unnecessary variable indirection.2006-11-26, by diego
-
Remove obsolete "no_more_font_messages" hack.2006-11-26, by eugeni
-
rename all *_nom (nominator) to the correct *_num (numerator)2006-11-26, by ivo
-
Move fonts-related code to a separate file.2006-11-26, by eugeni
-
cosmetics: alphabetical order2006-11-26, by diego
-
FFmpeg-style conditional dependency declaration2006-11-26, by diego
-
100l typos2006-11-26, by diego
-
Remove useless variable indirection.2006-11-26, by diego
-
cosmetics: Move around some entries for better readability.2006-11-26, by diego
-
Do not use many different variables for SRCS.2006-11-26, by diego
-
Reorder entries for better readability.2006-11-26, by diego
-
Remove unused include variable.2006-11-26, by diego
-
Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value since2006-11-26, by reimar
-
Make ass_new_font return ass_font_t struct (instead of just FT_Face).2006-11-26, by eugeni
-
Move ass_font_t to header.2006-11-26, by eugeni
-
Rename:2006-11-26, by eugeni
-
Fix previous broken vd_qtvideo.c commit which failed on MACOSX2006-11-26, by uau
-
Move #include <QuickTime/ImageCodec.h> before internal headers2006-11-26, by uau
-
Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,2006-11-26, by reimar
-
Rename config.h --> debug.h and include config.h explicitly.2006-11-26, by diego
-
Shouldn't move "#ifdef MACOSX" before #include config.h of course...2006-11-26, by uau
-
Merge common parts of all Makefiles into one file included by all.2006-11-26, by diego
-
Move #include <QuickTime/QuickTimeComponents.h> before internal headers.2006-11-26, by uau
-
Add explicit dependency information for libosd.a, this fixes MEncoder-only2006-11-26, by diego
-
Remove config.h, there are multiple files under that name, inviting bugs and2006-11-26, by diego
-
sync w/ r21255 (improved deadzone desc.)2006-11-26, by gpoirier
-
-lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.c2006-11-26, by reimar
-
Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.2006-11-26, by reimar
-
Adjust icon path since windres is now called from osdep subdir2006-11-26, by reimar
-
Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.2006-11-26, by reimar
-
le2me_32 is no longer a macro on PPC, and in general does not have to2006-11-26, by reimar
-
Revert r21251 (moving loader/config.h contents to main config.h).2006-11-26, by uau
-
Remove useless fd parameter for mmap_anon2006-11-26, by reimar
-
Simplify, remove useless indirection.2006-11-26, by diego
-
Fix loader code: closed .dll file handles when it should not2006-11-26, by reimar
-
r21186: Remove "OSD only" tags; those options always exist.2006-11-26, by voroshil
-
open /dev/zero left over from mmap_anon patch2006-11-26, by reimar
-
Useless use of strstr, strchr is good enough.2006-11-26, by reimar
-
Check the log level before processing the message2006-11-26, by henry
-
match exactly card number N specified, rather than the N-th actually usable2006-11-26, by nicodvb
-
Set _win32codecsdir fallback also with --enable-win322006-11-26, by reimar
-
typo in deadzone_inter2006-11-26, by lorenm
-
nits and picks by The Wanderer :)2006-11-26, by gpoirier
-
Sanity-check number of lines in CC subtitle2006-11-25, by reimar
-
Cleanup for uselessly complicated closed-caption subtitle handling2006-11-25, by reimar
-
Move contents of loader/config.h to configure/config.h, there are2006-11-25, by diego
-
Add a sanity check to unsafe-looking code.2006-11-25, by uau
-
Remove config.h and move its content to af.h. There are multiple files under2006-11-25, by diego
-
Use the real name of the header file when guarding against double inclusion.2006-11-25, by diego
-
Remove nonexistent variable.2006-11-25, by diego
-
Remove superfluous comment.2006-11-25, by diego
-
Don't compile libvo.a unless MPlayer is enabled.2006-11-25, by diego
-
simplify2006-11-25, by diego
-
Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.h2006-11-25, by diego
-
Reuse bswap.h from libavutil. Will only work when libavutil subdir is available.2006-11-25, by reimar
-
Linking hotfix, loader depends on osdep.2006-11-25, by diego
-
Remove useless libvo/sub.h include.2006-11-25, by reimar
-
Add support for compiling with ICC 9.1. Currently needs --target=generic-linux,2006-11-25, by reimar
-
simplify2006-11-25, by diego
-
Add generic target that allow compiling without any assembler or otherwise2006-11-25, by reimar
-
missing include for uint16_t2006-11-25, by ben
-
keep nav highlight event in dvdnav priv structure2006-11-25, by ben
-
There are no more .depend files in subdirectories.2006-11-25, by diego
-
simplify2006-11-25, by diego
-
Remove commented-out cruft.2006-11-25, by diego
-
Unconditionally include config.mak for consistency.2006-11-25, by diego
-
more consistency with the other Makefiles.2006-11-25, by diego
-
SRCS should be one per line to make patches more readable.2006-11-25, by diego
-
fix typos noticed by Diego2006-11-25, by gpoirier
-
Remove pointless indirection.2006-11-25, by diego
-
Sync with FFmpeg r7167.2006-11-25, by diego
-
FFmpeg-style conditional dependency declaration2006-11-25, by diego
-
Remove superfluous comment.2006-11-25, by diego
-
Remove superfluous comment.2006-11-25, by diego
-
Remove superfluous comment.2006-11-25, by diego
-
improve description of x264's deadzone* options2006-11-25, by gpoirier
-
support for comma-separated language codes in -slang2006-11-25, by nicodvb
-
spurious () like in ({code;}) probably is not valid C, icc 9, definitely2006-11-25, by reimar
-
Avoid void * arithmetic2006-11-25, by reimar
-
better nav highlight handling2006-11-25, by ben
-
removed unused members and variables2006-11-25, by nicodvb
-
COSMETICS: consistently reformatted after ben's mess2006-11-25, by nicodvb
-
added code to identify subs language and count; needed for forthcoming support for -slang2006-11-25, by nicodvb
-
Add distclean target, unconditionally remove all objects on clean.2006-11-25, by diego
-
a few more clarifications for codec_specific_data by Ralph Giles and me2006-11-25, by michael
-
all should be the first target.2006-11-25, by diego
-
10l copy + paste typo2006-11-25, by diego
-
Simplify LIBNAME target with $@ and $^.2006-11-25, by diego
-
Remove commented-out cruft.2006-11-25, by diego
-
Move osdep/mplayer.rc handling to the osdep Makefile.2006-11-25, by diego
-
Remove nonexistent variable/file.2006-11-25, by diego
-
added mmap_anon to osdep lib. Used in loader for now2006-11-25, by nplourde
-
No need to ignore files that are not generated any longer.2006-11-25, by diego
-
Make loader Makefile non-recursive.2006-11-25, by diego
-
Use $@ and $^ to designate target and prerequisites.2006-11-25, by diego
-
cosmetics: Move around targets for consistency.2006-11-25, by diego
-
Remove superfluous suffix rule.2006-11-25, by diego
-
Handle stubs.s like all other source files.2006-11-24, by diego
-
Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg2006-11-24, by diego
-
Remove .depend on distclean.2006-11-24, by diego
-
Clean up CFLAGS handling.2006-11-24, by diego
-
add two missing descriptions (index.syncpoints and info_packet.count)2006-11-24, by ivo
-
specify the bitnumber for frame_flags, instead of a decimal bitmask2006-11-24, by ivo
-
specify, where possible, the type of the tags in the tag description section2006-11-24, by ivo
-
r21161: MSGTR for libmpcodecs/vd.c2006-11-24, by kraymer
-
codec_specific_data clarification2006-11-24, by michael
-
sync with r211862006-11-24, by gpoirier
-
fix another typo2006-11-24, by ivo
-
Remove "OSD only" tags; those options always exist.2006-11-24, by uau
-
Remove bug workarounds for ancient gcc and libc versions.2006-11-24, by diego
-
fix sync comment, it was left out in last commit2006-11-23, by kraymer
-
r21078: add a link to Michael's de-interlacing filters, and replace the crappy2006-11-23, by kraymer
-
Cosmetics: indentation fix.2006-11-23, by eugeni
-
fix some typos2006-11-23, by ivo
-
Get rid of _ld_gtk and _ld_glib.2006-11-22, by diego
-
Fix incorrect function pointer definition.2006-11-22, by uau
-
Get rid of _ld_vorbis.2006-11-22, by diego
-
Make compilation depending on USE_OSD unconditional.2006-11-22, by uau
-
Get rid of _xmms_lib.2006-11-22, by diego
-
_ld_static does not need to be in both EXTRA_LIB and EXTRALIBS_MPLAYER.2006-11-22, by diego
-
Cosmetics to make the next patches more readable.2006-11-22, by diego
-
Better translation of "demuxer" word.2006-11-22, by voroshil
-
r21151: typo2006-11-22, by voroshil
-
r21152: typo: Bitrate is printed in kb/s, not Mb/s on the status line.2006-11-22, by voroshil
-
Fix incorrect stride used in vf_ass.2006-11-22, by eugeni
-
Remove _ld_x11.2006-11-22, by diego
-
x264 supports interlaced encoding for some time2006-11-22, by gpoirier
-
r21082: MSGTRs for libass2006-11-22, by kraymer
-
typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at2006-11-22, by diego
-
Remove _ld_gif and _ld_theora.2006-11-22, by diego
-
Remove _ld_freetype and _ld_fontconfig, they are no longer necessary.2006-11-22, by diego
-
fix broken character2006-11-22, by kraymer
-
MSGTRs for mencoder.c2006-11-22, by kraymer
-
MSGTR for libmpcodecs/vd.c2006-11-22, by kraymer
-
sync w/ r211542006-11-21, by gpoirier
-
Synced with r211522006-11-21, by torinthiel
-
documented :format=pes[12] in -mpegopts2006-11-21, by nicodvb
-
permit muxing to raw pes (VDR uses this)2006-11-21, by nicodvb
-
Make compilation depending on USE_SUB unconditional.2006-11-21, by uau
-
Remove outdated and superfluous video cards section.2006-11-21, by diego
-
Remove outdated and superfluous sound card section.2006-11-21, by diego
-
Miscellaneous updates for the introduction and the requirements section.2006-11-21, by diego
-
typo: Bitrate is printed in kb/s, not Mb/s on the status line.2006-11-21, by diego
-
typo2006-11-21, by diego
-
r21078: add a link to Michael's de-interlacing filters...2006-11-21, by voroshil
-
Fix wrong fps value for TelecineMode in translation2006-11-21, by voroshil
-
r21082: MSGTRs for libass2006-11-21, by voroshil
-
LIBS vs LDFLAGS typo2006-11-21, by diego
-
Split libs that are dependencies and those that are just linker flags.2006-11-21, by diego
-
Fix SVN r21075, it completely disabled OpenGL in almost all cases.2006-11-21, by reimar
-
Treat fontconfig and FreeType linker flags just like any other linker flag.2006-11-21, by diego
-
Remove stray -I from include dirs in live555 check, it was being duplicated.2006-11-21, by diego
-
cosmetics2006-11-21, by reimar
-
Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFA2006-11-21, by reimar
-
cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER2006-11-21, by diego
-
_ld_tmp vs _ld_x264 typo2006-11-21, by diego
-
Remove --with-x11libdir and --with-livelibdir.2006-11-21, by diego
-
Attempt to properly fix linking of encoding libs used by libavcodec.2006-11-21, by diego
-
Reuse init_vo_spudec in subtitle switching code.2006-11-21, by reimar
-
Move vo_spudec initialization into a separate function, for later reuse2006-11-21, by reimar
-
Remove libdha from LIBS_MPLAYER.2006-11-21, by diego
-
ALSA can be used by both MPlayer and MEncoder.2006-11-21, by diego
-
Fix linking when libavcodec uses x264.2006-11-21, by diego
-
Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed.2006-11-21, by diego
-
_ld_xv does not exist anymore.2006-11-21, by diego
-
Add _libs_mplayer and _libs_mencoder to cc_check.2006-11-21, by diego
-
Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables.2006-11-21, by diego
-
Move FFmpeg library dependencies into the Makefile just like everything else.2006-11-21, by diego
-
Move some Win32 LDFLAGS into _ld_extra.2006-11-21, by diego
-
Merge MPlayer-specific libs into one variable.2006-11-21, by diego
-
Remove _ld_win32, this is handled by the Makefile.2006-11-21, by diego
-
Split libvo.a into two libs so that libosd.a can be used by MEncoder.2006-11-21, by diego
-
Remove superfluous empty variable declaration.2006-11-21, by diego
-
Remove unused -D from CFLAGS.2006-11-21, by diego
-
Remove superfluous empty variable declaration.2006-11-21, by diego
-
Add VIDIX to LIBS_MPLAYER directly.2006-11-21, by diego
-
typo / small fixes2006-11-21, by kraymer
-
demux_lavf handles video stream switching2006-11-20, by nicodvb
-
check we aren't short of sh_videos before allocating another one2006-11-20, by nicodvb
-
Cosmetics: remove unneeded curly brackets.2006-11-20, by eugeni
-
Fix collision detection. The old method tried to avoid gaps between subtitles2006-11-20, by eugeni
-
Remove --with-xmmsplugindir and --with-xmmslibdir.2006-11-20, by diego
-
Remove --with-x264libdir.2006-11-20, by diego
-
Remove --with-xvidlibdir.2006-11-20, by diego
-
Remove --with-toolamelibdir from help output as well.2006-11-20, by diego
-
Remove --with-toolamelibdir.2006-11-20, by diego
-
Add support for disabling MPlayer compilation.2006-11-20, by diego
-
Oops, the loader stuff needs to be in COMMON_LIBS.2006-11-20, by diego
-
Deliver dependency handling from redundancy.2006-11-20, by diego
-
Remove MPlayer-specific dependencies from COMMON_DEPS.2006-11-20, by diego
-
VIDIX is for MPlayer only.2006-11-20, by diego
-
The GUI is only for MPlayer, not MEncoder.2006-11-20, by diego
-
Rename variables for consistency.2006-11-20, by diego
-
Simplify gui and menu libs handling.2006-11-20, by diego
-
cosmetics: Move some stuff around for better readability.2006-11-20, by diego
-
Move pause loop into a separate function.2006-11-20, by uau
-
Clean up PARTS handling.2006-11-20, by diego
-
Unify dep/depend targets.2006-11-20, by diego
-
Uninstall should run all parts unconditionally.2006-11-20, by diego
-
Remove nonsense ifeq around MEncoder target and variable declaration.2006-11-20, by diego
-
Reorganize code to move more things out of main().2006-11-20, by uau
-
another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or at2006-11-20, by diego
-
Some more cleanups for LDFLAGS handling.2006-11-20, by diego
-
100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at2006-11-20, by diego
-
Some cleanups for LDFLAGS handling, next part.2006-11-20, by diego
-
in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical)2006-11-19, by nicodvb
-
misc updates2006-11-19, by diego
-
Put libdvdcss under a separate ifeq.2006-11-19, by diego
-
misc small fixes2006-11-19, by diego
-
in mp_property_{video,audio} permit uniniting of the corresponding chain2006-11-19, by nicodvb
-
during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x'2006-11-19, by nicodvb
-
MSGTRs for libass2006-11-19, by kraymer
-
Remove settled FIXME.2006-11-19, by diego
-
Sync w/ help_mp-en.h r210012006-11-19, by kraymer
-
Add a new MPEG encoding example using lavf2006-11-19, by gpoirier
-
add a link to Michael's de-interlacing filters, and replace the crappy2006-11-19, by gpoirier
-
Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check,2006-11-19, by reimar
-
allows to de- and reactivate yadif on the fly2006-11-19, by gpoirier
-
disable x11 gl support on osx2006-11-19, by nplourde
-
Reinitialize some variables on af_resample reinit, fixes crash2006-11-19, by uau
-
Fix printf format/argument count mismatch in mp_property_video2006-11-19, by uau
-
sync w/ r210262006-11-19, by gpoirier
-
Move subtitle updating to a separate function, fix inverted condition2006-11-19, by uau
-
Fix obvious typo, although the exact effect is still unclear to me, see also bug #593.2006-11-19, by reimar
-
sync w/r210042006-11-19, by gpoirier
-
sync w/ r20933, patch by Jerome Ferrari2006-11-19, by gpoirier
-
sync tag update2006-11-19, by voroshil
-
Translated section "DECODING/FILTERING OPTIONS"2006-11-19, by voroshil
-
Remove (now hopefully unnecessary) workarounds added in r210562006-11-19, by reimar
-
synced with r210012006-11-19, by Gabrov
-
directly insert ffreep %%st(0) opcode for compatibility with old2006-11-19, by reimar
-
Use ASMALIGN macro for better compatibility and remove SYS_DARWIN2006-11-19, by reimar
-
sync with r20876, patch by Jerome Ferrari2006-11-19, by gpoirier
-
Avoid code like "fstps %1+64(,%%ecx,4)\n\t", it might end up as2006-11-19, by reimar
-
synced with r210582006-11-19, by Gabrov
-
new slave command: radio_step_freq2006-11-19, by voroshil
-
Fix compilation error due to unescaped "s.2006-11-19, by reimar
-
fix mp3lib compilation on OSX2006-11-19, by nplourde
-
10l, compilation error in r210542006-11-19, by reimar
-
Generalize subtitle switching, demux_ogg does not need a special case2006-11-19, by reimar
-
translation/spelling fix.2006-11-19, by voroshil
-
Make -slang work again, sub->id is -2 by default, so -slang would be ignored2006-11-19, by reimar
-
Create a sh_sub_t for ogg subtitles.2006-11-19, by reimar
-
riformatted after previous commit2006-11-19, by nicodvb
-
if in the list of pids appears at least one 8192 (while TS) remove all other pid filters2006-11-19, by nicodvb
-
Support multiple subs in mov2006-11-19, by reimar
-
Make sure sh_video == NULL when reinit_video_chain fails.2006-11-19, by reimar
-
Do not just skip a file when vo init fails, instead try to play it2006-11-19, by reimar
-
Clarify that some of the non-SIMD code is now LGPLed.2006-11-19, by lucabe
-
Update section "AUDIO FILTERS"; Some sync w/ r21026;2006-11-19, by kraymer
-
Fix clobber list, half of the modified registers were missing.2006-11-19, by reimar
-
Collect all includes of mplayer headers in libass in a single file (mputils.h).2006-11-19, by eugeni
-
sync w/ r20876, patch by Jerome Ferrari2006-11-18, by gpoirier
-
sync with r20876, patch by Jerome Ferrari2006-11-18, by gpoirier
-
fix demux_nut to give proper (estimate) of percent position after a seek2006-11-18, by ods15
-
Add disabled EAGAIN testing code for libnut2006-11-18, by ods15
-
help_mp-ru.h sync with r210012006-11-18, by voroshil
-
switch_audio and switch_video properties should be in the range -2..MAX_x_STREAMS-12006-11-18, by nicodvb
-
Improve Id CIN description.2006-11-18, by diego
-
fix wrong 60000/10001 fraction2006-11-18, by kraymer
-
Fix double free in af_resample when reinited with suitable parameters2006-11-18, by uau
-
r20969: document new key binding for switching video streams in MPEG-TS2006-11-18, by kraymer
-
r21012: group together "quality" control options2006-11-18, by kraymer
-
r20876: rename: XviD -> Xvid (man page part)2006-11-18, by kraymer
-
r21008: remove xvid3's mpeg_quant, replace it by xvid4's quant_type2006-11-18, by kraymer
-
When changing playback speed write the current speed to OSD only after2006-11-18, by uau
-
move demux_nut priv calloc to init() instead of check_file()2006-11-18, by ods15
-
TAB switches between programs2006-11-18, by nicodvb
-
mention switch_video and switch_program2006-11-18, by nicodvb
-
bind TAB to 'step_property switch_program'2006-11-18, by nicodvb
-
switch_program property to switch to/set a new program2006-11-18, by nicodvb
-
implemented DEMUXER_CTRL_IDENTIFY_PROGRAM2006-11-18, by nicodvb
-
new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)2006-11-18, by nicodvb
-
group together B-frames options with I,P frames options2006-11-18, by gpoirier
-
group together xvid's rate control options2006-11-18, by gpoirier
-
more mp_property_deinterlace simplification, patch by2006-11-18, by reimar
-
group together "quant_type" and quant_*_matrix since they are related2006-11-18, by gpoirier
-
implemented M_PROPERTY_SET in mp_property_{audio,video}2006-11-18, by nicodvb
-
group together "debug" and "psnr", note that "threads" option is featured on 1.2.x release2006-11-18, by gpoirier
-
reinit_video_chain might set sh_video = NULL, so check against that.2006-11-18, by reimar
-
Move xvid 'grayscale' option close to 'interlacing'2006-11-18, by gpoirier
-
group together "quality" control options2006-11-18, by gpoirier
-
group together xvid's 'closed_gop' and 'packed' options2006-11-18, by gpoirier
-
remove xvid3's divx5bvop and replace it by xvid4's closed_gop2006-11-18, by gpoirier
-
r21004: remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there instead2006-11-18, by kraymer
-
remove xvid3's mpeg_quant, replace it by xvid4's quant_type2006-11-18, by gpoirier
-
r21001: Add *BSD BT848 radio support2006-11-18, by kraymer
-
support for XAN DPCM audio2006-11-18, by diego
-
document new "D" keybinding for deinterlacing, introduced in2006-11-18, by kraymer
-
remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there instead2006-11-18, by gpoirier
-
Xvid3 support is no more: Remove Xvid3-specific options2006-11-18, by gpoirier
-
Mark some functions static2006-11-18, by uau
-
Add *BSD BT848 radio support2006-11-18, by voroshil
-
Remove obsolete Xvid 3 support.2006-11-18, by diego
-
Drop some unnecessary local changes.2006-11-18, by diego
-
Make sure to pick up internal dvdcss.h before a globally installed one.2006-11-18, by diego
-
Rename libdvdread to dvdread. We really only include only the dvdread2006-11-18, by diego
-
support for some more fringe formats, still buggy ..2006-11-17, by diego
-
Try reading palette for vobsub2006-11-17, by reimar
-
Support palette for general vobsub2006-11-17, by reimar
-
Since vobsub_lang and sub_select do the same, 'b' and 'j' were bound2006-11-17, by reimar
-
Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sample.3gp2006-11-17, by reimar
-
consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values.2006-11-17, by reimar
-
Minor mp_property_deinterlace simplification2006-11-17, by reimar
-
Add deinterlace property, patch by Carl Eugen Hoyos2006-11-17, by reimar
-
Adapt code to annoying ShowCursor semantics (increases/decreases and returns2006-11-17, by reimar
-
missed piece in update to libnut API - non negative errors2006-11-17, by ods15
-
r20972: defined MSGTR_OSDVideo2006-11-17, by voroshil
-
sync w/r209692006-11-17, by gpoirier
-
add public wrapper for get_frequency2006-11-17, by voroshil
-
Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"2006-11-17, by voroshil
-
clarify syncpoint placement recommanditions2006-11-17, by michael
-
seeking2006-11-17, by michael
-
dts & synchronous decoder2006-11-17, by michael
-
support flic video through lavf2006-11-17, by diego
-
Put files fully owned by my under GPL v2 "or later"2006-11-17, by reimar
-
Fix AMD64 support, patch by Reimar Doffinger2006-11-17, by gpoirier
-
some more updates2006-11-17, by ods15
-
some updates2006-11-17, by diego
-
fix some mixed up usage messages and unify with master copy2006-11-17, by kraymer
-
r20972: defined MSGTR_OSDVideo2006-11-17, by kraymer
-
defined MSGTR_OSDVideo2006-11-17, by nicodvb
-
COSMETICS: reformatted2006-11-16, by nicodvb
-
restored circular looping when changing audio and video stream (previously broken)2006-11-16, by nicodvb
-
document new key binding for switching video streams in MPEG-TS2006-11-16, by kraymer
-
reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIO2006-11-16, by nicodvb
-
implemented DEMUXER_CTRL_SWITCH_VIDEO2006-11-16, by nicodvb
-
associated _ to 'step_property switch_video'2006-11-16, by nicodvb
-
handle video stream switch using 'switch_video' property'2006-11-16, by nicodvb
-
added code to switch video stream2006-11-16, by nicodvb
-
moved video codec/filters/outdevice initialization code to specific function2006-11-16, by nicodvb
-
cosmetics: Restore alphabetical order, align both tables.2006-11-16, by diego
-
Remove stray newline.2006-11-16, by diego
-
support for RoQ video and audio through libavformat2006-11-16, by diego
-
support for Electronic Arts ADPCM audio2006-11-16, by diego
-
support for Delphine CIN audio and video2006-11-16, by diego
-
Mark internal lavf FourCCs as such.2006-11-16, by diego
-
update to libnut API, non-negative errors2006-11-16, by ods15
-
Removing redundant entry, kraymer is doing all this work while maintaining translations2006-11-16, by reynaldo
-
support for Interplay DPCM audio2006-11-16, by diego
-
cosmetics: alphabetical order and prettyprinting for the CodecTag table2006-11-16, by diego
-
support for Sierra VMD video2006-11-16, by diego
-
Add support for Tiertex SEQ video.2006-11-16, by diego
-
synced with r208792006-11-16, by torinthiel
-
Add support for Westwood IMA ADPCM audio.2006-11-15, by diego
-
missing small update about libsmb in previous commit2006-11-15, by voroshil
-
r20933: libvorbis is not necessary for Vorbis playback, small wording improvement.2006-11-15, by voroshil
-
update to libnut, no nut_skip_packet()2006-11-15, by ods15
-
update to libnut API, don't free the streams2006-11-15, by ods15
-
Output UTF-8 instead of legacy encodings by default.2006-11-15, by diego
-
r20878: [cosmetics] (skipped)2006-11-15, by kraymer
-
revert last 2 commits on nut.txt2006-11-15, by ods15
-
Don't spam the console with timestamps (non-error messages printed every2006-11-14, by rtogni
-
Fix extradata passing to lavc RV20 decoder2006-11-14, by rtogni
-
[cosmetics] Fix indentation2006-11-14, by torinthiel
-
Synced with r209332006-11-14, by torinthiel
-
libvorbis is not necessary for Vorbis playback, small wording improvement.2006-11-14, by diego
-
add character encoding info2006-11-14, by kraymer
-
Introduce step_property command.2006-11-14, by reimar
-
Fix Unkown -> Unknown typo2006-11-14, by reimar
-
r20900: Missing : in -vf expand ar example2006-11-14, by voroshil
-
sync w/ 20637, patch by Francois franz A ephack P net2006-11-14, by gpoirier
-
bump date of NUT spec for previous commit2006-11-14, by ods15
-
allow info packets to appear in mid-stream, outside of main headers.2006-11-14, by ods15
-
update to libnut, add cache_syncpoints2006-11-14, by ods15
-
MEMALIGN_HACK --> CONFIG_MEMALIGN_HACK2006-11-14, by diego
-
10l copy&Ãpaste bug in subtitle sh handling2006-11-14, by reimar
-
Use vf control for reading pts from vf_vo2006-11-14, by uau
-
Fix statement-before-declaration warnings.2006-11-14, by reimar
-
Remove write-only variable2006-11-14, by uau
-
Update OSD contents only after the correct values for the frame are known.2006-11-14, by uau
-
Clarify messages for unavailable options.2006-11-14, by diego
-
Move xscreensaver_heartbeat call next to vo check_events2006-11-14, by uau
-
Replace sleep time calculation in main() with a separate function.2006-11-14, by uau
-
simplify2006-11-14, by uau
-
Move -frames check out of frame flip code (like -endpos earlier)2006-11-14, by uau
-
Remove some unused code.2006-11-14, by uau
-
Move endpos handling from page flip code to a saner location, change < to <=2006-11-14, by uau
-
move vo event check together with gui event check2006-11-14, by uau
-
update to libnut, rename nut.h->libnut.h2006-11-14, by ods15
-
Remove some incorrect code2006-11-14, by uau
-
Update libao2 description, delete completely outdated "audio plugins" part2006-11-14, by uau
-
Try filling audio buffers more if they're very large, add some comments.2006-11-14, by uau
-
Move audio playing code from main() into a separate function.2006-11-14, by uau
-
Remove useless check.2006-11-14, by uau
-
Split some from main() into separate functions.2006-11-14, by uau
-
sync with r209002006-11-13, by gpoirier
-
r20900: Missing : in -vf expand ar example2006-11-13, by kraymer
-
Missing : in -vf expand ar example2006-11-13, by reimar
-
rename: XviD -> Xvid2006-11-13, by gpoirier
-
sync with r208762006-11-13, by gpoirier
-
r20872: Clarify -dumpaudio, it is not useful normally2006-11-13, by voroshil
-
Update missing tags of previous commit2006-11-13, by voroshil
-
r20876: rename: XviD -> Xvid2006-11-13, by voroshil
-
Try to handle oversized asf headers by ignoring anything beyond the first MB2006-11-13, by reimar
-
Incomplete support for vobsub (missing palette support) and2006-11-13, by reimar
-
Move sh_sub_t to stheader.h, where all the other sh structs are defined2006-11-13, by reimar
-
Support \t with acceleration.2006-11-13, by eugeni
-
Partial fix for semitransparent glyph outlines.2006-11-13, by eugeni
-
Add forgotten new_sh_sub2006-11-13, by reimar
-
Make subtitle stream handling more similar to audio and video streams.2006-11-13, by reimar
-
Add missing translated strings2006-11-13, by gpoirier
-
pts definition by mans2006-11-13, by michael
-
Synced with 208762006-11-13, by torinthiel
-
Partial sync with r208792006-11-13, by torinthiel
-
-vop has been deprecated a long time ago.2006-11-13, by diego
-
vop --> vf2006-11-13, by diego
-
Remove/fix outdated message.2006-11-13, by diego
-
typo2006-11-13, by diego
-
[small fixes]2006-11-13, by torinthiel
-
[cosmetics]2006-11-13, by torinthiel
-
r20866: Recommend gcc 3.4+.2006-11-13, by kraymer
-
rename: XviD -> Xvid2006-11-13, by kraymer
-
synced with r208732006-11-12, by Gabrov
-
update to 0.6.2, patch by Giacomo Comes, comes naic edu2006-11-12, by diego
-
Misc issues noticed by Torinthiel.2006-11-12, by diego
-
Clarify -dumpaudio, it is not useful normally2006-11-12, by reimar
-
Synced with r208702006-11-12, by torinthiel
-
Restore PowerPC gcc note that I mistakenly removed.2006-11-12, by diego
-
Fix compilation with latest libavformat/avidec.c by adding ENABLE_ defines2006-11-12, by reimar
-
Recommend gcc 3.4+.2006-11-12, by diego
-
Mac OS X Server support2006-11-12, by diego
-
ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)2006-11-12, by reimar
-
Remove duplicate message, the same info is printed anyway.2006-11-12, by diego
-
least restrictive dts ordering rule which ensures frames are in decoding order2006-11-12, by michael
-
synced with r208172006-11-11, by Gabrov
-
synced with r208592006-11-11, by Gabrov
-
r20834: The -gui command line option is back.2006-11-11, by kraymer
-
1. convert single quotation mark to double one for better looking2006-11-11, by kraymer
-
removed duplicated check in demuxer_seek_chapter2006-11-11, by nicodvb
-
add encoding info to some man pages2006-11-11, by kraymer
-
remove very outdated and unmantained Swedish man page2006-11-11, by kraymer
-
s/by/be/2006-11-11, by michael
-
Hack to make wrapper.S be compiled again. Someone who knows make please fix properly.2006-11-10, by reimar
-
Skip empty lines in front of winamp playlist.2006-11-10, by rtogni
-
r20834: The -gui command line option is back.2006-11-10, by voroshil
-
Translated section "VIDEO OUTPUT DRIVERS"2006-11-10, by voroshil
-
typo, wrong variable name2006-11-10, by diego
-
within array MUST for time_base_id2006-11-10, by michael
-
clearer time_base_id description2006-11-10, by michael
-
Ignore .depend.2006-11-10, by diego
-
Add standard depend target.2006-11-10, by diego
-
Remove loader_objfix.sh hack, it's only needed for very old OpenBSD versions.2006-11-10, by diego
-
Use default variable names.2006-11-10, by diego
-
Remove redundant variable.2006-11-10, by diego
-
time_base_count2006-11-10, by michael
-
stream_count2006-11-10, by michael
-
Remove mmx.h, the licensing status was doubtful, and put a minimal2006-11-10, by diego
-
typo/grammar2006-11-10, by diego
-
The addition of loader/ to PARTS depended on a non-existing variable.2006-11-10, by diego
-
The -gui command line option is back.2006-11-10, by diego
-
r20774: Adding ability to check allowed frequency range.2006-11-10, by kraymer
-
Mark file as UTF-8-encoded.2006-11-10, by diego
-
shut warning on "realloc undefined" in demuxer.h2006-11-10, by ods15
-
update libnut API2006-11-10, by ods15
-
sync with r208172006-11-10, by kraymer
-
idenfify now shows the timings of chapters of the chosen pgc2006-11-10, by nicodvb
-
Disable linking mplayer (and internal static libavcodec) with2006-11-09, by rathann
-
one more deuglification2006-11-09, by nicodvb
-
COSMETICS: renamed dvdnav_priv to priv2006-11-09, by nicodvb
-
put back accidentally reverted r20742 commit2006-11-09, by gpoirier
-
sync w/ 20191, patch by Alexandre Coutherez %newt A neopulsar P org%2006-11-09, by gpoirier
-
Add missed 'break'.2006-11-09, by voroshil
-
Allow disabling internal libdvdcss.2006-11-09, by diego
-
r20711: MSGTRs for demux_avi.c2006-11-09, by kraymer
-
Remove bogus OPTFLAGS settings.2006-11-09, by diego
-
r20817: add full stop at end of sentence2006-11-09, by voroshil
-
add full stop at end of sentence2006-11-09, by kraymer
-
Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."2006-11-09, by lucabe
-
r20657: (does not apply)2006-11-09, by kraymer
-
commented out broken MSGTR2006-11-09, by kraymer
-
r20648: Document ao_openal.2006-11-09, by kraymer
-
Move non driver-specific block to non-driver specific procedure, to avoid2006-11-09, by voroshil
-
Change some constants in pts arithmetic from float to double.2006-11-09, by uau
-
Changed code that used pts=0 in demux packets to indicate "not known".2006-11-09, by uau
-
Revert one more local change without effect.2006-11-09, by diego
-
Fix crash when attempting to seek in a streamed unseekable stream, like2006-11-08, by gpoirier
-
10l: Overlooked one $(EXESUF) addition.2006-11-08, by diego
-
Update for malloc cast changes.2006-11-08, by diego
-
sync with r207742006-11-08, by gpoirier
-
changed ugly sizeof(*type_ptr) width sizeof(type)2006-11-08, by nicodvb
-
Revert nonsensical local change hunk that had no effect at all.2006-11-08, by diego
-
COSMETICS: reformatted this ugly mess in a consistent manner2006-11-08, by nicodvb
-
Mark modified files as such.2006-11-08, by diego
-
Support URL redirections that do not specify full URL.2006-11-08, by reimar
-
Updated for controversial changes and irc-only decisions2006-11-08, by rtogni
-
partial sync2006-11-08, by gpoirier
-
Reset _ld_xvid so that stray libs do not appear on the link command line.2006-11-08, by diego
-
dts, width/height explanation2006-11-08, by michael
-
s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months.2006-11-08, by eugeni
-
size and stream_id docs2006-11-08, by michael
-
Remove unused variables.2006-11-08, by diego
-
Rename xvid4 variable/option back to xvid so as not to break scripts.2006-11-08, by diego
-
clearer frame_code explanation2006-11-08, by michael
-
cosmetics: Fix indentation after last commit.2006-11-08, by diego
-
Separate XviD 3 and XviD 4 tests.2006-11-08, by diego
-
simple 1 line definition of what a keyframe is2006-11-08, by michael
-
Change value used to indicate "unknown audio format" from 0 to -1.2006-11-08, by uau
-
Remove some DivX 4 leftovers.2006-11-08, by diego
-
r20774: Adding ability to check allowed frequency range.2006-11-08, by voroshil
-
sync with r207742006-11-08, by voroshil
-
11l, revert r207822006-11-08, by kraymer
-
remove duplicate MSGTR2006-11-08, by kraymer
-
MSGTRs for libvo/aspect.c and libvo/vo_xv.c2006-11-08, by kraymer
-
MSGTRs for ao_alsa.c2006-11-08, by kraymer
-
symplify aligned memory allocation on mingw32 by using ffmpeg's av_malloc/av_free2006-11-08, by gpoirier
-
partial sync with latest manpage commits2006-11-08, by gpoirier
-
Generated XSL files should be in UTF-8.2006-11-08, by diego
-
Move some FourCC values from libavformat/riff.c to our private mapping.2006-11-08, by diego
-
Spelling fix: Allowable -> Allowed2006-11-08, by voroshil
-
Adding ability to check allowed frequency range.2006-11-08, by voroshil
-
- explain lavc lmin option more clearly2006-11-08, by corey
-
support lavc mblmin and mblmax2006-11-08, by corey
-
Create binaries with proper executable suffix under Windows.2006-11-08, by diego
-
support for -dvdangle2006-11-08, by nicodvb
-
near-precise seeking in dvd://2006-11-08, by nicodvb
-
Fix code that cuts audio data if the filters produce too much.2006-11-07, by uau
-
sync w/ r20739, patch by Sheldon % Jin jinsh2 A yahoo P com %2006-11-07, by gpoirier
-
now the OSD shows the value returned by demuxer_get_current_time() rather than sh_video->pts2006-11-07, by nicodvb
-
now demux_seek() tries to seek aided by the stream layer, if possible2006-11-07, by nicodvb
-
added definition of DEMUXER_CTRL_RESYNC2006-11-07, by nicodvb
-
implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precise seeking)2006-11-07, by nicodvb
-
Partial sync with en/mplayer.1 r207392006-11-07, by gpoirier
-
added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME2006-11-07, by nicodvb
-
typo2006-11-07, by diego
-
_inputmodules vs _noinputmodules typo fix2006-11-07, by diego
-
feed av_log() through mp_msg()2006-11-07, by michael
-
fprintf -> mp_msg2006-11-07, by michael
-
Adding myself to man page translation and stram sections.2006-11-07, by voroshil
-
Replace enneccesery O_RDWR with O_RDONLY2006-11-07, by voroshil
-
Restoring volume level of radio card on exit.2006-11-07, by voroshil
-
sync tag update, no real changes needed2006-11-07, by voroshil
-
r20739: Remove remnants of long-gone libfame.2006-11-07, by voroshil
-
Add our own CODEC_ID -> fourcc translation tables so we do not need2006-11-07, by reimar
-
r20650 inverted the gtk1 check before setting charset, this2006-11-07, by reimar
-
remove stray comment line2006-11-07, by kraymer
-
Fix linking on Cygwin and remove nonsense lseek64 --> lseek indirection,2006-11-07, by diego
-
Remove bogus comment lines.2006-11-07, by diego
-
Always compile with -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 like upstream.2006-11-07, by diego
-
remove dead defines (spotted by mphelp_check.py)2006-11-07, by kraymer
-
fix format identifiers mismatch2006-11-07, by kraymer
-
Initial (partially, about 40%) translation.2006-11-07, by voroshil
-
Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS2006-11-07, by gpoirier
-
Remove remnants of long-gone libfame.2006-11-06, by diego
-
Bugfix: when copying ass_force_style_list, ending 0 was left out.2006-11-06, by eugeni
-
typo2006-11-06, by diego
-
output cosmetics2006-11-06, by diego
-
Synced to 3.11.20062006-11-06, by jheryan
-
Calculate text bounding box in a way that does not depend on actual glyph2006-11-06, by eugeni
-
Don't let the program speak as 'I'.2006-11-06, by diego
-
Remove hackish setting of extra libraries through --enable-static=-lfoo,2006-11-06, by diego
-
Remove deprecated install-path option.2006-11-06, by diego
-
spelling/grammar/wording/consistency for the help output2006-11-06, by diego
-
WIN32 was already being set from config.h.2006-11-05, by diego
-
Fix index-based seeking in audio-only files, fixes bug #6212006-11-05, by reimar
-
printf->mp_msg2006-11-05, by rtogni
-
fix typo (noticed by jerome.ferrari lappis com)2006-11-05, by kraymer
-
r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.c2006-11-05, by voroshil
-
Add -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 to CFLAGS like upstream does.2006-11-05, by diego
-
Initial partial translation of man page2006-11-05, by voroshil
-
Initialize fontconfig in VFCTRL_INIT_EOSD handler.2006-11-05, by eugeni
-
r20699: Missing <option> tag2006-11-05, by voroshil
-
Fix comment, it's 'sowt', not 'swot' ('twos' reversed)2006-11-05, by reimar
-
Fix tdfx-related copy + paste typos, patch by Ville Skyttä, ville.skytta iki fi.2006-11-05, by diego
-
Cosmetics: indentation fix.2006-11-05, by eugeni
-
Fix compilation: forgotten mp_msg.h include2006-11-05, by reimar
-
Fix an obvious typo.2006-11-05, by eugeni
-
printf ->mp_msg2006-11-05, by rtogni
-
Fix the following compiler warnings:2006-11-05, by eugeni
-
Do not use abort()2006-11-05, by rtogni
-
better wording for "workarounding"2006-11-05, by kraymer
-
MSGTRs for demux_avi.c2006-11-05, by kraymer
-
Add 4XM audio.2006-11-05, by diego
-
Synced with r207052006-11-05, by torinthiel
-
r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.c2006-11-05, by kraymer
-
spellfix and improvement suggested by Wanderer2006-11-05, by nicodvb
-
some fixes for latest demux_mkv messages2006-11-05, by kraymer
-
Unify ./configure script handling2006-11-05, by torinthiel
-
Better URL markup2006-11-05, by torinthiel
-
Better wording, especially if hyperlinks are not visible2006-11-05, by torinthiel
-
Remove ugly indentation in <screen> tags2006-11-05, by torinthiel
-
Don't break a paragraph in a middle of a thought2006-11-05, by torinthiel
-
A bunch of missing <systemitem class="library"> tags2006-11-05, by torinthiel
-
Missing <option> tag2006-11-05, by torinthiel
-
better wording for note about utf-82006-11-05, by kraymer
-
note for translators to use utf-8 encoding for help_mp files and xml docs2006-11-05, by kraymer
-
add MSGTR_MPDEMUX_MKV for demux_mkv.c2006-11-05, by kraymer
-
synced with r206932006-11-05, by Gabrov
-
fix overly long line2006-11-05, by kraymer
-
markup fix2006-11-05, by kraymer
-
version bump, no changes made2006-11-05, by kraymer
-
Partial sync w/ en/mplayer.1 (6)2006-11-05, by kraymer
-
consistency/grammar2006-11-05, by diego
-
synced with r205862006-11-05, by Gabrov
-
Split too long line into a number of small one2006-11-05, by voroshil
-
Always respect w and h params to mpcodecs_config_vo over2006-11-05, by reimar
-
r20682: punctuation, full stop -> comma2006-11-05, by voroshil
-
(cosmetics) remove unneeded tabs2006-11-05, by torinthiel
-
reccomend the usage of :tsaf with :format=dvd in -mpegopts2006-11-05, by nicodvb
-
mention :tsaf on every instance of -mpegopts format=dvd2006-11-05, by nicodvb
-
punctuation, full stop -> comma2006-11-05, by torinthiel
-
Remove empty variable.2006-11-05, by diego
-
output cosmetics2006-11-05, by diego
-
Fix some echo -n occurrences, patch by sci-fi@hush.ai.2006-11-05, by diego
-
synced with r206772006-11-04, by Gabrov
-
cosmetics: reformatted with only tabs2006-11-04, by nicodvb
-
use calloc() instead of malloc()2006-11-04, by nicodvb
-
nonsense removal: compare old and new frequency in order to skip tuning2006-11-04, by nicodvb
-
Corrigendum 12006-11-04, by michael
-
Hack around Windows focus problem with -vo gl2006-11-04, by reimar
-
ass renderer absolutely needs readable target mpi.2006-11-04, by reimar
-
Remove completely useless cursor variable.2006-11-04, by reimar
-
Add FFmpeg fraps video decoder.2006-11-04, by diego
-
More precise bounding box calculation for karaoke effects.2006-11-04, by eugeni
-
Dummy EnumDisplaySettingsA, required by frapsvid.dll 2.8.12006-11-04, by rtogni
-
convert DOCS/xml/hu to UTF-82006-11-04, by kraymer
-
SHOULD not -> SHOULD NOT2006-11-04, by ods15
-
intro2006-11-04, by michael
-
Clarify state of openal ao.2006-11-04, by reimar
-
Extended/reworked fontconfig test to work without pkg-config with versions2006-11-04, by reimar
-
changed email address2006-11-04, by henry
-
no real change needed for r206572006-11-04, by voroshil
-
Sync with r206372006-11-04, by torinthiel
-
Synced with r206582006-11-04, by torinthiel
-
(cosmetics) Unify and clarify blank lines usage2006-11-04, by torinthiel
-
Move "and" to end of list, improves grammar2006-11-04, by torinthiel
-
update for r206542006-11-04, by henry
-
pass the interlacing info to the filter chain2006-11-04, by henry
-
fix quantizer export for interlaced video2006-11-04, by henry
-
Prefer microsoft-specific charmaps to all other.2006-11-03, by eugeni
-
don't set the resolution for dvr-ms files: in the asf headers it seems to2006-11-03, by nicodvb
-
Streamline and simplify internal vs external libdvdread handling.2006-11-03, by diego
-
remove charset files (all of them are in UTF-8 now anyway)2006-11-03, by kraymer
-
attempt to fix the unbound future frame issue with keyframes on the muxer side2006-11-03, by michael
-
Document ao_openal.2006-11-03, by diego
-
2nd try for a keyframe definition2006-11-03, by michael
-
partial sync2006-11-03, by gpoirier
-
Introduce MSGT_ASS, use it for all libass messages.2006-11-03, by eugeni
-
no real change need for r20586, updating sync tag2006-11-03, by voroshil
-
add missing tag update2006-11-03, by voroshil
-
r20637:libmpdvdkit no longer exists.2006-11-03, by voroshil
-
r20620: better description for -correct-pts2006-11-03, by kraymer
-
r20571: cvidix tricks2006-11-03, by kraymer
-
fix typo2006-11-03, by kraymer
-
keyframe definition2006-11-03, by michael
-
libmpdvdkit no longer exists.2006-11-03, by diego
-
I'm effectively maintaining libdvdcss and libdvdread.2006-11-03, by diego
-
main header typo2006-11-03, by michael
-
move file up so its found first, this probably improves readability2006-11-03, by michael
-
libmpdvdkit2 --> libdvdcss2006-11-03, by diego
-
libmpdvdkit2 --> libdvdread2006-11-03, by diego
-
libmpdvdkit2 --> libdvdread, it just contains libdvdread now.2006-11-03, by diego
-
Remove stray line.2006-11-03, by diego
-
Move libdvdcss into its own subdirectory.2006-11-03, by diego
-
Remove useless/redundant SYS_LINUX and _REENTRANT defines from CFLAGS.2006-11-03, by diego
-
Remove useless default target.2006-11-03, by diego
-
Move the rest of the config.h parameters to the Makefile.2006-11-03, by diego
-
Remove HAVE_MPLAYER check, we unconditionally compile with HAVE_MPLAYER set.2006-11-03, by diego
-
bump version number2006-11-03, by diego
-
Remove options not present in upstream config.h.in.2006-11-03, by diego
-
Sync some cosmetics from upstream.2006-11-03, by diego
-
typo, roff markup2006-11-03, by diego
-
better description for -correct-pts2006-11-03, by uau
-
Implement loading subtitles from memory.2006-11-03, by eugeni
-
Bugfix: sub_recode could deallocate global sub_cp under some circumstances.2006-11-03, by eugeni
-
- random fixes2006-11-03, by torinthiel
-
Partial sync w/ en/mplayer.1 (5).2006-11-03, by kraymer
-
Synced with r206142006-11-03, by torinthiel
-
another missing <application>2006-11-02, by torinthiel
-
Support backspace for -vo gl/gl2 under Windows2006-11-02, by reimar
-
remove accidential ';' (that's what too much C programming does to you ;-) )2006-11-02, by reimar
-
Check for existence of libcdio_paranoia, not libcdio, since the former is2006-11-02, by reimar
-
Useless break in libcdio pkg-config check2006-11-02, by reimar
-
Remove spurious $_inc_tmp in libcdio check2006-11-02, by reimar
-
convert remaining help files to UTF-82006-11-02, by kraymer
-
Add support for conversions from the rgb565 and rgb555 formats2006-11-02, by lucabe
-
Rework binary codec directory handling. Don't use directories from other2006-11-01, by diego
-
More code shuffling2006-11-01, by reimar
-
cosmetics: move WIN32 read_toc code to allow for summarizing more common2006-11-01, by reimar
-
qp height should be in macroblocks, not pixels2006-11-01, by henry
-
Do not mix declarations and statements.2006-11-01, by diego
-
Avoid code duplication for "last" toc entry.2006-11-01, by reimar
-
simplify/unify read_toc2006-11-01, by reimar
-
Factor out common code in stream_cddb read_toc function.2006-11-01, by reimar
-
some non russian/english characters (in people's names) copypasted from english page.2006-11-01, by voroshil
-
Remove useless code2006-11-01, by reimar
-
libcdio also needs to link against libcdio_paranoia2006-11-01, by reimar
-
ARCH_X86 simplifications2006-11-01, by reimar
-
Use common define for x86_32 and x86_64.2006-11-01, by diego
-
mp3lib asm does not compile on AMD64.2006-11-01, by reimar
-
Support for recent changes to ARCH_X86 handling in FFmpeg.2006-11-01, by diego
-
Proper libcdio detection also without pkg-config2006-11-01, by reimar
-
proper Subversion-speak for revision numbers2006-11-01, by diego
-
- Translated up to r20162 by Misiek y_0rk3r#tlen,pl with fixes by me2006-11-01, by torinthiel
-
Missing comma added2006-11-01, by torinthiel
-
The col utility eats non-ASCII characters without the -p option it seems.2006-11-01, by diego
-
cosmetics: Reformat section.2006-11-01, by diego
-
paragraph about groff and UTF-82006-11-01, by diego
-
gcc optimized != 0 check for extern function away, thus linking2006-11-01, by reimar
-
encoding is now UTF-82006-11-01, by diego
-
libdvdcss r202, my patch was committed upstream.2006-11-01, by diego
-
Typo: lseek --> lseek64, the former is not used in the code.2006-11-01, by diego
-
trivial sync with r205512006-11-01, by voroshil
-
Do not modify parsed command-line values on config,2006-11-01, by reimar
-
Test proper linking for cdda/cdio2006-11-01, by reimar
-
Sync r20551 and some wording fixes2006-10-31, by torinthiel
-
Bump sync tag, r205512006-10-31, by torinthiel
-
Revert broken encoding translation2006-10-31, by torinthiel
-
Typo fix: missing "get".2006-10-31, by corey
-
cvidix tricks, based on a patch by Reimar2006-10-31, by diego
-
Fix codec directory fallback, it was overriding the autodetection.2006-10-31, by diego
-
update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO2006-10-31, by kraymer
-
Add copyright holders, mostly synced from the Debian package.2006-10-31, by diego
-
precise location for dvbstream2006-10-31, by diego
-
CVS -> SVN for FFmpeg, add pnm implementation from xine.2006-10-31, by diego
-
uCIFS is gone, URL update.2006-10-31, by diego
-
Implement proper codecs directory fallback.2006-10-31, by diego
-
remove outdated encoding comments2006-10-31, by kraymer
-
--with-codecsdir --> --codecsdir2006-10-31, by diego
-
--with-codecsdir --> --codecsdir2006-10-31, by diego
-
Rename all codecs directory options.2006-10-31, by diego
-
r20534: An example of using -vf ass.2006-10-31, by kraymer
-
Run dirclean instead of clean on distclean, this way we only need to2006-10-31, by diego
-
:Little typo2006-10-31, by jheryan
-
Synced to 26.10.2006 with respect to later utf-8 conversion.2006-10-31, by jheryan
-
Unification of linker option handling, part 1 of many.2006-10-31, by diego
-
CFLAGS are not necessary for linking.2006-10-31, by diego
-
convert some unmaintained help_mp-* files to UTF-82006-10-31, by kraymer
-
convert help_mp-ru.h from koi8-r to UTF-82006-10-31, by voroshil
-
convert DOCS/xml/en and help_mp-en.h to UTF-82006-10-31, by kraymer
-
100l to me for not checking properly, really fix pkg-config detection now.2006-10-31, by diego
-
10l, use a pkg-config parameter that makes it return 0...2006-10-31, by diego
-
Test for the existence of pkg-config, fixes Bugzilla #553.2006-10-31, by diego
-
Cygwin linking fix.2006-10-30, by diego
-
printf -> mp_msg2006-10-30, by rtogni
-
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-82006-10-30, by kraymer
-
Update from IMC and realrtsp auth2006-10-30, by rtogni
-
Realrtsp authentication2006-10-30, by rtogni
-
convert DOCS/xml/es and help/help_mp-es.h* to UTF-82006-10-30, by kraymer
-
Explain the risks of forcing options with --enable-* in a way that is2006-10-30, by diego
-
convert DOCS/xml/pl and help/help_mp-pl* to UTF-82006-10-30, by kraymer
-
Intel Music Coder decoding via lavc2006-10-30, by rtogni
-
Remove special output for outdated SDL. It's doubtful such old versions still2006-10-30, by diego
-
convert DOCS/fr and help/help_mp-fr.* to UTF-82006-10-30, by kraymer
-
misc fixes by Sheldon Jin (jinsh2 yahoo com)2006-10-30, by diego
-
wording/roff fix2006-10-30, by diego
-
An example of using -vf ass.2006-10-30, by eugeni
-
better wording for MSGTR_MENU_None2006-10-30, by kraymer
-
Also detect static fontconfig when pkg-config is not installed2006-10-30, by reimar
-
convert DOCS/de from ISO-8859-1 to UTF-82006-10-30, by kraymer
-
convert DOCS/ru from koi8r to UTF-82006-10-30, by voroshil
-
fix "iconv: illegal input sequence" error2006-10-30, by kraymer
-
Add a parameter to enable colorized console output.2006-10-30, by diego
-
Fix libmpdvdkit2 linking on Mac OS X.2006-10-30, by diego
-
Remove redundant variable setting.2006-10-30, by diego
-
Make libmpdvdkit2 compilation slightly more consistent with the other modules.2006-10-30, by diego
-
a previous commit introduced a bug that prevented tables2006-10-29, by nicodvb
-
Fix possible crash: negative values may no be passed to render_one_glyph2006-10-29, by reimar
-
simplified assignment of subtitles stream in ts_parse()2006-10-29, by nicodvb
-
Handle windows path separator in filesel menu.2006-10-29, by reimar
-
disable nonworking/broken code for now till I find out what it is supposed to do.2006-10-29, by reimar
-
Revert r20517.2006-10-29, by eugeni
-
Move ass_library initialization code to ass_mp.c.2006-10-29, by eugeni
-
Copy the following functions to libass to avoid dependency on the rest of mplayer:2006-10-29, by eugeni
-
Add VIDEOMEMORY_SIZE define to allow to easily change it.2006-10-29, by reimar
-
Prevent segfault if video codec init fails2006-10-29, by rtogni
-
Warn about vo_gl scaled-osd broken with -ass2006-10-29, by reimar
-
Fix width -> orig_width typo.2006-10-29, by eugeni
-
Don't set PlayResX for plaintext subtitles.2006-10-29, by eugeni
-
Add \N at the end of each subtitle line when converting from subdata.2006-10-29, by eugeni
-
Make sure we do not read beyond end of subtitle packet2006-10-29, by reimar
-
realloc subtitle buffers since subcp_recode might have decreased their size.2006-10-29, by reimar
-
Quick hack to implement percent-based seeking, also fixes seeking with gmplayer2006-10-29, by reimar
-
Factor out common cdda stuff from cdio and cdparanoia tests.2006-10-29, by reimar
-
handle broken ts packets before parsing the rest2006-10-29, by nicodvb
-
Support new flac-in-ogg, fixes bug #2292006-10-29, by reimar
-
cosmetics: reformatted after previous commit2006-10-29, by nicodvb
-
1000l: fixed broken handling of the adaption field - part 22006-10-29, by nicodvb
-
fixed mishandling of stream_read() (it doesn't necessarily return -1 in case of error)2006-10-29, by nicodvb
-
ts_parse() move section handling after stream_read() rather than repeating it2006-10-29, by nicodvb
-
Add some <application> tags.2006-10-29, by diego
-
Always initialize and destroy ass_library.2006-10-29, by eugeni
-
Partially synced with en/mplayer.1 (3).2006-10-28, by kraymer
-
removed useless check: when is_start is set the size of the payload2006-10-28, by nicodvb
-
fix some wordings2006-10-28, by kraymer
-
in ts_parse() centralized stream_read()+stream_skip(); smaller and cleaner2006-10-28, by nicodvb
-
Libass interface reworked:2006-10-28, by eugeni
-
r20477: Add missing parenthesis2006-10-28, by kraymer
-
r20440: Add ASS subtitle rendering options to gui.2006-10-28, by kraymer
-
Add svn versions for rc12006-10-28, by rtogni
-
Cleanup/simplify nsv check_file function.2006-10-28, by reimar
-
readability cosmetics2006-10-28, by nicodvb
-
unconditionally assign the language code when available;2006-10-28, by nicodvb
-
Better check for non-broken NSVf-header to avoid incorrect detection.2006-10-28, by reimar
-
If HAVE_FONTCONFIG is not defined, font_fontconfig might be declared both2006-10-28, by reimar
-
indentation fix2006-10-28, by ods15
-
reformatted ts_parse() after previous commit2006-10-28, by nicodvb
-
make vf_geq read whitespace in equation param2006-10-28, by ods15
-
removed unreachable code (when len=pes_parse2() returns 0)2006-10-28, by nicodvb
-
10l: fixed misplaced adaption field check2006-10-28, by nicodvb
-
removed commented crc32 code; I'll eventualy reuse the one in lavu2006-10-28, by nicodvb
-
slight simplifications2006-10-28, by nicodvb
-
Add missing parenthesis. Patch by Andrew Savchenko, Bircoph <at> list <dot> ru.2006-10-28, by corey
-
clarify pts related stuff2006-10-28, by michael
-
Partial sync with en/mplayer.1 (2)2006-10-27, by kraymer
-
Add a note about charset configuration to the Apache section.2006-10-27, by diego
-
remove unused variable2006-10-27, by ods15
-
cosmetic, reindentation, tab removal2006-10-27, by ods15
-
update vf_geq to new ff_eval API2006-10-27, by ods15
-
100l, forgotten "no" for nouse-filedir-conf caused "-use-filedir-conf"2006-10-27, by reimar
-
synced with r204682006-10-27, by Gabrov
-
synced with r204452006-10-27, by Gabrov
-
Add missing fontconfig_done() call.2006-10-27, by eugeni
-
Sync with Debian package.2006-10-27, by diego
-
"-o -" -> use stdout2006-10-27, by michael
-
Add cmov detection to configure2006-10-27, by iive
-
Fix translation inconsistencies, noticed by Torinthiel.2006-10-27, by voroshil
-
Split ass_configure() into several smaller functions.2006-10-26, by eugeni
-
Fix a multitude of roff errors and warnings.2006-10-26, by diego
-
various orthography and wording fixes2006-10-26, by kraymer
-
r20426: -chapter works with dvd:// and dvdnav://2006-10-26, by kraymer
-
r20412: Fix some inconsistencies pointed out by Torinthiel.2006-10-26, by kraymer
-
Improve translation of autogenerated labels2006-10-26, by torinthiel
-
Clearly state that main.xml is generated2006-10-26, by torinthiel
-
sync r203412006-10-26, by torinthiel
-
sync w/ r20440, patch by Sheldon Jin2006-10-26, by gpoirier
-
r20379: Remove doubled -dvd-device information.2006-10-26, by voroshil
-
Transtale a skipped title2006-10-26, by torinthiel
-
r20355: typo2006-10-26, by voroshil
-
sync r204492006-10-25, by torinthiel
-
Typo fix2006-10-25, by torinthiel
-
add two missing checks - PATCH by Karolina Lindqvist AT kramnet-se2006-10-25, by reynaldo
-
sync r204422006-10-25, by torinthiel
-
Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com2006-10-25, by gpoirier
-
finally document -correct-pts2006-10-25, by ods15
-
fix linking issue on PPC64 with 64bits userland, patch by Markus Rothe markus A unixforces P net2006-10-25, by gpoirier
-
Sync with upstream r201.2006-10-25, by diego
-
Remove confusing and probably wrong paragraph about libdvdcss.2006-10-25, by diego
-
Sync with upstream r201.2006-10-25, by diego
-
Add ASS subtitle rendering options to gui.2006-10-25, by eugeni
-
Microsync, just to keep documentation building2006-10-24, by torinthiel
-
sync r204122006-10-24, by torinthiel
-
sync r204012006-10-24, by torinthiel
-
Fix single-black-pixel-in-upper-left-corner bug (how do people notice a single2006-10-24, by reimar
-
Add proper flv fourcc2006-10-24, by reimar
-
Sync one more warning fix from upstream libdvdcss.2006-10-24, by diego
-
Sync warning fixes from upstream libdvdcss.2006-10-24, by diego
-
Remove modification notice from unmodified file.2006-10-24, by diego
-
Sync cosmetics from upstream libdvdcss.2006-10-24, by diego
-
nother --disable-loader -> --disable-win32 fix.2006-10-24, by reimar
-
Add WMVA FourCC to ffvc1, patch by Peter Lemenkov, lemenkov gmail com.2006-10-24, by diego
-
Add md5.[ch] to the list of files.2006-10-24, by diego
-
16-bit grayscale support2006-10-24, by kostya
-
-chapter works with dvd:// and dvdnav://2006-10-23, by nicodvb
-
support for -chapter option (same semanthics as for dvd://)2006-10-23, by nicodvb
-
synced with r204232006-10-23, by Gabrov
-
simplified code to handle titleset transition (removed useless assignment)2006-10-23, by nicodvb
-
spell fix2006-10-23, by nicodvb
-
don't play any other title other than N when N is specified (with dvdnav://N)2006-10-23, by nicodvb
-
sync w/ r204192006-10-23, by gpoirier
-
Yet some more CVS->CVS2006-10-23, by gpoirier
-
sync w/ r204172006-10-23, by gpoirier
-
s/DarwinPorts/MacPorts/2006-10-23, by gpoirier
-
Allow lowercase letters in AVI stream id, fixes bug #2772006-10-23, by reimar
-
Proper detection of corresponding MPlayer image format for X server format for vo_x11.2006-10-23, by reimar
-
Set aspect information in yuv4mpeg2006-10-23, by reimar
-
Properly set EXTRALIBS2006-10-23, by lucabe
-
Fix some inconsistencies pointed out by Torinthiel.2006-10-23, by diego
-
r20399: Remove bio2jack from list of required software.2006-10-23, by kraymer
-
Remove a declaration-after-statement warning.2006-10-23, by diego
-
sync w/ r204082006-10-23, by gpoirier
-
swap telecine and pulldown, typo noticed by RC2006-10-23, by gpoirier
-
Add sync tag, patch by Sheldon Jin, jinsh2 yahoo com.2006-10-23, by diego
-
synced with r204052006-10-23, by Gabrov
-
man/hu/mplayer.1 synced with r203752006-10-23, by Gabrov
-
Remove -fno-PIC check from configure and put -fPIC back at the beginning2006-10-23, by diego
-
add missing dots as in r203282006-10-23, by gpoirier
-
it's "die Syntax" not "der Syntax"2006-10-23, by attila
-
<replaceable> tags aren't needed in literal example2006-10-23, by torinthiel
-
Remove bio2jack from list of required software.2006-10-22, by diego
-
Replace $() by the slightly more portable ``.2006-10-22, by diego
-
r20392: misc fixes2006-10-22, by kraymer
-
r20379: Remove doubled -dvd-device information.2006-10-22, by kraymer
-
misc fixes2006-10-22, by diego
-
Some more spelling fixes2006-10-22, by torinthiel
-
sync w/r203752006-10-22, by gpoirier
-
sync w/r203792006-10-22, by gpoirier
-
sync w/r203412006-10-22, by gpoirier
-
sync w/r203612006-10-22, by gpoirier
-
sync w/r203612006-10-22, by gpoirier
-
Update Andrew Weber's Email address.2006-10-22, by diego
-
Sync r20379 + small fixes2006-10-22, by torinthiel
-
FFmpeg dv decoder can also output in 422P format.2006-10-22, by reimar
-
Remove doubled -dvd-device information.2006-10-22, by torinthiel
-
grammar/wording fixes2006-10-22, by diego
-
r20369: Warn about dangers of -use-filedir-conf option2006-10-22, by kraymer
-
capitalization at beginning of sentence2006-10-22, by kraymer
-
remove mkdir warnings2006-10-22, by kraymer
-
only a few lines remain missing2006-10-22, by reynaldo
-
Final changelog update for rc1 release2006-10-22, by rtogni
-
Warn about dangers of -use-filedir-conf option2006-10-22, by rtogni
-
Require latest version of codecs.conf2006-10-22, by rtogni
-
remove outdated reference to "tvout-voodoo"; fixes compilation2006-10-22, by kraymer
-
Consistency fix: use "signed long long" for int_fast64_t instead of2006-10-22, by reimar
-
IPv6 tests for the presence of AF_INET6 but not struct sockaddr_in6. Glibc 2.02006-10-22, by diego
-
r20352: fix XviD spelling. replace some old DivX5's.2006-10-22, by voroshil
-
Provide fallback definition for uint_fast64_t as well.2006-10-22, by diego
-
r20358: Make documentation links point to the online version.2006-10-22, by kraymer
-
remove some DivX version numbers2006-10-22, by kraymer
-
cosmetics: Fix indentation after last commit.2006-10-22, by diego
-
Do not check for the existence of LIRC devices during autodetection.2006-10-22, by diego
-
Make documentation links point to the online version.2006-10-22, by diego
-
synced with r20355 (increased sync tag after typo fix in English master file)2006-10-22, by Gabrov
-
synced with r203522006-10-22, by Gabrov
-
typo2006-10-22, by diego
-
synced with r201912006-10-22, by Gabrov
-
fix "typo"2006-10-22, by kraymer
-
fix XviD spelling2006-10-22, by kraymer
-
synced with r203502006-10-22, by Gabrov
-
if no stream could be muxed flush_buffers() returns 0: prevents while(1) stall at the end2006-10-22, by nicodvb
-
man/hu/mplayer.1 synced with 203362006-10-22, by Gabrov
-
r20341: Remove obsolete parts, some updates.2006-10-22, by kraymer
-
Do not forget to clear subtitles when switching files for embedded subtitles.2006-10-21, by reimar
-
x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060)2006-10-21, by lorenm
-
sync w/r203362006-10-21, by gpoirier
-
r20318: capitalization fixes, add missing dots to sentences2006-10-21, by voroshil
-
Avoid crash after "AVI: No audio stream found -> no sound." message,2006-10-21, by reimar
-
change DOCS/html references to German translation2006-10-21, by kraymer
-
Remove obsolete parts, some updates.2006-10-21, by diego
-
Try playing files with wrong wav header length, fixes riff_broken_hrdlen.wav2006-10-21, by reimar
-
Add a call to x264enc_set_param in config, otherwise mencoder -ovc x2642006-10-21, by reimar
-
fixed sync tag2006-10-21, by kraymer
-
r20317: Greatly simplify synopsis roff markup and add a bit of consistency.2006-10-21, by kraymer
-
escape -mf2006-10-21, by kraymer
-
Remove #ifdef HAVE_FLAC, it was never needed and nowadays is never defined.2006-10-21, by reimar
-
Do not use sh_audio->wf values if they are definitely invalid2006-10-21, by reimar
-
Add flac twocc2006-10-21, by reimar
-
added a ". ..." line before gmplayer2006-10-21, by ptt
-
little fix, sorry2006-10-21, by ptt
-
sync with r203172006-10-21, by ptt
-
some random fixes (wording, spelling..)2006-10-21, by kraymer
-
add German translation of codecs.xml2006-10-21, by kraymer
-
Don't forget to apply scaling coefficients to kerning values.2006-10-20, by eugeni
-
Cosmetics: indentation fix indentation broken by last two demuxer.c commits2006-10-20, by reimar
-
Fix opening of demuxers without check_file function, broken by r20309.2006-10-20, by reimar
-
make any parse error in -x264encopts fatal2006-10-20, by lorenm
-
sync w/ r203212006-10-20, by gpoirier
-
--enable-external-faad doesn't exist any more2006-10-20, by kraymer
-
\, escaping2006-10-20, by michael
-
sync w/r203182006-10-20, by gpoirier
-
capitalization fixes, add missing dots to sentences2006-10-20, by kraymer
-
Greatly simplify synopsis roff markup and add a bit of consistency.2006-10-20, by diego
-
Add fallback on the (undocumented) x86-64 -march option in2006-10-20, by diego
-
Add gmplayer to list of ignored files.2006-10-19, by diego
-
sync w/ 200542006-10-19, by gpoirier
-
Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden.2006-10-19, by diego
-
Simplify OBJS handling.2006-10-19, by diego
-
sync w/ 203102006-10-19, by gpoirier
-
Remove stray line.2006-10-19, by diego
-
Try other demuxers if open() fails.2006-10-19, by reimar
-
Fix center of rotation calculation. It was overly complex and2006-10-19, by eugeni
-
r20183: Recommend gcc 4.x on PowerPC2006-10-19, by voroshil
-
r20288: vf uspp description: it now uses snow, not mpeg42006-10-19, by kraymer
-
sync with r20295, patch by Francois Badier %frabad A gmail P com%2006-10-19, by gpoirier
-
What is the meaning of the numbers on the status line during the encoding process?2006-10-19, by gpoirier
-
make -passlogfile work with x264 again (broke in r20060)2006-10-19, by lorenm
-
Center of rotation depends on alignment.2006-10-18, by eugeni
-
Support separate rotation angle for each glyph.2006-10-18, by eugeni
-
Move base point calculation to a separate function. Will be reused soon.2006-10-18, by eugeni
-
Cosmetics: remove commented code.2006-10-18, by eugeni
-
redone subcp_recode: get rid of static buffer, skip lines that failed to2006-10-18, by reimar
-
Fix a typo in collision detection code.2006-10-18, by eugeni
-
typo fix2006-10-18, by ptt
-
sync w/ r197382006-10-18, by gpoirier
-
sync with r202882006-10-18, by ptt
-
sync w/ r202882006-10-18, by gpoirier
-
sync w/ r200832006-10-18, by gpoirier
-
more updates on chinese translation2006-10-18, by kraymer
-
This file is not modified from the upstream version,2006-10-17, by diego
-
fixed corner case previously mishandled: don't play an audio only stream when2006-10-17, by nicodvb
-
vf uspp description: it now uses snow, not mpeg42006-10-17, by lorenm
-
Add configure switch to enable fixed-pointed mode of internal libfaad2.2006-10-17, by diego
-
typo fixes2006-10-17, by diego
-
s/vo_osd_changed/vo_osd_changed_flag2006-10-17, by syrjala
-
Round buffer width and height to 16 pixels.2006-10-17, by syrjala
-
rewording of config file usage2006-10-17, by kraymer
-
r20257: Disable loading of file-specific configuration file from the same2006-10-17, by kraymer
-
sync w/202802006-10-17, by gpoirier
-
remove me=3 leftover (x264)2006-10-17, by kraymer
-
mention new -use-filedir-conf option in general config description2006-10-17, by kraymer
-
sync with 202772006-10-17, by gpoirier
-
Update x264 option names that changed with r200602006-10-16, by lorenm
-
bilinear interpolation2006-10-16, by michael
-
Remove an outdated debug message.2006-10-16, by eugeni
-
200 byte is too little2006-10-16, by michael
-
sync up to r20265 + some li'l fix2006-10-16, by ptt
-
generic equation filter2006-10-16, by michael
-
sync w/ r197152006-10-16, by gpoirier
-
Woops, forgot to bump sync tag2006-10-16, by gpoirier
-
Sync w/ 202602006-10-16, by gpoirier
-
Skip -march tests for values that are aliases of already tested values.2006-10-16, by diego
-
li'l fix2006-10-16, by ptt
-
Remove unused variable.2006-10-16, by diego
-
small grammar fix2006-10-16, by diego
-
sync w/ r202572006-10-16, by gpoirier
-
r202372006-10-16, by gpoirier
-
libdv may depend on libpthread.2006-10-16, by diego
-
Update x264 option names that changed with r200602006-10-16, by gpoirier
-
sync with r201322006-10-16, by gpoirier
-
fix multiple instances of -x264encopts on the commandline (broke in r20060)2006-10-15, by lorenm
-
Disable loading of file-specific configuration file from the same2006-10-15, by rtogni
-
Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out.2006-10-15, by reimar
-
r20254: bump date, small consistency fix2006-10-15, by kraymer
-
bump date, small consistency fix2006-10-15, by diego
-
escape - (bobdeint)2006-10-15, by kraymer
-
as anounced, just some cleaning, purely janitorial changes2006-10-15, by reynaldo
-
Move "Play CD/DVD/VCD/SVCD" submenu generation to right-click handling2006-10-15, by reimar
-
Implement bob (pseudo?) deinterlacing for xvmc.2006-10-15, by reimar
-
r20237: Escape some more - signs.2006-10-15, by kraymer
-
man/hu/mplayer.1 synced with r202372006-10-15, by Gabrov
-
convert chinese man page to UTF-82006-10-15, by kraymer
-
Support new realaudio codec names2006-10-15, by rtogni
-
Remove Linux test from DirectFB check, it runs on some BSD systems at least.2006-10-15, by diego
-
syn with r20043, Patch by Emmanuel Turlay %bluesmanu AH gmail P com%2006-10-15, by gpoirier
-
strcat->strcpy simplification2006-10-15, by reimar
-
Actually convert sync tag to subversion style (and found out that this file is WAY outdated)2006-10-15, by gpoirier
-
Set SetErrorMode to make sure no dialog box will pop up when no disk in CD/DVD drive.2006-10-15, by reimar
-
Bump sync tag, remove useless FIXME2006-10-15, by gpoirier
-
missing console messages are (also) replaced by English versions2006-10-15, by kraymer
-
update mailman links2006-10-15, by kraymer
-
Escape some more - signs.2006-10-15, by diego
-
Remove bogus warning about missing font.2006-10-15, by diego
-
Fix timestamps for streams where kf_base gets negative2006-10-15, by rtogni
-
Sebastian now coordinates translations, some cosmetics.2006-10-15, by diego
-
Sync with FFmpeg r6700.2006-10-15, by diego
-
Fix crash because of last_glyph < first_glyph, probably caused by first line2006-10-15, by reimar
-
cosmetics: indentation2006-10-15, by kraymer
-
Implement -noidx since index can use quite a bit of memory, esp. when using valgrind.2006-10-15, by reimar
-
Remove test for framebuffer device from DirectFB check.2006-10-15, by diego
-
Sync with r201912006-10-15, by voroshil
-
sync with r201912006-10-15, by kraymer
-
synced with r201762006-10-15, by Gabrov
-
Remove removed/renamed files.2006-10-15, by diego
-
Add standard svn:eol-style and svn:keywords properties, remove svn:executable.2006-10-15, by diego
-
synced with r201832006-10-15, by Gabrov
-
synced with r201942006-10-15, by Gabrov
-
Deleting formats.xml and users-vs-dev.xml.2006-10-15, by Gabrov
-
synced with r200832006-10-15, by Gabrov
-
during stream detection always parse ts_probesize bytes (even with -nosound set),2006-10-15, by nicodvb
-
hurried pre-release update, partially synced with r201912006-10-14, by reynaldo
-
as per request, fullscreen and mute options have been added to the context menus.2006-10-14, by vayne
-
Create proper define for DFBMGA.2006-10-14, by diego
-
Remove senseless DIRECTFBVERSION check, we require 0.9.13+ anyway.2006-10-14, by diego
-
Remove intrinsics check, they are no longer used in FFmpeg.2006-10-14, by diego
-
Remove unused ABS define2006-10-14, by reimar
-
Sync mail-lists.xml removal.2006-10-14, by diego
-
Use = instead of == for extra portability.2006-10-14, by diego
-
Use = instead of == for extra portability.2006-10-14, by diego
-
Zerofill libass static variables during initialization.2006-10-14, by eugeni
-
Free FT_Stroker during libass deinitialization.2006-10-14, by eugeni
-
r20189: Some more consistency for the -pvr options, typo.2006-10-14, by kraymer
-
r20191: slight overall verbosity reduction2006-10-14, by kraymer
-
Remove useless assignements, thanks reimar for noticing them2006-10-14, by rtogni
-
Fix typo in sub_delay external specification.2006-10-13, by eugeni
-
Remove dead code (condition can obviously never be true)2006-10-13, by reimar
-
bails out if cdparanoia can't read cd (avoid lockup)2006-10-13, by ben
-
Shorten decoder works now with MPlayer2006-10-13, by reimar
-
FFmpeg Shorten audio decoder2006-10-13, by diego
-
litle bug, didn't compile :(2006-10-12, by ptt
-
sync'd with r201912006-10-12, by ptt
-
some minor fixes & sync to r201942006-10-12, by ptt
-
some little consistency fixes2006-10-12, by ptt
-
updates, grammar/spelling2006-10-12, by diego
-
Changlog updated with help of svn log2006-10-12, by reimar
-
slight overall verbosity reduction2006-10-12, by diego
-
r20172: Update paragraph about libdvdcss and libdvdread.2006-10-12, by voroshil
-
Some more consistency for the -pvr options, typo.2006-10-12, by diego
-
10l, used MSGTR_Unknown instead of lang in mp_property_audio2006-10-12, by reimar
-
simplify mp_property_sub2006-10-12, by reimar
-
r20183: Recommend gcc 4.x on PowerPC.2006-10-12, by kraymer
-
Cosmetics for previous mplayer.c patch2006-10-12, by reimar
-
Simplify mp_property_audio2006-10-12, by reimar
-
Recommend gcc 4.x on PowerPC.2006-10-12, by diego
-
Cosmetics2006-10-12, by reimar
-
strncpy->strlcpy2006-10-12, by reimar
-
Remove useless return; at end of function2006-10-12, by reimar
-
Simplify demux_mkv_get_sub_lang2006-10-12, by reimar
-
r20132: little typo fixes2006-10-12, by kraymer
-
r20176: small consistency/format fix2006-10-12, by kraymer
-
small consistency/format fix2006-10-12, by kraymer
-
initial import of cd-dvd.xml (german translation)2006-10-12, by kraymer
-
modifications pointed out by reimar doffinger2006-10-12, by ptt
-
Merge the two libdvdcss/libdvdread paragraphs.2006-10-12, by diego
-
Update paragraph about libdvdcss and libdvdread.2006-10-12, by diego
-
Check for maeomo-specific libraries (Nokia 770).2006-10-12, by diego
-
Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers.2006-10-12, by diego
-
Rename ABS macro to FFABS.2006-10-11, by diego
-
11l (...)2006-10-11, by kraymer
-
little suffix fixes2006-10-11, by ptt
-
d'oh, missing " broke compilation2006-10-11, by kraymer
-
Remove old hack to search for .ar and VIDO, we know where they are2006-10-11, by rtogni
-
gcc 2.95 fix2006-10-11, by ods15
-
r20162: added OSD audio switching visualization2006-10-11, by kraymer
-
added OSD audio switching visualization2006-10-11, by ptt
-
More possible memleaks.2006-10-11, by reimar
-
Avoid memleak on error while reading attachments or multiple2006-10-11, by reimar
-
Remove duplicate min/max macro definition.2006-10-11, by diego
-
Sync with FFmpeg r6642.2006-10-11, by diego
-
Make the socklib check search gethostbyname/socket in libc.2006-10-11, by diego
-
Streamline socklib check.2006-10-11, by diego
-
Remove download script; no longer used in the official Debian package candidate.2006-10-11, by diego
-
Move CFLAGS handling to common.mak.2006-10-11, by diego
-
Run TOOLS/cpuinfo on x86_64 as well as x86.2006-10-11, by diego
-
Change == to = in test comparisons for better portability.2006-10-10, by diego
-
Change occurrences of "(int)*(void **)arg" to "*(int *)arg".2006-10-10, by uau
-
Allows up to 8 bytes of extradata for cmsg242006-10-10, by rtogni
-
Fix extradata lenght when adding cmsg24 data2006-10-10, by rtogni
-
Cleanup: remove some old commented out skips2006-10-10, by rtogni
-
Fix misdetection of http://samples.mplayerhq.hu/tta/tivo_misdetect.tta as TiVo file2006-10-10, by reimar
-
Simplify (by using realloc with NULL parameter) and refactor code to grow2006-10-10, by reimar
-
Fix problems on live streams with huge timestamps, causing overflows and2006-10-09, by rtogni
-
Reduce margins for plaintext subtitles.2006-10-09, by eugeni
-
Free track->language before assigning new value2006-10-09, by reimar
-
Missing (in close function)/misplaced free for track structure itself.2006-10-09, by reimar
-
Free track data if error occurs while reading trackentry2006-10-09, by reimar
-
indentation fixes.2006-10-09, by vayne
-
Free track encodings on error or demuxer close2006-10-09, by reimar
-
added a simple timer to hide the mouse when in fullscreen mode.2006-10-09, by vayne
-
replace malloc+memset by calloc2006-10-09, by reimar
-
Remove cast of realloc result missed in last patch2006-10-09, by reimar
-
Remove unneeded casts for malloc/realloc calls2006-10-09, by reimar
-
removed unused definitions2006-10-09, by ptt
-
little typo fixes2006-10-09, by ptt
-
done! sync'ed with r20061, hoping not to have written 'strafalcioni'2006-10-09, by ptt
-
sync'ed with r193612006-10-09, by ptt
-
Create target for mplayer-rc.o so that it is not rerun unconditionally.2006-10-09, by diego
-
-endpos option added in changelog2006-10-09, by ptt
-
sync'ed with r199792006-10-09, by ptt
-
sync'ed with (last) cvs 1.2562006-10-09, by ptt
-
sync'ed with cvs (yet) 1.2492006-10-09, by ptt
-
sync'ed with cvs (yet) 1.2432006-10-08, by ptt
-
synced with r200612006-10-08, by Gabrov
-
Fixes2006-10-08, by rathann
-
reinit codec chain when aspect ratio and/or resolution change2006-10-08, by nicodvb
-
synced with r201192006-10-08, by Gabrov
-
List dfbmga and directfb in _novomodules.2006-10-08, by syrjala
-
Fix DirectFB version check. The old code simply concatenated the2006-10-08, by syrjala
-
sync with r19979, patch by Sheldon Jin % jinsh2 AH yahoo.com %2006-10-08, by gpoirier
-
Remove spurious casts to int. Blessed by Reimar.2006-10-08, by rathann
-
Cosmetics: remove lone (evil ;-) ) tab2006-10-08, by reimar
-
Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is2006-10-08, by rathann
-
Support for detection of extended instructions on ARM.2006-10-08, by diego
-
Remove outdated/misleading comment about WavPack and libavformat.2006-10-08, by diego
-
Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is broken)2006-10-08, by reimar
-
added myself to AUTHORS, as diego told me on 2006/09/26 :-)2006-10-08, by ptt
-
WavPack files contain a complete, valid RIFF tag, so use extension (.wv)2006-10-08, by reimar
-
a + b => (a + b) for defines, just to be sure.2006-10-08, by reimar
-
Avoid memleak when calling parse_obj_params only for syntax-checking (dst == NULL)2006-10-08, by reimar
-
Forgotten http_free on send error.2006-10-08, by reimar
-
Add support for TTA and WavPack.2006-10-08, by diego
-
Another != NULL check after dereferencing2006-10-08, by reimar
-
Fix variable dereference before NULL check.2006-10-08, by reimar
-
Useless initialization, they will be always set for result != 02006-10-08, by reimar
-
Cosmetics: consistent order for en-/disabled codecs list2006-10-07, by reimar
-
Change license headers to say 'FFmpeg' instead of 'this program'.2006-10-07, by diego
-
r20083: Unify labels of two solutions to similar problems.2006-10-07, by kraymer
-
cosmetics: reformatting, aligning2006-10-07, by kraymer
-
r20085: fix FIXME: move history to appendix2006-10-07, by kraymer
-
Remove special warning printed when VIDIX is disabled2006-10-07, by uau
-
Sync with latest BUILD_ROOT changes in FFmpeg.2006-10-07, by diego
-
Replace -I.. by -I$(BUILD_ROOT).2006-10-07, by diego
-
print bits/s, not bytes/s2006-10-06, by ivo
-
Print current DVD title as ID_DVD_CURRENT_TITLE.2006-10-06, by corey
-
add gcc-4.x to the list of compilers displayed2006-10-06, by gpoirier
-
EOSD performance debugging info.2006-10-06, by reimar
-
- missing space before '('2006-10-06, by torinthiel
-
sync r200852006-10-06, by torinthiel
-
r20080: (cosmetics) add some empty lines to improve readability.2006-10-06, by voroshil
-
workaround redefinition of object_type as prev(object_type)+12006-10-05, by nicodvb
-
fix FIXME: move history to appendix2006-10-05, by kraymer
-
sync r200832006-10-05, by torinthiel
-
Unify labels of two solutions to similar problems.2006-10-05, by torinthiel
-
Missing space before '('2006-10-05, by torinthiel
-
Remove unnecessary </itemizedlist><itemizedlist>,2006-10-05, by torinthiel
-
(cosmetics) add some empty lines to improve readability2006-10-05, by torinthiel
-
Sync 200742006-10-05, by torinthiel
-
Simplify: replace malloc + memset 0 by calloc2006-10-05, by reimar
-
Fix demux_demuxers seeking if the video demuxer does not set2006-10-05, by reimar
-
Implement absolute and percent-based seek2006-10-05, by reimar
-
Add ASS subtitles to the subtitles file chooser dialog.2006-10-05, by diego
-
Sync with FFmpeg r6563.2006-10-05, by diego
-
Simplify test program build.2006-10-05, by diego
-
Remove stray $ from sync tag.2006-10-05, by diego
-
Synced to 2.10.20062006-10-05, by jheryan
-
Convert sync tags to Svn revision numbers (except encoding-guide.xml for now)2006-10-05, by gpoirier
-
Synced with 2.10.20062006-10-05, by jheryan
-
Synced with 2.10.20062006-10-05, by jheryan
-
Warn about x264encopts new parser which breaks 3rd party tools2006-10-05, by gpoirier
-
r20061: document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)2006-10-05, by kraymer
-
Fix build failure2006-10-05, by gpoirier
-
sync with r200512006-10-05, by torinthiel
-
r20054: Remove outdated/duplicate parts from the SDL section.2006-10-05, by voroshil
-
r19592: grammar/wording/markup fixes (was missed, due to wrong sync tag in r19637 commit)2006-10-05, by voroshil
-
document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)2006-10-05, by lorenm
-
Test programs depend on $(LIB).2006-10-05, by diego
-
Detect sse/2 on intel mac, Valtteri Vuorikoski(vuori@sci.fi)2006-10-05, by nplourde
-
FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.2006-10-04, by diego
-
r20054: Remove outdated/duplicate parts from the SDL section.2006-10-04, by kraymer
-
Also ignore shared libraries.2006-10-04, by diego
-
Remove outdated/duplicate parts from the SDL section.2006-10-04, by diego
-
Mark ao_sdl as SDL-only.2006-10-04, by diego
-
Add SDL-specific keys.2006-10-04, by diego
-
some reformatting2006-10-04, by diego
-
synced with r200492006-10-04, by Gabrov
-
Partial sync to r20024, more to follow (hopefully soon)2006-10-04, by torinthiel
-
r20041: Add IDs to some examples/tables.2006-10-04, by kraymer
-
Fix russian docs build error, caused by my r20046 commit2006-10-04, by voroshil
-
r20041: Add IDs to some examples/tables.2006-10-04, by voroshil
-
r19979: after a long time, finally i could add -endpos option to mplayer2006-10-04, by kraymer
-
r19979: added MSGTR_MPEndposNosizeBased string2006-10-04, by voroshil
-
Fix hz vs Hz typo.2006-10-04, by diego
-
Remove unused files.2006-10-04, by diego
-
Add IDs to some examples/tables.2006-10-04, by diego
-
Remove cs_test and swscale-example on clean.2006-10-04, by diego
-
Remove redundant EXTRALIBS declaration.2006-10-04, by diego
-
Simplify compilation call by using $(EXTRALIBS).2006-10-04, by diego
-
Fix warnings:2006-10-04, by diego
-
Fix warnings:2006-10-04, by diego
-
Make sync tags consistent.2006-10-04, by diego
-
Remove stray $ from sync tags.2006-10-04, by diego
-
Remove outdate, obsolete and inflammatory rants section made in r19973 of English doc2006-10-04, by gpoirier
-
warn the user to disable the cache when playing dvdnav streams2006-10-04, by nicodvb
-
Add a note about checking XML documentation build.2006-10-04, by diego
-
r20028: faacopts :object is in the range 1..4, not 0..32006-10-04, by kraymer
-
Comment out sections that break the build.2006-10-04, by diego
-
faacopts :object is in the range 1..4, not 0..32006-10-04, by nicodvb
-
Recent updates, to r 200242006-10-04, by torinthiel
-
Remove bogus #ifndef WORDS_BIGENDIAN.2006-10-04, by diego
-
The language code for Norwegian Bokmal is nb, not no.2006-10-04, by diego
-
make some global var static (fix a build failure with shared lib on x86_64)2006-10-03, by aurel
-
make PSNR printing more consistent with other encoders2006-10-03, by corey
-
Sync with FFmpeg r6543.2006-10-03, by diego
-
Fix unused variable warning when compiling with MMX disabled.2006-10-03, by diego
-
remove trailing periods in listing, insert dashes for "MPEG n"s2006-10-03, by kraymer
-
r20008: correct parameter value case for -pvr vmode option2006-10-03, by kraymer
-
Simplify and optimize bitmap blending.2006-10-02, by eugeni
-
Fix make install. 10l for Diego.2006-10-02, by rathann
-
Compile fix for odd versions of binutils, namely the ones in Fedora.2006-10-01, by gpoirier
-
Add support for "Safer Mode Extensions", "Supplemental SSE3", "Direct Cache Access"2006-10-01, by gpoirier
-
Add copyright notice and vim/emacs comments to libass and vf_ass.c.2006-10-01, by eugeni
-
Work around ln limitations on MinGW.2006-10-01, by diego
-
Remove unused variables.2006-10-01, by diego
-
Reset demuxer->sub (consistently with audio and video) after seeking and at the end2006-10-01, by nicodvb
-
Fixed typos and some translation errors.2006-10-01, by voroshil
-
Fix broken parse_time_size, it would cause MPlayer to parse its parameter twice,2006-09-29, by reimar
-
correct parameter value case for -pvr vmode option2006-09-29, by ben
-
Remove another duplicate and useless ;2006-09-29, by reimar
-
Remove useless trailing ';'2006-09-29, by gpoirier
-
Convert strings to comments since they're never used,2006-09-29, by gpoirier
-
Do not compile with -DDEBUG by default.2006-09-29, by diego
-
Fix #ifdef indentation.2006-09-29, by diego
-
bug fix for replaying files when double clicking in the playlist.2006-09-28, by vayne
-
in case of errors after decoding quit the main decoding2006-09-27, by nicodvb
-
updated en and fr man pages with changes introduced by new pvr layer2006-09-27, by ben
-
updated ChangeLog due to new pvr handling2006-09-27, by ben
-
Sync section removal.2006-09-27, by diego
-
fixes by jerome ferrari2006-09-27, by gpoirier
-
Lots of fixes by Jerome Ferrari2006-09-27, by gpoirier
-
Some fixes by Jerome Ferrari2006-09-27, by gpoirier
-
Add support for YUVJ formats2006-09-27, by lucabe
-
Fix longstanding drag and drop bug: Only n-1 files get played when n files2006-09-27, by diego
-
r19974: Update gcc section. Some rewording.2006-09-27, by voroshil
-
r19973: Remove outdate, obsolete and inflammatory rants section.2006-09-27, by voroshil
-
r19975: Also mention sysctl for adjusting RTC settings.2006-09-27, by kraymer
-
cosmetics: reformatting, aligning2006-09-27, by kraymer
-
r19973: Remove outdate, obsolete and inflammatory rants section2006-09-27, by kraymer
-
r19979: after a long time, finally i could add -endpos option to mplayer..2006-09-27, by kraymer
-
vo_caca: use the pre-1.x compatibility layer so recent2006-09-26, by corey
-
Add matroska v2 (SimpleBlock) support.2006-09-25, by eugeni
-
cosmetic renames because pvr support will soon be less ivtv driver dependant2006-09-25, by ben
-
sync up to rev.191342006-09-25, by ptt
-
nit: Subversion revision numbers are referenced as r12345.2006-09-25, by diego
-
after a long time, finally i could add -endpos option to mplayer executable.2006-09-25, by ptt
-
sync'd up to rev.185702006-09-25, by ptt
-
sync'd up to (yet) CVS rev.1.1289 thanks to translation by daniele forghieri2006-09-25, by ptt
-
cosmetics2006-09-24, by diego
-
Also mention sysctl for adjusting RTC settings.2006-09-24, by diego
-
Update gcc section, some rewording.2006-09-24, by diego
-
Remove outdate, obsolete and inflammatory rants section.2006-09-24, by diego
-
Cosmetics: add some comments.2006-09-24, by eugeni
-
Shadow support in libass.2006-09-24, by eugeni
-
Remove version.h on distclean.2006-09-24, by diego
-
Remove copy and paste error from FFmpeg sync, MPlayer does not support2006-09-24, by diego
-
Free memory in ass_synth_done().2006-09-24, by eugeni
-
interpolate real fps of dvr-ms files using the extended stream properties.2006-09-24, by nicodvb
-
Make fill_buffer function check for stream eof, fixes hang at eof (bug #580)2006-09-24, by reimar
-
Improve swscale-example to test conversions between all the possible2006-09-24, by lucabe
-
simplifications, any error from libnut is fatal2006-09-23, by ods15
-
sync to new libnut2006-09-23, by ods15
-
Reduce size of non-blurred bitmaps.2006-09-23, by eugeni
-
Cosmetics. Change indentation of block of code to make it consistent with2006-09-23, by eugeni
-
Missing part of previous patch to demux_real.c (revision 19958)2006-09-23, by reimar
-
move video memory info printf before the WIN32 workaround2006-09-23, by faust3
-
int->unsigned to avoid crash to sign extension, partially fixes bug #5802006-09-23, by reimar
-
Cosmetics and comments.2006-09-23, by rik
-
Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>2006-09-23, by rik
-
Update with more mime types.2006-09-23, by diego
-
Avoid buffer overflow: memory has do be allocated accordingly when overwriting a string!2006-09-23, by reimar
-
Do not assign constant string to audio_driver_list, it is supposed2006-09-23, by reimar
-
Fix the sound mute switch in the GUI menu by moving the corresponding2006-09-23, by diego
-
Fix audio stream switching with demux_mkv:2006-09-23, by reimar
-
verbosity--;2006-09-23, by diego
-
when changing chapter, in the osd print the channel number in a more natural form:2006-09-23, by nicodvb
-
Add forgotten emms which caused weird bugs like nan pts values.2006-09-23, by reimar
-
Better fix_outline implementation. No more "fix_outline failed" messages,2006-09-23, by eugeni
-
Fix width -> orig_width typo causing subtitles to be too far to the right2006-09-22, by reimar
-
Whitespace-only cosmetics2006-09-22, by reimar
-
Aggregate multiple small EOSD textures into one large since hundreds of2006-09-22, by reimar
-
Cosmetics: move curtex++ out of for () into code body, needed for coming patch2006-09-22, by reimar
-
use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 02006-09-22, by reimar
-
Make genEOSD behaviour with NULL data more explicit2006-09-22, by reimar
-
Modify clearEOSD to make experimenting easier2006-09-22, by reimar
-
remove useless zero-initialization code.2006-09-22, by reimar
-
Move calculation of text parameters (number of lines, height, etc.) from2006-09-22, by eugeni
-
Move variable declaration to a more deeply nested block. It is not used outside of it.2006-09-22, by eugeni
-
Add missing conversion from IMGFMT_I420 to PIX_FMT_YUV420P.2006-09-22, by corey
-
synced to 14.9.20062006-09-22, by jheryan
-
r19927: Fix typos noticed by Paul TT.2006-09-22, by kraymer
-
remove some unbreakable lines roff errors.2006-09-22, by gpoirier
-
better rounding for audio_delay_fix in muxer_avi.c2006-09-22, by ods15
-
sync up to (yet) CVS rev. 1.12602006-09-22, by ptt
-
Try .mxf with libavformat first, works around a too greedy mpeg-demuxer2006-09-22, by reimar
-
Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn't2006-09-22, by reimar
-
synced with r199272006-09-22, by gpoirier
-
Fix typos noticed by Paul TT.2006-09-22, by diego
-
cosmetics2006-09-22, by diego
-
Cosmetics: fix indentation after last commit.2006-09-21, by eugeni
-
Fix FT_Stroker use in libass. The previous variant ended up with 0-width2006-09-21, by eugeni
-
In r19831, font size multiplier was mistakenly applied to border width.2006-09-21, by eugeni
-
Add conversion from IMGFMT_Y8 to PIX_FMT_GRAY82006-09-21, by lucabe
-
change help_mp-de.h charset to UTF-82006-09-21, by kraymer
-
made file-static new_dvdnav_stream() and dvdnav_stream_read()2006-09-20, by nicodvb
-
removed definitions of no more used or file-static functions2006-09-20, by nicodvb
-
introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);2006-09-19, by nicodvb
-
removed old dvdnav_event definitions2006-09-19, by nicodvb
-
show in the osd the number of the button selected by the mouse2006-09-19, by nicodvb
-
removed dead code2006-09-19, by nicodvb
-
Іnitial button value is -1. Only (button>0) is a correct button selection.2006-09-19, by jonas
-
removed mention of dvdnav_event2006-09-19, by nicodvb
-
Sort events by ReadOrder (if both layer and start time are equal).2006-09-19, by eugeni
-
Set ReadOrder values for external subtitles.2006-09-19, by eugeni
-
Calculate text bounding box in such way that it does not depend on the height2006-09-19, by eugeni
-
Remove just the targets, not the original codecs.2006-09-19, by diego
-
Cosmetics: fix indentation after last commit.2006-09-19, by eugeni
-
Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.2006-09-19, by eugeni
-
sync with r198812006-09-19, by gpoirier
-
Allow shared libavcodec, but explain the implications.2006-09-19, by rathann
-
Add (if applicable) footnote to binary codecs in the feature list.2006-09-18, by rathann
-
fix for disabling screensaver when in fullscreen mode while using the sub window.2006-09-18, by vayne
-
demuxer->movi_end is updated after ds_fill_buffer(),2006-09-18, by nicodvb
-
permit seeking to 0: there's no reason to prevent it2006-09-18, by nicodvb
-
in the previous commit I forgot to set s->end_pos=02006-09-18, by nicodvb
-
at titleset change call update_title_len() to reset stream->end_pos2006-09-18, by nicodvb
-
don't seek until dvdnav_get_position() returns something meaningful2006-09-18, by nicodvb
-
Fix a stupid bug in list concatenation.2006-09-18, by eugeni
-
synced with r198952006-09-18, by Gabrov
-
When the hardware sample format is AC3, do not force using an hardcoded2006-09-18, by cladisch
-
Replace preprocessor hacks to work around compilers not supporting named2006-09-18, by diego
-
When one of the PCM configuration function in init() fails, abort2006-09-18, by cladisch
-
configure should fall back on -mcpu=pentium4 if -mcpu=prescott2006-09-18, by diego
-
Replace silly compilation shell scripts by a simple Makefile.2006-09-18, by diego
-
Fix compilation, too few arguments to fputs.2006-09-18, by diego
-
Fix stupid use of multiplication to check signs which fails because of2006-09-18, by uau
-
Restore original copyright notice as found in xine and xine-mms where this2006-09-18, by diego
-
fix "groff comment issue" (' at beginning of line)2006-09-18, by kraymer
-
r19881: Shorten scale filter parameter names to avoid excessive line length.2006-09-18, by kraymer
-
Add hint about how to check man pages for markup errors.2006-09-18, by diego
-
Add --disable-dvdnav to help output.2006-09-18, by diego
-
roff markup fixes2006-09-18, by diego
-
Shorten scale filter parameter names to avoid excessive line length.2006-09-18, by diego
-
synced with r198792006-09-17, by Gabrov
-
Reduce code duplication in init_render_context().2006-09-17, by eugeni
-
Remove the dependency of libswscale on img_format.h2006-09-17, by lucabe
-
better description of set_mouse_pos.2006-09-17, by nicodvb
-
Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()2006-09-17, by lucabe
-
Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)2006-09-17, by lucabe
-
Remove outdated graphics cards recommendations and fix wrong GTK dependency.2006-09-17, by diego
-
Reword the font section to be a bit more descriptive.2006-09-17, by diego
-
more appropriate translation for INTERACTIVE CONTROL2006-09-17, by kraymer
-
r19865: Wording improvements, document only one half of -mouse-movements flag option.2006-09-17, by kraymer
-
translation by Vladimir Voroshilov, voroshil gmail com2006-09-17, by voroshil
-
conditional declerations are unnecessary2006-09-17, by ods15
-
conditional declerations are unnecessary2006-09-17, by ods15
-
Add demux_nut to MPlayer repo2006-09-17, by ods15
-
Remove obsolete font generator Gimp plugin.2006-09-16, by diego
-
Wording improvements, document only one half of -mouse-movements flag option.2006-09-16, by diego
-
minor wording/spelling changes2006-09-16, by diego
-
The recent renaming of the gcc-checking switches to gcc-check was incomplete.2006-09-16, by diego
-
Subtract glyph bitmap from outline bitmap.2006-09-16, by eugeni
-
documented set_mouse_pos2006-09-16, by nicodvb
-
COSMETICS: fixed broken indentation2006-09-16, by nicodvb
-
documented -[no]mouse-movements2006-09-16, by nicodvb
-
when dvdnav is enabled associate MOUSE_BTN0 to dvdnav 6 (to simulate confirmation)2006-09-16, by nicodvb
-
removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kanera de2006-09-16, by nicodvb
-
Add \be (blur edges) support to libass.2006-09-16, by eugeni
-
Make blur() public. Will be used in libass.2006-09-16, by eugeni
-
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.2006-09-16, by eugeni
-
translation by Vladimir Voroshilov, voroshil gmail com2006-09-16, by voroshil
-
fix typos ("bytes" -> "Bytes")2006-09-16, by kraymer
-
Fixed missed sync tag, thanks to Andrew Savchenko2006-09-16, by voroshil
-
Change demuxer for "application/octet-stream" http streams from2006-09-15, by eugeni
-
don't uninit the video_out when using -fixed-vo; patch by Jonas Jermann2006-09-15, by nicodvb
-
disable multichannel mode, it never worked reliable2006-09-15, by faust3
-
r19839: Add repeated screenshot mode to vf_screenshot.2006-09-15, by kraymer
-
Add repeated screenshot mode to vf_screenshot.2006-09-15, by eugeni
-
Fix Irix build with gcc < 3.x, closes Bugzilla #572.2006-09-14, by diego
-
r19829: Improve TrueType font installation section2006-09-14, by voroshil
-
mmx implementation of yadif. 3.5x faster.2006-09-14, by lorenm
-
cosmetics (indentation)2006-09-14, by lorenm
-
cosmetics2006-09-14, by lorenm
-
r19832: remove leftover parenthesis2006-09-13, by kraymer
-
remove leftover parenthesis2006-09-13, by kraymer
-
Make font outline width proportional to movie resolution.2006-09-13, by eugeni
-
r19825: TrueType fonts now preferred over bitmap fonts, rewrite the font installation.2006-09-13, by kraymer
-
Improve TrueType font installation section.2006-09-13, by diego
-
Move subtitles and OSD section from the installation to the usage chapter.2006-09-13, by diego
-
Slightly restructure font installation section.2006-09-13, by diego
-
Move dvdcss.h to a dvdcss subdirectory, just like upstream libdvdcss does.2006-09-13, by diego
-
TrueType fonts now preferred over bitmap fonts, rewrite the font installation.2006-09-13, by diego