Mercurial > mplayer.hg
graph
-
af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that2008-03-10, by diego
-
typo2008-03-10, by diego
-
CONFIG_SWSCALER --> CONFIG_SWSCALE to match FFmpeg changes.2008-03-10, by diego
-
Make av_class a pointer to const.2008-03-10, by benoit
-
define VOF as double of VOFW.2008-03-10, by benoit
-
Disable QTX emulation on win32; fix builds on cygwin and mingw32.2008-03-10, by zuxy
-
Remove redundant swScaler: output from places where av_log()2008-03-10, by diego
-
Fix wrong check for vidix usage.2008-03-09, by iive
-
Don't use void * arithmetic.2008-03-09, by iive
-
Handle vga_init() error and output error message.2008-03-09, by iive
-
CONFIG_PP --> CONFIG_POSTPROC, sync with FFmpeg2008-03-08, by diego
-
Move HP-UX SCSI header check from the internal libdvdread check to the2008-03-08, by diego
-
cosmetics: Remove useless empty line.2008-03-08, by diego
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.2008-03-08, by diego
-
remove duplicated pci ids in nvidia vidix driver2008-03-08, by ben
-
Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references2008-03-07, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-07, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-07, by diego
-
This header uses parts of stdint.h, so #include it.2008-03-07, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-07, by diego
-
simplify library version handling2008-03-07, by mru
-
Remove unnecessary #ifdef nesting.2008-03-07, by diego
-
cosmetics: Decrapify the indentation of the last few blocks of main().2008-03-07, by diego
-
Add parentheses where necessary to fix || conditions to work as intended.2008-03-07, by diego
-
Remove duplicate conditions in dvdread check.2008-03-07, by diego
-
Set ASFLAGS in configure and initialize it as necessary for OS/2.2008-03-07, by diego
-
sync with FFmpeg r123542008-03-07, by diego
-
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment2008-03-06, by mru
-
sync w/r26067, patch by JRaSH jrash06 A 163 P com2008-03-06, by gpoirier
-
sync w/r26057, patch by JRaSH jrash06 A 163 P com2008-03-06, by gpoirier
-
change sws_format_name to return const char*, supress many warnings2008-03-06, by bcoudurier
-
remove redundant SwScaler text since av_log uses AVClass context2008-03-06, by bcoudurier
-
Add some more paths to find tools on Slackware 12.2008-03-06, by diego
-
Fix printf format string mismatch, eliminates the warning:2008-03-06, by diego
-
Add necessary header #includes to fix 'make checkheaders'.2008-03-06, by diego
-
ve_vfw.c: #include aviheader.h instead of wine avifmt.h2008-03-06, by uau
-
Disable S3 VIDIX driver on non-x86 platforms.2008-03-06, by diego
-
10l: ENABLE_GRAY needs to be present for libavcodec to compile.2008-03-06, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-05, by diego
-
Do not enable grayscale decoding in FFmpeg, it slows down the2008-03-05, by diego
-
Add ENABLE_DECODERS/ENABLE_DEMUXERS alongside CONFIG_DECODERS/CONFIG_DEMUXERS2008-03-05, by diego
-
Yet another hdv fourcc2008-03-05, by reimar
-
Add missing header #includes to fix 'make checkheaders'.2008-03-05, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-05, by diego
-
Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.2008-03-05, by diego
-
Add missing header #includes to fix 'make checkheaders'.2008-03-05, by diego
-
consistency cosmetics: Use #ifdef everywhere instead of #if defined().2008-03-05, by diego
-
One more (forgotten) fix for fixing sws_flags.2008-03-05, by michael
-
Turn ancient V offset numerical constants into named ones.2008-03-05, by michael
-
Fix ffvorbis decoder's output channel order with channel reordering function.2008-03-05, by ulion
-
Add necessary #includes to pass 'make checkheaders'.2008-03-04, by diego
-
Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all2008-03-04, by diego
-
Remove pointless extern keyword from function declaration.2008-03-04, by diego
-
#include parser-cfg.h instead of declaring m_config_parse_config_file extern.2008-03-04, by diego
-
Remove pointless extern keyword from function declaration.2008-03-04, by diego
-
Add comments to #endif preprocessor directives.2008-03-04, by diego
-
Simplify preprocessor conditionals: USE_LIBAV* is defined when compiling2008-03-04, by diego
-
Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.2008-03-04, by diego
-
Remove ugly workaround for conflicting dca.h headers, it is no longer2008-03-03, by diego
-
Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS.2008-03-03, by diego
-
Add directory names to libavcodec #includes.2008-03-03, by diego
-
Remove unnecessary addition of -Ilibavformat to CFLAGS.2008-03-03, by diego
-
cosmetics: prettyprinting and alphabetical order2008-03-03, by diego
-
Move decision about whether or not to compile Windows emulation2008-03-03, by diego
-
Move decision about whether or not to compile wrapper.S to configure.2008-03-03, by diego
-
Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes care2008-03-03, by diego
-
Add checkheaders target, ported from FFmpeg.2008-03-03, by diego
-
Add ID_SEEKABLE information to -identify output.2008-03-03, by diego
-
#include osdep/mman.h if sys/mman.h is not available.2008-03-03, by diego
-
configure: Set CONFIG_ENCODERS=yes in config.mak unconditionally2008-03-03, by uau
-
Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately2008-03-02, by diego
-
Fix comment, qclp fourcc is Qclp not QCLP2008-03-01, by reimar
-
synced with r261382008-03-01, by Gabrov
-
Fix illegal identifiers starting with _ and capital letters.2008-03-01, by diego
-
Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.2008-03-01, by diego
-
Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.2008-03-01, by diego
-
Remove va_start/vsnprintf workaround for OS/2.2008-03-01, by diego
-
Merge two #ifdefs.2008-03-01, by diego
-
cosmetics: reindent, detabify2008-03-01, by diego
-
Remove duplicate extern declaration.2008-03-01, by diego
-
fix bad function prototype2008-02-29, by ben
-
Remove now deprecated Savage VIDIX driver sources2008-02-29, by ben
-
Use MPlayer consistent define naming convention for newly introduce2008-02-29, by ben
-
New S3 VIDIX driver.2008-02-29, by ben
-
Add missing #include.2008-02-29, by eugeni
-
Support switching to/from nosound in demux_lavf.2008-02-29, by eugeni
-
Remove unused function.2008-02-29, by eugeni
-
Reindent.2008-02-29, by eugeni
-
Don't select audio stream in lavf and mkv demuxers.2008-02-29, by eugeni
-
Select audio stream in mplayer and mencoder, overriding demuxer decision.2008-02-29, by eugeni
-
Set audio->sh correctly when switching audio tracks. The same for video tracks.2008-02-29, by eugeni
-
Don't select subtitle track in lavf and mkv demuxers.2008-02-29, by eugeni
-
Demuxer-independent subtitle track selection.2008-02-29, by eugeni
-
Demuxer-independent functions for selecting tracks based on language.2008-02-29, by eugeni
-
Remove stupid checks of free() argument.2008-02-29, by eugeni
-
Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle2008-02-29, by eugeni
-
Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track2008-02-29, by eugeni
-
Add language info to sh_sub_t and sh_audio_t.2008-02-29, by eugeni
-
Attempt to fix -chapter broken for mkv in r259872008-02-28, by reimar
-
joystick.c is only ever compiled on Linux, remove pointless #ifdef2008-02-28, by diego
-
TARGET_OS2 is never set, use __OS2__ instead.2008-02-28, by diego
-
Use _res_comment in joystick check.2008-02-28, by diego
-
cache support for OS/22008-02-28, by diego
-
mmap() support for OS/22008-02-27, by diego
-
Mention nvidia fix for vo gl and especially changed screensaver support2008-02-26, by reimar
-
Default to disabling VIDIX on platforms where it is not known to work.2008-02-26, by diego
-
less preprocessor magic in version number macros2008-02-26, by mru
-
configure: define ENABLE_ENCODERS for FFmpeg2008-02-26, by uau
-
sun rasterfile decoder2008-02-25, by compn
-
FFmpeg now uses different (unified) #include paths.2008-02-25, by diego
-
10l: Revert nonsense commit.2008-02-25, by diego
-
Fix outdated comment.2008-02-25, by diego
-
Remove old EMU_OLD cruft.2008-02-25, by diego
-
#include "libavutil/avutil.h" in swscale.h2008-02-25, by mru
-
Replace silly check for config.h inclusion, just include it.2008-02-24, by diego
-
Disable internal VIDIX on OS/2, patch by Dave Yeo, dave.r.yeo gmail com.2008-02-24, by diego
-
Wrap HAVE_XXX macros with RUNTIME_CPUDETECT, because when RUNTIME_CPUDETECT is2008-02-24, by diego
-
Enable SSE detection on OS/2.2008-02-24, by diego
-
cosmetics: Break one unreadable long line.2008-02-24, by diego
-
__asm __volatile -> asm volatile part 32008-02-24, by reimar
-
Compile codec-cfg binary with -O, avoids problems due to compilers2008-02-24, by reimar
-
Add MPLAYER_ prefix to multiple inclusion guard of generated file.2008-02-24, by diego
-
On OS/2, fall back on the directory where MPlayer is installed if both2008-02-24, by diego
-
On Win32 and OS/2, 'x:filename' path style without '\' path separator2008-02-24, by diego
-
Add missing #includes for Mac OS X, fixes the warning2008-02-24, by diego
-
Add #include <sys/sysctl.h> for Mac OS X, fixes the warning2008-02-24, by diego
-
Do not use a global temps variable, this is ugly and does not compile with ICC.2008-02-24, by reimar
-
Avoid a pointless special-case for opening a file2008-02-24, by reimar
-
Get rid of pointless and confusing comments2008-02-24, by reimar
-
Only icc 10.1 will be supported.2008-02-24, by cehoyos
-
Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).2008-02-24, by cehoyos
-
Remove mistakenly committed hunk.2008-02-23, by diego
-
Properly detect ARM mc acceleration.2008-02-23, by diego
-
Add MPLAYER_ prefix to multiple inclusion guards.2008-02-23, by diego
-
Merge two #ifdefs into one.2008-02-23, by diego
-
#define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.2008-02-23, by diego
-
Move libdca definition to a better place in config.h.2008-02-23, by diego
-
warn to always include PMT and PCR pids in channels.conf (dvb)2008-02-23, by nicodvb
-
removed nonsense in the dvbin section2008-02-23, by nicodvb
-
reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUE2008-02-23, by nicodvb
-
read the PCR of the currently playing program (if available) in demuxer->reference_clock2008-02-23, by nicodvb
-
New member in demuxer_t: reference_clock.2008-02-23, by nicodvb
-
Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.2008-02-22, by eugeni
-
Check glyph bounding box before rasterizing and complain if it is too large.2008-02-22, by eugeni
-
Some debugging routines.2008-02-22, by eugeni
-
Better handling of behind-the-camera objects.2008-02-22, by eugeni
-
Print FreeType version in libass init. Makes error logs slightly more helpful.2008-02-22, by eugeni
-
Add MPLAYER_ prefix to the multiple inclusion guards of generated header files.2008-02-22, by diego
-
Add MPLAYER_ prefix to multiple inclusion guards.2008-02-22, by diego
-
Add MPLAYER_ prefix to multiple inclusion guards.2008-02-22, by diego
-
Discard two symbols from libswscale.2008-02-22, by cehoyos
-
Fix continuous scrolling on OS/2 due to status line updates unless -quiet2008-02-22, by diego
-
Create standard multiple inclusion guards.2008-02-21, by diego
-
Fix copy&paste typo in rgbtest documentation2008-02-21, by reimar
-
Remove misplaced #endif comment.2008-02-21, by diego
-
sync w/r260522008-02-21, by gpoirier
-
sync w/ r260192008-02-21, by gpoirier
-
improve DTD dection of MacPort-install docbook package2008-02-21, by gpoirier
-
Document rgbtest arguments2008-02-21, by reimar
-
Replace Alpha MVI compiler workarounds by a proper configure check.2008-02-21, by diego
-
Use standard multiple inclusion guard.2008-02-21, by diego
-
Remove unused #define from config.h.2008-02-21, by diego
-
OS/2 getch2() support2008-02-21, by diego
-
Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.2008-02-21, by diego
-
Fix r26032: wrong sub stream id assigned to dvdsub_id.2008-02-21, by eugeni
-
Add multiple inclusion guard.2008-02-21, by diego
-
Add missing multiple inclusion guards.2008-02-21, by diego
-
Consistently use filename as multiple inclusion guard.2008-02-21, by diego
-
sync w/r25566, patch by mesecam %mesecam A gmail P com%2008-02-20, by gpoirier
-
sync w/r25308, patch by mesecam %mesecam A gmail P com %2008-02-20, by gpoirier
-
Fix compilation with ASS disabled2008-02-20, by reimar
-
Remove pointless #ifdefs around extern declarations.2008-02-20, by diego
-
vf_sab mirrors coefficients past the edge of the picture instead of cropping:2008-02-20, by diego
-
Add support for DOS-style file:///x:/path paths.2008-02-20, by diego
-
cosmetics: Move definitions to a more standard place.2008-02-19, by diego
-
Add standard license header and make copyright notices consistent.2008-02-19, by diego
-
Clean up lib* version definitions2008-02-19, by mru
-
sync w/r24342, patch by jfallah mesecam at gmail dot com2008-02-19, by gpoirier
-
Support -slang in lavf demuxer.2008-02-19, by eugeni
-
Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.2008-02-19, by albeu
-
typo fixes, port of my patch for upstream libmpeg22008-02-19, by diego
-
Fix illegal identifiers, port of my patch to upstream libmpeg2.2008-02-19, by diego
-
Refactor AltiVec macros as done for FFmpeg.2008-02-18, by diego
-
Refactor AltiVec macros as done for FFmpeg.2008-02-18, by diego
-
This header should not have multiple inclusion guards, it is meant2008-02-18, by diego
-
cosmetics: indent, remove trailing whitespace2008-02-18, by diego
-
Merge the two conditional definitions of get_current_dir_name.2008-02-18, by diego
-
sync w/r260172008-02-18, by gpoirier
-
basic support for OS/2 in configure2008-02-18, by diego
-
Set SYS_BEOS for libdvdcss compilation on BeOS.2008-02-18, by diego
-
Allow specifying a size for -vf rgbtest2008-02-17, by reimar
-
Document af-*, copied from vf-*2008-02-17, by reimar
-
Make -af-pre, -af-add, -af-del and -af-clr available.2008-02-17, by reimar
-
removed wrong example2008-02-17, by compn
-
synced with r260152008-02-17, by Gabrov
-
Document that framedrop needs -no-correct-pts2008-02-17, by reimar
-
-dumpstream will not dump chapters anymore2008-02-17, by compn
-
remove duplicate AV_STRINGIFY() definition2008-02-17, by mru
-
Do not check for __APPLE_ALTIVEC__, just check for __APPLE_CC__.2008-02-16, by diego
-
Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.2008-02-16, by diego
-
FLAT objects cannot have multiple sections, so using the L1 attributes breaks2008-02-16, by diego
-
Avoid reinit of vo with the exactly same parameters over and over.2008-02-16, by reimar
-
cosmetics2008-02-16, by nicodvb
-
libvo: change asm syntax to use ASMALIGN and " # nop"2008-02-15, by uau
-
Support icyx://.2008-02-15, by reimar
-
Always display Icy-Metadata if available, whether we recognize an ICY-Server2008-02-15, by reimar
-
Move printing of Icy-Metadata into an extra function2008-02-15, by reimar
-
Remove useless code2008-02-15, by reimar
-
Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),2008-02-15, by reimar
-
More explicit unsupported pixel format error messages.2008-02-15, by benoit
-
Try to make fps float -> AVRational conversion work better.2008-02-14, by reimar
-
Change force_fps and force_ofps to double2008-02-14, by reimar
-
Change mf_fps to double2008-02-14, by reimar
-
Revert accidentally committed line of r25994.2008-02-14, by cehoyos
-
typo fix: inited --> initialized2008-02-14, by diego
-
add ffpcx decoder, works on my samples.2008-02-13, by compn
-
Fix typo.2008-02-13, by cehoyos
-
typo2008-02-13, by diego
-
Translate stray Italian term.2008-02-13, by diego
-
Implement test for system byteswap.h header file.2008-02-12, by iive
-
Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.2008-02-12, by reimar
-
-chapter is now handled uniformly calling demuxer_seek_chapter() instead2008-02-11, by nicodvb
-
sync w/ r259842008-02-11, by gpoirier
-
Try harder to find OpenGL functions on Windows.2008-02-11, by reimar
-
Slightly document alpha for OSD color2008-02-11, by reimar
-
Support alpha for vo gl osdcolor2008-02-11, by reimar
-
Remove an extern for a variable that no longer exists2008-02-11, by reimar
-
Remove left-over extern definitions that should not be there2008-02-11, by reimar
-
#include just libavutil/common.h, not all of libavutil/intreadwrite.h.2008-02-11, by diego
-
sync w/r259732008-02-10, by gpoirier
-
Make some variables static.2008-02-10, by reimar
-
Avoid a useless extra pointer variable.2008-02-10, by reimar
-
Do not uselessly erase background, OpenGL will take care of drawing everything.2008-02-10, by reimar
-
Disable v4l2 if pthreads are not available, fixes bug #1015.2008-02-10, by diego
-
Avoid -wid message processing blocking MPlayer.2008-02-10, by reimar
-
Hint about possible libmpeg2 problems with -hardframedrop2008-02-10, by reimar
-
Forward mouse messages to -wid Window.2008-02-10, by reimar
-
r25770: URL updates for contributed win32 stuff.2008-02-10, by voroshil
-
Sync tag update: changes in original text are2008-02-10, by voroshil
-
Sync tag update2008-02-10, by voroshil
-
r25605: properties to get and set angle; patch by oattila chello hu2008-02-10, by voroshil
-
Make dither4 & dither8 const.2008-02-09, by cehoyos
-
Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)2008-02-09, by reimar
-
cosmetic typo fix, geneate > generate2008-02-09, by compn
-
Use AV_RB*, reduces x86_64 code size by almost 1kB.2008-02-09, by reimar
-
in some still unknown system format 0x82 identifies AUDIO_DTS2008-02-08, by nicodvb
-
example for setting WMP user-agent string, helps when playlists2008-02-08, by reimar
-
Disable http->mmshttp rewriting hack introduced in r25168,2008-02-08, by reimar
-
Add aspect_fit declaration missing for w32_common.2008-02-07, by reimar
-
Add speex tag2008-02-06, by reimar
-
Check buffer index while reading to avoid sig112008-02-05, by rtogni
-
sync w/r259552008-02-05, by gpoirier
-
typo fix, noticed by JRaSH2008-02-05, by gpoirier
-
It seems that mencoder can not handle correct-pts (lots of "No pts ..." messages),2008-02-05, by reimar
-
Add dv50 fourcc to libdv and ffdv, fixing the following sample:2008-02-04, by diego
-
Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessary2008-02-03, by reimar
-
Allow demuxers to choose a default value for correct_pts2008-02-03, by reimar
-
Implement keepaspect for Windows OpenGL vos.2008-02-02, by reimar
-
Make aspect adjustment calculation simpler and more flexible.2008-02-02, by reimar
-
synced with r259472008-02-02, by Gabrov
-
Add windows cp1256 encoding for arabic, fixes bug #10072008-02-01, by reimar
-
Update the test for ivtv output driver.2008-02-01, by iive
-
ao_functions_t should be const, part 12008-02-01, by reimar
-
Redraw display on toggling border2008-02-01, by reimar
-
Always redraw video on resize.2008-01-31, by reimar
-
Remove unused variable.2008-01-30, by reimar
-
Change code to also work with different outburst sizes2008-01-30, by reimar
-
Reduce number of UnqueueBuffer calls2008-01-30, by reimar
-
alSourceRewindv seems to be broken in particular in Creatives Windows-Implementation,2008-01-30, by reimar
-
Update for security fixes2008-01-30, by rtogni
-
Avoid a MANGLE, there is no register pressure and the generated code2008-01-30, by reimar
-
mark constants as such2008-01-30, by reimar
-
Simplify: use DECLARE_ASM_CONST2008-01-30, by reimar
-
Add support for attachments in lavf demuxer.2008-01-30, by eugeni
-
Split osd related stuff from mp_core.h into new header file mp_osd.h.2008-01-30, by ulion
-
Stream IDs must be written as hex numbers. Fixes2008-01-29, by rtogni
-
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.2008-01-29, by diego
-
Add a comment to the #if 02008-01-29, by reimar
-
Ben co-maintains stream_dvdnav.c2008-01-29, by nicodvb
-
clarification about dvd still menus2008-01-29, by nicodvb
-
Check that index is still within bounds of samples array.2008-01-29, by reimar
-
Make sure chunkmap values are within bounds when using them.2008-01-29, by reimar
-
Do not pointlessly read data, just skip it.2008-01-29, by reimar
-
Disable reading of flac metadata, mere metadata is not worth such a mess.2008-01-29, by reimar
-
Properly check length of flac metadata.2008-01-29, by reimar
-
dvd still menus and latm aac2008-01-29, by nicodvb
-
show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore gmail com2008-01-29, by nicodvb
-
Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape files.2008-01-29, by reimar
-
Allow for larger fragment programs.2008-01-29, by reimar
-
More places that should use SEEK_ABSOLUTE / SEEK_FACTOR2008-01-29, by reimar
-
Use defines to give names to the different seek flags.2008-01-29, by reimar
-
Make some assembler constants global instead of declaring them multiple times.2008-01-29, by reimar
-
Make mov subtitles work with -ass2008-01-29, by reimar
-
clarify comments/docs about lav* being the preferred place to implement new2008-01-28, by ivo
-
Support CODEC_ID_MOV_TEXT2008-01-28, by reimar
-
Simplify a condition that probably is not necessary at all2008-01-28, by reimar
-
sync with r25663 and misc. fixes, patch by JRaSH2008-01-28, by kraymer
-
copy note on new demuxers and codecs to the top of the array as well to be2008-01-28, by ivo
-
Use DECLARE_ASM_CONST where possible in libswscale code2008-01-28, by reimar
-
sync w/ r258212008-01-28, by gpoirier
-
vcd_read must read exactly VCD_SECTOR_DATA bytes.2008-01-28, by reimar
-
note on new demuxers and codecs, add them to lav* instead of libmp*2008-01-28, by ivo
-
port libmpdemux demuxers to libavformat or rewrite from scratch2008-01-28, by ivo
-
Get rid of redundant dbg_printf redefinition. Fixes some warnings:2008-01-28, by diego
-
Consistently use uppercase filename as multiple inclusion guard.2008-01-28, by diego
-
Fix compilation failure because bitfile was undefined:2008-01-28, by diego
-
Add multiple inclusion guards.2008-01-27, by diego
-
Replace with the output of the updated alaw-gen generator program.2008-01-27, by diego
-
Add multiple inclusion guards to generated header file.2008-01-27, by diego
-
Change format string so that the table is nicely aligned.2008-01-27, by diego
-
The alaw tables should be const.2008-01-27, by diego
-
Rename some identifiers to not use leading underscores.2008-01-27, by diego
-
Fix illegal identifiers, names starting with __ are reserved for the system.2008-01-27, by diego
-
Change #warning to FIXME comments.2008-01-27, by diego
-
Fix illegal identifiers, names starting with __ are reserved for the system.2008-01-27, by diego
-
Remove setting of ldconfig, it is unused.2008-01-27, by diego
-
Reindent2008-01-27, by reimar
-
Simplify subtitle handling with -ass2008-01-27, by reimar
-
Support mov subtitle format directly instead of converting to text in the demuxer2008-01-27, by reimar
-
reindent after r258812008-01-27, by ben
-
sub_scale command can now handle both ass and non-ass subs at a time2008-01-27, by ben
-
Make sure sub_font is freed.2008-01-27, by reimar
-
Allow independent scaling of vo_font and sub_font.2008-01-27, by reimar
-
sync with r25821, patch by JRaSH (jrash06 163 com)2008-01-27, by kraymer
-
Remove $Id$ tags, they make diffs between different versions2008-01-27, by reimar
-
Always use inline instead of _inline, the former is supported by all2008-01-27, by reimar
-
Use the standard "static inline" instead of some broken ifdef mess2008-01-27, by reimar
-
Prefer lavf mov demuxer over our own, it should work better most of the time now.2008-01-27, by reimar
-
Simplify init_vobsub: pass palette via extradata.2008-01-26, by reimar
-
Support vobsub palette in extradata, as exported by libavformat2008-01-26, by reimar
-
100l, inverted condition for AVSEEK_FLAG_BACKWARD2008-01-26, by reimar
-
Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on2008-01-26, by reimar
-
Cosmetics: remove some trailing whitespace2008-01-26, by reimar
-
Add QDM2 codec identifier2008-01-26, by reimar
-
Partially support vobsub subtitles from lavf demuxers (palette support missing)2008-01-26, by reimar
-
added AudioSpecificConfigFromBitfile() -that reads from an initizialized2008-01-26, by nicodvb
-
generic functions and structures to parse and statekeep LATM streams2008-01-26, by nicodvb
-
factorize 2 tests2008-01-26, by ben
-
Check for stream change in dvdnav.2008-01-26, by ben
-
add a new state flag to dvdnav in order to notify if2008-01-26, by ben
-
remove useless casts2008-01-26, by ben
-
simplify by a one-liner2008-01-26, by ben
-
remove the spu_set field, replaced by a flag2008-01-26, by ben
-
this end brace was not correctly indented2008-01-26, by ben
-
automatically set spu button highlight when nav cell has changed2008-01-26, by ben
-
Add support for dvdnav still frames playback.2008-01-26, by ben
-
set -vc=ffmpeg12 as dvdnav prefered decoder2008-01-25, by ben
-
spelling cosmetics2008-01-25, by diego
-
add documentation about switch_angle and switch_title slave commands2008-01-24, by ben
-
array was defined for 6 elements while 7 were declared2008-01-24, by ben
-
type expected by dvdnav_get_title_string() is const2008-01-24, by ben
-
remove some redundant declarations2008-01-24, by ben
-
Add new command to switch between dvdnav titles2008-01-24, by ben
-
cosmetic: reindent code after r258432008-01-23, by ben
-
sub_scale command now works with ass subtitles renderer2008-01-23, by ben
-
Add ass_use_margins command and property to shift subtitles to margins and back2008-01-23, by eugeni
-
Add global ass_force_reload flag.2008-01-23, by eugeni
-
Ignore compare.2008-01-23, by diego
-
Zero codec_inited in the init() function, so that it's cleared everytime2008-01-23, by rtogni
-
Add a few const attributes2008-01-23, by reimar
-
Use the proper option name for constant quantizer2008-01-23, by iive
-
Move Zoran video controller check after the libavcodec one.2008-01-23, by iive
-
Disable unused functions find_handle_2, find_handle_by_name, fixes the warning:2008-01-23, by diego
-
Disable unused function test_heap, fixes the warning:2008-01-23, by diego
-
Remove unused function exp_ftol_wrong, fixes the warning:2008-01-23, by diego
-
Remove unused function fixup_address, fixes the warning:2008-01-23, by diego
-
Remove unused DPRINTF__ macro.2008-01-23, by diego
-
Move compare.c to TOOLS, add it to the Makefile and document it.2008-01-23, by diego
-
Fix typo in comment2008-01-21, by reimar
-
Remove useless casts2008-01-21, by reimar
-
synced with r258262008-01-21, by Gabrov
-
Surround variable declarations by preprocessor conditionals to avoid warnings:2008-01-21, by diego
-
Comment out unused variables, fixes the warnings:2008-01-21, by diego
-
Prevent possible buffer overflow on album_title[]2008-01-20, by rtogni
-
Clear tmp between ip6 check and string escape to prevent reuse of the2008-01-20, by rtogni
-
Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a2008-01-20, by diego
-
Added missing single quotation mark.2008-01-20, by cehoyos
-
Fix compilation failue:2008-01-20, by ulion
-
Fix vobsub_seek use same reseek method as vobsub_get_packet did.2008-01-20, by ulion
-
Fix auto-sub code to support filenames with any extension length.2008-01-20, by ulion
-
Allow overriding the codec_tag for audio codecs, and always override2008-01-20, by rtogni
-
Fragment programs must use unix eol.2008-01-20, by reimar
-
Avoid some pointer conversion warnings (the code is messy but not wrong)2008-01-20, by reimar
-
Add missing vo_w32_border prototype2008-01-20, by reimar
-
Fix some function types from unspecified to empty argument list2008-01-20, by reimar
-
Remove redundant declarations (already in video_out.h)2008-01-20, by reimar
-
Extend the precision of rationale conversion so2008-01-19, by iive
-
-panscan should also work for right and left borders2008-01-19, by reimar
-
Some reindentation2008-01-19, by reimar
-
Reindent2008-01-19, by reimar
-
Simplify and keep terminating end-of-line2008-01-19, by reimar
-
Remove a broken and useless hack to avoid a memcpy2008-01-19, by reimar
-
Cached file must be 0-terminated since we use string processing functions on it2008-01-19, by reimar
-
Make sure we do not write the terminating 0 out of bounds2008-01-19, by reimar
-
Add missing #include, fixes the warning:2008-01-19, by diego
-
Use ld conversion specifier for long int argument, fixes the warning:2008-01-19, by diego
-
Add missing #include, fixes the warning:2008-01-19, by diego
-
Fix endless loop if nAvgBytesPerSec is 0.2008-01-19, by reimar
-
Avoid a division by 0 if i_bps is 0.2008-01-19, by reimar
-
Fix usage example comment2008-01-19, by reimar
-
Fix a coefficient for lscale=5 OpenGL mode2008-01-19, by reimar
-
Add name to email address.2008-01-19, by diego
-
Avoid warning:2008-01-19, by reimar
-
Fix some types to const2008-01-19, by reimar
-
audio_out / video_out structs should be treated as const2008-01-19, by reimar
-
Fix warning:2008-01-19, by reimar
-
Avoid void* arithmetic2008-01-19, by reimar
-
Simplify and silence lots of warnings2008-01-19, by reimar
-
Add the edge-enhancement filter based on edgedetect I had lying around.2008-01-19, by reimar
-
Fix using both lscale and cscale 42008-01-19, by reimar
-
sync w/r257862008-01-18, by gpoirier
-
Add a fragment program for 5x5 unsharp masking2008-01-18, by reimar
-
Remove leftover backslash2008-01-18, by reimar
-
Simplify2008-01-18, by reimar
-
Use the same unsharp filter template for 2D and RECT textures2008-01-18, by reimar
-
Small typo in message2008-01-18, by reimar
-
Remove broken test program that likely never worked.2008-01-18, by diego
-
Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).2008-01-17, by benoit
-
Remove some useless parentheses.2008-01-17, by benoit
-
Cosmetics: whitespaces2008-01-17, by benoit
-
Remove non cosmetic spaces inside parentheses.2008-01-17, by benoit
-
Description: remove superfluous parentheses.2008-01-17, by benoit
-
Check param in sws_getCachedContext().2008-01-17, by benoit
-
Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.2008-01-17, by ulion
-
Fix OpenGL unsharp filter2008-01-16, by reimar
-
typo fix2008-01-16, by diego
-
VIDIX is no longer a shared library.2008-01-16, by diego
-
URL updates for contributed win32 stuff.2008-01-16, by diego
-
better ao/vo profile examples2008-01-16, by diego
-
misc markup fixes2008-01-16, by diego
-
misc spelling fixes2008-01-16, by diego
-
removed a english part, left in here, sigh2008-01-15, by ptt
-
little grammar fix2008-01-15, by ptt
-
synced with r257572008-01-15, by ptt
-
added missing "&"2008-01-15, by ptt
-
added missing escapes2008-01-15, by ptt
-
syncet to r256632008-01-15, by ptt
-
updated my mail address2008-01-15, by ptt
-
add default deinterlace key2008-01-15, by compn
-
Create/allocate conversion textures before scaler textures.2008-01-15, by reimar
-
Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.2008-01-15, by reimar
-
Document vo gl lscale=32008-01-15, by reimar
-
Add a forgotten case to create_scaler_textures, avoids an incorrect warning.2008-01-15, by reimar
-
Remove a useless cast2008-01-15, by reimar
-
The GUI requires font support.2008-01-14, by diego
-
Seems that all - should be escaped in the man page2008-01-14, by reimar
-
Extend heartbeat-cmd man page entry2008-01-14, by reimar
-
Simplify/cleanup of real_calc_response_and_checksum()2008-01-13, by rtogni
-
Don't oversize realchallenge buffers2008-01-13, by rtogni
-
Put bff_mask into muxer context instead of a global variable.2008-01-13, by reimar
-
Fix the bug where the window would become smaller each time vo_ontop is toggled.2008-01-13, by reimar
-
Make some radeon vidix driver tables static and const2008-01-13, by reimar
-
Make mp_properties const2008-01-13, by reimar
-
All the m_property stuff works fine with constant m_option_t2008-01-13, by reimar
-
Make xpm arrays really const (I missed that they are not strings but2008-01-13, by reimar
-
Make all gui xpm bitmaps const2008-01-13, by reimar
-
gui_opts should be const for win32 gui as well (why, oh why, was all2008-01-13, by reimar
-
Win32 gui has the same m_option_print error handling bug2008-01-13, by reimar
-
Fix 100l: error check for m_option_print was unreachable2008-01-13, by reimar
-
Make big gui_opts array const2008-01-13, by reimar
-
Make several mapping tables related to input processing const.2008-01-13, by reimar
-
Mark qt default palette tables as const2008-01-13, by reimar
-
Make all demuxer_desc_t const, thus moving them to .rodata2008-01-13, by reimar
-
First step towards making all demuxer_desc_t const2008-01-13, by reimar
-
Remove a useless assignment (there is an if just a few lines above2008-01-13, by reimar
-
Simplify cue-parsing2008-01-13, by reimar
-
Get rid of quite useless inum variable2008-01-13, by reimar
-
Add a forgotten #ifdef USE_ASS around ass_free_track2008-01-13, by reimar
-
Use AV_WB*2008-01-13, by reimar
-
Remove some useless () and {}2008-01-13, by reimar
-
Simplify2008-01-13, by reimar
-
Use AV_WB16 instead of ugly memcpy hacks2008-01-13, by reimar
-
Use AV_RB* instead of custom variants.2008-01-13, by reimar
-
Use sizeof instead of size variables/defines2008-01-13, by reimar
-
Make some pnm data const2008-01-13, by reimar
-
dvb_demuxdev etc. are only used in dvb_tune.c so make them static2008-01-13, by reimar
-
Make several arrays const2008-01-13, by reimar
-
Remove some unused extern variables2008-01-13, by reimar
-
stream_opts should be const2008-01-13, by reimar
-
stream_info_t opts and protocols point to constant data as well.2008-01-13, by reimar
-
Make all tvi_info_t const2008-01-13, by reimar
-
Make some tvi_functions_t pointers const that I forgot to change before2008-01-13, by reimar
-
Remove useless ifdefs2008-01-13, by reimar
-
Add type to extern declaration2008-01-13, by reimar
-
Make dvd_audio_stream_types and dvd_audio_stream_channels const2008-01-13, by reimar
-
tvi_functions_t should be const2008-01-13, by reimar
-
Add forgotten const for pal_ireland.2008-01-13, by reimar
-
Remove another 2 useless casts2008-01-13, by reimar
-
Get rid of another useless cast2008-01-13, by reimar
-
Remove a cast useless since r24425.2008-01-13, by reimar
-
Move variable declaration into block where it is used.2008-01-13, by reimar
-
Remove result from warning string, it has no useful meaning here.2008-01-13, by reimar
-
Remove a useless cast2008-01-13, by reimar
-
moved pes_header from file-static to send_mpeg_pes_packet_ll()2008-01-13, by nicodvb
-
fix bug in error message (found by Diego through a compiler warning)2008-01-13, by rik
-
Use a transform_color function to reduce code duplication2008-01-12, by reimar
-
Write functions used by send_mpeg_*_packet may _not_ modify data2008-01-12, by reimar
-
ps1_header and ps2_header should be const2008-01-12, by reimar
-
Add a few "const" attributes.2008-01-12, by reimar
-
Remove unused variable2008-01-12, by reimar
-
Move uselessly global variables2008-01-12, by reimar
-
Adjust list of colourspaces supported by vd_ijpg2008-01-12, by reimar
-
Colourspace conversions do _not_ belong into a decoder!2008-01-12, by reimar
-
Cosmetics: get rid of huge amounts of trailing whitespace2008-01-12, by reimar
-
Remove an unused global variable2008-01-12, by reimar
-
Avoid uselessly global variables2008-01-12, by reimar
-
100l, free strdup'd strings2008-01-12, by reimar
-
Builtin codecs array can now be const2008-01-12, by reimar
-
Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with2008-01-12, by reimar
-
Do not try to guess font metrics based on its bounding box.2008-01-12, by eugeni
-
Add libass support to demux_lavf.2008-01-12, by eugeni
-
Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().2008-01-12, by eugeni
-
Add demuxer interface for attachments.2008-01-12, by eugeni
-
Remove global_ass_track. Instead create an ass_track for each 't' track.2008-01-11, by eugeni
-
Move all subtitle parsing from mkv demuxer to update_subtitles().2008-01-11, by eugeni
-
Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.2008-01-11, by eugeni
-
Set extradata for subtitle tracks in mkv demuxer.2008-01-11, by eugeni
-
Add extradata to sh_sub_t.2008-01-11, by eugeni
-
Factorize private data decoding for subtitle tracks in mkv demuxer.2008-01-11, by eugeni
-
Make code slightly less confusing to me2008-01-11, by reimar
-
Slightly deobfuscate2008-01-11, by reimar
-
Another small simplification. Slightly worse performance in the case2008-01-11, by reimar
-
Slightly simplify read_buffer code2008-01-11, by reimar
-
Simplify: use memset2008-01-11, by reimar
-
Fix indentation2008-01-11, by reimar
-
Remove useless cast2008-01-11, by reimar
-
document vo.* and ao.* playback profiles2008-01-11, by ben
-
Fix buffer overflow bug by calculate the buffer size accurately.2008-01-11, by ulion
-
allow profile loading per audio/video output2008-01-10, by ben
-
Add an extra check to avoid a case that cause black lines in scaled2008-01-10, by reimar
-
Clear demuxed data when subtitle track is changed.2008-01-10, by eugeni
-
Use malloc for codecdata. Fixes segfault in free_sh_sub.2008-01-10, by eugeni
-
updated english manpage with protocol/extension profile loading feature2008-01-10, by ben
-
factorizes variable check2008-01-10, by ben
-
add support for per protocol and per extension playback profile loading2008-01-10, by ben
-
export m_config_set_profile()2008-01-10, by ben
-
allow generation of ctags and etags2008-01-10, by ben
-
Deny the code using realpath().2008-01-10, by ulion
-
sync w/r256572008-01-09, by gpoirier
-
Codecdata must always be malloc'd, fixes free being called with an2008-01-09, by reimar
-
dumpstream is NOT a better way to copy a dvd title2008-01-09, by compn
-
dvd-device can specify iso files too2008-01-09, by compn
-
Set CONFIG_SWSCALER in order to avoid imgresample2008-01-09, by uau
-
Remove unnecessary <signal.h> includes2008-01-09, by uau
-
Use getppid instead of getpid and move a snprintf to where it is actually needed.2008-01-08, by reimar
-
Simplify a needlessly complex use of snprintf2008-01-08, by reimar
-
Do not use exit_player in the signal handler, this code just can not2008-01-08, by reimar
-
Clear fonts when the file is closed.2008-01-08, by eugeni
-
Fix ass_clear_fonts not deallocating fontdata.2008-01-08, by eugeni
-
Fix illegal identifiers, names starting with __ are reserved for the system.2008-01-08, by diego
-
Fix illegal identifier, names starting with _ and uppercase are reserved.2008-01-07, by diego
-
Fix illegal identifier, names starting with _ and uppercase are reserved.2008-01-07, by diego
-
Fix #endif comment, sync with libdvdcss r208.2008-01-07, by diego
-
No need to reinvent strdup...2008-01-07, by eugeni
-
sync with r25158, patch by JRaSH2008-01-07, by kraymer
-
Deallocate audio track codecdata.2008-01-07, by eugeni
-
Copy font data to ass_library instead of referencing demuxer-owned memory.2008-01-07, by eugeni
-
Set freetype flag in the font_desc_t when using a freetype font.2008-01-07, by ulion
-
Add heartbeat-cmd option2008-01-07, by reimar
-
Remove some now unused screensaver stuff code.2008-01-07, by reimar
-
Remove most of the messy screensaver code in favour of only XResetScreenSaver2008-01-07, by reimar
-
Use a screensaver_off variable to save current state and avoid2008-01-07, by reimar
-
Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved2008-01-06, by diego
-
Make some functions in mplayer.c static2008-01-06, by reimar
-
Relicense to GPL v2 or later with Reimar's permission.2008-01-06, by diego
-
Whitespace-only cosmetics: get rid of tabs2008-01-06, by reimar
-
Rename common.[ch], there are too many files by that name.2008-01-06, by diego
-
cosmetics: alphabetical order2008-01-06, by diego
-
Rename common.[ch] to gtk_common.[ch], there are too many files by that name.2008-01-06, by diego
-
Don't overread audio data2008-01-06, by rtogni
-
Don't dynamically allocate sub_packet_lengths[] in raac demuxing.2008-01-06, by rtogni
-
Do not pass timestamp to realvideo binary decoder2008-01-06, by rtogni
-
Remove unused definition.2008-01-06, by diego
-
Remove changelog from file header, we have revision control for this.2008-01-06, by diego
-
cosmetics: Whitespace changes, add comments to some #endif directives.2008-01-06, by diego
-
Remove all test programs with 'make clean'.2008-01-06, by diego
-
/usr/lib/win32 --> /usr/local/lib/codecs2008-01-06, by diego
-
Remove compilation command comments.2008-01-06, by diego
-
Ignore test programs.2008-01-06, by diego
-
Comment out non-existing mp_msg_set_level function to fix linking.2008-01-06, by diego
-
Fix compilation by replacing a broken macro with in-place code.2008-01-06, by diego
-
Fix compilation due to conflicting type declaration:2008-01-06, by diego
-
Add missing #include so that the header works standalone.2008-01-06, by diego
-
Add proper compilation rules for qtx/list and qtx/qtxload and remove silly2008-01-06, by diego
-
Get the dshow test program closer to linking.2008-01-06, by diego
-
Fix warnings:2008-01-06, by diego
-
Add missing #includes to fix compilation:2008-01-06, by diego
-
Allow overriding [Script Info] parameters with -ass-force-style option.2008-01-05, by eugeni
-
Give a sense to this sentence2008-01-05, by ben
-
angle switching in dvd2008-01-05, by nicodvb
-
documented angle commands2008-01-05, by nicodvb
-
Fix typo, LIBNAME should be LIBNAME_COMMON.2008-01-05, by diego
-
properties to get and set angle; patch by oattila chello hu2008-01-05, by nicodvb
-
properties to change angle; patch by oattila chello hu2008-01-05, by nicodvb
-
implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu2008-01-05, by nicodvb
-
implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu2008-01-05, by nicodvb
-
NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTRL_SET_ANGLE2008-01-05, by nicodvb
-
remove code for colorspaces x264 doesn't support2008-01-05, by lorenm
-
fixed bug when playing multi-angle titles: the address field in the agli data2008-01-05, by nicodvb
-
fix artifacts in -vf fspp. regression in r23476.2008-01-05, by lorenm
-
Fix property audio_delay bug when step up/down with arg value NULL.2008-01-05, by ulion
-
sync w/r255872008-01-04, by gpoirier
-
synced with r255922008-01-03, by Gabrov
-
Add HAVE_SOCKLEN_T to config.h for FFmpeg2008-01-03, by uau
-
Relicense file to GPL v2 or later with the permission of Rudolf Marek,2008-01-02, by diego
-
Add proper license header.2008-01-02, by diego
-
Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.2008-01-02, by diego
-
Properly express dependencies for generated .c and .h files.2008-01-02, by diego
-
when {v|a}_o_mpegpes:card isn't specified by the user mplayer uses the first available card2008-01-02, by nicodvb
-
when :card isn't specified by the user search the first available card2008-01-02, by nicodvb
-
Add an example for dvdnav:// usage with path.2008-01-02, by cehoyos
-
Use _ISOC99_SOURCE instead of _GNU_SOURCE.2008-01-02, by diego
-
Happy New Year!2008-01-02, by zuxy
-
10l: Replace #define with #endif where I really meant to write #endif.2008-01-02, by diego
-
Add multiple inclusion guards to all header files that lack them.2008-01-01, by diego
-
Add a comment that explains why this header has no multiple inclusion guards.2008-01-01, by diego
-
Replace multiple inclusion guards with leading underscores by default names.2008-01-01, by diego
-
Consistently use _H in multiple inclusion guard.2008-01-01, by diego
-
consistency cosmetics: Do not #define multiple inclusion guards to 1.2008-01-01, by diego
-
Consistently use just the name of the #ifdef directive in preprocessor comments.2008-01-01, by diego
-
consistency cosmetics2008-01-01, by diego
-
Consistently use just the name of the #ifdef directive in #endif comments.2008-01-01, by diego
-
Fix wrong #endif comment that does not match the #ifdef directive.2008-01-01, by diego
-
Port typo fixes from FFmpeg.2008-01-01, by diego
-
Remove compilation command from source file, it is already in the Makefile.2008-01-01, by diego
-
Fix license header to read Lesser General Public License 2.1,2008-01-01, by diego
-
unrarlib.o no longer exists, link against unrar_exec.o.2008-01-01, by diego
-
Add explanatory comments to #endif preprocessor directives.2008-01-01, by diego
-
include dvdnav.h from its installation directory rather than appending2008-01-01, by nicodvb
-
update copyright year to 20082008-01-01, by gpoirier
-
removed inclusion of unneeded header (forgotten in previous commit)2008-01-01, by nicodvb
-
Add explanatory comments to the #endif part of multiple inclusion guards.2007-12-31, by diego
-
Add comments to some #endif directives.2007-12-31, by diego
-
Remove superfluous README file, its content is in the Copyright file.2007-12-31, by diego
-
Comment out the correct #endif directive.2007-12-31, by diego
-
Relicense files marked as GPL v2 to GPL v2 or later.2007-12-31, by diego
-
Fix typo in multiple inclusion guard comment.2007-12-31, by diego
-
Relicense GPL v2 files as GPL v2+ and add proper license headers.2007-12-31, by diego
-
Default use the dir where the current playing file located if path not set.2007-12-31, by ulion
-
Relicense files written by Nick Kurshev and marked as "GPL v2" to2007-12-30, by diego
-
Add proper license header.2007-12-30, by diego
-
Add missing #include, fixes the warning:2007-12-30, by diego
-
Remove unused variable, fixes the warning:2007-12-30, by diego
-
Remove redundant extern declarations, fixes the warnings:2007-12-30, by diego
-
sync w/r25529, patch by JRaSH: jrash06 A 163 P com2007-12-30, by gpoirier
-
Remove unused static variables, fixes the warnings:2007-12-30, by diego
-
Remove unused variables, fixes the warnings:2007-12-30, by diego
-
Disable unused code, fixes the warning:2007-12-30, by diego
-
Add missing #include for vo_draw_text.2007-12-30, by diego
-
Do not duplicate MJpegContext struct, #include the proper header instead.2007-12-30, by diego
-
Add missing #include, fixes the warning:2007-12-30, by diego
-
typo2007-12-30, by diego
-
Improve comments for ass_process_* functions.2007-12-30, by eugeni
-
Return from ass_start_frame immediately if the track is empty.2007-12-30, by eugeni
-
synced with r255392007-12-29, by Gabrov
-
Use proper length specifiers in mp_msg calls, fixes the warnings:2007-12-28, by diego
-
Fix warnings when compiling test application.2007-12-28, by diego
-
Fix update_subtitles() checking subtitle type for the wrong track.2007-12-28, by eugeni
-
synced with r254552007-12-28, by ptt
-
Add detection of *lrint* and round* functions to configure.2007-12-28, by eugeni
-
Make windres binary name configurable, useful for cross-compiling.2007-12-28, by diego
-
Remove redundant option 'auto-close' from cmdlist and filesel.2007-12-28, by ulion
-
typo in preprocessor condition2007-12-27, by diego
-
Remove unused static variable pass, fixes the warning:2007-12-27, by diego
-
From now on, libmenu does not steal all input keys from input modules.2007-12-26, by ulion
-
Support ?(!NAME:TEXT) format for expanding string by property.2007-12-26, by ulion
-
Add a missing free of the avctx2007-12-25, by reimar
-
Use '-' instead of '_' in option name.2007-12-25, by ulion
-
Remove useless scope.2007-12-25, by ulion
-
Change the default osd menu command for AR_MENU in comment of input.conf.2007-12-25, by ulion
-
Simplify the condition code.2007-12-25, by ulion
-
Add some const/static qualifiers as appropriate2007-12-24, by reimar
-
Use realloc_struct in more places for consistency2007-12-24, by reimar
-
Get rid of some of the more excessive () and casts.2007-12-24, by reimar
-
pci_db2c.awk creates more than just two .c files, add the rest to the rule.2007-12-24, by diego
-
Skip unnecessary (debug) output; obey the rule of silence.2007-12-24, by diego
-
Make sure we have an rtsp session2007-12-24, by lu_zero
-
typo: begining --> beginning2007-12-23, by diego
-
Replace LOAD_LE32 etc. by AV_RL32 etc.2007-12-23, by reimar
-
Add a read_varlen function to reduce some code duplication2007-12-23, by reimar
-
Fix compilation of liba52/test.c testing and benchmarking application.2007-12-23, by iive
-
Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour2007-12-22, by reimar
-
cosmetics: Remove trailing whitespace, reformat one comment.2007-12-22, by diego
-
Add proper copyright/license headers.2007-12-22, by diego
-
Add missing X11/extensions/scrnsaver.h include2007-12-22, by reimar
-
Remove wrong and misleading comments.2007-12-22, by diego
-
typos2007-12-22, by diego
-
cosmetics: grammar/spelling2007-12-22, by diego
-
100l, fix compilation.2007-12-22, by reimar
-
Grammar fix.2007-12-22, by ulion
-
Add copyright info for s/pdif code from VideoLAN.2007-12-22, by ulion
-
Add missing #include, fixes2007-12-22, by diego
-
cosmetics: Remove trailing whitespace.2007-12-22, by diego
-
cosmetics: spelling fixes2007-12-22, by diego
-
Set is_streamed correctly, should make network playback work more reliably.2007-12-22, by reimar
-
Get rid of URLProtocol mess (especially problematic since it made use2007-12-22, by reimar
-
Typo fix in message2007-12-22, by reimar
-
Simplify int_fastXY_t test in configure.2007-12-22, by reimar
-
Do not send mouse movements events in root win mode.2007-12-22, by ulion
-
Remove useless #ifdefs2007-12-22, by reimar
-
Add support for XScreenSaverSuspend2007-12-22, by reimar
-
Check availability before check argument for getting gamma properties.2007-12-22, by ulion
-
Revert to r25490, since the r25491 is not correct.2007-12-22, by ulion
-
Combine code for check availability of property audio(id).2007-12-22, by ulion
-
Combine common code for check whether chapter is available.2007-12-22, by ulion
-
OSD menu support mouse selection.2007-12-22, by ulion
-
Move two variable to the scope where they are indeed used.2007-12-22, by ulion
-
Simplify a little bit2007-12-21, by reimar
-
Remove a check that is never in any way useful2007-12-21, by reimar
-
comment typo fixes2007-12-21, by diego
-
Avoid some le2me_ASF_* stuff operating directly on buffer, should2007-12-21, by reimar
-
The lagarith DLL requires an MMX2 CPU.2007-12-21, by diego
-
Remove another useless cast2007-12-21, by reimar
-
100l, buffer bound checks work better when done _before_ access.2007-12-21, by reimar
-
Reduce some extreme parsing ugliness (mostly cosmetic)2007-12-21, by reimar
-
Remove useless alloc casts2007-12-21, by reimar
-
Reduce code duplication: add a asf_read_wrapper function that never does partial reads2007-12-21, by reimar
-
30% synced with r227532007-12-20, by ptt
-
Move more variables into the block where they are used2007-12-20, by reimar
-
Move a variable to where it is used2007-12-20, by reimar
-
Support send mouse movements commands to mplayer.2007-12-20, by ulion
-
Fix stream_cache to use sector_size set in stream_t.2007-12-20, by ulion
-
Move ds->current=NULL; further up to the free_demux_packet.2007-12-20, by reimar
-
Fix comment from unrarlib to unrar_exec2007-12-20, by ulion
-
Remove redundant code since unrarlib was removed.2007-12-20, by ulion
-
Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD2007-12-20, by reimar
-
Remove internal unrarlib copy, the new unrarexec code is a strict superset.2007-12-20, by diego
-
Make sure strides have positive values before converting.2007-12-20, by benoit
-
Add variable bx, dx to simplify code of function menu_draw_list.2007-12-20, by ulion
-
Add local variable 'line_h' to simplify code of function menu_list_draw.2007-12-20, by ulion
-
Ignore mouse pos command when pausing.2007-12-19, by ulion
-
Currently menu title did not align center together with menu items when x>=0.2007-12-19, by ulion
-
Calculate and draw osd accurately.2007-12-19, by ulion
-
Make libmenu init and uninit in proper place.2007-12-19, by ulion
-
Vobsub support tridx setting in .idx file.2007-12-19, by ulion
-
Use calloc instead of malloc when allocate vobsub_t.2007-12-19, by ulion
-
sync w/r254552007-12-19, by gpoirier
-
Protocol name should be case insensitive.2007-12-19, by ulion
-
Merge 'Jump to ...' with 'Prev/Next' menu item into one item 'Prev/Next ...'.2007-12-19, by ulion
-
typo noticed by Paul TT2007-12-18, by diego
-
sync w/254402007-12-18, by gpoirier
-
Use NSMakeRect and NSRect in correct way:2007-12-18, by ulion
-
Fix wrong code in last commit.2007-12-18, by ulion
-
Fix mouse button mapping:2007-12-18, by ulion
-
Here should add the minb to x when x>=0 because in later code2007-12-18, by ulion
-
Fix the menu uninit function name.2007-12-18, by ulion
-
Replace another m_struct_t by 'struct m_struct_st' to remove depedency2007-12-18, by ulion
-
Stop MPlayer from complaining about bogus AviSynth DLL load failures.2007-12-18, by diego
-
Remove dependency on m_struct.h when include libmenu/menu.h.2007-12-18, by ulion
-
Do not operate on vobsub when no video (Bug #312).2007-12-18, by ulion
-
r25345 patched the wrong line.2007-12-17, by ben
-
Record screen size and display size in vo_ variables.2007-12-17, by ulion
-
screen_frame is only used for fullscreen mode.2007-12-17, by ulion
-
Fix the expand text's format by the source.2007-12-17, by ulion
-
Caching toc header in vcd private structure for later use.2007-12-17, by ulion
-
Add cdda stream control for chapter commmands.2007-12-17, by ulion
-
Fix indent for last commit.2007-12-17, by ulion
-
Ignore elements of keybindings other than 'binding'.2007-12-17, by ulion
-
Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.2007-12-17, by ulion
-
Display parsed keycode in verbose output.2007-12-17, by ulion
-
mention that the sync is partial2007-12-17, by gpoirier
-
partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%2007-12-17, by gpoirier
-
cosmetics: Remove trailing whitespace.2007-12-17, by diego
-
Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).2007-12-17, by ulion
-
Fix memory leak.2007-12-17, by ulion
-
The function parameter 'preferred_language' should be const char *.2007-12-17, by ulion
-
Use correct #include for waitpid, fixes the warning:2007-12-17, by diego
-
Remove useless stray #include.2007-12-16, by diego
-
Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.2007-12-16, by diego
-
Should not change stream->pos in fill_buffer function.2007-12-16, by ulion
-
cosmetics: reformatting2007-12-16, by diego
-
There are no special rules for commits to the build system.2007-12-16, by diego
-
Support cddb on darwin.2007-12-16, by ulion
-
make libass use sub_font_name whenever it's possible2007-12-16, by ben
-
sync w/ r25389 (up-to-date!!)2007-12-16, by gpoirier
-
sync w/r253152007-12-16, by gpoirier
-
10l, in dvb_free_config() channels' names must be free individually2007-12-15, by nicodvb
-
cosmetic: indent after r254152007-12-15, by ben
-
do not override *file_format if already set by asf_streaming_start()2007-12-15, by ben
-
pa_stream_write reportedly needs locking of the main loop2007-12-15, by reimar
-
Fix indentation2007-12-15, by reimar
-
Remove pointless pa_stream_trigger call2007-12-15, by reimar
-
Documentation for waitop function2007-12-15, by reimar
-
Make the end_sector accessable (it should be).2007-12-15, by ulion
-
Add auto-update property for property menu item.2007-12-15, by ulion
-
Only read disc info once and save it for later using.2007-12-15, by ulion
-
dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)2007-12-15, by nicodvb
-
The buffer used for pread need be aligned, but currently it got an offset 232007-12-15, by ulion
-
Get end position of last track by adding its starting address with track size.2007-12-15, by ulion
-
Replace printf with mp_msg.2007-12-15, by ulion
-
partial sync with some of the latest commits2007-12-14, by gpoirier
-
Always enable largefile support by default2007-12-14, by uau
-
implemented frame selection for savage driver2007-12-14, by ben
-
fix frame size calculation2007-12-14, by ben
-
remove useless code parts2007-12-14, by ben
-
bgr24 and bgr32 support2007-12-14, by ben
-
rgb -> bgr2007-12-14, by ben
-
register values were already set: simplify2007-12-14, by ben
-
Only print one track info when exactly seeking to the beginning of a track.2007-12-14, by ulion
-
Support chapter in OSD menu.2007-12-14, by ulion
-
Support chapter as a property.2007-12-14, by ulion
-
Fix stream cdda seeks to CD's end and hangs forever bug.2007-12-14, by ulion
-
Support using unrar executable to access rar-compressed vobsub files.2007-12-14, by ulion
-
Cosmetics: Fix indentation.2007-12-14, by cehoyos
-
Set correct image format for 24bit "raw " in mov files.2007-12-14, by cehoyos
-
Add demuxer functions for chapter feature.2007-12-13, by ulion
-
Add new audio filter for encoding multi-channel audio into ac3 at runtime.2007-12-13, by ulion
-
cosmetics: partially reformatted this monstruosity2007-12-12, by nicodvb
-
fix memleaks; patch by andrew calkin from gmail com2007-12-12, by nicodvb
-
reverted r25323: deprecated by ulion's recent patches2007-12-12, by ben
-
synced with r253792007-12-12, by ptt
-
add lagarith codec, someone finally found it in the wild.2007-12-12, by compn
-
Fix libass to support -nofontconfig.2007-12-12, by ulion
-
cosmetics: Remove ugly and inconsistent uppercasing from filenames.2007-12-12, by diego
-
cosmetics: Move public function declarations together.2007-12-12, by diego
-
Add missing declaration for dct64_altivec, fixes the warning:2007-12-12, by diego
-
Fix memory leak. I thought asx_get_attrib() return a const char *,2007-12-12, by ulion
-
Fix memory leak, reported by Andrew Calkin <andrew P calkin A gmail P com>.2007-12-12, by ulion
-
Remove headers not used.2007-12-12, by ulion
-
Add OSD menu keybindings for Apple Remote.2007-12-12, by ulion
-
Update comment that navigating keys is defined in menu.conf.2007-12-12, by ulion
-
Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.2007-12-11, by diego
-
Add missing #include <stdio.h>, fixes the warning:2007-12-11, by diego
-
support for xtensa CPU architecture2007-12-11, by diego
-
Slightly simplify preprocessor conditionals.2007-12-11, by diego
-
Ahem, fix breakage of last commit: The AltiVec detection code has three2007-12-11, by diego
-
allow osd menu being controlled by joystick2007-12-11, by ben
-
Do not set SYS_AMIGAOS4, it is unused.2007-12-11, by diego
-
SYS_AMIGAOS4 --> __AMIGAOS4__2007-12-11, by diego
-
slight consistency change for default DVD device selection2007-12-11, by diego
-
Remove redundant condition from list of CD/DVD-ROM devices.2007-12-11, by diego
-
Do not set -DSYS_DARWIN, it is unused.2007-12-11, by diego
-
Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.2007-12-11, by diego
-
Remove redundant and obfuscating preprocessor conditional.2007-12-11, by diego
-
Replace SYS_DARWIN conditional by the more correct __APPLE__.2007-12-11, by diego
-
There is a check for altivec.h in configure so use the preprocessor directive2007-12-11, by diego
-
Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.2007-12-11, by diego
-
Make init_video function in dec_video static, it is not used outside that file.2007-12-11, by reimar
-
Identifiers starting with __ are reserved for the system.2007-12-11, by diego
-
Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when2007-12-11, by diego
-
Relicense as GPL v2 or later like the rest of liba52.2007-12-11, by diego
-
Fix spudec to display current vobsub immediately after a seek.2007-12-11, by ulion
-
Make up missing changelog for dts wav support.2007-12-11, by ulion
-
Support to run multiple mplayer commands set in menu.conf2007-12-11, by ulion
-
Add new function for parsing and queueing multi-commands separated by \n or \r.2007-12-11, by ulion
-
some changes2007-12-10, by compn
-
Fixed VIDIX color bug that was introduced when Radeon VIDIX driver2007-12-10, by ben
-
Dump the ati radeon DISP_MERGE_CNTL register to ease the2007-12-10, by ben
-
Fix all current known multi-channel wrong order problems by adding2007-12-10, by ulion
-
Fix memory leak that tmp allocated but maybe not used.2007-12-10, by ulion
-
Fix printf format string length modifiers, removes about a trillion warnings.2007-12-10, by diego
-
Comment out unused variable.2007-12-10, by diego
-
Fix mylstat() call to parent dir where the subdir has no exec permission.2007-12-10, by ulion
-
Remove unused parameters from main(), fixes the warnings:2007-12-10, by diego
-
Fix printf format string length modifiers, removes the warnings:2007-12-10, by diego
-
Fix printf format string length modifiers, removes the warnings:2007-12-10, by diego
-
spelling/grammar/wording/formatting2007-12-10, by diego
-
Fix my wrong code in r25530.2007-12-10, by ulion
-
Make up missing header update in r25326.2007-12-10, by ulion
-
Move temp variable declaration into inner loop scope.2007-12-10, by ulion
-
Ignore heading spaces when parsing command.2007-12-10, by ulion
-
Fix missing command line bug by making the input parameter constant.2007-12-10, by ulion
-
Combine common code for dealing with file action and dir action.2007-12-09, by ulion
-
Use recorded last path only when stat it ok.2007-12-09, by ulion
-
Convert vobsub custom colors from rgb to yuv using a common function.2007-12-09, by ulion
-
identifiers starting with an underscore are reserved by the C standard2007-12-08, by ben
-
removed stupid checks2007-12-08, by nicodvb
-
rework of libmenu open_dir()2007-12-08, by ben
-
Remove useless include added in last commit by mistake.2007-12-08, by ulion
-
Allow usage of icc 10.12007-12-08, by cehoyos
-
Move vobsub palette->yuv convert code into a common function.2007-12-08, by ulion
-
Add missing declarations for AltiVec functions, fixes the warnings:2007-12-08, by diego
-
Remove useless variable aoIsCreated since we took good care of init failure.2007-12-08, by ulion
-
Restore y of palette into the same value range as it was in the .ifo file.2007-12-08, by ulion
-
Fix 'make checkheaders' on AltiVec-enabled systems.2007-12-07, by diego
-
minor spelling/grammar fixes2007-12-06, by diego
-
cleanup and conformation of values description for -ass-hinting2007-12-06, by ptt
-
Do not PostQuitMessage when destroying a child window.2007-12-06, by zuxy
-
only check source code for gnuisms2007-12-05, by ivo
-
simpler and more easily expandable test whether we need a shortlist that2007-12-05, by ivo
-
test for presence of .svn directory if we are supposed to traverse the tree2007-12-05, by ivo
-
three little corrections...2007-12-05, by ptt
-
initial submit for revision... 24% synced with r227532007-12-05, by ptt
-
Prevent from outputing mass of 'skip' log messages in verbose level.2007-12-05, by ulion
-
when gathering the list of files to check via svn info, also include2007-12-05, by ivo
-
sync ivtv driver with vidix.sf.net (multiple revisions)2007-12-04, by ben
-
sync with vidix.sf.net r319: remove useless vars2007-12-04, by ben
-
sync with vidix.sf.net r317: fixes colorspace issues for vidix savage driver2007-12-04, by ben
-
Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlay2007-12-04, by ben
-
Rename demuxer tags to clarify2007-12-04, by lu_zero
-
live555 and libnemesi support coexists2007-12-04, by lu_zero
-
10l ... the header was used there too2007-12-04, by lu_zero
-
Remove non necessary header2007-12-04, by lu_zero
-
Make libnemesi use specific struct and DEMUXER_TYPE2007-12-04, by lu_zero
-
Add cleanup codes for init() failure to prevent leak.2007-12-04, by ulion
-
When auto loading subs, log warning instead of error for load failure.2007-12-04, by ulion
-
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings2007-12-04, by ulion
-
Use correct printf length modifiers, fixes the following warnings:2007-12-03, by diego
-
cosmetics/indentation2007-12-03, by ivo
-
when gathering the list of files to check via svn info, also include2007-12-03, by ivo
-
synchronized with vidix.sf.net r315: remove now useless defines2007-12-03, by ben
-
synchronized with vidix.sf.net r315: update savage driver pci ids list2007-12-03, by ben
-
syncd with r252782007-12-03, by ptt
-
synced with r252822007-12-03, by Gabrov
-
10l, len may change after initialization time2007-12-03, by rfelker
-
fix declaration after statement, take 22007-12-03, by rfelker
-
fix declaration after statement2007-12-03, by rfelker
-
Skip empty vobsub streams when selecting subtitles.2007-12-03, by ulion
-
fix typo2007-12-03, by corey
-
Fix custom palette format from rgb to yuv, we use it as yuv in the spudec.2007-12-03, by ulion
-
Remove unused variables, fixes the warnings:2007-12-02, by diego
-
Get rid of some useless extra ()2007-12-02, by reimar
-
mime_type_table is const as well2007-12-02, by reimar
-
Add a few forgotten static/const attributes in tvi_vbi.c2007-12-02, by reimar
-
Make wsKeyNames array const2007-12-02, by reimar
-
evNames / evBoxs should be "static const"2007-12-02, by reimar
-
stream_opts arrays should be const2007-12-02, by reimar
-
Make m_option_t arrays referenced by cfg-common.h const2007-12-02, by reimar
-
Table of ID3 genres should be const as well2007-12-02, by reimar
-
Format mapping table should be const2007-12-02, by reimar
-
Preserve unsv:// protocol specifier over http redirects.2007-12-02, by reimar
-
Fix playback of streams with more than one video track (only one supported).2007-12-02, by cehoyos
-
Get rid of fsPressed variable and related code. It does not really2007-12-02, by reimar
-
Parameter of Filter function can be const, removes the warning2007-12-02, by reimar
-
Fix return type of getGtkEntryText, it must be const2007-12-02, by reimar
-
Make the main m_option_t arrays const2007-12-02, by reimar
-
Add appropriate const specifiers to some custom parse functions.2007-12-02, by reimar
-
Move fakemono extern to cfg-common.h where it is actually used.2007-12-02, by reimar
-
Remove pointless ifdefs around extern declarations2007-12-02, by reimar
-
Option print functions may not and do not modify value2007-12-02, by reimar
-
Do not queue empty cmd.2007-12-02, by ulion
-
Mark more m_option_t uses as const2007-12-02, by reimar
-
Get rid of some "discards qualifiers" warnings2007-12-02, by reimar
-
First try to mark some things in m_config correctly as const2007-12-02, by reimar
-
get/set video colors string is constant2007-12-02, by reimar
-
vf_equalizer_t string is constant2007-12-02, by reimar
-
Make osd font const2007-12-02, by reimar
-
Make all vf_info_t structs const2007-12-02, by reimar
-
Mark the vo_functions_t definitions as const where possible.2007-12-02, by reimar
-
Mark several uses of vo_functions_t as const to stop some of the current2007-12-02, by reimar
-
Remove completely outdated commented-out code2007-12-02, by reimar
-
Fix some spelling typos2007-12-02, by diego
-
Make vo info structs const2007-12-02, by reimar
-
Remove last remains of long-gone VOCTRL_SCREENSHOT2007-12-02, by reimar
-
Remove video_out_png extern in vo_vesa (remains of ill-advised2007-12-02, by reimar
-
Remove casts that are (no longer) necessary2007-12-02, by reimar
-
Use proper type for vidix_preinit parameter instead of void *2007-12-02, by reimar
-
Mark all stream_info_t as const2007-12-02, by reimar
-
When IFO file is opened (detected by extension), set dvd-device to IFO file's2007-12-02, by voroshil
-
Make auto_open_streams array itself const2007-12-02, by reimar
-
Add type info to menu_t, now we can get the menu name and the type name of menu.2007-12-02, by ulion
-
auto_open_streams should have const type, fix also the places where it is used2007-12-01, by reimar
-
Finally replace get_uint?? by AV_RL??2007-12-01, by reimar
-
Get rid of annoying, space-wasting sizeof(uint32_t)2007-12-01, by reimar
-
Bigendian fix for ogg in AVI2007-12-01, by reimar
-
Use a loop instead of doing the same thing three times2007-12-01, by reimar
-
Use a pointer variable for extradata to simplify init_avi_with_ogg2007-12-01, by reimar
-
Set sh_video->format when parsing aviheader, otherwise it might never2007-12-01, by reimar
-
Remove some pointless casts2007-12-01, by reimar
-
Create correct extradata for vorbis audio when used as avi sub-demuxer2007-12-01, by reimar
-
Fix some typos in comments, grammar is still bad.2007-12-01, by reimar
-
Fix typos in comments to stop them hurting my eyes2007-12-01, by reimar
-
Fix ao_null with float samples2007-12-01, by uau
-
ao_null: Make duration of "buffered" audio constant2007-12-01, by uau
-
simplify2007-11-30, by michael
-
10l for me. I should read my own comments just above it ;)2007-11-30, by ivo
-
less code for initializing default settings2007-11-30, by ivo
-
add test for deprecated and obsolete functions2007-11-30, by ivo
-
Make outburst and buffersize depend on channel count.2007-11-30, by reimar
-
100l, bzero is deprecated, use memset instead2007-11-30, by reimar
-
this variable was nothing but a useless memleak2007-11-30, by ben
-
this local variable can be static2007-11-30, by ben
-
Remove stray line that slipped through in last commit.2007-11-30, by ulion
-
Fix warnings:2007-11-30, by ulion
-
Comment some #endif directives.2007-11-30, by diego
-
Add support for Apple's yuv2 raw format2007-11-30, by reimar
-
Add the correct format substitutions to make the raw decoders2007-11-30, by reimar
-
Support double buffering, fix osd flicker.2007-11-30, by ulion
-
Fix play window not get actived problem on Leopard.2007-11-30, by ulion
-
Ignore empty event.2007-11-29, by ulion
-
-identify also shows the duration(s) of the title(s)2007-11-29, by nicodvb
-
cosmetics: moved identification code to a separate function2007-11-29, by nicodvb
-
Proper license header.2007-11-29, by ivo
-
Remove redundant changelog from comments2007-11-29, by ivo
-
Proper license header.2007-11-29, by ivo
-
Remove redundant changelog comments. There's always svn log.2007-11-29, by ivo
-
Remove redundant changelog from comments. There's always svn log.2007-11-29, by ivo
-
Fix multiple inclusion guards, identifiers starting with __ are reserved2007-11-29, by diego
-
Even when vobsub is forced, .ifo file is still not necessary,2007-11-29, by ulion
-
when no title is chosen -identify all titles present in the dvd2007-11-29, by nicodvb
-
with -identify show the title being described2007-11-29, by nicodvb
-
-identify shows chapters times when playing dvd streams2007-11-28, by nicodvb
-
-identify chapters of chosen title2007-11-28, by nicodvb
-
r24924: Add audio filter scaletempo2007-11-28, by voroshil
-
r25011: a couple of tricks to improve playback resistance and usability of dvb streams2007-11-28, by voroshil
-
r25058: Add missed translatable string in my previous commit2007-11-28, by voroshil
-
Add an example for play DTS-CD with passsthrough.2007-11-28, by ulion
-
Correct VCD track no. calculation on Windows.2007-11-28, by zuxy
-
Avoid gcc warning:2007-11-28, by zuxy
-
Return correct length in ID_VCD_TRACK_n_MSF2007-11-28, by zuxy
-
Set protocol for the vo proxy used in shared-buffer mode.2007-11-28, by ulion
-
Enable -rtsp-port for nemesi2007-11-27, by lu_zero
-
Remove stray var2007-11-27, by lu_zero
-
synced with r251792007-11-27, by ptt
-
Added myself, as suggested by Diego.2007-11-27, by ulion
-
Takeover as maintainer of mplayer osx port with Nicolas' blessing.2007-11-27, by ulion
-
Add missing forced linebreak, slight wording improvement.2007-11-27, by diego
-
Use const char * to replace a char * parameter.2007-11-27, by ulion
-
Fix warnings:2007-11-27, by ulion
-
synced with r249542007-11-26, by ptt
-
synced with r246042007-11-26, by ptt
-
synced with r243462007-11-26, by ptt
-
was synced to r25017, my fault sorry2007-11-26, by ptt
-
synced with r250112007-11-26, by ptt
-
synced with r251462007-11-26, by ptt
-
synced with 251582007-11-26, by ptt
-
100l in play_tree_parser_get_line, check that there actually is2007-11-26, by reimar
-
Replace http:// URLs in asx files by mmshttp://.2007-11-26, by reimar
-
Simplify convert_14bits_to_16bits function in ad_hwac32007-11-26, by reimar
-
Add missing '\n' in tv scanner results output.2007-11-26, by voroshil
-
Fix warning on Leopard, tested ok on Tiger:2007-11-26, by ulion
-
Fix warning:2007-11-26, by ulion
-
Support stream redirection from http to mms, fix bug #927.2007-11-26, by ulion
-
Fix code to make sure the browse starting path within the menu-chroot path.2007-11-26, by ulion
-
Restore copyright/license notices that were stripped off.2007-11-25, by diego
-
Remove mapdev.vxd. It is a non-free Win9x/DOS binary and its usage remains2007-11-25, by diego
-
Make up missed update for osd message.2007-11-25, by ulion
-
Support select subtitle by source, add 4 properties:2007-11-25, by ulion
-
Since FFmpeg r11077, some muxers/demuxers don't exist in libavformat anymore.2007-11-24, by cehoyos
-
Revert r25089 (Ignore video formats which are supported by device2007-11-24, by voroshil
-
Move requested format at top and shift all oters down2007-11-24, by voroshil
-
Сreate empty format arrays in case of error in init_chain_common.2007-11-24, by voroshil
-
Support convert 14-bit DTS stream into 16-bit stream if needed,2007-11-24, by ulion
-
pgc->subp_control and pgc->audio_control are no more bitfields,2007-11-23, by nicodvb
-
replaced audio_mapping_t and sub_mapping_t with uint16_t and uint32_t2007-11-23, by nicodvb
-
Fix memory leak of image_data.2007-11-23, by ulion
-
Fix a memory leak when working in shared_buffer mode.2007-11-23, by ulion
-
Check boundary for queue's current_index.2007-11-23, by ulion
-
Clarify playtree explanation.2007-11-23, by diego
-
Enable Theora support2007-11-23, by lu_zero
-
Prevent from using data->len when data is NULL (when play() return NULL).2007-11-23, by ulion
-
Move the setCurrentTexture call into flip_page(), fix osd flicker problem.2007-11-23, by ulion
-
Fix half-baked last commit.2007-11-22, by diego
-
don't include anymore the dvdread headers from the dvdnav directory2007-11-22, by nicodvb
-
Remove ! operator hack, we require a POSIX-compatible-shell.2007-11-22, by diego
-
Invert the logic to check the cmp return value cmp to avoid using the ! operator.2007-11-22, by diego
-
comment spelling/grammar fixes2007-11-22, by diego
-
mention VC-1/WMV MMX speed-up in the changelog2007-11-22, by gpoirier
-
Fix compilation error.2007-11-22, by iive
-
Fix a wrong cmdline example of using -menu-chroot.2007-11-21, by ulion
-
Compilation fix (typo)2007-11-21, by voroshil
-
AAC support (aac-hbr only)2007-11-21, by lu_zero
-
Media Format to fourcc conversion (from amol)2007-11-21, by lu_zero
-
Make hwdts support more dts format identification, 14bits or 16bits, LE or BE.2007-11-21, by ulion
-
Rename timer-lx.c --> timer-linux.c.2007-11-21, by diego
-
main() --> main(void)2007-11-21, by diego
-
main() --> main(void)2007-11-21, by diego
-
Remove unused function write_psm_block(), fixes the warning:2007-11-21, by diego
-
Support dump AF_FORMAT_AC3 format.2007-11-21, by ulion
-
Sizes of arpmt and arStreamCaps must be equal.2007-11-21, by voroshil
-
vcd://<n> now works for MinGW32 too, hence the updated doc2007-11-21, by zuxy
-
Move code related to chain initialization and similar2007-11-20, by voroshil
-
Fix mplayer crash caused by r251162007-11-20, by voroshil
-
Musepack SV8 lavc decoder support2007-11-20, by kostya
-
Put colon inside replaceable tag.2007-11-20, by diego
-
Remove no more needed check2007-11-20, by voroshil
-
Fix totally wrong (due to mess of brackets) structures size check.2007-11-20, by voroshil
-
Replace several parameters for get_available_formats_stream2007-11-20, by voroshil
-
New routine for reconnecting two pins with new media type2007-11-19, by voroshil
-
Move pointer to SampleGrabber filter into chain structure.2007-11-19, by voroshil
-
Move common chain uninit code into separate routine.2007-11-19, by voroshil
-
pass chain structure instead of several variables to build_sub_graph2007-11-19, by voroshil
-
fix missed change2007-11-19, by voroshil
-
Add capture filter's pointer to vbi chain structure too.2007-11-19, by voroshil
-
Code unification: get rid of local variable arpmtVBI2007-11-19, by voroshil
-
Add major media type to chain structure2007-11-19, by voroshil
-
One step of code cleanup: move all variables, related2007-11-19, by voroshil
-
Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.2007-11-19, by ulion
-
100l: Fix long standing copy-paste error:2007-11-19, by voroshil
-
Add padding and unroll loop 4x for at least another 10% speedup2007-11-18, by reimar
-
Change to a 64 bit accumulation variable instead of shifting.2007-11-18, by reimar
-
Use "long" instead of "int" for innermost loop variable.2007-11-18, by reimar
-
Rearrange scaletempo inner loop.2007-11-18, by reimar
-
warn users to disable dvdread internal (at least for the moment: there's2007-11-18, by nicodvb
-
100l, someone mixed up && and ||, so if allocation of only one buffers failed2007-11-18, by reimar
-
Avoid some casts by changing int8_t* to void* in af_scaletempo2007-11-18, by reimar
-
Add all passed to VID_SET_FORMAT formats to the end of2007-11-18, by voroshil
-
Ensure that when VID_GET_FORMAT ioctl is called,2007-11-18, by voroshil
-
(cosmetics) Indentation fix of previous commit.2007-11-18, by voroshil
-
New media format negotiation code:2007-11-18, by voroshil
-
Move setting media format code2007-11-18, by voroshil
-
Pass all available formats to chain building routine and2007-11-18, by voroshil
-
100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table2007-11-18, by reimar
-
Ignore video formats which are supported by device2007-11-18, by voroshil
-
Fix crash when pin connection fails.2007-11-18, by voroshil
-
Prevent chains from building more than once.2007-11-18, by voroshil
-
Handle "out of memory" error.2007-11-18, by voroshil
-
Move chains building code into separate routines.2007-11-18, by voroshil
-
Add a wish which is available in some filters and players on win32.2007-11-18, by ulion
-
mention the new build system2007-11-17, by nicodvb
-
(cosmetics) Lookup table alignment.2007-11-17, by voroshil
-
Service routine for constructing AM_MEDIA_TYPE structure from2007-11-17, by voroshil
-
Disable terminating directshow chains with NullRenderer filter,2007-11-17, by voroshil
-
Fix bogus bits per pixel values in lookup table.2007-11-17, by voroshil
-
Cleanup sg_io_hdr initialization a bit2007-11-17, by reimar
-
We do not have any use for the sense data, so we don't need a buffer for it.2007-11-17, by reimar
-
(cosmetics) Indentation fix2007-11-17, by voroshil
-
Some more cosmetics2007-11-17, by reimar
-
Move the zeroing directly before the other initialization code2007-11-17, by reimar
-
Move everything that sets buffer values together.2007-11-17, by reimar
-
Another place that can use AV_WB322007-11-17, by reimar
-
Some cosmetics in dvd_set_speed2007-11-17, by reimar
-
Move the DVD speed factor -> KB/s conversion into the case2007-11-17, by reimar
-
Add a missing close() to dvd_set_speed function2007-11-17, by reimar
-
Open device file only right before we need it, so we do not2007-11-17, by reimar
-
Do not print Ok message when setting speed limit failed2007-11-17, by reimar
-
AV_WB16(..., 1000) more obviously represents one second that assigning2007-11-17, by reimar
-
Use AV_WB32 instead of manual bit-fiddling when setting DVD speed2007-11-17, by reimar
-
GPCMD_SET_STREAMING command is 12 bytes large, not 162007-11-17, by reimar
-
Ignore stream id when checking rdt packet flags2007-11-17, by rtogni
-
Remove a pointless #ifdef2007-11-17, by reimar
-
Replace if-else constructs for type -> fourcc mapping by a table in demux_mf2007-11-17, by reimar
-
Fix pausing_toggle not continue play bug when it follows a pause immediately.2007-11-17, by ulion
-
report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+fi2007-11-16, by nicodvb
-
Add missed translatable string in my previous commit2007-11-16, by voroshil
-
Make sure that mplayer will receive actual media type2007-11-16, by voroshil
-
Fix FPS from bitrate calculation (was 8 times larger than real value).2007-11-16, by voroshil
-
Print warning about encrypted audio tracks2007-11-15, by rtogni
-
Remove the pause filter and the cmd queue hack, to know the mplayer going to2007-11-15, by ulion
-
removed forgotten and out of date comment2007-11-14, by nicodvb
-
removed unneeded checks on MP_DVDNAV and DVDNAV_FORMAT_AC3 (we need and assume our fork)2007-11-14, by nicodvb
-
reindentation2007-11-14, by nicodvb
-
removed unneeded checks on the version of dvdnav (the acceptance of2007-11-14, by nicodvb
-
change fftiff from untested to working2007-11-14, by compn
-
add tif support to demux_mf2007-11-14, by compn
-
Not all cards supports changing country code.2007-11-14, by voroshil
-
libogg muxer no longer exists in FFmpeg.2007-11-14, by diego
-
remove technical changes as pointed out by uau and diego, another update2007-11-14, by compn
-
mencoder has mkv nut and mxf output using lavf2007-11-14, by compn
-
some updates2007-11-14, by compn
-
The FFmpeg WMV2 decoder is no longer buggy now that J-frames are supported.2007-11-13, by diego
-
Check for second stream presence, fixes single stream playback (from amol)2007-11-13, by lu_zero
-
10l video != audio2007-11-13, by lu_zero
-
support extradata for audio streams2007-11-13, by lu_zero
-
fetch metadata for audio (from amol)2007-11-13, by lu_zero
-
Revert stray commit r250272007-11-13, by lu_zero
-
fix typo spotted by corey2007-11-13, by compn
-
Remove an useless conditional suggested by Emanuele Giaquinta.2007-11-13, by ulion
-
Check for second stream presence, fixes single stream playback (from amol)2007-11-13, by lu_zero
-
Add missing call to audio_in_uninit in v4l2 tv driver.2007-11-13, by voroshil
-
Replace stupid "unsigned long" by the correct uint32_t.2007-11-12, by reimar
-
Use proper inttypes.h types instead of broken uint32 etc. defines2007-11-12, by reimar
-
10l video != audio2007-11-12, by lu_zero
-
support extradata for audio streams2007-11-12, by lu_zero
-
fetch metadata for audio (from amol)2007-11-12, by lu_zero
-
Add support for mpeg4video-es (from dario)2007-11-12, by lu_zero
-
fix forcefps (from amol)2007-11-12, by lu_zero
-
Refactor demux_nemesi (from amol)2007-11-12, by lu_zero
-
unaligned store, should fix bug #8932007-11-11, by lu_zero
-
Prefer DMO Windows Media codecs over the DShow ones. They are considerably2007-11-11, by diego
-
Remove useless definition.2007-11-11, by ulion
-
OGG_MUXER was renamed to LIBOGG_MUXER in FFmpeg.2007-11-11, by diego
-
Better handling of win32 GUI thread:2007-11-11, by zuxy
-
Indent fix for last change.2007-11-11, by ulion
-
Support mute when passthrough to digital output.2007-11-11, by ulion
-
wording/grammar/spelling/formatting2007-11-10, by diego
-
& => &2007-11-10, by nicodvb
-
Get rid of M$ silliness.2007-11-10, by diego
-
at the end of open() warn users that seeking won't work correctly if the cache is enabled2007-11-10, by nicodvb
-
switch_audio works with many other formats than described2007-11-10, by nicodvb
-
small rephrasing2007-11-10, by nicodvb
-
a couple of tricks to improve playback resistance and usability of dvb streams2007-11-10, by nicodvb
-
Make crash-debug gdb auto-execute "bt"2007-11-10, by reimar
-
Restore terminal for gdb with -crash-debug by calling getch2_disable()2007-11-10, by reimar
-
Fix dead lock when changing and restoring stream format for digital output,2007-11-10, by ulion
-
Make page up and down with proper page size instead of always 10 rows.2007-11-10, by ulion
-
J/X8-Frames in WMV2 are finally supported!2007-11-09, by reimar
-
Add missing header files, fixes the warnings:2007-11-09, by diego
-
Add missing header file, fixes the warnings:2007-11-09, by diego
-
Remove misleading comment and remove unnecessary #includes.2007-11-09, by diego
-
Rearrange headers to get rid of an #undef and remove unnecessary headers.2007-11-09, by diego
-
Remove unnecessary dsputil.h #include, fixes the warnings:2007-11-09, by diego
-
#include libavcodec/eval.h instead of manually declaring ff_eval.2007-11-09, by diego
-
const fix2007-11-09, by rfelker
-
ack, can't believe i wrote this crap with void pointer arithmetic2007-11-09, by rfelker
-
begin moving const filter data to .text/.rodata sections2007-11-09, by rfelker
-
stage 1 of applying const to vf structs2007-11-09, by rfelker
-
vf_screenshot does not depend on libpng; it uses libavcodec now2007-11-09, by rfelker
-
correct const usage in the option handling code so that tables can be2007-11-09, by rfelker
-
Enable ontop command from mplayer to be sent to mplayer osx.2007-11-09, by ulion
-
Sync with Linux kernel with some latest feature bits.2007-11-09, by zuxy
-
Fix possible null-pointer-dereference in stream_fill_buffer().2007-11-08, by cehoyos
-
Fix possible null-pointer-dereference in parse_smil().2007-11-08, by cehoyos
-
Simplify decode_audio function a bit.2007-11-08, by reimar
-
Fix pause key problem in correct way, only handle pause cmd when showing menu.2007-11-08, by ulion
-
Fix cmd filter memory leak, free the cmd after filter ate it.2007-11-08, by ulion
-
Handle mouse up event to get double click support from mp_fifo.2007-11-07, by ulion
-
add support for newer libdca2007-11-06, by rathann
-
Fix mouse right button and middle button incorrect identifications.2007-11-06, by ulion
-
Fix KPENTER keycode value.2007-11-06, by ulion
-
Fix the prevent system idle code. Original code also works, but not as expected.2007-11-06, by ulion
-
Fix the prevent system idle code. Original code also works, but not as expected.2007-11-06, by ulion
-
Warning fixes:2007-11-06, by ulion
-
cosmetics: output grammar/spelling fixes2007-11-06, by diego
-
cosmetics: Comment grammar and spelling fixes.2007-11-06, by diego
-
Reduce excessive verbosity: Move debug messages to the appropriate MSGL2007-11-06, by diego
-
Fix typo in error message2007-11-06, by reimar
-
Fix memory leak caused by after calling mp_input_get_cmd didn't free the cmd.2007-11-06, by ulion
-
reindented2007-11-05, by nicodvb
-
10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't set in2007-11-05, by nicodvb
-
Fix memory leak.2007-11-05, by voroshil
-
Fix segmentation fault after audio initialization failure in tv driver.2007-11-05, by voroshil
-
Add include to fix warning:2007-11-05, by ulion
-
sync w/r24954, patch by JRaSH %jrash06 A 163 P com%2007-11-05, by gpoirier
-
Warning fixes:2007-11-05, by ulion
-
10l Diego, revert commit 24966.2007-11-04, by iive
-
Fix previous incorrect commit, +/- has higher precedence than shifts.2007-11-04, by diego
-
The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.2007-11-04, by diego
-
Escape some more '-'.2007-11-04, by diego
-
synced with r249542007-11-04, by Gabrov
-
Old code for dvdsub_id fix assume the global_sub_indices[SUB_SOURCE_DEMUX]2007-11-04, by ulion
-
Avoid short forms; has the added benefit of allowing compilation with gcc 2.952007-11-03, by diego
-
Add an example on how to use slave mode with a fifo2007-11-03, by reimar
-
Add some parentheses to fix the following warnings:2007-11-03, by diego
-
add some updates2007-11-03, by compn
-
Fix link to email explaining the paused vf_menu behaviour change2007-11-03, by reimar
-
Replace some Hungarian comments, thanks to Denes Balatoni for the translation.2007-11-03, by diego
-
Escape a ton of '-'. Note that this is likely not complete.2007-11-03, by diego
-
another round of '-' escapes2007-11-03, by diego
-
one more '-' escape, wording fix2007-11-03, by diego
-
Escape some more '-' where appropriate.2007-11-03, by diego
-
Remove idiotic check that would always be false2007-11-03, by reimar
-
Explain new ao_pulse option syntax2007-11-03, by reimar
-
Change parsing to allow host == NULL and sink != NULL2007-11-03, by reimar
-
Simplify argument "parsing"2007-11-03, by reimar
-
Make sink variable local, it is only used in one place2007-11-03, by reimar
-
Remove a check+abort, this case should never happen anyway, and if it does2007-11-03, by reimar
-
sync w/r24924, patch by JRaSH %jrash06 A 163 P com%2007-11-03, by gpoirier
-
r24875: program switching in demux_lavf2007-11-03, by voroshil
-
r24892: move errors and a warning to help_mp-en.h2007-11-03, by voroshil
-
r24907: Remove paragraph that no long applies: runtime SSE detection on Windows.2007-11-03, by voroshil
-
We support gcc 2.95 (fixes r24928).2007-11-02, by cehoyos
-
in video_read_frame() set the keyframe flag in demuxer->video when dealing with2007-11-02, by nicodvb
-
synced with r249382007-11-02, by Gabrov
-
prevent unlikely memleak2007-11-02, by nicodvb
-
10l, priv->use_psm can be 1 only if the format is genmpeg22007-11-02, by nicodvb
-
add streams to the PSM only if priv->use_psm is set, otherwise the muxer would2007-11-02, by nicodvb
-
removed no more needed variable2007-11-02, by nicodvb
-
moved to fix_parameters() the code that decides if the PSM is needed2007-11-02, by nicodvb
-
Add missing #include to fix GNU/kFreeBSD compilation, see Debian bug #448791.2007-11-01, by diego
-
A/V sync: take audio filter buffers into account2007-11-01, by uau
-
af_scaletempo: code cleanup2007-11-01, by uau
-
af_scaletempo: Fix crash in option parsing2007-11-01, by uau
-
af_scaletempo: Fix audio copy position2007-11-01, by uau
-
Add audio filter scaletempo2007-11-01, by uau
-
Make output samplerate independent of -speed2007-11-01, by uau
-
Simplify init_audio_filters() arguments2007-11-01, by uau
-
audio: simplify buffer allocation code2007-11-01, by uau
-
Change decode_audio() interface2007-11-01, by uau
-
Clean up some fields in stheader.h structs2007-11-01, by uau
-
Remove some pointless 'inline' qualifiers2007-11-01, by uau
-
libaf: Remove rational number implementation2007-11-01, by uau
-
libaf: change filter input/output ratio calculations2007-11-01, by uau
-
Remove unused functions in af.c2007-11-01, by uau
-
Replace hopefully unreachable code with abort()2007-11-01, by uau
-
dec_audio.c: Make some functions static2007-11-01, by uau
-
Simplify audio buffer allocation logic2007-11-01, by uau
-
Reindent dec_audio.c2007-11-01, by uau
-
typo2007-11-01, by voroshil
-
Escape some more '-' where appropriate.2007-10-31, by diego
-
corrected vqscale indentation2007-10-31, by ptt
-
Remove paragraph that no long applies: runtime SSE detection on Windows.2007-10-31, by zuxy
-
Fix input.conf parse bug when comment follows key binding in the same line.2007-10-31, by ulion
-
Remove outdated Hungarian translation of the playtree documentation.2007-10-30, by diego
-
Add a backslash.2007-10-30, by cehoyos
-
removed unused variables and parameters2007-10-30, by nicodvb
-
spelling2007-10-30, by compn
-
remove thanks2007-10-30, by compn
-
Explain the difference between '-' and '\-', correctly now.2007-10-30, by diego
-
movie player for Linux --> movie player2007-10-30, by diego
-
Add some missing escapes for '-'.2007-10-30, by diego
-
Consistently use \- in option names.2007-10-30, by diego
-
Remove unused variable:2007-10-30, by diego
-
Comment out uninit function, its use is commented out. Fixes warning:2007-10-30, by diego
-
Remove commented-out and unused fmt_list array.2007-10-30, by diego
-
Remove unused fmt_list array, fixes the warnings:2007-10-30, by diego
-
move errors and a warning to help_mp-en.h2007-10-30, by compn
-
Remove unused functions, fixes the warnings:2007-10-30, by diego
-
Disable clear_screen function, the call to the function is commented out2007-10-30, by diego
-
Comment out unused variable, fixes the warning:2007-10-30, by diego
-
Remove unused functions, fixes the warnings:2007-10-30, by diego
-
Disable function that is only used in disabled code, fixes warning:2007-10-30, by diego
-
sync with FFmpeg r108742007-10-30, by diego
-
Detect IPv6 support on Windows2007-10-30, by zuxy
-
Fix fps guessing2007-10-29, by lu_zero
-
Update to use newer libnemesi, should fix desync, fps guessing may fail now2007-10-29, by lu_zero
-
Change the frame format passed to lavc realvideo decoders to adapt for2007-10-28, by rtogni
-
sync w/r248752007-10-28, by gpoirier
-
Cleanup guess_buffer_cp() a bit, remove tmp variable, break the loop on success.2007-10-28, by iive
-
removed silly #if 12007-10-27, by nicodvb
-
DEMUXER_TYPE_TV is always defined, thus removed corresponding #ifdef USE_TV.2007-10-27, by nicodvb
-
reindented previously modified code2007-10-27, by nicodvb
-
program switching in demux_lavf2007-10-27, by nicodvb
-
program switching in demux_lavf2007-10-27, by nicodvb
-
implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switching2007-10-27, by nicodvb
-
permit identification and selection of programs2007-10-27, by nicodvb
-
Make functions static if they aren't referenced externally.2007-10-27, by zuxy
-
Remove unused variables.2007-10-27, by zuxy
-
in process_userdata() move debugging messages from stdout to stderr2007-10-27, by nicodvb
-
removed funny calls to fflush(stdout) after mp_msg()2007-10-27, by nicodvb
-
removed more empty spaces and empty lines2007-10-27, by nicodvb
-
Cosmetic fix for r248612007-10-27, by zuxy
-
Avoid crash after recovering from screensaver2007-10-27, by zuxy
-
Remove assert. Not only are they no help at all and proper checks should2007-10-27, by reimar
-
Basic support for Closed Captioning Roll-up mode.2007-10-27, by voroshil
-
Reset two static variables for nosub range when subdata changed/switched.2007-10-27, by ulion
-
Cosmetics: fix indentation after last commit.2007-10-25, by eugeni
-
Check return value of add_face.2007-10-25, by eugeni
-
demuxer.c: Remove useless code2007-10-25, by uau
-
fixed osd on mac2007-10-25, by compn
-
r24740: misc roff fixes2007-10-25, by voroshil
-
r24745: libavcodec now supports dnxhd encoding.2007-10-25, by voroshil
-
r24772: DirectShow based tv:// driver for win322007-10-25, by voroshil
-
Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame.2007-10-25, by voroshil
-
Add missing call to audio_in_start_capture.2007-10-25, by voroshil
-
add missing include (errno.h). fix compilation on openbsd2007-10-24, by ivo
-
synced with r248412007-10-24, by Gabrov
-
Get rid of void pointer arithmetic.2007-10-23, by zuxy
-
Fix input command parser for using only tab to separate the arguments.2007-10-23, by ulion
-
Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflow2007-10-23, by ulion
-
A missing break statement caused SDLK_PLUS to be triggered twice on one press.2007-10-22, by diego
-
type fix: there was a 'not' too much2007-10-22, by ptt
-
synced with r248372007-10-22, by ptt
-
synced with r248202007-10-22, by ptt
-
sunc with r247902007-10-22, by ptt
-
Spelling, vf_ow parameters are optional.2007-10-22, by diego
-
fix warning:2007-10-22, by diego
-
grammar fix2007-10-22, by ptt
-
support for wavpack in matroska2007-10-22, by compn
-
add support for wavpack into matroska2007-10-21, by aurel
-
Fix warning:2007-10-21, by diego
-
vp6vfw can decode vp6f too2007-10-21, by compn
-
Replace hardcoded 0 by equivalent O_RDONLY2007-10-21, by reimar
-
Check ICDecompressGetFormatSize to avoid crashes.2007-10-21, by reimar
-
Remove some unused code, fixes the following warnings:2007-10-21, by diego
-
Remove unused code and fix warning:2007-10-21, by diego
-
ao_openal is mine as well (however someone else developing it further would be welcome)2007-10-21, by reimar
-
I'll be maintaining ao_pulse for now2007-10-21, by reimar
-
_vorbis_block_alloc() is used w/o prototype, this will crash on ia64.2007-10-20, by diego
-
Remove unnecessary lines from patch headers.2007-10-20, by diego
-
Certain VIDIX drivers only work on x86, disable for other arches.2007-10-20, by diego
-
Disable libavcodec libvorbis encoder2007-10-20, by uau
-
Clarify that -vo gl bicubic filtering is B-spline, not polynomial2007-10-20, by reimar
-
Set CONFIG_LIBVORBIS correctly2007-10-20, by reimar
-
Add ASF/MXF decryption support to Changelog2007-10-20, by reimar
-
Simplify handling SET_NORM for V4l1: replace several if-else-if and switch2007-10-20, by voroshil
-
czech/slovak character set fixes:2007-10-20, by voroshil
-
Avoid text deformation and subtitles moving outside the screen in pan-and-scan2007-10-19, by eugeni
-
indentation fix+typo fix2007-10-19, by ptt
-
reminder that this filter has broken global vars2007-10-19, by rfelker
-
Mark constant argument of mp_header_process_sequence_header as such.2007-10-19, by diego
-
-ao pulse in changelog2007-10-18, by reimar
-
Add missing ao_pulse.c2007-10-18, by reimar
-
Replace Polyp- by PulseAudio output.2007-10-18, by reimar
-
Add a space behind openal to get minimum length of 72007-10-18, by reimar
-
Docs update: -ao openal handles more than one channels since some time already2007-10-18, by reimar
-
add comment to endif2007-10-18, by compn
-
Fix typo in comment2007-10-18, by reimar
-
Sync with latest FFmpeg changes.2007-10-18, by diego
-
Sync with FFmpeg r10774.2007-10-18, by diego
-
Rename LIB to LIBNAME for consistency.2007-10-18, by diego
-
1l: Update wrong #endif comment.2007-10-18, by diego
-
Add FFMPEG_ prefix to all multiple inclusion guards.2007-10-18, by diego
-
Remove unused static function get_image().2007-10-17, by zuxy
-
Add Coinitialize function to vfw encoder and win32 loader.2007-10-17, by compn
-
simple avoid wine complaints fix by sherpya2007-10-17, by compn
-
synced with r247952007-10-16, by Gabrov
-
better vfw encoding workaround for vp7 fourcc2007-10-16, by compn
-
add some changes2007-10-16, by compn
-
add nellymoser to changelog2007-10-16, by compn
-
add nellymoser codec to mplayer with internal fourcc NELL2007-10-16, by compn
-
After receiving EINTR 'read' syscall should be restarted.2007-10-16, by voroshil
-
Disable channel scanner when no tuner is present.2007-10-15, by voroshil
-
synced with r247882007-10-15, by Gabrov
-
now italian DOCS are there to be referenced...2007-10-15, by ptt
-
Fix mplayer segfault when v4l driver initialization (at setting norm2007-10-14, by voroshil
-
#ifdef's in tv.c and tv.h becomes more and more hard to maintain.2007-10-14, by voroshil
-
Add -lavfdopts cryptokey2007-10-14, by reimar
-
small grammar fix2007-10-14, by diego
-
Consistently set NOTE: in italics.2007-10-14, by diego
-
Remove unnecessary curly braces.2007-10-14, by voroshil
-
8 bytes buffer is not enough for at least SECAM-DK.2007-10-14, by voroshil
-
Replace duplicated code with call to routine2007-10-14, by voroshil
-
10l: routine sets norm from parameter, but prints value of tv norm option2007-10-14, by voroshil
-
(cosmetics) indentation fix of my previous commit and small readability2007-10-14, by voroshil
-
Remove driver-dependent #ifdef from norm_from_string routine.2007-10-14, by voroshil
-
(cosmetics) remove trailing whitespace2007-10-14, by voroshil
-
10l fix compilation with v4l22007-10-13, by iive
-
Add me as author of dshow tv:// driver2007-10-13, by voroshil
-
Changelog entry for dshow tv:// driver2007-10-13, by voroshil
-
DirectShow based tv:// driver for win322007-10-13, by voroshil
-
add more warning fixes change2007-10-13, by compn
-
Fix deallocate bug which sometimes causes a crash when reinitializing.2007-10-13, by nplourde
-
bugfix for ao_macosx last dts passthrough patch, patch by Ulion, ulion2002 gmail com2007-10-13, by nplourde
-
support Y800 in raw video2007-10-13, by diego
-
removed useless inclusion of error.h2007-10-13, by nicodvb
-
Reorder #includes to get rid of the FIXME2007-10-12, by zuxy
-
Remove unnecessary #include <malloc.h>2007-10-12, by zuxy
-
cosmetics: typo2007-10-11, by diego
-
Silence a gcc warning: "wrong type argument to increment".2007-10-11, by zuxy
-
Add support for AC-3/DTS passthrough.2007-10-11, by nplourde
-
Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL.2007-10-10, by diego
-
my fault, left a wrong line, corrected2007-10-09, by ptt
-
Make vf_screenshot use the libavcodec PNG encoder2007-10-09, by reimar
-
synced with r243442007-10-09, by ptt
-
synced with r243422007-10-09, by ptt
-
synced with r247102007-10-09, by ptt
-
synced with r240872007-10-09, by ptt
-
synced with r240822007-10-09, by ptt
-
synced up to r242932007-10-09, by ptt
-
Added PAFF decoding2007-10-09, by cehoyos
-
Fix Zip Motion Blocks Video codec name.2007-10-09, by diego
-
add DNxHD (SMPTE VC-3) encoder2007-10-09, by compn
-
add vf ow filter for rc32007-10-08, by compn
-
Remove Makefile changes from upstream diff. They are strictly local.2007-10-08, by diego
-
cosmetics: Align some lines.2007-10-08, by diego
-
document filter -vf ow: Overcomplete Wavelet denoiser.2007-10-08, by gpoirier
-
libavcodec now supports dnxhd encoding.2007-10-08, by diego
-
cosmetics: Fix inconsistent indentation in directfb test.2007-10-08, by diego
-
Simplify directfb/dfbmga test.2007-10-08, by diego
-
cosmetics: Fix indentation after previous commit.2007-10-08, by diego
-
Remove useless code, the same check is performed a few lines above.2007-10-08, by diego
-
misc roff fixes2007-10-08, by diego
-
Remove the check for specific gcc versions, because:2007-10-08, by diego
-
sync to r245732007-10-08, by jheryan
-
sync to 21.9.20072007-10-08, by jheryan
-
sync to r244232007-10-08, by jheryan
-
Sync tag update2007-10-08, by voroshil
-
rc2 was released in 2007, not 20062007-10-07, by rtogni
-
rc22007-10-07, by rtogni
-
synced with r247272007-10-07, by Gabrov
-
H.264 content can also be decoded with multiple threads2007-10-07, by gpoirier
-
Add rc1try2 and rc1try32007-10-07, by rtogni
-
Fix output channle ordering2007-10-07, by rtogni
-
I have mostly taken over maintaining x11_common stuff as well2007-10-07, by reimar
-
Changed proposed monitorpixelaspect value for -vo aa to 0.5 as asked by Rich.2007-10-07, by cehoyos
-
enable fullscreen command from mplayer to be sent to mplayer osx2007-10-07, by nplourde
-
Make sure forked code does not try to display a GTK message box (and thus crashes)2007-10-07, by reimar
-
r24706: Add hint to monitorpixelaspect for -vo aa.2007-10-07, by voroshil
-
r24709: Documentation follows implementation: Encrytped DVB channels are never2007-10-07, by voroshil
-
import cleaned-up RPM spec files2007-10-06, by rathann
-
Typo2007-10-06, by rtogni
-
synced with r247112007-10-05, by Gabrov
-
rtsp-stream-over-tcp also works with NEMESI.2007-10-05, by cehoyos
-
Fix typo.2007-10-05, by cehoyos
-
Documentation follows implementation: Encrytped DVB channels are never2007-10-05, by cehoyos
-
Default monitorpixelaspect is 1.2007-10-05, by cehoyos
-
Fix typo.2007-10-05, by cehoyos
-
Add hint to monitorpixelaspect for -vo aa.2007-10-05, by cehoyos
-
synced with r246562007-10-05, by ptt
-
sync'ed with r241362007-10-04, by ptt
-
sync'd up to r240562007-10-04, by ptt
-
sync'd up to r244232007-10-04, by ptt
-
in update_stats() removed a wrong 'else' that would prevent h264 headers to be recognized:2007-10-04, by nicodvb
-
change double arrays to float (this should be accurate enough)2007-10-04, by michael
-
fix infinite loop2007-10-04, by michael
-
Fix missing subtitles after seeking back2007-10-04, by uau
-
overcomplete wavelet denoiser2007-10-03, by michael
-
support for DTS as specified in DVB (untested)2007-10-03, by nicodvb
-
The combination _vis=yes and proc=v9 makes no sense and will not even compile.2007-10-03, by reimar
-
Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal PCM.2007-10-03, by voroshil
-
Do not uselessly set _x264 to the value it already has2007-10-03, by reimar
-
"AMV IMA ADPCM" can not use 0x1 as tag, it breaks normal PCM.2007-10-03, by reimar
-
Get rid of mp_msg_test in vo_png, only reason to use it is performance and2007-10-03, by reimar
-
Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easier2007-10-03, by reimar
-
Make a local-only variable static in vo_png2007-10-03, by reimar
-
Set biWidth/biHeight in fli demuxer2007-10-02, by reimar
-
Make sure there is no uninitialized data in BITMAPINFOHEADER created by fli demuxer2007-10-02, by reimar
-
Remove ugly unused struct name from typedef2007-10-02, by reimar
-
cosmetics: Fix AltiVec spelling.2007-10-02, by diego
-
Fix warning:2007-10-01, by diego
-
Detect support of and add necessary CFLAGS to avoid crashes when loading2007-10-01, by diego
-
Move misplaced paragraph to the right question and fix the wording.2007-10-01, by diego
-
Remove stray XML tags that broke compilation.2007-10-01, by diego
-
Remove useless quotes.2007-10-01, by diego
-
Added EOF detection for RTSP via live5552007-09-30, by cehoyos
-
Clarify some RTSP changes2007-09-30, by cehoyos
-
mention the recent telecining bugfix in muxer_mpeg2007-09-30, by nicodvb
-
Disable direct rendering for ROQ video, the buffer management used by2007-09-30, by rtogni
-
revert changes r23805, r23819 and r23866 to restore the mga_vid check2007-09-30, by attila
-
Require atleast libnemesi 0.6.2 (range api and h263 support2007-09-30, by lu_zero
-
AMV demuxer and audio/video decoder2007-09-30, by voroshil
-
Gentoo patches for Xext2007-09-29, by lu_zero
-
Give temporary executable file the system-specific executable extension.2007-09-29, by diego
-
Move declaration of temporary file variables to after the system-specific2007-09-29, by diego
-
Fix Theora check without pkgconfig, -ltheora will not link on its own,2007-09-29, by diego
-
Nuke some more outdated and confusing comments.2007-09-29, by diego
-
Remove redundant comment.2007-09-29, by diego
-
Remove useless comment.2007-09-29, by diego
-
cosmetics: Move the command to remove configure.log out of a block of variable2007-09-29, by diego
-
sync w/246562007-09-29, by gpoirier
-
spelling cosmetics2007-09-29, by diego
-
Enable SSE on MinGW, many builds out there seem to use it without ill effect.2007-09-29, by diego
-
add flac speedups2007-09-29, by compn
-
compile fix for faq.xml2007-09-29, by kraymer
-
r24655: analyzeduration option for lavf demuxer2007-09-29, by voroshil
-
synced with r246562007-09-29, by Gabrov
-
r24030: Document special A-V sync issues with FLV files2007-09-29, by kraymer
-
AVI can do video stream switching, too2007-09-29, by reimar
-
analyzeduration option for lavf demuxer2007-09-29, by henry
-
remove useless int->double conversion2007-09-29, by henry
-
fix warnings2007-09-29, by henry
-
r24646: add -lavfdopts format option2007-09-29, by voroshil
-
1000l, the tff flag was never cleared before being overwritten with the value on bff_mask;2007-09-28, by nicodvb
-
sync w/r246462007-09-28, by gpoirier
-
Update translations to not recommend -vc dummy (it is too crash-happy)2007-09-28, by reimar
-
add -lavfdopts format option2007-09-28, by henry
-
h263 exposed2007-09-28, by lu_zero
-
r23578: Fix license header.2007-09-28, by kraymer
-
version bumps for codecs.xml and tvinput.xml2007-09-28, by kraymer
-
some whitespace cosmetics2007-09-28, by kraymer
-
missing sync tag update2007-09-28, by voroshil
-
r22718: add new audio and video codecs to libavcodec list2007-09-28, by kraymer
-
r22679: Some more details for the mga_vid section taken from drivers/README.2007-09-27, by kraymer
-
some whitespace cosmetics2007-09-27, by kraymer
-
r22141: Move all "Encoding with the XXX codec family" sections together.2007-09-27, by kraymer
-
r21897: Rephrase mga_vid section.2007-09-27, by kraymer
-
r21896: Document vo_tdfx_vid.2007-09-27, by kraymer
-
r21861: explain how to use MEncoder to create QuickTime-compatible files2007-09-27, by kraymer
-
r21748: Reformatting round continued2007-09-27, by kraymer
-
r21744: Mention that you can use different image formats with mf://2007-09-27, by kraymer
-
r21705: remove stray propmt from example2007-09-27, by kraymer
-
r21612: replace " with ", better readability2007-09-27, by kraymer
-
r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players2007-09-27, by kraymer
-
"fake" commit (postpone cosmetics from r21537 for now)2007-09-27, by kraymer
-
Revert wrong ARCH_BFIN --> HAVE_BFIN change.2007-09-27, by diego
-
fixing uau's GNUisms... 100l2007-09-27, by rfelker
-
Disable unused query_format functions for now until they are2007-09-26, by diego
-
Fix compilation after FFmpegs r10594.2007-09-26, by cehoyos
-
Disable buggy unused function via #if 0, blessed by Rich.2007-09-26, by diego
-
Remove unused crappy hash_pic function, blessed by Rich.2007-09-26, by diego
-
BFIN is an architecture not a CPU extension, so move it from _cpuexts_all to _arch_all2007-09-26, by reimar
-
have ChangeLog a bit more generic about vidix ati drivers upgrade2007-09-26, by ben
-
warning fixes:2007-09-26, by diego
-
Fix playback of streams with more than one audio track (only one supported).2007-09-25, by cehoyos
-
r24550: msglevel 5 is the default.2007-09-25, by kraymer
-
misc updates and spelling fixes2007-09-25, by diego
-
cosmetics: misc typo fixes2007-09-25, by diego
-
Add IRC nick for Gianluigi Tiesi.2007-09-25, by diego
-
The FFmpeg RoQ video decoder now uses 444P colorspace.2007-09-25, by diego
-
Simplify: initialize at declaration at the start of the function2007-09-24, by reimar
-
Get rid of rather pointless asserts2007-09-24, by reimar
-
ao_alsa: Fix get_space() return values larger than buffersize2007-09-24, by uau
-
demux_audio.c: Fix timestamp handling2007-09-24, by uau
-
codecs.conf: Change Monkey's Audio decoder status to "working"2007-09-24, by uau
-
synced with r246062007-09-24, by Gabrov
-
r24604: Teletext documentation2007-09-24, by voroshil
-
r24558: Clarify the relationship between -msglevel and MPLAYER_VERBOSE.2007-09-24, by voroshil
-
Teletext documentation2007-09-24, by voroshil
-
Fix compilation with enabled radio capture and disabled OSS audio.2007-09-24, by voroshil
-
warning fix:2007-09-24, by diego
-
add support for yuva420p colorspace (yuv420p + alpha)2007-09-24, by aurel
-
Pass URLs to gmplayer when executing, it accepts URLs on the command line.2007-09-24, by diego
-
Remove Application from list of Categories, it is not a valid category.2007-09-24, by diego
-
French typo2007-09-24, by diego
-
cosmetic (get rid of _ at the start of local variable names)2007-09-24, by michael
-
According to MSDN a thread must call CoUninitialize once for each successful2007-09-23, by diego
-
Add new features, implemented in tv://2007-09-23, by voroshil
-
Fix building without network.2007-09-22, by iive
-
Change outdated note for -subfps2007-09-22, by reimar
-
Revert r24103, it was nonsense and add a comment that explains the code2007-09-22, by reimar
-
removed unused function parameters2007-09-22, by nicodvb
-
in ts_detect_streams() moved the iteration condition inside the loop2007-09-22, by nicodvb
-
add some commented register dumping code2007-09-20, by faust3
-
synced with r245732007-09-20, by Gabrov
-
libnemesi changelog item2007-09-20, by lu_zero
-
libnemesi support, yet another rtsp/rtp library...2007-09-19, by lu_zero
-
I have overhauled the build system.2007-09-19, by diego
-
I don't maintain any Windows ports, but the Debian package.2007-09-19, by diego
-
Fix loads of typos2007-09-19, by reimar
-
Add myself as Debian package maintainer, Dariush has not been active in years.2007-09-19, by diego
-
(Re)move idiotic checks, ret can't be < 0 or > 0 if the loop condition2007-09-19, by reimar
-
Fix a few typos2007-09-19, by reimar
-
More precise line spacing.2007-09-18, by eugeni
-
Fix text height calculation. It depends on line spacing.2007-09-18, by eugeni
-
Fix an obviously incorrect comment.2007-09-18, by eugeni
-
Enable ass_line_spacing option.2007-09-18, by eugeni
-
Implement setting gain control for video devices (usually webcams)2007-09-18, by voroshil
-
MPEG-2 blocks at qp 1 get overfiltered by spp, apparently because "qp>>1" turns2007-09-18, by diego
-
Mention that libavc png decoder depends on zlib2007-09-18, by reimar
-
Add comment that clears up what _WINGDI_H is for.2007-09-18, by diego
-
Mark phony targets as such.2007-09-18, by diego
-
Simplify commands with automatic variables.2007-09-18, by diego
-
fix indentation after the last change (patch by Guillaume LECERF <foxcore at gmail.com>2007-09-18, by faust3
-
synced with r245652007-09-18, by Gabrov
-
Replace stdint.h #include by functionally equivalent inttypes.h.2007-09-18, by diego
-
Replace x-dev dependency with x11proto-core-dev.2007-09-18, by diego
-
Explain how to use diff -uwbBE with svn directly2007-09-18, by reimar
-
- make dhahelperwin compile with mingw2007-09-17, by faust3
-
Make dhasetup more verbose based on code by2007-09-17, by faust3
-
rename windows ddk makefile to nmakefile so that a makefile for mingw can be added2007-09-17, by faust3
-
Clarify the relationship between -msglevel and MPLAYER_VERBOSE.2007-09-17, by diego
-
Upstream committed both of my libdvdcss patches.2007-09-17, by diego
-
Leading underscores in identifiers are reserved in C.2007-09-17, by diego
-
warning fix:2007-09-17, by diego
-
r24550: msglevel 5 is the default.2007-09-17, by voroshil
-
r24549: i_certify is no longer an option2007-09-17, by voroshil
-
Clarify description of MPLAYER_VERBOSE.2007-09-16, by diego
-
msglevel 5 is the default.2007-09-16, by diego
-
i_certify is no longer an option2007-09-16, by compn
-
reimar cleaned up tivo demuxer2007-09-16, by compn
-
vfw2menc works on linux/windows2007-09-16, by compn
-
Merge three sed invocations into one.2007-09-16, by diego
-
Install man pages in $(PREFIX)/share/man instead of $(PREFIX)/man2007-09-16, by diego
-
vfw2menc works on linux and windows x86 only2007-09-16, by compn
-
Make vd_ffmpeg work with lavf demuxer also for RealVideo.2007-09-16, by reimar
-
ao_mpegpes does not support S16_LE format, do not claim it does!2007-09-16, by reimar
-
Fix typo in comment2007-09-16, by reimar
-
reverted useless r245392007-09-15, by ben
-
added monkey audio fourcc in wave header2007-09-15, by ben
-
Add support for cook audio (though most .rm files don't work with lavf2007-09-15, by reimar
-
getch2: Fix incorrect test2007-09-15, by uau
-
restored vidix build on powerpc2007-09-15, by ben
-
this flag needs to be defined for pread() on powerpc2007-09-15, by ben
-
ifdef one variable that is not used with alpha and powerpc architectures2007-09-15, by ben
-
Copy AC-3 bsmod field into IEC data-type field as required by the specs2007-09-15, by reimar
-
Handle swab when input length is odd (treat it as if there was an additional2007-09-15, by reimar
-
Avoid one more code duplication2007-09-15, by reimar
-
get rid of pointless size parameter for tmf_load_chunk2007-09-15, by reimar
-
Avoid using demux->stream->end_pos, it rarely does any good.2007-09-15, by reimar
-
Slightly simplify IsValidAudioPacket2007-09-15, by reimar
-
Simplify another two ifs into one2007-09-15, by reimar
-
Make one mp_msg call out of 32007-09-15, by reimar
-
Simpler and more robust tar parsing2007-09-15, by reimar
-
Get rid of bloated ty_extension function2007-09-15, by reimar
-
Do not uselessly name structs2007-09-15, by reimar
-
Remove another variable and reorder to avoid wasting space due to alignment2007-09-15, by reimar
-
PTS should be passed as int64_t to demux_ty_CopyToDemuxPacket2007-09-15, by reimar
-
Remove now useless parameters from demux_ty_CopyToDemuxPacket2007-09-15, by reimar
-
Remove more unused code and variables2007-09-15, by reimar
-
cosmetics: Fix typo in function name.2007-09-15, by diego
-
removed unused members from dvdnav_priv_t2007-09-15, by nicodvb
-
Removed dead code related to stills.2007-09-15, by nicodvb
-
updated changelog with recent monkey audio decoder support2007-09-15, by ben
-
Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.h2007-09-15, by zuxy
-
live recordings can contain 0-size type 0 chunks, ignore them instead2007-09-14, by reimar
-
Move some more variable declarations2007-09-14, by reimar
-
Remove tabs and trailing whitespace2007-09-14, by reimar
-
A few more useless ()2007-09-14, by reimar
-
Minor simplifications2007-09-14, by reimar
-
Further simplify demux_ty_FindESHeader2007-09-14, by reimar
-
Optimize demux_ty_FindESHeader2007-09-14, by reimar
-
Remove some commented-out debugging code2007-09-14, by reimar
-
Fix demux_ty_FindESHeader so it won't overread2007-09-14, by reimar
-
Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader2007-09-14, by reimar
-
Remove unused demux_ty_FindESPacket parameter2007-09-14, by reimar
-
Simplify demux_ty_FindESHeader2007-09-14, by reimar
-
Move variable declarations into the block where they are used2007-09-14, by reimar
-
Another piece of duplicate code2007-09-14, by reimar
-
Avoid a big piece of duplicated code2007-09-14, by reimar
-
Get rid of more code duplication2007-09-14, by reimar
-
Simplify XDS handling2007-09-14, by reimar
-
Reduce code duplication2007-09-14, by reimar
-
Greatly simplify IsValidAudioPacket, though this might break something2007-09-14, by reimar
-
Simplify IsValidAudioPacket2007-09-14, by reimar
-
Do not misuse a_streams for private info, demuxer->priv is for that!2007-09-14, by reimar
-
Use AV_RB242007-09-14, by reimar
-
get rid of pointless pesFileId variables2007-09-14, by reimar
-
Simplify AV_RB32 / 256 -> AV_RB242007-09-14, by reimar
-
Use AV_RB32 instead of tivobuffer2hostlong2007-09-14, by reimar
-
Yet more cosmetics2007-09-14, by reimar
-
Move timestamps to int64_t and use MP_NOPTS_VALUE2007-09-14, by reimar
-
Demuxers are _not_ supposed to set ds->pts!2007-09-14, by reimar
-
Fix completely broken get_ty_pts (it's an ordinary MPEG timestamp)2007-09-14, by reimar
-
Another ty simplification2007-09-14, by reimar
-
Remove unused variable2007-09-14, by reimar
-
tmf_totalsize is not used either, remove it2007-09-14, by reimar
-
More simplifications2007-09-14, by reimar
-
Get rid of some quite pointless variables2007-09-14, by reimar
-
Move boundary check before use!2007-09-14, by reimar
-
pthreads support is required for teletext2007-09-14, by voroshil
-
Remove unused tmf_totalchunks2007-09-14, by reimar
-
Simplify EOF handling2007-09-14, by reimar
-
Simplify tmf_filetooffset2007-09-14, by reimar
-
Small simplifications2007-09-14, by reimar
-
10l, placed terminating 0 at the wrong place.2007-09-14, by reimar
-
Avoid strlcpy, tar headers already have space to ensure 0-termination2007-09-14, by reimar
-
Do not ignore last chunk in .tmf files, it will cause part of the file to be2007-09-14, by reimar
-
Cosmetics: remove lots of useless () and {}.2007-09-14, by reimar
-
Use CHUNKSIZE define in a few more places2007-09-14, by reimar
-
Simplify ty_extensionis2007-09-14, by reimar
-
Make demux_ty internal functions static2007-09-14, by reimar
-
Use strtol instead of horribly suboptimal ty_octaltodecimal2007-09-14, by reimar
-
Fix ESD check: use an ESD function to actually check linking and do2007-09-14, by reimar
-
sigill_handler_sse is not needed and can not compile on 64 bit systems2007-09-14, by reimar
-
Do not check for X86_FXSR_MAGIC define, it is missing in newer2007-09-14, by reimar
-
Remove unused sigfpe handler2007-09-14, by reimar
-
Remove test for SSE exception support that has been commented out since ages.2007-09-14, by reimar
-
Fix off-by-one error if fsize is odd (does handling that case even make sense?)2007-09-14, by reimar
-
Mark DTS tables as const2007-09-14, by reimar
-
Fix 10l typo in syncword2007-09-14, by reimar
-
Improved comments, based on patches by Ulion [ulion2002 gmail com]2007-09-14, by reimar
-
Simplify and fix big-endian hwac3 header generation code.2007-09-14, by reimar
-
Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGR2007-09-13, by reimar
-
Fix missing reset/initialization (with tv parameters) of2007-09-13, by voroshil
-
added monkey audio file extensions to extension table2007-09-13, by ben
-
Move AM_MEDIA_TYPE structure definition to mediatype.h.2007-09-13, by voroshil
-
Check wLongsPerEntry before using it.2007-09-13, by reimar
-
Remove useless preprocessor check, _WINGDI_H is never defined.2007-09-13, by diego
-
Add support for FFmpeg Monkey's Audio decoder2007-09-13, by uau
-
warning fixes:2007-09-13, by diego
-
Replace constant by appropriate define2007-09-13, by reimar
-
Remove leading underscores from multiple inclusion guards,2007-09-13, by diego
-
Fix include path.2007-09-13, by diego
-
Remove redundant #ifndef, __WINE_MMSYSTEM_H is never defined.2007-09-12, by diego
-
cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.2007-09-12, by diego
-
Remove useless #ifndef, __WINE_WINGDI_H is never defined.2007-09-12, by diego
-
Remove redundant multiple inclusion guard.2007-09-12, by diego
-
DOCS/tech/colorspaces.txt says I420 and IYUV are the same, so add IYUV at the2007-09-12, by reimar
-
r24423: Implementation of tv:// driver autodetection.2007-09-12, by voroshil
-
r24423: Implementation of tv:// driver autodetection.2007-09-12, by voroshil
-
Consistently use path as multiple inclusion guard.2007-09-12, by diego
-
synced with r244232007-09-12, by Gabrov
-
Add missing #include to fix compilation.2007-09-12, by diego
-
Do not replace _ by - if x86_64 is given in --target.2007-09-12, by reimar
-
sync w/r244232007-09-11, by gpoirier
-
Fix indentation after r24367.2007-09-10, by cehoyos
-
r24294: suboption consistency, add fixme document -vivo suboptions2007-09-10, by kraymer
-
Revert r24424.2007-09-10, by voroshil
-
Fix for:2007-09-10, by voroshil
-
Fix for a lot of2007-09-10, by voroshil
-
Implementation of tv:// driver autodetection.2007-09-10, by voroshil
-
cosmetics: Add comments to some #endif preprocessor directives.2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
Fix for:2007-09-10, by voroshil
-
Fix for:2007-09-10, by voroshil
-
Proper fix for:2007-09-10, by voroshil
-
cosmetics: Fix silly typo.2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fixes:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
warning fix:2007-09-10, by diego
-
Revert the part of r24389 that broke compilation of mencoder.2007-09-10, by cehoyos
-
r24386: move lavc option out of XviD section, to lavc section2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
fix warnings:2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
Fix warnings:2007-09-10, by voroshil
-
synced with r243862007-09-09, by Gabrov
-
move lavc option out of XviD section, to lavc section2007-09-09, by gpoirier
-
Fix redundant declaration warnings for variables already defined2007-09-09, by voroshil
-
Option adevice is implemented for all tv:// drivers.2007-09-09, by voroshil
-
Add comments to some #endif preprocessor directives.2007-09-09, by diego
-
synced with r243812007-09-09, by Gabrov
-
Move vo_3dfx check after vo_dga check, vo_3dfx needs -lXxf86dga to link.2007-09-09, by diego
-
warning fix:2007-09-09, by diego
-
warning fix:2007-09-09, by diego
-
warning fix:2007-09-09, by diego
-
warning fix:2007-09-09, by diego
-
warning fix:2007-09-09, by diego
-
Add nuv codec tag mapping2007-09-09, by reimar
-
Mark lavfpref demuxer as safe, so it that it is actually used for e.g.2007-09-09, by reimar
-
add instruction how to use parallel h264 deoding2007-09-09, by compn
-
Fix fast_cmov detection broken by r243712007-09-08, by zuxy
-
Use -march=native (avail. since gcc 4.2) when possible2007-09-08, by zuxy
-
Add a check for c->head being NULL in pullup_free_context().2007-09-08, by gpoirier
-
Add "teletext patches" string to Otvos Attila's list2007-09-08, by voroshil
-
Fix borders for xmga broken by r23675. Tested by Diego.2007-09-08, by reimar
-
Avoid releasing of unallocated memory.2007-09-08, by voroshil
-
Fix for:2007-09-08, by voroshil
-
More accurate calculating of teletext2007-09-08, by voroshil
-
Implement boxes for subtitle teletext pages.2007-09-08, by voroshil
-
Always initialize pUnk pointer with zero.2007-09-08, by voroshil
-
Decrease teletext page rendering frequency from 1/frame to about 4/sec.2007-09-08, by voroshil
-
Fix typo in r243602007-09-07, by cehoyos
-
Fix compilation after FFmpeg AUDIO_(DE)MUXER split2007-09-07, by uau
-
r24356: spelling fixes, pointed by Diego2007-09-07, by voroshil
-
Fix compilation after FFmpeg r10426.2007-09-07, by cehoyos
-
Clarify teletext tlang option.2007-09-06, by diego
-
spelling fixes, pointed by Diego2007-09-06, by voroshil
-
r24294: suboption consistency, add fixme document -vivo suboptions2007-09-06, by voroshil
-
r24216: Add missed in r24212 strings definitions2007-09-06, by voroshil
-
r24216: Add missed in r24212 strings definitions2007-09-06, by voroshil
-
add ; at the end of the sed commands. this fixes operation under cygwin.2007-09-06, by ivo
-
remove cut&paste from ffmpeg mistake. cd "$1" does not make any sense here,2007-09-06, by ivo
-
Fix AltiVec autodetection: The autodetection was overriding configure2007-09-06, by diego
-
Support lowdelay flag2007-09-06, by reimar
-
mention Slice-based parallel H.264 decoding in changelog2007-09-05, by gpoirier
-
sync w/ r243292007-09-05, by gpoirier
-
Replace short region code explanation by more detailed section.2007-09-05, by diego
-
Fix compilation after FFmpeg r10411.2007-09-05, by cehoyos
-
Remove technical description of DVDs and libdvdread implementation.2007-09-05, by diego
-
Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer.2007-09-05, by diego
-
Matroska muxer now available in libavformat.2007-09-05, by diego
-
Move debug message to verbose output level.2007-09-04, by diego
-
Remove obsolete libac3 entry.2007-09-04, by diego
-
warnig fix (blessed by Rich):2007-09-04, by diego
-
Add a bicubic scaler that needs a lot more instruction but no2007-09-04, by reimar
-
Do not reset user-enabled mute on EOF, but only on exit.2007-09-03, by reimar
-
Fix for:2007-09-03, by voroshil
-
Fix compilation after patch to remove global vo_hdc2007-09-03, by reimar
-
Remove global vo_hdc, since it is recommended to release a DC as soon as possible.2007-09-03, by reimar
-
Remove checks that in the worst case will completely break fullscreen2007-09-03, by reimar
-
Make sure aspect hint is adjusted on aspect change2007-09-03, by reimar
-
Cosmetics: set vo_hint.flags at more consistent places (directly before2007-09-02, by reimar
-
synced with r243292007-09-02, by Gabrov
-
manpage fix: escape '\' in -vf geq description2007-09-02, by uau
-
decerebrated-proof guide to the instalation of dvdnav2007-09-02, by nicodvb
-
fix broken MinGW-Howto link2007-09-02, by kraymer
-
synced with r243102007-09-02, by Gabrov
-
Increase number of skipped buffers to 5 to avoid mixing teletext pages from2007-09-02, by voroshil
-
a mouse selection may require at least a video codec reinit2007-09-01, by nicodvb
-
implemented STREAM_CTRL_GET_ASPECT_RATIO2007-09-01, by nicodvb
-
Make sure that no pages will left in cache during2007-09-01, by voroshil
-
if the stream reader supports it assign to the video the stream aspect ratio2007-09-01, by nicodvb
-
added .stream_aspect to st_video_t: if non-zero and if not specified otherwise2007-09-01, by nicodvb
-
implemented STREAM_CTRL_GET_ASPECT_RATIO2007-09-01, by nicodvb
-
Drop out control chars from page header in time position.2007-09-01, by voroshil
-
Remove imported rational calculation code and use the original one from avutil.2007-09-01, by iive
-
Fix missed -1 -> 0x3f7f changes for subpage number.2007-09-01, by voroshil
-
Fix displaying start page when it has subpages.2007-09-01, by voroshil
-
Proper support for flashing chars in teletext pages.2007-09-01, by voroshil
-
sync w/r243102007-08-31, by gpoirier
-
Support for selecting language via packet 28.2007-08-31, by voroshil
-
renaming ARCH_BFIN to HAVE_BFIN2007-08-31, by mhoffman
-
Make DGA 1 and DGA 2 separately selectable.2007-08-31, by diego
-
warning fixes:2007-08-31, by diego
-
Remove pointless forward declarations.2007-08-31, by diego
-
cosmetics: Sort some lines, whitespace changes.2007-08-30, by diego
-
Added Sun VO driver for Denes Balatoni2007-08-30, by cehoyos
-
ignore some symlinked files2007-08-30, by kraymer
-
synced with r243012007-08-29, by Gabrov
-
replace deleted line2007-08-29, by compn
-
Small code simplification as suggested by Reimar:2007-08-29, by voroshil
-
Simplify code by using FFSWAP2007-08-29, by voroshil
-
(cosmetics) replace tabs with spaces2007-08-29, by voroshil
-
(cosmetics) fix indentation of previous commit2007-08-29, by voroshil
-
Implement Hold/Release graphics (showing control chars as2007-08-29, by voroshil
-
Implement Flash/Steady (swapping foreground/background colors)2007-08-29, by voroshil
-
suboption consistency, add fixme document -vivo suboptions2007-08-29, by compn
-
remove planned features, ok by diego2007-08-29, by compn
-
sync with r24137, patch by JRaSH2007-08-29, by kraymer
-
Make charset constants naming consistant2007-08-29, by voroshil
-
Purge looooong obsolete remnants of vo_fsdga.2007-08-29, by diego
-
Remove unused extern int declaration.2007-08-29, by diego
-
Silence make's 'Please run configure again' if it was already run.2007-08-29, by cehoyos
-
cosmetics: Fix up whitespace, indentation and similar things.2007-08-29, by diego
-
Fix linking on Windows.2007-08-29, by diego
-
warning fixes:2007-08-29, by diego
-
warning fix:2007-08-29, by diego
-
Build test programs with standard CFLAGS and use implicit rules.2007-08-29, by diego
-
warning fix:2007-08-29, by diego
-
Add FFmpeg AC-3 decoder.2007-08-29, by diego
-
warning fixes:2007-08-28, by diego
-
synced with r242162007-08-28, by Gabrov
-
typos2007-08-28, by diego
-
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED2007-08-28, by diego
-
Fix compilation by adding forgotten comma.2007-08-28, by iive
-
Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.2007-08-28, by voroshil
-
Remove pointless #ifdef HAVE_XVMC within get_format(), all of the function2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
cosmetics: Add some explanatory comments to #endif directives.2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
Move channels option parsing code into separate routine.2007-08-28, by voroshil
-
warning fix:2007-08-28, by diego
-
Implement X/27/0 packet decoding.2007-08-28, by voroshil
-
Add code to clear left and right borders not only top and bottom.2007-08-28, by reimar
-
Clean up the way get_path is handled: Compile get_path.c to an object to link2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
warning fix:2007-08-28, by diego
-
Mark xx function as returning char, fixes:2007-08-28, by diego
-
Remove nonsensical #ifdef.2007-08-28, by diego
-
Assume first xinerama screen, in case xmga could2007-08-28, by attila
-
Implement 8/30 format 1 teletext packet decoding2007-08-28, by voroshil
-
Typo2007-08-28, by kraymer
-
BGR15 is also a valid format for 4xm video2007-08-27, by rtogni
-
in open_s() unified failure code in fail:2007-08-27, by nicodvb
-
Fix wrong calculation of nbooleans that causes a crash on 64 bit systems2007-08-27, by reimar
-
Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wf2007-08-27, by reimar
-
Process any waiting commands (got_cmd set). Should fix e.g. smplayer.2007-08-27, by reimar
-
Simplify the addition of -g to some CFLAGS.2007-08-27, by diego
-
Move common link libs/objects into a variable.2007-08-27, by diego
-
consistent linking order2007-08-27, by diego
-
Do not overwrite config.h unless it was changed. Mostly taken from FFmpeg.2007-08-27, by diego
-
Simplify linkage parameters.2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
Remove unnecessary fastmemcpybench prerequisite.2007-08-27, by diego
-
Remove unused #include.2007-08-27, by diego
-
Fix a ton of warnings:2007-08-27, by diego
-
Simplify bmovl-test compilation call.2007-08-27, by diego
-
Fix "incompatible implicit declaration of built-in function 'exit'" warnings.2007-08-27, by diego
-
Mark phony targets as such.2007-08-27, by diego
-
Move fastmemcpybench objects to link against into prerequisites.2007-08-27, by diego
-
warning fix:2007-08-27, by diego
-
warning fix:2007-08-27, by diego
-
warning fix:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
Revert last commit, -mstackrealign was added in gcc 4.2 and should not2007-08-27, by diego
-
Better handling of Alpha MVI CPU extensions (untested).2007-08-27, by diego
-
Fix warnings:2007-08-26, by diego
-
r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.2007-08-26, by kraymer
-
(cosmetics) remove unnecessary ';'2007-08-26, by voroshil
-
Add missed in r24212 strings definitions2007-08-26, by voroshil
-
r24125: Automatic TV channels scanning ability for MPlayer.2007-08-26, by voroshil
-
r24180: Document xorg.conf option needed for Xv playback on Intel cards.2007-08-26, by voroshil
-
Replace perror() with mp_msg()2007-08-26, by voroshil
-
Implement TVI_CONTROL_TUN_GET_SIGNAL in *BSD BT848 driver.2007-08-26, by voroshil
-
10l: Move #endif upper to reflect changes in r24054.2007-08-26, by voroshil
-
Fix typo2007-08-26, by voroshil
-
Remove unused _def_altivec2007-08-26, by reimar
-
Suboptions structure should be passed as array not as address of array.2007-08-26, by voroshil
-
Simplify VIS detection. Also adds ENABLE_VIS define and changes "#define HAVE_VIS = yes"2007-08-26, by reimar
-
Add teletext specification reference2007-08-26, by voroshil
-
Remove ugly Russian language support hack.2007-08-26, by voroshil
-
Add support for Latin National Option Sub-Sets2007-08-26, by voroshil
-
Enable decoding of packet X/24, it is usual teletext line2007-08-26, by voroshil
-
Get netstream closer to linking.2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
Fix subrip and vivodump linking.2007-08-25, by diego
-
Ignore modify_reg.2007-08-25, by diego
-
Mark vfw2menc as Windows-only.2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
Remove pointless variable declaration, the code that sets it is long-gone.2007-08-25, by diego
-
10l: "&" should be done after ">>"2007-08-25, by voroshil
-
Remove stray comment, the code it commented is long-gone.2007-08-25, by diego
-
Language bits in teletext page header are2007-08-25, by voroshil
-
Fix warnings:2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
Fix warnings:2007-08-25, by diego
-
Extract a poor int declaration from within the uncouth grip of an if statement2007-08-25, by diego
-
Fix warnings:2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
Document xorg.conf option needed for Xv playback on Intel cards.2007-08-25, by rathann
-
Fix warning:2007-08-25, by diego
-
Fix warnings:2007-08-25, by diego
-
Fix warnings:2007-08-25, by diego
-
Add multiple inclusion guards.2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
Move button variable into the if () where it is actually used.2007-08-25, by diego
-
Remove redundant extern declarations, #include the right headers instead.2007-08-25, by diego
-
sync w/r240842007-08-25, by gpoirier
-
Fix redundant redeclaration warnings.2007-08-25, by diego
-
Fix unused variable warning when USE_DVDNAV is not defined.2007-08-25, by diego
-
Remove redundant extern variable declarations, include proper headers instead.2007-08-25, by diego
-
Remove redundant variable declaration.2007-08-25, by diego
-
Remove redundant variable declarations.2007-08-25, by diego
-
Remove redundant variable declaration.2007-08-25, by diego
-
Remove redundant variable declarations.2007-08-25, by diego
-
Remove redundant variable declaration.2007-08-25, by diego
-
Remove redundant variable declaration.2007-08-25, by diego
-
Fix some unused variable warnings.2007-08-25, by diego
-
Revert r24158, it is not necessary with unsigned bitfield2007-08-25, by reimar
-
Change bitfield to unsigned so that we get the usual truth values2007-08-25, by reimar
-
synced with r241372007-08-25, by Gabrov
-
Hack around broken bitfields in gcc 4.22007-08-25, by reimar
-
Fix invalid fd check, the bug is somewhere else though.2007-08-25, by reimar
-
HACK: check added fds for validity because otherwise mplayer2007-08-25, by reimar
-
Fix loads of warnings2007-08-25, by reimar
-
Handle queued commands from input event functions immediately2007-08-25, by uau
-
Watch X11 fd in main input select() if using vo xv2007-08-25, by uau
-
Add separate event input type for terminal+vo2007-08-25, by uau
-
Use a single select() for both key and slave input2007-08-25, by uau
-
Clean up getch2() code somewhat2007-08-25, by uau
-
Make terminal input work more like VO key input2007-08-25, by uau
-
Remove unused function2007-08-25, by uau
-
Use bitfield instead of manual bit fiddling in input.c2007-08-25, by uau
-
Remove redundant variable declaration.2007-08-25, by diego
-
Fix unused variable warning.2007-08-25, by diego
-
Add missing pixelformat conversion function prototype2007-08-24, by reimar
-
Move Apple gcc AltiVec vector declaration syntax to libavutil.2007-08-24, by diego
-
Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL.2007-08-24, by diego
-
Remove redundant extern variable declaration.2007-08-24, by diego
-
Fix unused variable warning.2007-08-24, by diego
-
Remove unused variable.2007-08-24, by diego
-
Remove silly #ifdef around the complete file.2007-08-24, by diego
-
misc markup fixes2007-08-24, by diego
-
Wording and markup improvements for the -tvscan option.2007-08-24, by diego
-
Leading underscores in identifiers are forbidden.2007-08-24, by diego
-
Remove fallback round implementation that is protected by a preprocessor2007-08-24, by diego
-
Remove unused extern variable declaration.2007-08-24, by diego
-
Remove redundant variable declaration along with the corresponding warning.2007-08-24, by diego
-
1000l: Revert stray hunk that crept in with last commit.2007-08-24, by diego
-
Use consistent include path.2007-08-24, by diego
-
Removed uninitialized variable.2007-08-23, by cehoyos
-
Use new request_channels2007-08-23, by reimar
-
100l typo: ENTER --> KPENTER2007-08-23, by diego
-
Fix KPENTER keycode value on Mac OS X.2007-08-23, by diego
-
Automatic TV channels scanning ability for MPlayer.2007-08-23, by voroshil
-
Fix blue color for yv12 and i420 image formats in "automute" screen2007-08-23, by voroshil
-
Fix compilation of live555 support after FFmpegs r10173.2007-08-22, by cehoyos
-
CONFIG_DARWIN was removed from FFmpeg.2007-08-22, by diego
-
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).2007-08-22, by diego
-
Finally fix --enable-debug compilation2007-08-22, by reimar
-
Fix [soc:eoc] stubs.2007-08-22, by voroshil
-
r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.2007-08-22, by voroshil
-
r24030: Document special A-V sync issues with FLV files2007-08-22, by voroshil
-
sync tag update2007-08-22, by voroshil
-
Remove Windows-only replacement gettimeofday() implementation, both Cygwin2007-08-21, by diego
-
Set DVD speed earlier to avoid drive spinup during open2007-08-21, by reimar
-
synced with r241102007-08-21, by Gabrov
-
Remove unnecessary OSD visibility code2007-08-21, by uau
-
Minor code cleanup2007-08-21, by uau
-
Add some missing libavcodec video encoders.2007-08-20, by diego
-
Sort libavcodec encoders.2007-08-20, by diego
-
Runtime-patching for windows to fix crash with drv43260.dll2007-08-20, by reimar
-
remove gconvert_uri_to_filename() and use url_unescape_string() instead.2007-08-20, by iive
-
We can support SEEK_END seeks only when stream->end_pos is known2007-08-20, by reimar
-
Add support for AVSEEK_SIZE in demux_lavf2007-08-20, by reimar
-
-subfps makes sense for frame-based subtitle formats as well!2007-08-20, by reimar
-
Do not seek to an invalid position.2007-08-19, by reimar
-
Replace dvdread bswap.h by something more sane for us.2007-08-19, by reimar
-
Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.2007-08-19, by reimar
-
added proper e-mail address2007-08-18, by nplourde
-
added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>2007-08-18, by nplourde
-
Functions that do not return a value must be void2007-08-18, by reimar
-
Text files must end with a newline2007-08-18, by reimar
-
Remove duplicate extern declaration2007-08-18, by reimar
-
increasing sync tag after Apple Remote message added2007-08-18, by Gabrov
-
synced with r240912007-08-18, by Gabrov
-
Add libdvdcss-specific CFLAGS in the correct place.2007-08-18, by diego
-
Remove an unnecessary #ifdef2007-08-18, by uau
-
Complete the list of libavcodec audio encoders.2007-08-17, by diego
-
Ignore main.xml.2007-08-17, by diego
-
Reorder installation requirements list, wording/spelling.2007-08-17, by diego
-
Sync local diff with latest changes.2007-08-17, by diego
-
Sync libdvdread with version 0.9.7.2007-08-17, by diego
-
small libavcodec audio codec clarifications2007-08-16, by diego
-
misc fixes and additions2007-08-16, by diego
-
Explicitly mention the need to rebuild MPlayer after installing AMR libs.2007-08-16, by rathann
-
adding help for --ar --ranlib2007-08-16, by mhoffman
-
Move setting of res_comment for internal dvdread to a more sensible place.2007-08-16, by diego
-
allow setting of ranlib from the commandline of configure2007-08-16, by mhoffman
-
allow setting of ar from the commandline of configure2007-08-16, by mhoffman
-
Remove local MinGW gettimeofday() implementation, there is now a native2007-08-16, by diego
-
Sync local diff with current version.2007-08-16, by diego
-
Sync libdvdread with version 0.9.6.2007-08-16, by diego
-
Sync local diff with current version.2007-08-15, by diego
-
cosmetics: Do not add trailing whitespace to lines we change.2007-08-15, by diego
-
Sync another change from upstream.2007-08-15, by diego
-
Remove modification comments from files that are no longer modified.2007-08-15, by diego
-
Sync libdvdread with version 0.9.5 (cosmetic changes).2007-08-15, by diego
-
cosmetics: alphabetical order2007-08-15, by diego
-
1000l: Forgot to add new files, *sigh*.2007-08-15, by diego
-
Sync libdvdread with version 0.9.5 (functional changes).2007-08-15, by diego
-
Identifiers should not start with two underscores.2007-08-15, by diego
-
Remove unused variable.2007-08-15, by diego
-
cosmetics: Reorder lines for consistency.2007-08-15, by diego
-
Document how to encode with some more libavcodec audio codecs.2007-08-15, by diego
-
Clarify comment as pointed out by Ulion.2007-08-15, by diego
-
Remove pointless #ifdef2007-08-15, by uau
-
AC3 --> AC-3, as done in r240562007-08-14, by gpoirier
-
Rename TMPO to TMPEXE, it is an executable, not an object file.2007-08-14, by diego
-
cosmetics: prettyprint2007-08-14, by diego
-
Apple Remote support2007-08-14, by diego
-
AC3 --> AC-32007-08-13, by diego
-
Document how to encode with some libavcodec audio codecs.2007-08-13, by diego
-
Fix compilation on BSD.2007-08-13, by diego
-
Remove unused variables.2007-08-13, by diego
-
Fix likely mistake when using char*.2007-08-13, by cehoyos
-
Remove additional warnings when using icc - similar to -Wno-pointer-sign.2007-08-13, by cehoyos
-
MP3 audio encoder was renamed to libmp3lame in FFmpeg.2007-08-12, by diego
-
Remove unused definition.2007-08-12, by diego
-
Remove outdated lines.2007-08-12, by diego
-
Declare all vo_gamma variables in libvo/video_out.h and remove them from2007-08-12, by diego
-
Fix UDP select timeout.2007-08-12, by diego
-
Change "object type complexity" parameter of FAAC in the2007-08-09, by gpoirier
-
The "svn copy" method for reverting has worked flawlessly for me without2007-08-09, by reimar
-
Move some more compiler flags to configure.2007-08-09, by diego
-
When a new subtitle stream becomes available check if it is the one that2007-08-09, by reimar
-
Remove unused definition.2007-08-08, by diego
-
printf in mp_image.h was changed to fprintf in r17972.2007-08-08, by cehoyos
-
Fix warning: too many arguments for format2007-08-08, by cehoyos
-
Cosmetics: Remove empty block.2007-08-08, by cehoyos
-
Define teletext_control() in tvi_v4l.c and tvi_v4l2.c.2007-08-08, by cehoyos
-
r23920: Teletext support (and editor's info)2007-08-08, by kraymer
-
Add <application> tag around MEncoder2007-08-08, by reimar
-
synced with r240302007-08-08, by ptt
-
synced with r239962007-08-08, by ptt
-
Remove useless #include and silence warnings when compiling find_sub.c.2007-08-08, by cehoyos
-
Move some #defines into configure/config.h.2007-08-08, by diego
-
Document special A-V sync issues with FLV files2007-08-08, by reimar
-
bbox[n] and spu->scaled_start_row are unsigned, comparison with 0 is pointless.2007-08-08, by cehoyos
-
Chinese man page translation is in sync now2007-08-08, by kraymer
-
This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r239962007-08-08, by kraymer
-
r23996: Hint at mf://@... syntax2007-08-07, by kraymer
-
Kill two warnings.2007-08-07, by cehoyos
-
make x264 work again after the h264-libx264 renaming2007-08-07, by michael
-
Move HAVE_INTTYPES_H definition to a more sensible place in config.h.2007-08-07, by diego
-
Improve error message.2007-08-07, by diego
-
HAVE_INTTYPES_H is in config.h, HAVE_STDINT_H is never reached.2007-08-07, by diego
-
synced with r239822007-08-07, by ptt
-
synced to r239832007-08-07, by ptt
-
HAVE_INTTYPES_H is already declared in config.h.2007-08-07, by diego
-
synced with r240162007-08-07, by Gabrov
-
Added Alan Nisotas modify_reg.2007-08-06, by cehoyos
-
sync w/ r239962007-08-05, by gpoirier
-
Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.2007-08-04, by cehoyos
-
Moved dvdtimetomsec to stream_dvd_common.c.2007-08-04, by cehoyos
-
Remove unused variables.2007-08-04, by diego
-
cosmetics: removed commented code and small reindentation2007-08-04, by nicodvb
-
removed unused variables2007-08-04, by nicodvb
-
Add a dummy guiMessageBox so it still compiles when MPlayer was configured with2007-08-04, by reimar
-
Fix compilation of ass_fontconfig.c when fontconfig is disabled.2007-08-04, by iive
-
Handle case where get_image is called twice without a draw_image in-between2007-08-03, by reimar
-
Give the cpuinfo binary the right suffix $_exesuf2007-08-03, by reimar
-
Forgot to add the main vo_xvr100.c file2007-08-03, by reimar
-
add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu)2007-08-03, by reimar
-
Don't apply windows-like font scaling if hhea or os2 tables contain invalid2007-08-03, by eugeni
-
Workaround for fonts with zero ascender/descender in horizontal header.2007-08-03, by eugeni
-
Factor out common code from ass_font_new and ass_font_reselect.2007-08-03, by eugeni
-
More simple and correct font reselection.2007-08-03, by eugeni
-
Added missing newline.2007-08-03, by cehoyos
-
Revert setting audio output channel count for FFmpeg2007-08-02, by uau
-
r23996: Hint at mf://@... syntax2007-08-02, by voroshil
-
Hint at mf://@... syntax2007-08-02, by reimar
-
fix B-frame consistency pointed out by diego, add MPEG-1/2 speedups2007-08-02, by compn
-
Set lavc_context->channels before opening the codec, it is sufficient to2007-08-01, by reimar
-
xan wc4 video decoding, removed bframe warning message2007-08-01, by compn
-
Define ENABLE_GRAY for FFmpeg2007-08-01, by uau
-
better wording - thanx nico :)2007-08-01, by ptt
-
r23982: i_certify_that_my_video_stream_does_not_use_b_frames is gone.2007-08-01, by voroshil
-
10l for committing untested changes, a test call was missing.2007-08-01, by diego
-
r23687: Implemented tv://[<channel>][/<input_id>] url syntax2007-08-01, by kraymer
-
(cosmetics) Make TV detection code two spaces indented2007-08-01, by voroshil
-
Enable teletext for V4Lv1.2007-08-01, by voroshil
-
Fix detection of xan audio. -noidx or -forceidx still is necessary2007-08-01, by reimar
-
Added FIXME skeletons for missing lavc options.2007-08-01, by diego
-
i_certify_that_my_video_stream_does_not_use_b_frames is gone.2007-08-01, by diego
-
i_certify_that_my_video_stream_does_not_use_b_frames is gone.2007-08-01, by diego
-
Ugly hack to make xanlib.dll work.2007-08-01, by reimar
-
r23897: Experimental negative panscan values2007-08-01, by voroshil
-
r23891: typo fix: childs --> children2007-08-01, by voroshil
-
add possibly incorrect subfont entry2007-07-31, by compn
-
allow to specify the audio bitrate in bits (some codecs need that ...)2007-07-31, by michael
-
get rid of this idiotic i_certify_that_my_video_stream_does_not_use_b_frames2007-07-31, by michael
-
make muxer store the provided timestamps2007-07-31, by michael
-
make timestamps out of hot air2007-07-31, by michael
-
make a few more parameters accessable from mplayer2007-07-31, by michael
-
mixer.afilter must be set to NULL when filter chain is destroyed on uninit.2007-07-31, by reimar
-
Make the printoption function take the default values from the variable2007-07-31, by ivo
-
cosmetics, indentation2007-07-31, by ivo
-
Shorten (un)setting of all test flags2007-07-31, by ivo
-
Much smaller command line parser2007-07-31, by ivo
-
another little corrections2007-07-31, by ptt
-
added missing ":"'s2007-07-31, by ptt
-
better wording2007-07-31, by ptt
-
sorry, left english phrase in...2007-07-31, by ptt
-
synced with r239622007-07-31, by ptt
-
added missing ':' for separator2007-07-31, by ptt
-
synced to r239202007-07-31, by ptt
-
Update copyright info and license2007-07-31, by ivo
-
cosmetics, break overly long lines2007-07-31, by ivo
-
replace ^I by $TAB now that TAB is global2007-07-31, by ivo
-
only test for stupid code and reserved identifiers if there are any .c or .h2007-07-31, by ivo
-
10l, forgot to make TAB global2007-07-31, by ivo
-
Test for reserved identifiers.2007-07-31, by ivo
-
Identifiers starting with underscores are reserved.2007-07-31, by diego
-
UTF-8 conversion2007-07-31, by diego
-
Make teletext depend on freetype. Fixes compilation failer (in sub.c).2007-07-30, by iive
-
100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL test2007-07-30, by reimar
-
Extend OpenGL configure test to also check for glx/wgl and proper linking.2007-07-30, by reimar
-
sync w/235882007-07-30, by gpoirier
-
remove GNUism (case range)2007-07-30, by ivo
-
Add test for GNUisms2007-07-30, by ivo
-
Teletext support for V4Lv12007-07-30, by voroshil
-
10l: wrong pointer was initialized (causes crash during startup).2007-07-30, by voroshil
-
h/w -> hardware2007-07-30, by ben
-
Change V4L2 MPEG decoder check so it can actually fail2007-07-30, by reimar
-
Comment out purely debugging printf that in addition uses __FUNCTION__ which2007-07-30, by reimar
-
Fix hopefully final 150 sector offset VCD bug. Caused no noticeable problems on Linux2007-07-30, by reimar
-
Simplify sun SCSI command generation2007-07-30, by reimar
-
big 10L of r9888 located: passed fd instead of pointer to sun_vcd_read2007-07-30, by reimar
-
Move extern int audio_output_channels; to ad_internal.h2007-07-30, by reimar
-
Indicate desired number of output channels to ffmpeg audio decoder.2007-07-30, by reimar
-
Avoid void * arithmetic2007-07-30, by reimar
-
Use the standard inline instead of __inline2007-07-30, by reimar
-
Another missed case-range2007-07-30, by reimar
-
Do not use gnu case-range extension if it's easy to avoid2007-07-30, by reimar
-
Use goto instead of useless recursion that might fill up the stack2007-07-30, by reimar
-
Do not use a return value for a void function2007-07-30, by reimar
-
C99 varargs in macros can not be empty, adjust definition so it compiles2007-07-30, by reimar
-
synced with r239282007-07-30, by Gabrov
-
Subtraction should be done after & operation.2007-07-30, by voroshil
-
Drop out overlooked debug line2007-07-30, by voroshil
-
update man page with v4l2 a/v outputs2007-07-29, by ben
-
Teletext support2007-07-29, by voroshil
-
Teletext support2007-07-29, by voroshil
-
More doxygen comments2007-07-29, by reimar
-
Teletext support2007-07-29, by voroshil
-
Teletext support.2007-07-29, by voroshil
-
Teletext support.2007-07-29, by voroshil
-
Simplify and fix missing offset for Darwin vcd_get/set_msf functions2007-07-29, by reimar
-
Document -rawvideo format="format string"2007-07-29, by reimar
-
Make VCD work on little-endian macs2007-07-29, by reimar
-
Make vcd_get_track_end actually return the end, not the start on Darwin2007-07-29, by reimar
-
Make the vcd seek and get track end functions actually have an effect2007-07-29, by reimar
-
punctuation, new sentences on new lines2007-07-29, by diego
-
libdvdcss patch got committed.2007-07-29, by diego
-
Fix wrong return type in darwin VCD code2007-07-29, by reimar
-
Replacing global variables in radio:// with2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing global variables from tv://2007-07-29, by voroshil
-
Removing forward declarations of routines used only in tv.c2007-07-29, by voroshil
-
Cosmetics.2007-07-29, by voroshil
-
Cosmetics: move two routines up2007-07-29, by voroshil
-
Set -vo gl slice-height default to 0, the current default of 4 seems2007-07-28, by reimar
-
Experimental negative panscan values2007-07-28, by reimar
-
Use a new variable for user-supplied monitor-aspect so we can overwrite2007-07-28, by reimar
-
make sure update_xinerama_info is always called even when using the2007-07-28, by reimar
-
Give message string a more meaningful name.2007-07-28, by diego
-
cosmetics: misc typo fixes2007-07-28, by diego
-
typo fix: childs --> children2007-07-28, by diego
-
typo fix: childs --> children2007-07-28, by diego
-
Names starting with underscores are reserved.2007-07-28, by diego
-
typo2007-07-28, by diego
-
Fix some typos in comments2007-07-28, by reimar
-
r23852: af channels example for ffdca to ALSA reordering2007-07-28, by voroshil
-
Remove extern index_mode, it is already in demuxer.h2007-07-27, by reimar
-
Make sure fformat is set before use2007-07-27, by reimar
-
Remove some unneeded extern variable declarations2007-07-27, by reimar
-
Remove completely pointless extra return statements2007-07-27, by reimar
-
Fix MSF -> sector conversion being 150 sectors of2007-07-27, by reimar
-
Simplify track length calculation2007-07-27, by reimar
-
Some more *BSD vcd_read simplification2007-07-27, by reimar
-
Fix several 100l2007-07-27, by reimar
-
Factor out some common code2007-07-27, by reimar
-
Somewhat unified *BSD vcd reading2007-07-27, by reimar
-
READ_TOC for making *BSD code more similar2007-07-27, by reimar
-
synced with r232252007-07-27, by ptt
-
One ifdef less2007-07-27, by reimar
-
Simplify NetBSD vcd_read code2007-07-27, by reimar
-
vcd_inc_msf function also for freebsd vcd_read2007-07-27, by reimar
-
More VCD cosmetics2007-07-27, by reimar
-
100l, return is missing a value2007-07-26, by reimar
-
Cosmetics to reduce diff between Free- and netBSD vcd stuff2007-07-26, by reimar
-
10l, fix vcd netbsd compilation2007-07-26, by reimar
-
TOCADDR macro as first step to common *BSD vcd reading code2007-07-26, by reimar
-
synced with r238562007-07-26, by ptt
-
Intel Mac is fully supported these days2007-07-26, by gpoirier
-
add Hitachi SuperH (SH3) support2007-07-26, by gpoirier
-
Fix configure regexp for enabling FFmpeg features2007-07-25, by uau
-
Simplify: use FFMAX2007-07-25, by reimar
-
Remove some useless "extern" before function prototypes2007-07-25, by reimar
-
avoid ff_config_enable doing partial matches.2007-07-25, by reimar
-
subdata must be set to NULL when the corresponding data was freed.2007-07-25, by reimar
-
Do not set vo_sub to NULL on changing subtitles, update_subtitles2007-07-25, by reimar
-
small wording improvement2007-07-25, by diego
-
Fix for bugzilla #8352007-07-24, by rtogni
-
more Spanish man page updates by Fernando TarÃn (lists.im gmail com)2007-07-24, by kraymer
-
r23416: Drop the metadata stuff and replace it with generic property string expansion.2007-07-24, by kraymer
-
af channels example for ffdca to ALSA reordering2007-07-24, by reimar
-
Compilation fix workaround for dca.h conflict (it exists in libavcodec2007-07-23, by rtogni
-
another correction2007-07-23, by ptt
-
a bunch of corrections, suggested by Nico Sabbi, tnx2007-07-23, by ptt
-
synced with r215372007-07-23, by ptt
-
now it's synced, to r233422007-07-23, by ptt
-
my fault doesn't compile html docs...2007-07-23, by ptt
-
synced with r233422007-07-23, by ptt
-
Make the assembler accept VIS instrucitions on ultraSPARC.2007-07-22, by diego
-
document "default" behaviour if CopyFromParent is passed as colormap2007-07-22, by attila
-
10l2007-07-22, by attila
-
DTS decoding via libdca2007-07-22, by rtogni
-
Update sync tag2007-07-22, by voroshil
-
Remove unused definition.2007-07-21, by diego
-
(finally) synced with r232722007-07-21, by ptt
-
Use --static flag for pkg-config if --enable-static was used.2007-07-20, by reimar
-
!00l, last commit mixed up "normal" ggi and ggiwmh tests.2007-07-20, by reimar
-
Change ggi and SDL tests so that linking problems with --enable-static are more2007-07-20, by reimar
-
Remove vo_syncfb, which was unused for 5 years.2007-07-20, by diego
-
integrating blackfin optimized yuyvtoyv12 converter2007-07-20, by mhoffman
-
removing reference to bfin_sram.h its not used anylonger2007-07-20, by mhoffman
-
adding blackfin optimized yuyvtoyv12 converter2007-07-20, by mhoffman
-
sync w/r23747, patch by JRaSH % jrash06 A 163 P com %2007-07-19, by gpoirier
-
Somewhat hackish fix for A-V desync with ao_oss and frame stepping:2007-07-19, by reimar
-
Get rid of a few more useless malloc casts2007-07-19, by reimar
-
Make sure all demuxer subtitles can be selected with 'j', even2007-07-19, by reimar
-
Remove some more useless *alloc casts2007-07-19, by reimar
-
UltraSPARC VIS yuv2rgb2007-07-19, by benoit
-
Explanation for CPUID flag 'ibs'2007-07-19, by zuxy
-
fixed bug introduced with the addition of get_ext_stream_properties()2007-07-18, by nicodvb
-
synced with r23747 with corrections2007-07-18, by Gabrov
-
synced with r237482007-07-18, by Gabrov
-
r23748: Leave out (no) prefix from option names for consistency.2007-07-18, by voroshil
-
Rename mga_vid test to make it more descriptive.2007-07-18, by diego
-
r23745: Add the sub_scale property and command.2007-07-18, by voroshil
-
fix redundant redeclaration warning2007-07-18, by Gabrov
-
fopen is in stdio.h, so add this include.2007-07-18, by reimar
-
Fix a bunch of redundant redeclaration warnings.2007-07-18, by diego
-
Remove unused variables.2007-07-18, by diego
-
Restore vo_mga check, it is Linux-only.2007-07-18, by diego
-
sync w/r23748, patch by JRaSH % jrash06 A 163 P com %2007-07-18, by gpoirier
-
use YUV440P in swscale2007-07-18, by benoit
-
better translation of 'clip'2007-07-17, by ptt
-
better translation2007-07-17, by ptt
-
synced with r237482007-07-17, by ptt
-
sync'd with r237472007-07-17, by ptt
-
Remove pointless printing of include and linker paths.2007-07-17, by diego
-
Do not test for the existence of device files during configuration,2007-07-17, by diego
-
Modify X11 headers check so as not to add /usr/include, the default system2007-07-17, by diego
-
Remove /usr/include from the list of places to check for headers,2007-07-17, by diego
-
Put a compilation fix bandaid in place for the png.h issue.2007-07-17, by diego
-
Revert include flag reordering, it does not fix the compilation problem.2007-07-17, by diego
-
Remove commented-out dynamic linking check.2007-07-17, by diego
-
Remove unused scandir() check and fallback implementation.2007-07-17, by diego
-
Remove unused ftello() check and fallback implementation.2007-07-17, by diego
-
Remove unused fseeko() check and fallback implementation.2007-07-17, by diego
-
This was rewritten by Michael, switch copyrights to him and license to LGPL.2007-07-17, by diego
-
another piece translated :)2007-07-17, by ptt
-
realrtsp smil files can also use ' as field delimiter instead of "2007-07-16, by rtogni
-
Reorder CFLAGS, fixes compilation after addition of png.h to FFmpeg.2007-07-16, by diego
-
Remove incomplete compilation fix bandaid.2007-07-16, by diego
-
Remove redundant "all rights reserved" statement, OKed by Walken.2007-07-16, by diego
-
Avoid crash if a non-existent audio track is selected with -aid2007-07-16, by reimar
-
bandaid compilation fix2007-07-16, by diego
-
Use native Windows thread API when pthreads isn't available.2007-07-16, by zuxy
-
added support for -alang and -slang with dvdnav:// streams2007-07-15, by nicodvb
-
Make sure that sub->id is -2 and sub->sh is NULL if subtitle doesn't2007-07-15, by reimar
-
subs working with lavf change2007-07-15, by compn
-
Let us not pretend to be checking for devfs when we are not.2007-07-14, by diego
-
Mark mp3lib, liba52 and libmpeg2 tests as internal.2007-07-14, by diego
-
Group all vo driver checks together.2007-07-14, by diego
-
Move QuickTime codecs check together with the other codecs checks.2007-07-14, by diego
-
typo2007-07-14, by diego
-
Use stream_read_qword_le2007-07-14, by reimar
-
add support for subtitles thru lavf2007-07-13, by aurel
-
Simplify termios test.2007-07-13, by diego
-
typo, wrong variable name in check2007-07-13, by diego
-
Rename nut option and variables to libnut, FFmpeg also contains NUT support.2007-07-13, by diego
-
Remove useless variable indirection.2007-07-13, by diego
-
Remove redundant variable setting.2007-07-13, by diego
-
Fix segfault if an 'strf' chunk couldn't be found in avi2007-07-13, by attila
-
fix typo in a comment2007-07-13, by aurel
-
Print the number of the Unknow color format,2007-07-11, by iive
-
Add check for mkstemp2007-07-11, by rtogni
-
remove unused variables2007-07-11, by lorenm
-
Remove unused file (this time for real)2007-07-11, by lucabe
-
Remove unused test for round().2007-07-11, by diego
-
Remove unused stddef.h check.2007-07-11, by diego
-
Simplify soundcard.h check.2007-07-11, by diego
-
Remove unused variable.2007-07-11, by diego
-
Use -font for subtitles when -subfont is not given, patch by kiriuja2007-07-11, by zuxy
-
Revert r23758: It broke -vf uspp and -vf mcdeint.2007-07-11, by cehoyos
-
10L, sub_scale need freetype, add the #ifdef.2007-07-10, by albeu
-
Resurrect yuv2rgb_init.c, to add a proper license (and some comments about2007-07-10, by lucabe
-
Fix compilation with -disable-mencoder2007-07-10, by cehoyos
-
fix unaligned memory access in asfheader.c, courtesy of Balatoni Denes2007-07-10, by zuxy
-
Remove unnecessary #ifdef around the whole file.2007-07-09, by diego
-
Remove unnecessary #ifdef around the whole file.2007-07-09, by diego
-
ISO8859-1 --> UTF-82007-07-09, by diego
-
Mention Bethesda Software VID and Atrac 3 decoders.2007-07-09, by diego
-
ISO8859-1 --> UTF-82007-07-09, by diego
-
add af_pan balance/fix changes2007-07-09, by compn
-
add sub_scale and loop changes2007-07-09, by compn
-
loop wish fulfilled2007-07-09, by compn
-
Leave out (no) prefix from option names for consistency.2007-07-09, by diego
-
Add a loop command and property.2007-07-09, by albeu
-
Move loop_times into mpctx.2007-07-09, by albeu
-
Add the sub_scale property and command.2007-07-09, by albeu
-
Remove unnecessary flip for RGB in v4l1.2007-07-08, by voroshil
-
100% cosmetics: reindentation and removal of trailing spaces2007-07-08, by nicodvb
-
unified the skip of header and stuffing bytes after the parsing of pes_extension[12] fields2007-07-08, by nicodvb
-
r23687: Implemented tv://[<channel>][/<input_id>] url syntax2007-07-08, by voroshil
-
r23690: fix BUK->BUP typo2007-07-08, by voroshil
-
100000000000000l, cured painful stab at the grammar2007-07-07, by nicodvb
-
Synced with 235362007-07-07, by torinthiel
-
Synced with 235202007-07-07, by torinthiel
-
Synced with 235792007-07-07, by torinthiel
-
And antoher one, missed by me previously2007-07-07, by torinthiel
-
Some typos found and fixed by arctgx <arctgx@tlen.pl>2007-07-07, by torinthiel
-
Xvid name change2007-07-07, by torinthiel
-
synced with r237312007-07-07, by Gabrov
-
cosmetics: split separate instructions in separate lines2007-07-07, by nicodvb
-
Fix crash on some DVDs2007-07-06, by iive
-
Fix CSS format strings, they could print more than two digits for2007-07-06, by reimar
-
Add ENABLE_THREADS and ENABLE_SMALL defines2007-07-06, by reimar
-
Remove empty strlcat and strlcpy files2007-07-06, by reimar
-
Add some missing frees.2007-07-05, by reimar
-
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy2007-07-05, by reimar
-
license header consistency cosmetics2007-07-05, by diego
-
Group all copyright and author notices together.2007-07-05, by diego
-
Remove unused variables.2007-07-04, by diego
-
Also remove generated tools on distclean.2007-07-04, by diego
-
small grammar fix2007-07-04, by diego
-
Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails.2007-07-04, by diego
-
Write configure parameters to configure.log.2007-07-04, by diego
-
Remove unused file2007-07-03, by lucabe
-
roff fix (new line for new sentence)2007-07-03, by kraymer
-
Sync FFmpeg changes:2007-07-03, by diego
-
Cygwin has had inttypes.h since version 1.5.2007-07-03, by diego
-
The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREAD2007-07-03, by diego
-
The header is always included conditional to USE_DVDREAD,2007-07-03, by diego
-
Do not use leading underscores in multiple inclusion guards, they are reserved.2007-07-02, by diego
-
Add equivalent of -Wno-pointer-sign for icc2007-07-02, by cehoyos
-
Consistently use filename as multiple inclusion guard.2007-07-02, by diego
-
Consistently use filenames as multiple inclusion guards.2007-07-02, by diego
-
Add consistent GUI prefix to multiple inclusion guards.2007-07-02, by diego
-
Add multiple inclusion guard.2007-07-02, by diego
-
Consistently use filenames as multiple inclusion guards.2007-07-02, by diego
-
first step of video.xml translation... (it's soooo huuuuuge..... :))2007-07-02, by ptt
-
Fix 'make checkheaders'.2007-07-02, by diego
-
Remove obsolete and misleading comment.2007-07-02, by diego
-
Ignore .ho files.2007-07-02, by diego
-
Cosmetics.2007-06-30, by voroshil
-
Don't override input= option value is no input id is passed in tv:// url.2007-06-30, by voroshil
-
wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #7502007-06-29, by rtogni
-
synced to r23690, since it is2007-06-29, by ptt
-
another bunch of corrections, suggested by nico2007-06-29, by ptt
-
synced with r235792007-06-29, by ptt
-
revert r23538. my fault, didn't see there where 2 phrases, sorry...2007-06-29, by ptt
-
fix BUK->BUP typo2007-06-29, by kraymer
-
sparse grammar and syntactical corrections2007-06-29, by ptt
-
remove file that was added by mistake.2007-06-29, by voroshil
-
Implemented tv://[<channel>][/<input_id>] url syntax2007-06-28, by voroshil
-
Get rid of my_memcpy_pic code duplication in many filters.2007-06-28, by reimar
-
comment grammar fixes2007-06-28, by diego
-
Get rid of duplicate processor feature variables.2007-06-27, by diego
-
Add comments to some preprocessor directives.2007-06-27, by diego
-
Mark main() function as a function that takes no parameters.2007-06-27, by diego
-
synced with r236802007-06-27, by Gabrov
-
Fix vo_x11_clearwindow_part: x position is one less to avoid not clearing2007-06-27, by reimar
-
Fix "control reaches end of non-void function" warnings.2007-06-27, by diego
-
Fix unused variable warnings.2007-06-27, by diego
-
Fix implicit declaration of function warnings.2007-06-27, by diego
-
Remove some unused variables2007-06-27, by reimar
-
Make X11 window creation and (with -fixed-vo) management simpler and more2007-06-27, by reimar
-
Remove check for localtime_r, the function is not used within MPlayer.2007-06-27, by diego
-
r23504: -lavdopts threads is only implemented for mpeg[12]2007-06-26, by kraymer
-
fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)2007-06-26, by ben
-
Lots of cosmetics for gl22007-06-26, by reimar
-
Remove two unused variables2007-06-26, by reimar
-
Remove overly complex and unused per-subtexture "dirty" handling2007-06-26, by reimar
-
Remove now unused variable2007-06-26, by reimar
-
remove useless calloc cast2007-06-26, by reimar
-
synced with r236092007-06-26, by ptt
-
Remove some unused code and useless error checking that only clutters the code2007-06-26, by reimar
-
Hint at the Makefile for information how to build dha with svgalib_helper2007-06-25, by reimar
-
Hint at --disable-* options as a workaround for outdated binutils.2007-06-25, by reimar
-
synced with r23608 + other fixes2007-06-25, by ptt
-
start= and end= parameters on realrtspurls may be optionally quoted with2007-06-24, by rtogni
-
config.h must be included before other headers2007-06-24, by reimar
-
Hide our swab prototype when the system has swab since at least the2007-06-24, by reimar
-
Make sure we always have a swab() prototype when we use it,2007-06-24, by reimar
-
Use proper PRI?64 format strings2007-06-24, by reimar
-
define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).2007-06-24, by reimar
-
Remove unused and trivial string variable2007-06-24, by reimar
-
Remove unused function.2007-06-24, by reimar
-
Remove unused (static) function prototype.2007-06-24, by reimar
-
Fix format string to match actual type.2007-06-24, by reimar
-
Move variable into the block where it actually used2007-06-24, by reimar
-
index_mode is already defined in demuxer.h2007-06-24, by reimar
-
get rid of useless *alloc casts2007-06-24, by reimar
-
Get rid of: useless variable, useless cast and void * arithmetic2007-06-24, by reimar
-
Use AV_RL322007-06-24, by reimar
-
Fix format strings to match argument type2007-06-24, by reimar
-
Remove unused query_format function in vf_harddup.2007-06-24, by reimar
-
Return value of gtk_entry_get_text is const, so declare variables as const as well.2007-06-24, by reimar
-
ff_gcd is already in libavutil/common.h, no need for an extra prototype here2007-06-24, by reimar
-
Avoid more void * arithmetic2007-06-24, by reimar
-
revert broken r23628, mp_core.h is not included by cfg.h, so double extern2007-06-24, by reimar
-
get_path prototype is already in interface.h and probably many more places.2007-06-24, by reimar
-
Avoid vo_sdl void * arithmetic2007-06-24, by reimar
-
Remove completely pointless "!= 1".2007-06-24, by reimar
-
Another unneeded xinerama_screen extern2007-06-24, by reimar
-
xinerama_screen is already declared in video_out.h2007-06-24, by reimar
-
Add missing return value for x11 error handler2007-06-24, by reimar
-
Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bit2007-06-24, by reimar
-
Avoid void * arithmetic2007-06-24, by reimar
-
Some comment typo fixes2007-06-24, by reimar
-
make opt argument of demux_info_get const.2007-06-24, by reimar
-
Remove two unused functions in asxparser2007-06-24, by reimar
-
Get rid of a completely useless cast2007-06-24, by reimar
-
ass_enabled is already in mp_core.h2007-06-24, by reimar
-
Do not prototype spudec_draw_scaled twice2007-06-24, by reimar
-
suboverlap_enabled is already declared in included subreader.h2007-06-24, by reimar
-
vo_init is x11 specific and has no place in video_out.h.2007-06-24, by reimar
-
Remove redundant vo_format_name, included img_format.h already provides it2007-06-24, by reimar
-
Add a (almost correct) prototype for vcd_seek_to_track2007-06-24, by reimar
-
pstrcpy -> av_strlcpy2007-06-24, by reimar
-
Fix dvd:// subtitle handling to always report the MPEG stream id, because2007-06-24, by reimar
-
Remove the now unused demux_mkv_change_subs function2007-06-24, by reimar
-
Simplify and correct subtitle selection, no more special cases for2007-06-24, by reimar
-
Set demuxer->sub->sh to one of the s_streams like done for audio and video.2007-06-24, by reimar
-
r23504: -lavdopts threads is only implemented for mpeg[12]2007-06-24, by voroshil
-
r23578: Fix license header.2007-06-24, by voroshil
-
r23588: The audio balance feature implemented with af_pan.2007-06-24, by voroshil
-
add myself as co-maintainer of demux_mkv.c2007-06-23, by aurel
-
Fix r23353, it broke ao_sun on non-BSD due to accidentially removing2007-06-23, by reimar
-
Fix memleak due to not freeing demuxer->s_streams2007-06-23, by reimar
-
100l, last demux_mkv patch passed ints instead of pointers to them to sscanf2007-06-23, by reimar
-
Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the code a bit.2007-06-23, by reimar
-
Document the effect of -really-quiet on gmplayer.2007-06-23, by reimar
-
Nico claims to never have had any problems with X11 compilation on Mandrake.2007-06-23, by diego
-
Hack around some fullscreen issues with gl under Windows2007-06-22, by reimar
-
unbreak armv6 previously broken by me...2007-06-22, by lu_zero
-
integrating ff_bfin_get_unscaled_swscale into the system2007-06-22, by mhoffman
-
document pointer offset by -82007-06-22, by mhoffman
-
re pipeline loop, to eliminate extra chroma reads2007-06-22, by mhoffman
-
correct chroma skewing bug, caused by incorrect stride adjustments2007-06-22, by mhoffman
-
Unbreak altivec2007-06-21, by lu_zero
-
grammar error fixed2007-06-21, by ptt
-
sync'ed with r235882007-06-21, by ptt
-
a few corrections, pointed out nicely by nico sabbi, thanx2007-06-21, by ptt
-
added some carriage returns and full stops, plus a missing 'option'2007-06-21, by ptt
-
Revert r23530.2007-06-21, by voroshil
-
demux_mkv very long seek fix2007-06-20, by uau
-
Fix demuxer.h multiple inclusion guard2007-06-20, by uau
-
Remove useless demnuxer.h include from matroska.h, it creats "hundreds" of2007-06-20, by reimar
-
Simplify network timeout calculation.2007-06-20, by cehoyos
-
The audio balance feature implemented with af_pan.2007-06-20, by zuxy
-
some more reqs from users2007-06-19, by compn
-
Simplify generation of CPU-extensions HAVE_ and ENABLE_ defines2007-06-19, by reimar
-
Simplify generation of ARCH_ and corresponding ENABLE_ defines2007-06-19, by reimar
-
Add an optional third parameter to ff_config_enable in preparation2007-06-19, by reimar
-
Allow to disable x86 cpu extensions (e.g, via --disable-sse) even with2007-06-19, by reimar
-
fix typos noted by Nicolas Legrand2007-06-19, by gpoirier
-
Port changes for older Subversion releases from FFmpeg.2007-06-19, by diego
-
misc small fixes2007-06-18, by diego
-
Activate license notice.2007-06-18, by diego
-
Fix license header.2007-06-18, by diego
-
they said 'colla' was cacophonic.... probably indeed it was :) changed.2007-06-18, by ptt
-
synced with r219302007-06-18, by ptt
-
Silence three warnings.2007-06-18, by cehoyos
-
Stop playing at eof or if no data arrives for ten seconds.2007-06-18, by cehoyos
-
sync w/ r235612007-06-18, by gpoirier
-
More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH control2007-06-17, by zuxy
-
Add AF_CONTROL_PAN_BALANCE control2007-06-17, by zuxy
-
Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j'2007-06-17, by reimar
-
Merge (trivial) dvdnav and dvdread subtitle selection code2007-06-17, by reimar
-
Make sure we do not access demuxer->s_streams out of bounds2007-06-17, by reimar
-
Remove broken option reset from per-file loop2007-06-16, by uau
-
Compilation fix: define some ENABLE needed by lavc2007-06-16, by rtogni
-
Add HAVE_ Makefile variables needed by ffmpeg2007-06-16, by reimar
-
Missing libswscale part of TARGET_ -> HAVE_ change2007-06-16, by reimar
-
Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.2007-06-16, by reimar
-
Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.2007-06-16, by reimar
-
add missing IDCT algothim, as defined in libavcodec/avcodec.h2007-06-16, by gpoirier
-
When parsing ass-force-style arguments, search for '=' and '.' characters with2007-06-15, by eugeni
-
Make sure there is at least one style in ass_track when parsing events.2007-06-15, by eugeni
-
synced with r235362007-06-15, by ptt
-
update wishlist2007-06-15, by compn
-
misc spelling fixes2007-06-13, by diego
-
Do not allow to compile gui without PNG decoder in libavcodec.2007-06-13, by cehoyos
-
grammatical error fixed2007-06-13, by ptt
-
Remove incorrect comment: pan defaults to block all, instead of pass-thru.2007-06-13, by zuxy
-
Avoid zero output for pan filter; zero output now means same # of channels2007-06-13, by zuxy
-
Make pan reentrant. Multiple pans in chain work fine.2007-06-13, by zuxy
-
refine the example of -menu-chroot yet more2007-06-12, by gpoirier
-
give an example of -menu-chroot usage2007-06-12, by gpoirier
-
little corrections suggested by nico sabbi , thanx2007-06-12, by ptt
-
Fix compilation after FFmpeg r9283.2007-06-12, by cehoyos
-
r23516: little indentation fix2007-06-11, by voroshil
-
Sync with FFmpeg r9278.2007-06-10, by diego
-
avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.dot.com>2007-06-10, by lu_zero
-
yes, interleave was deeply wrong translated. corrected2007-06-10, by ptt
-
changed forgotten $Revision... to synced with.... sorry :(2007-06-10, by ptt
-
small grammar fixes2007-06-10, by ptt
-
removed a forgotten part in english plus small corrections2007-06-10, by ptt
-
capital char and relative dot at end of phrase removed2007-06-10, by ptt
-
<note><para> indentation corrected2007-06-10, by ptt
-
caps character after "Explanation:" in tvinput.xml2007-06-10, by ptt
-
added italian translation of codecs.xml & containers.xml2007-06-10, by ptt
-
Don't set random codec parameters for AC3/DTS in mkv.2007-06-10, by aurel
-
synced with r235312007-06-10, by Gabrov
-
sync w/r235302007-06-10, by gpoirier
-
Teletext support for tv:// (v4l and v4l2 only)2007-06-10, by voroshil
-
init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameter2007-06-09, by nicodvb
-
x264 no longer defaults to qp=26.2007-06-09, by lorenm
-
added support for DTS1 audio descriptor2007-06-09, by nicodvb
-
1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTS2007-06-09, by nicodvb
-
set the window aspect hint2007-06-09, by henry
-
add mmes fourcc for mpeg2 in avi files2007-06-08, by compn
-
Simplify addition of -Wdeclaration-after-statement to CFLAGS.2007-06-08, by cehoyos
-
Support icc 10.0.2007-06-08, by cehoyos
-
sync w/r235042007-06-08, by gpoirier
-
reversed previus modification (r23517)2007-06-08, by ptt
-
changed vowels to accented utf8 vowels2007-06-08, by ptt
-
other two files translated :)2007-06-08, by ptt
-
small indentation and tags fixes2007-06-08, by ptt
-
little indentation fix2007-06-08, by ptt
-
Enable SIMD optmizations for mp3lib on AMD642007-06-08, by zuxy
-
sync'ed up to r235042007-06-08, by ptt
-
Add regular #define for header file.2007-06-08, by voroshil
-
Cosmetics: Fix indentation after last commit.2007-06-08, by cehoyos
-
Add -Wdeclaration-after-statement etc. only to gcc.2007-06-08, by cehoyos
-
Compile C++ files with the same compiler as all other files.2007-06-08, by cehoyos
-
Fix yuv2rgb C functions to work for widths divisible by 4 but not by 82007-06-08, by reimar
-
Fix config declarations so that things like rtc=no work in addition to nortc=yes2007-06-08, by reimar
-
Set errno to 0 after printing it, not before2007-06-08, by reimar
-
Fix compiler warnings.2007-06-08, by voroshil
-
-lavdopts threads is only implemented for mpeg[12]2007-06-08, by lorenm
-
Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.2007-06-07, by cehoyos
-
Fix segfault when encoding from an mkv file with embedded fonts.2007-06-07, by eugeni
-
Mention change to libamr in Changelog2007-06-07, by reimar
-
100l, fix compile error in r23498 due to bad copy in paste2007-06-07, by reimar
-
RGB8/BGR8 IMGFMTs are paletted in case of swscale input.2007-06-07, by reimar
-
implement "bind sections"2007-06-07, by voroshil
-
Add -Wno-switch to CFLAGS.2007-06-07, by cehoyos
-
Fix r23494: It broke gcc 2.95.32007-06-07, by cehoyos
-
Add -Wno-pointer-sign to CFLAGS2007-06-07, by cehoyos
-
Add 2vuy fourcc to rawuyvy codec2007-06-07, by reimar
-
Add -Wall (back) to default CFLAGS.2007-06-07, by diego
-
Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.2007-06-07, by cehoyos
-
Fix compilation after FFmpeg r9235.2007-06-07, by cehoyos
-
Calculate pts with double precision in demux_asf2007-06-07, by uau
-
10l: correct Core 2 detection under x86-642007-06-07, by zuxy
-
Partial sync with en/mplayer.1 r23455 (patch by JRaSH)2007-06-06, by kraymer
-
r23440: New "automute" tv:// option.2007-06-06, by voroshil
-
Change some static temporary vars to automatic ones because mingw32 binutils2007-06-06, by zuxy
-
Align output pointer so that we can use movaps instead of movups in dct64_sse;2007-06-06, by zuxy
-
little correction to make nroff not to complain about line lennghts....2007-06-05, by ptt
-
sync'd up to r234672007-06-05, by ptt
-
Create a new MSGT for just the status line.2007-06-05, by diego
-
Do not use fast_memcpy when data is read again immediately afterwards.2007-06-05, by reimar
-
Do not use fast_memcpy for small size copy, esp. when the size is constant2007-06-05, by reimar
-
Replace implicit use of fast_memcpy via macro by explicit use to allow2007-06-05, by reimar
-
Use avcodec_decode_audio2 in ad_ffmpeg.c2007-06-05, by reimar
-
r23410: add documentation for new -menu-chroot option2007-06-05, by kraymer
-
correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line2007-06-05, by mhoffman
-
Make gmplayer show right colors if X server does not use native byteorder.2007-06-05, by reimar
-
Avoiding sscanf in cddb support reading more data with %s than buffer size2007-06-05, by reimar
-
Keep -pipe option in CFLAGS even in debug mode.2007-06-05, by diego
-
sync w/23467 (was just a typo in english doc, no incidence here)2007-06-05, by gpoirier
-
then/than typo spotted by "JRaSH"2007-06-05, by corey
-
Keep unused parameter warnings in debug mode.2007-06-05, by diego
-
r23416: Drop the metadata stuff and replace it with generic property2007-06-05, by kraymer
-
get rid of Gui code that has been commented out since ages2007-06-04, by reimar
-
Factor out some duplicated gui code2007-06-04, by reimar
-
Remove some useless code2007-06-04, by reimar
-
Use 'static inline' instead of 'inline static' to avoid warnings2007-06-04, by zuxy
-
Change '%ld' to '%d' to remove warnings introduced by r234522007-06-04, by zuxy
-
Correct dct64 functions' declarations2007-06-04, by zuxy
-
Remove unused parameter for mp_msg2007-06-03, by zuxy
-
sync w/ r234552007-06-02, by gpoirier
-
compilation fix after commit r9172 to ffmpeg, patch by Aurel2007-06-02, by gpoirier
-
new sentences on new lines, diego says ;-P2007-06-02, by ptt
-
sync'ed up to r23440 + a _big_ correction of tv suboptions2007-06-02, by ptt
-
Remove non-existing make_decode_tables_MMX()2007-06-02, by zuxy
-
Use int and uint32_t instead of long and unsigned long, when appropriate.2007-06-02, by zuxy
-
Make realloc_struct inline as other functions defined in demuxer.h2007-06-02, by zuxy
-
10l: Remove overlooked instance of NOAVIFILE_HEADERS.2007-06-02, by diego
-
Revert r23443, it breaks compilation without libass.2007-06-02, by eugeni
-
Get rid of superfluous __WINE__ #define, it was always enabled and2007-06-02, by diego
-
Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled and2007-06-02, by diego
-
Get rid of superfluous MPLAYER #define, it was always enabled and2007-06-02, by diego
-
prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com)2007-06-02, by nicodvb
-
update manual date, its been 8 months...2007-06-02, by compn
-
Recode the whole subtitle file to utf-8 before parsing.2007-06-01, by eugeni
-
Move code for reading a file and recoding it to utf-8 to a separate function.2007-06-01, by eugeni
-
mjpeg support for v4l2 tv:// driver2007-06-01, by voroshil
-
New "automute" tv:// option.2007-05-31, by voroshil
-
r23370: added missing fps2007-05-31, by voroshil
-
r23416: Drop the metadata stuff and replace it with generic property string expansion.2007-05-31, by voroshil
-
Remove no more used TARGET_BUILTIN_VECTOR and TARGET_BUILTIN_3DNOW2007-05-31, by zuxy
-
Add new properties percent_pos and time_pos.2007-05-31, by albeu
-
Make the length property use the time type.2007-05-31, by albeu
-
Move the time printing code out of the length property.2007-05-31, by albeu
-
Add a print function for the time option type.2007-05-31, by albeu
-
sync to 24.5.20072007-05-31, by jheryan
-
Add the recently introduced properties to the documentation.2007-05-31, by albeu
-
Allow setting the direction in the step_property command.2007-05-31, by albeu
-
Fix the step_property coammand to correctly handle the step size with2007-05-31, by albeu
-
Adding myself to the authors page.2007-05-31, by mhoffman
-
little fix2007-05-31, by ptt
-
sync.d up to r23425!!! ehi, it's updated :)))2007-05-31, by ptt
-
removed unneeded space2007-05-31, by ptt
-
removed an unneeded comma2007-05-31, by ptt
-
added '&' for 'e.g.'2007-05-31, by ptt
-
sync'd up to r234162007-05-30, by ptt
-
moved a line below, since probably it's righter there...2007-05-30, by ptt
-
added a missing space char2007-05-30, by ptt
-
sync'd up to r228452007-05-30, by ptt
-
rename attribute_unused to av_unused as it is declared in common.h2007-05-30, by benoit
-
Use play duration instead of send duration to calculate the length2007-05-30, by zuxy
-
Drop the metadata stuff and replace it with generic property string expansion.2007-05-30, by albeu
-
Make command.h usable without the MPContext typedef.2007-05-30, by albeu
-
Add PRINT to the samplerate property.2007-05-30, by albeu
-
Fix fallback on the default GET_TYPE for unvailable/disabled2007-05-30, by albeu
-
Make all the info available via the metadata API available via properties.2007-05-29, by albeu
-
Rework the property API to allow sub properties such as2007-05-29, by albeu
-
add documentation for new -menu-chroot option2007-05-29, by ben
-
Only one section remains unfinished, typo.2007-05-29, by diego
-
typo2007-05-29, by diego
-
r23325: dv does not support YVU92007-05-29, by kraymer
-
add note about unfinished "codec specific encoding options" section2007-05-29, by kraymer
-
Get rid of __attribute__((__packed__)) in Matroska demuxer2007-05-28, by reimar
-
Add LGPL license header.2007-05-28, by diego
-
10l: r23399 broke mov/mp4 demuxing2007-05-28, by cehoyos
-
little typo fix2007-05-28, by ptt
-
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.2007-05-28, by diego
-
Remove some unused variables, patch by timwoj ieee org.2007-05-28, by diego
-
Move variable declaration into conditional to avoid an unused variable warning.2007-05-28, by diego
-
Remove unused variables.2007-05-28, by diego
-
HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)2007-05-27, by michael
-
More fastmemcpy.h removal2007-05-27, by reimar
-
Remove more pointless fastmemcpy.h includes in libvo2007-05-27, by reimar
-
Removed useless fastmemcpy.h includes in video decoders2007-05-27, by reimar
-
Remove two useless fastmemcpy.h includes in gui code.2007-05-27, by reimar
-
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.2007-05-27, by reimar
-
sync w/ r233702007-05-27, by gpoirier
-
synced with r233882007-05-27, by Gabrov
-
Partial sync with r23370, with only one section obsolete.2007-05-27, by gpoirier
-
allow left key command to close text menus too2007-05-25, by ben
-
rename some menu open functions, to avoid confusion with libc native open()2007-05-25, by ben
-
Record what was produced by make_decode_table_MMX() and used that data to2007-05-25, by zuxy
-
Sync to 30.3.20072007-05-24, by jheryan
-
more sensless repo moving ..moving ...2007-05-24, by michael
-
remove unnecessary stubs which were not ever used.2007-05-24, by voroshil
-
ffmpeg -sws_flags command line option to set swscaler flags2007-05-23, by ivo
-
Remove hardcoded registers2007-05-23, by zuxy
-
synced with r233702007-05-22, by Gabrov
-
Set i_bps for ASF video streams according to extended stream properties2007-05-22, by zuxy
-
Remove unused synth_1to1_mono()2007-05-22, by zuxy
-
sync'ed up with r216542007-05-21, by ptt
-
make v4l1 driver work properly.2007-05-21, by voroshil
-
sync'ed up with r215612007-05-21, by ptt
-
added missing fps2007-05-21, by ptt
-
missed sync tag update2007-05-21, by voroshil
-
r23367: little alignment fixes2007-05-21, by voroshil
-
little alignment fixes2007-05-21, by ptt
-
sync'ed up with r230282007-05-21, by ptt
-
little fixes2007-05-21, by ptt
-
10l: cosmetic: more trailing whitespaces removed2007-05-21, by zuxy
-
Cosmetic: remove trailing whitespaces2007-05-21, by zuxy
-
New tags introduced for AMD K10 and Intel Penryn2007-05-21, by zuxy
-
Add "uclinux" as an accepted system type in the linux() test.2007-05-21, by diego
-
Fix #if condition.2007-05-20, by eugeni
-
FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.2007-05-20, by eugeni
-
Move common ioctl outside of ifdef2007-05-20, by reimar
-
Clean up some unused code and #ifdef mess in ao_sun.c2007-05-20, by reimar
-
Implement flushing of audio data. Fixes bug #754.2007-05-20, by reimar
-
Fix OpenBSD compilation: strndup is a GNU extension.2007-05-20, by reimar
-
Remove unused code, if it is ever needed it can be recovered from history2007-05-20, by reimar
-
Add SSSE3 check2007-05-20, by zuxy
-
buggy joystick initialization, works much better without this2007-05-19, by ben
-
-----mencoder.xml----2007-05-19, by voroshil
-
Correct font size in libass.2007-05-19, by eugeni
-
Blackfin optimized uyvytoyv12 routine. the implementation includes chroma averaging.2007-05-19, by mhoffman
-
Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPRESS_DECODER2007-05-19, by reimar
-
Fix compilation: Create CONFIG_*_BSF in config.mak2007-05-19, by reimar
-
Add ID to example.2007-05-19, by diego
-
Fix bug in reference code2007-05-19, by zuxy
-
Revert y-axis rotation. Change order of rotations.2007-05-18, by eugeni
-
cosmetics: fix indentation for previous commit2007-05-18, by corey
-
PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt gets2007-05-18, by corey
-
Clean up VIDIX test.2007-05-17, by diego
-
10l: leftover line from incompletely split commit2007-05-17, by diego
-
Remove awk test. awk is a basic Unix tool, any implementation is sufficient.2007-05-17, by diego
-
Move the internal VIDIX check from a random place into the VIDIX section.2007-05-17, by diego
-
Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,2007-05-17, by diego
-
Merge internal and external VIDIX checks.2007-05-17, by diego
-
ffdts is no more.2007-05-17, by diego
-
Make use of new AV_RL642007-05-17, by reimar
-
Remove useless setting of dp->len, it is already set to that value by2007-05-17, by reimar
-
Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).2007-05-17, by corey
-
Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders can2007-05-17, by corey
-
1L to me: dv does not support YVU9.2007-05-17, by corey
-
"inline" is used elsewhere and more portable than "__inline"2007-05-16, by reimar
-
Include string.h for memcpy, fastmemcpy.h alone is not enough.2007-05-16, by reimar
-
Remove extern C declarations for C++.2007-05-16, by diego
-
Avoid passing test invalid arguments when string is empty.2007-05-15, by reimar
-
fix typo2007-05-14, by kraymer
-
r23152: Add -ass-hinting option for setting font hinting method.2007-05-14, by kraymer
-
Support fractional font sizes.2007-05-14, by eugeni
-
Limit ass_font_set_transform to nonrotating transformations.2007-05-14, by eugeni
-
Make vd_raw VDCTRL_QUERY_FORMAT simpler to understand2007-05-14, by reimar
-
r23308: List dv in pixel formats lavc's dv encoder supports.2007-05-14, by voroshil
-
fix formating of lavcopts format suboptions2007-05-14, by compn
-
Fix double free() in demux_asf.c2007-05-14, by uau
-
Output message fix2007-05-14, by uau
-
add svq1 lavcopts format colorspace2007-05-13, by compn
-
Add standard license header, confirmed by Nick in private mail.2007-05-13, by diego
-
ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail com2007-05-13, by diego
-
List dv in pixel formats lavc's dv encoder supports.2007-05-13, by corey
-
Blackfin optimized YUV420 to RGB CSC Color Space Converters.2007-05-13, by gpoirier
-
Add DV fourcc.2007-05-13, by corey
-
Compilation fix after ffmpeg r9010 (bitstream filters optional2007-05-13, by rtogni
-
r23271: libdha is no more.2007-05-12, by voroshil
-
Simplify -flip handling on vo_x11.c2007-05-12, by reimar
-
Fix crash with -flip on 64 bit systems, the result of2007-05-12, by reimar
-
Factor common code out of if in x11_common.c2007-05-12, by reimar
-
Compile internal FFmpeg libraries only when configure enabled the static2007-05-11, by diego
-
help output typo noticed by Ramiro Polla2007-05-11, by diego
-
update changelog and bump codecs.conf release number2007-05-11, by compn
-
cosmetics; one test per line for all isXXX(x) macros2007-05-11, by ivo
-
Add correct boilerplate license headers.2007-05-11, by diego
-
prettyprinting cosmetics2007-05-11, by diego
-
new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck2007-05-10, by ben
-
update copyright year'2007-05-10, by compn
-
Fix indentation broken in r232872007-05-10, by reimar
-
Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv2007-05-10, by reimar
-
Avoid code duplication in mkv demuxer for standard fourcc/extradata handling2007-05-10, by reimar
-
Fix track info being read for the wrong track introduced in r205982007-05-10, by reimar
-
Missing -1 in the FreeBSD code to get the first CD track number2007-05-10, by reimar
-
sync w/r23283, fix a French typo2007-05-10, by gpoirier
-
Reuse linux code for reading png images for windows Gui,2007-05-10, by reimar
-
Don't deallocate font data if it will be used later.2007-05-09, by eugeni
-
remove the need of one extra shift in rgb16ToUV2007-05-09, by ivo
-
Ignore comments where no '=' follows the comment name (otherwise2007-05-09, by reimar
-
Fix rgb15ToUV. Correct order of components and use one shift less.2007-05-09, by ivo
-
cosmetic: indent2007-05-08, by ben
-
cosmetic: use K&R coding style, as in reste of the file2007-05-08, by ben
-
added my latest contribution to VIDIX in AUTHORS file2007-05-08, by ben
-
take the lead on VIDIX, as pointed out by Diego2007-05-08, by ben
-
removed obsolete section2007-05-08, by ben
-
10l syntax error2007-05-08, by diego
-
libdha is no more.2007-05-08, by diego
-
try to limit the mess from the svn moves by pointing to the new location2007-05-08, by michael
-
r23240: document lavc's 'level' option, patch by Carl Eugen Hoyos2007-05-08, by voroshil
-
mention myself (besides Sascha) to VIDIX import and maintainship2007-05-08, by ben
-
libdha is gone now, don't mention it anymore2007-05-08, by ben
-
notify of pvr channel navigation feature in ChangeLog2007-05-08, by ben
-
added Sven latest contribution to AUTHORS file2007-05-08, by ben
-
added proper GPL headers to new stream/pvr.h file2007-05-08, by ben
-
give credits to Sven for pvr channel navigation2007-05-08, by ben
-
description for -menu-keepdir option2007-05-08, by ben
-
These files are now in the separate NUT repository.2007-05-08, by diego
-
add MPlayer's local changes introduced in r232582007-05-07, by gpoirier
-
compile fix for regression introduced by r232542007-05-07, by gpoirier
-
For DVR-MS:2007-05-07, by nicodvb
-
fix libmenu compilation with fridibi enabled2007-05-07, by ben
-
cast to what's really expected2007-05-07, by ben
-
iWMMXt-accelerated DCT and motion compensation for ARM processors2007-05-07, by gpoirier
-
test for tab characters2007-05-07, by ivo
-
note about gui depending on libavcodec instead of libpng2007-05-07, by compn
-
do not run stupid code checks if chfilelist is empty2007-05-07, by ivo
-
use already existing function to get utf8 char in libmenu (thx to reimar)2007-05-07, by ben
-
used FFMAX macro as pointed out by reimar2007-05-07, by ben
-
removed useless casts as pointed out by reimar2007-05-07, by ben
-
support for hebrew through fribidi in libmenu (geexbox patch #580)2007-05-07, by ben
-
support for unicode/utf8 in libmenu (geexbox patch #545)2007-05-07, by ben
-
remove unused code2007-05-07, by reimar
-
Fix Gui colors for 32 bit png images after switch to libavcodec decoding2007-05-07, by reimar
-
Fix compilation after FFmpeg r89212007-05-07, by cehoyos
-
document lavc's 'level' option2007-05-06, by cehoyos
-
document lavc's 'level' option, patch by Carl Eugen Hoyos2007-05-06, by gpoirier
-
Play amr_nb and amr_wb with FFmpegs r88802007-05-06, by cehoyos
-
mplayer.rc depends on version.h2007-05-05, by reimar
-
Fix "inline keyword not at beginning of declaration" warning.2007-05-05, by diego
-
r23225: The GUI no longer depends on libpng.2007-05-05, by voroshil
-
sync with r23028, patch by JRaSH % jrash06 A 163 P com%2007-05-03, by gpoirier
-
Move variables and a function under #ifdef FC_VERSION to avoid warnings.2007-05-03, by eugeni
-
Deallocate FontConfig objects.2007-05-03, by eugeni
-
Fix stupid bug in r23229.2007-05-03, by eugeni
-
Deallocate string.2007-05-03, by eugeni
-
In ass_font_new, allocate temporary ass_font_t on stack and return the pointer2007-05-03, by eugeni
-
Make cache_*_add functions return the pointer to new (copied) value.2007-05-03, by eugeni
-
synced with r232272007-05-03, by Gabrov
-
add "level" as lavc option2007-05-03, by cehoyos
-
MJPEG decoding does not depend on libjpeg.2007-05-03, by diego
-
The GUI no longer depends on libpng.2007-05-03, by diego
-
Simplify libamr_nb test.2007-05-03, by diego
-
cosmetics: Rename remaining instances of amr_* to libamr_*.2007-05-03, by diego
-
Rename amr_nb and amr_wb options to libamr_*.2007-05-03, by diego
-
FFmpeg sync: Rename AMR config settings to LIBAMR.2007-05-03, by diego
-
cosmetics: Rename _amr* variables to _libamr*.2007-05-03, by diego
-
FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.2007-05-03, by diego
-
Use calloc instead of malloc+memset2007-05-02, by reimar
-
Missing free on error in conv24to322007-05-02, by reimar
-
Simplify bgr2rgb2007-05-02, by reimar
-
Remove unused function2007-05-02, by reimar
-
Make functions and variables not used outside bitmap.c static2007-05-02, by reimar
-
Simplify conv24to32 for-loop2007-05-02, by reimar
-
Remove useless extern before function prototypes2007-05-02, by reimar
-
Remove libpng dependency for Gui, use libavcodec instead2007-05-02, by reimar
-
Disable internal vidix on PPC linux, it breaks compilation.2007-05-02, by reimar
-
Fix commit nick.2007-05-02, by diego
-
Always deallocate glyphs. Fixes memory leak.2007-05-02, by eugeni
-
cosmetics: indentation after previous patch2007-05-02, by benoit
-
test if color conv fonction exists prior to using it2007-05-02, by benoit
-
Fix NULL pointer dereference in demux_mkv that happens when2007-05-01, by eugeni
-
sync w/ r231622007-05-01, by gpoirier
-
dvdnav:// depends on our fork of libdvdnav2007-05-01, by nicodvb
-
reindented dvdread check block2007-05-01, by nicodvb
-
libdvdnav now depends on our fork of the library; only the version without2007-05-01, by nicodvb
-
Reuse common Makefile infrastructure.2007-05-01, by diego
-
cosmetics: Move depend target (preparation for upcoming change).2007-05-01, by diego
-
Clarify whom to send translations to.2007-05-01, by diego
-
Update comments.2007-05-01, by eugeni
-
Cosmetics.2007-05-01, by eugeni
-
Move glyph_to_bitmap() call and outline glyph deallocation to2007-05-01, by eugeni
-
sync w/ r231522007-05-01, by gpoirier
-
Minor code simplification.2007-05-01, by eugeni
-
Move get_bitmap_glyph() call to a separate loop.2007-05-01, by eugeni
-
Move transform_3d() call to get_bitmap_glyph().2007-05-01, by eugeni
-
Make a function static.2007-05-01, by eugeni
-
Don't recalculate rotation radius.2007-05-01, by eugeni
-
Bugfix: glyph cache depends on border width, because it contains outline_glyph2007-05-01, by eugeni
-
Merge FFmpeg dependency handling into the individual tests.2007-05-01, by diego
-
cosmetics: Fix bogus indentation.2007-05-01, by diego
-
one more spelling fix2007-04-30, by ben
-
accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)2007-04-30, by ben
-
spelling fix2007-04-30, by ben
-
synced with r231792007-04-30, by Gabrov
-
cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.2007-04-30, by diego
-
r23161: Remove outdated and wrong references to codecs.conf.2007-04-30, by voroshil
-
sync tag update2007-04-30, by voroshil
-
10l to Diego for breaking svn (again).2007-04-30, by iive
-
cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.2007-04-29, by diego
-
cosmetics: Fix stray wrongly indented line.2007-04-29, by diego
-
cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.2007-04-29, by diego
-
Fix several implicit declarations of functions warnings.2007-04-29, by diego
-
Remove duplicate #include.2007-04-29, by diego
-
Remove unused variable,2007-04-29, by reimar
-
(cosmetics) replace tabs with spaces2007-04-29, by voroshil
-
typo fix.2007-04-29, by voroshil
-
(cosmetics) more indentation fixes.2007-04-28, by voroshil
-
add missing case value, fixes functionality when using some skins.2007-04-28, by vayne
-
update wishlist2007-04-28, by compn
-
notify new Radeon chipsets supported by VIDIX driver2007-04-28, by ben
-
updated manpages with new vidix subdevice names2007-04-28, by ben
-
Remove outdated and wrong references to codecs.conf.2007-04-28, by diego
-
cosmetics: Fix one more stray wrongly indented line.2007-04-28, by diego
-
cosmetics: Remove all trailing whitespace and tabs, indentation fixes.2007-04-28, by diego
-
cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.2007-04-28, by diego
-
cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.2007-04-28, by diego
-
Mention change to monitorpixelaspect=1 default in Changelog2007-04-28, by reimar
-
r23152: Add -ass-hinting option for setting font hinting method.2007-04-28, by voroshil
-
Make -monitorpixelaspect 1 the default.2007-04-27, by cehoyos
-
Do not set VFCAP_EOSD_UNSCALED if we use scaled-osd2007-04-27, by reimar
-
Add -ass-hinting option for setting font hinting method.2007-04-27, by eugeni
-
Fix division by zero in "\t" parsing.2007-04-27, by eugeni
-
Add configures arguments to its output2007-04-27, by cehoyos
-
Fix compilation with *_PROTOCOLs in libavformat2007-04-27, by cehoyos
-
Mark loader as unmaintained.2007-04-26, by diego
-
cosmetics: Remove trailing whitespace.2007-04-26, by diego
-
100l: Fix another round of copy and paste typos.2007-04-26, by diego
-
Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.2007-04-26, by diego
-
10l: Remove stray 'fi'.2007-04-26, by diego
-
support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)2007-04-26, by ben
-
header / declarations cleanup, also fixes broken compilation.2007-04-26, by vayne
-
Don't declare -lm as a dependency of swscale-example.2007-04-26, by diego
-
Simplify preprocessor directives: There is a general variable for2007-04-26, by diego
-
Simplify #include directives.2007-04-26, by diego
-
Add config.h variables for static FFmpeg libraries.2007-04-26, by diego
-
Ooops, variable names got confused during copy and paste:2007-04-26, by diego
-
Merge config.h variable declarations into libpostproc test.2007-04-26, by diego
-
Remove unused libavformat #define.2007-04-26, by diego
-
Merge config.h variable declarations into libavformat test.2007-04-26, by diego
-
Merge config.h variable declarations into libavcodec test.2007-04-26, by diego
-
Merge config.h variable declarations into libavutil test.2007-04-26, by diego
-
indentation cosmetics2007-04-26, by diego
-
Remove redundant comments.2007-04-26, by diego
-
Clean up static libavcodec check, just checking for a file is enough.2007-04-26, by diego
-
Fix typo in _libavcodec vs _libavcodec_a variable name.2007-04-26, by diego
-
cosmetics: Fix indentation, merge some lines in the FFmpeg checks.2007-04-26, by diego
-
Merge static and shared libpostproc checks.2007-04-26, by diego
-
Merge static and shared libavformat checks.2007-04-26, by diego
-
Move misplaced res_comment to where it actually takes effect.2007-04-26, by diego
-
Merge static and shared libavcodec checks.2007-04-26, by diego
-
10l elif syntax error2007-04-26, by diego
-
Merge checks for static and shared libavutil.2007-04-26, by diego
-
Add general variables for either static or shared FFmpeg libraries.2007-04-26, by diego
-
Give variable names for static FFmpeg libraries a '_a' suffix.2007-04-26, by diego
-
Remove large automatics from stack.2007-04-26, by diego
-
Add CXX include flags to dependency file generation CFLAGS to generate correct2007-04-26, by diego
-
synced with r231002007-04-26, by Gabrov
-
AMR-NB fixed-point mode external library support was removed from FFmpeg.2007-04-25, by diego
-
make -really-quiet hide the mencoder version tags. patch copied from michael2007-04-25, by compn
-
cosmetics: Rename Makefile variables CONFIG_VIDIX_* --> VIDIX_*.2007-04-25, by diego
-
cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.2007-04-25, by diego
-
cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.2007-04-25, by diego
-
Consistently use quotes instead of angled brackets in #include2007-04-25, by diego
-
typo: mingw --> mingw322007-04-25, by diego
-
Declarations and code should not be mixed.2007-04-25, by diego
-
Add support for Bethesda Software VID video.2007-04-25, by diego
-
CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now called2007-04-24, by cehoyos
-
Do not use FT_Glyph_Copy with NULL glyphs.2007-04-24, by eugeni
-
r23028: with -identify show audio and video id2007-04-24, by kraymer
-
compilation fix, manually include help_mp.h2007-04-24, by ods15
-
r23100: Update AMR instructions.2007-04-24, by voroshil
-
Update AMR instructions.2007-04-23, by diego
-
r19039 was missed in first sync (r19631). fixed.2007-04-23, by voroshil
-
Use proper GPL header.2007-04-23, by diego
-
spelling cosmetics2007-04-23, by diego
-
Gui --> gui2007-04-23, by diego
-
Mark incompletely translated file as such.2007-04-23, by diego
-
Set _audio_input to yes for V4L2 as well.2007-04-23, by diego
-
Use standard GPL header.2007-04-23, by diego
-
cosmetics: Sort PARTS.2007-04-22, by diego
-
Cosmetics: remove duplicate space in ifdef2007-04-22, by reimar
-
Remove duplicate entries from PARTS.2007-04-22, by diego
-
Add Makefile variable for audio input that is enabled by V4L or radio capture.2007-04-22, by diego
-
demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO2007-04-22, by nicodvb
-
Add Makefile variable for either internal or external VIDIX.2007-04-22, by diego
-
Readd an explicit rule for Objective C files. Apparently only Apple's fork of2007-04-22, by diego
-
include inttypes.h in the check for dvdnav2007-04-22, by nicodvb
-
u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)2007-04-22, by ben
-
remove useless include that breaks MinGW (patch by Xuebin Wu)2007-04-22, by ben
-
fix dha compilation if SVGAHELPER is used (patch by Carl Eugen Hoyos2007-04-22, by ben
-
Add .mp4 to gmplayer list of known video formats2007-04-22, by reimar
-
spelling, wording2007-04-22, by voroshil
-
simplified depth definition2007-04-22, by ben
-
declare variables as static2007-04-22, by ben
-
removed useless vars2007-04-22, by ben
-
declare variables and functions as static2007-04-22, by ben
-
declare variables as static2007-04-22, by ben
-
declare variable as static2007-04-22, by ben
-
removed old code, that has been commented out for too long time2007-04-22, by ben
-
declare variable as static2007-04-22, by ben
-
useless else case2007-04-22, by ben
-
removed never called function2007-04-22, by ben
-
declare variables as static2007-04-22, by ben
-
simplified depth definition2007-04-22, by ben
-
removed useless code from vidix drivers2007-04-22, by ben
-
Suggest svn diff command that does not show most cosmetics2007-04-22, by reimar
-
kill a few warnings2007-04-22, by ben
-
after a DVDNAV_VTS_CHANGE event report the title being played2007-04-22, by nicodvb
-
r23028: with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)2007-04-22, by voroshil
-
synced with r230282007-04-21, by Gabrov
-
fix for mingw: u_long becomes unsigned long2007-04-21, by ben
-
u_char is broken under mingw, use unsigned char instead, fix by aurel2007-04-21, by ben
-
better fix for r23001, u_int becomes unsigned int, dont force it to uin32_t2007-04-21, by ben
-
Deallocate glyphs in a separate loop.2007-04-21, by eugeni
-
Always deallocate glyphs. Fixes a memory leak.2007-04-21, by eugeni
-
Reset outline glyph cache when configuration changes.2007-04-21, by eugeni
-
Scale camera distance.2007-04-21, by eugeni
-
update year of mencoder version line2007-04-21, by compn
-
Remove unused variables.2007-04-20, by eugeni
-
Cosmetics.2007-04-20, by eugeni
-
Allow caching of rotated glyphs.2007-04-20, by eugeni
-
Add shift_[xy] (vector that is added to the glyph before transformation) to2007-04-20, by eugeni
-
Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.2007-04-20, by eugeni
-
Remove bbox and advance vector from bitmap cache.2007-04-20, by eugeni
-
Store outline_glyph (glyph border) in glyph cache.2007-04-20, by eugeni
-
Cosmetics: reindentation.2007-04-20, by eugeni
-
Because of the outline glyph cache it is now possible for glyph_info_t to have2007-04-20, by eugeni
-
Make get_*_glyph return void.2007-04-20, by eugeni
-
Move outline glyph generation to a separate function, using outline glyph2007-04-20, by eugeni
-
Oops, fix compilation broken in r23037.2007-04-20, by eugeni
-
Collect hit/miss statistic in hash map, and print in -v mode.2007-04-20, by eugeni
-
Add outline glyph cache (unused yet).2007-04-20, by eugeni
-
Rename glyph cache to bitmap cache.2007-04-20, by eugeni
-
Add generic hash map implementation.2007-04-20, by eugeni
-
A meaningless cosmetic change.2007-04-20, by eugeni
-
Add perspective projection.2007-04-20, by eugeni
-
Applying transformation matrix to the glyph and the shift vector separately is2007-04-20, by eugeni
-
Cosmetics: reindentation.2007-04-20, by eugeni
-
Disable caching of rotated glyphs.2007-04-20, by eugeni
-
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)2007-04-20, by nicodvb
-
Intel's Conroe-L makes use of extended models, so adjust CPU detection2007-04-20, by diego
-
r22985: Move translatable strings from tv.c to help_mp*2007-04-20, by voroshil
-
Sync'd up to r230032007-04-19, by ptt
-
Mono audio should be supported by NAS, too.2007-04-19, by reimar
-
preserve alpha channel when converting rgb32 to bgr32 in plain C2007-04-18, by ivo
-
fix red_15mask and green_15mask. the previous values were wrong and caused2007-04-18, by ivo
-
FFmpeg Atrac 32007-04-18, by diego
-
Bethesda software VID video decoder2007-04-18, by diego
-
test widths all down to one. this tests whether the scalers correctly switch2007-04-18, by ivo
-
Merge both USE_DVDREAD sections.2007-04-18, by diego
-
Fix preprocessor conditionals: libdvdnav includes libdvdread and configure2007-04-18, by diego
-
skip MMX code in rgb24tobgr24 if the size of the input is smaller than the2007-04-18, by ivo
-
skip MMX code in rgb32to16 if the size of the input is smaller than the2007-04-18, by ivo
-
skip MMX code in rgb32to15 if the size of the input is smaller than the2007-04-18, by ivo
-
slightly faster rgb32tobgr32; avoid one add and one cmp2007-04-17, by ivo
-
big surprise.. uau broke gcc 2.95 as usual2007-04-17, by rfelker
-
5l: don't die when config file contains dvd options and dvd support is missing2007-04-17, by rfelker
-
New implementation of rgb32tobgr322007-04-16, by ivo
-
Ignore mp4a audio tag, it is meaningless since we get it for all mp4 files2007-04-16, by reimar
-
cosmetics: tabs --> spaces2007-04-16, by diego
-
minor fixes for r230042007-04-16, by kraymer
-
synced with r230032007-04-16, by Gabrov
-
r22985: Move translatable strings from tv.c to help_mp*2007-04-16, by kraymer
-
Remove duplicated line2007-04-16, by voroshil
-
bad prototype for driver init function2007-04-15, by ben
-
u_int seems unknown under mingw2007-04-15, by ben
-
lowres supports some h264 files2007-04-15, by compn
-
add entry for recently fixed "device" and "adevice" suboptions in *BSD BT848 tv2007-04-15, by voroshil
-
Report if internal, external of dvdnav version of dvdread is used.2007-04-15, by diego
-
Disabled VCD support under Cygwin, it fails to link.2007-04-15, by diego
-
Remove unused variable.2007-04-15, by diego
-
Update amr-nb and amr-wb checks for changes in FFmpeg.2007-04-15, by diego
-
improve horizontal chroma resolution with pal2007-04-15, by michael
-
convert palette to yuv instead of converting each pixel after pal->rgb2007-04-15, by michael
-
added vidix driver for Permedia2 cards from upstream vidix2007-04-14, by ben
-
added conditional vidix drivers compilation2007-04-14, by ben
-
Use lavf_preferred mechanism to replace more extension-based detection hacks2007-04-14, by reimar
-
Add lavf_preferred demuxer for lavf formats we want to be probed2007-04-14, by reimar
-
typo2007-04-14, by voroshil
-
cosmetics. restore empty line removed in r22985.2007-04-13, by voroshil
-
Fix a stupid bug in r22473: bbox is zero-filled everytime when a glyph2007-04-13, by eugeni
-
Move translatable strings from tv.c to help_mp*2007-04-13, by voroshil
-
Remove redundant setting of variables when compiling FFmpeg libraries,2007-04-12, by diego
-
cosmetics, expand all tabs to four spaces.2007-04-12, by ivo
-
Replace huge switch statement by a lookup table.2007-04-12, by ivo
-
r22975: cosmetics: remove trailing white space2007-04-12, by voroshil
-
Revert previous broken removal of partial dependency list.2007-04-12, by diego
-
cosmetics after last commit; remove superfluous braces2007-04-11, by ivo
-
Remove code duplication in sws_rgb2rgb_init.2007-04-11, by ivo
-
r22845: Clarify -xineramascreen -2 behaviour2007-04-11, by kraymer
-
support format=y8 with -ovc raw2007-04-11, by lorenm
-
cosmetics: remove trailing white space2007-04-11, by kraymer
-
updated changelog with recent vidix api changes2007-04-11, by ben
-
these are actually AGP bridges, not video adapters (should fix2007-04-11, by ben
-
this TnT2 chipset is actually NV4/5 arch but for sure not NV302007-04-11, by ben
-
more updates for Spanish man page by Fernando TarÃn (lists im gmail com)2007-04-11, by kraymer
-
Convert source comments into proper codecs.conf entry comments.2007-04-11, by diego
-
Add some more game formats that FFmpeg now supports.2007-04-11, by diego
-
Remove *ancient* ldd debugging junk.2007-04-11, by diego
-
Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,2007-04-11, by diego
-
Rework of *BSD BT848 detection for radio://2007-04-11, by voroshil
-
Remove unused includes.2007-04-10, by eugeni
-
Don't check if user-supplied default font path exists.2007-04-10, by eugeni
-
Cleanup real_calc_response_and_checksum()2007-04-09, by rtogni
-
Merge calc_response_string() into real_calc_response_and_checksum()2007-04-09, by rtogni
-
Simplify calc_response_string()2007-04-09, by rtogni
-
10000000l learn to count2007-04-09, by rtogni
-
Size of response is known, no need to calculate it2007-04-09, by rtogni
-
The size of xor_table is known and fixed, no need to calculate it2007-04-09, by rtogni
-
r22916: Ability to specify video and audio capture device names2007-04-09, by voroshil
-
r22951: Move netstream documentation into TOOLS/README.2007-04-09, by voroshil
-
better seeking in dvdnav://2007-04-09, by nicodvb
-
10l typo2007-04-09, by diego
-
remove ugly #include from tvi_bsdbt848.c2007-04-09, by voroshil
-
Move netstream documentation into TOOLS/README.2007-04-09, by diego
-
Move TOOLS/cpuinfo.c into the root directory.2007-04-09, by diego
-
more human description of -mpegopts :interleaving22007-04-08, by nicodvb
-
documented -mpegopts :interleaving22007-04-08, by nicodvb
-
added :interleaving2, a better method to determine which stream whouls be flushed2007-04-08, by nicodvb
-
Fix typo in r22772 which causes compilation error under *BSD.2007-04-08, by voroshil
-
reindentation2007-04-08, by nicodvb
-
in the system header set audio_locked/video_locked only for dvd and vcd2007-04-08, by nicodvb
-
small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 bytes per second2007-04-08, by nicodvb
-
Ignore generated pci_*.[ch] files.2007-04-07, by diego
-
trashed deprecated libdha dir2007-04-07, by ben
-
moved old README file from libdha dir to vidix one2007-04-07, by ben
-
Start to separate bad-autodetection hacks from other stuff in extension-based2007-04-07, by reimar
-
.dxa files should be handled by libavformat.2007-04-07, by diego
-
support for C93 video2007-04-07, by diego
-
support for THP ADPCM audio2007-04-07, by diego
-
qdrw changed output format in ffmpeg r8630, sync codecs.conf and require2007-04-07, by rtogni
-
typo2007-04-07, by diego
-
Fix lost hard linebreaks in libass by repeating the loop when both soft and2007-04-07, by eugeni
-
missing includes in generated file2007-04-07, by ben
-
restored pci_db2c.awk file from previous broken commit2007-04-07, by ben
-
Add "Requirements" and "Mailinglist" section2007-04-07, by attila
-
Support Windows codecs from RealPlayer102007-04-06, by rtogni
-
Remove useless #includes.2007-04-06, by diego
-
Remove useless #includes.2007-04-06, by diego
-
consistent include paths for config.h et al.2007-04-06, by diego
-
Consistent include paths for config.h.2007-04-06, by diego
-
BMP support for mf://2007-04-06, by reimar
-
missing headers in vidix drivers registry files2007-04-06, by ben
-
renamed libdha.[hc] to dha.[hc]2007-04-06, by ben
-
merged libdha and libvidix, moved all files from libdha to vidix directory2007-04-06, by ben
-
There was a fallback value for libtheora linker flags, but it was never added2007-04-06, by diego
-
Ability to specify video and audio capture device names2007-04-05, by voroshil
-
typo fix (s/M/N/) in IMPORTA_M_T2007-04-04, by gpoirier
-
sync with r229022007-04-04, by gpoirier
-
Fix compilation after FFmpeg r8619.2007-04-04, by cehoyos
-
Length of interleaved RTSP frames (0x24) in only 16 bit, the other byte2007-04-03, by rtogni
-
Use teardownMediaSession() instead of teardownMediaSubsession()2007-04-03, by cehoyos
-
Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb242007-04-03, by cehoyos
-
r22854: Remove empty section.2007-04-03, by voroshil
-
r22845: Clarify -xineramascreen -2 behaviour2007-04-03, by voroshil
-
thread compatibility fixes for Win9x. based on patch by sergemp at mail dot ru.2007-04-03, by vayne
-
Use "generic" optimization instead of 686 as default for runtime-cpudetection2007-04-03, by diego
-
Mention DNS round-robin system in the mirroring HOWTO.2007-04-03, by diego
-
"()" to "(void)" function param list fixes2007-04-01, by uau
-
remove useless ()2007-04-01, by aurel
-
removed unexplainable and escaped trailing spaces from -mpegopts :drop and :tsaf2007-04-01, by nicodvb
-
documented -mpegopts :adelay2007-04-01, by nicodvb
-
removed init_apts and init_vpts; added :adelay in addition to :vdelay2007-04-01, by nicodvb
-
cosmetics: removed trailing spaces2007-04-01, by nicodvb
-
segfaults if name is NULL2007-04-01, by ben
-
Use thp, not mjpeg as dll to decode THP files so that the THP hacks in the2007-04-01, by diego
-
Add support for the THP game format.2007-04-01, by diego
-
typo fixes ported from VLC2007-04-01, by diego
-
mention most RTSP changes2007-04-01, by cehoyos
-
killed warnings in cyberblade driver2007-04-01, by ben
-
killed warnings in rage128 driver2007-04-01, by ben
-
killed warnings in pm3 driver2007-04-01, by ben
-
killed warnings in savage driver2007-04-01, by ben
-
killed warnings in sis driver2007-04-01, by ben
-
killed warnings in unichrome driver2007-04-01, by ben
-
Move pci.db out of its single-file subdirectory.2007-04-01, by diego
-
Do not remove or ignore pci.db.2007-04-01, by diego
-
useless externs2007-04-01, by ben
-
removed references to no longer used internal drivers functions2007-04-01, by ben
-
updated vidix.h from upstream vidix project2007-04-01, by ben
-
checking for dynamic drivers version number is now pointless2007-04-01, by ben
-
Ignore netstream and fix its compilation; remove object files on make clean.2007-04-01, by diego
-
Move netstream.c out of its single-file subdirectory.2007-04-01, by diego
-
Remove unnecessary dependencies.2007-04-01, by diego
-
Get netstream somewhat closer to linking.2007-04-01, by diego
-
Support h264 over rtsp2007-04-01, by cehoyos
-
Cosmetics: Move variable declaration and initialization up.2007-04-01, by cehoyos
-
Move driver files directly into the vidix directory.2007-04-01, by diego
-
Merge all VIDIX drivers into libvidix.a.2007-03-31, by diego
-
Append objects derived from sources to OBJS_*. This way the OBJS_* variables2007-03-31, by diego
-
Move QNX-specific settings next to the other OS-specific settings.2007-03-31, by diego
-
Don't compile cpuinfo and fastmemcpybench by default.2007-03-31, by diego
-
Use FT_Glyph_StrokeBorder to render only the outside border.2007-03-31, by iive
-
Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yes2007-03-31, by diego
-
Sync with removed tools.2007-03-31, by diego
-
Remove obsolete TV output tools.2007-03-31, by diego
-
Remove unused/nonworking wallpaper setting utility.2007-03-31, by diego
-
Remove unused benchmarking scripts.2007-03-31, by diego
-
Remove obsolete bitmap font tools.2007-03-31, by diego
-
Remove obsolete/unnecessary/trivial scripts and programs.2007-03-31, by diego
-
Build libdha statically like all the other libraries.2007-03-31, by diego
-
Remove empty section.2007-03-31, by diego
-
Gui: Show correct time after seeking in audio-only files.2007-03-31, by cehoyos
-
synced with r227722007-03-31, by Gabrov
-
synced with r22800 (missing from previous commit)2007-03-31, by Gabrov
-
synced with r228492007-03-31, by Gabrov
-
synced with r228452007-03-31, by Gabrov
-
Set CONFIG_EBP_AVAILABLE, CONFIG_EBX_AVAILABLE for FFmpeg2007-03-30, by uau
-
Handle proper compilation on Mac OS X.2007-03-30, by diego
-
sync w/ r211552007-03-30, by gpoirier
-
Clarify -xineramascreen -2 behaviour2007-03-30, by reimar
-
cosmetics: Remove all trailing whitespace.2007-03-29, by diego
-
some sync by Fernando TarÃn, lists.im gmail com2007-03-29, by diego
-
Missing svn add from r22841.2007-03-29, by rathann
-
Code cleanup: don't include a .c file in mplayer.c and fix a few2007-03-29, by rathann
-
Remove stray variable that was causing tests to fail randomly.2007-03-29, by diego
-
OpenGL reportedly works fine on Mac OS X, see Bugzilla #784.2007-03-29, by diego
-
replaced ! with not as adviced by Reimar2007-03-28, by nicodvb
-
mention vidix in Solaris/x862007-03-28, by nicodvb
-
in solaris the I/O device to mmap() is /dev/xsvc, not /dev/mem2007-03-28, by nicodvb
-
Spanish man page updates by Fernando TarÃn2007-03-27, by kraymer
-
document edgedetect.fp, emboss.fp2007-03-27, by gpoirier
-
Revert r228192007-03-26, by cehoyos
-
prevent building xvmc with the old api.2007-03-26, by iive
-
sync to lavcodecs version2007-03-26, by iive
-
r22637: Allow to specify frequencies in channels option.2007-03-26, by kraymer
-
Spanish man page updates by Fernando TarÃn2007-03-26, by kraymer
-
Handle X-QT extradata in a slightly more correct way2007-03-26, by cehoyos
-
Gui: Allow progress bar to move when playing mov or mp4 files2007-03-26, by cehoyos
-
Merge realcodecs/ documentation into the README.2007-03-25, by diego
-
Use the top-level TOOLS Makefile to build the Real codecs wrappers.2007-03-25, by diego
-
Fixes:2007-03-25, by rathann
-
Add description of realcodecs subdir2007-03-25, by rtogni
-
Check buffer size in header dump functions2007-03-25, by rtogni
-
Fall back on plain awk during the awk test. It should be safe to assume2007-03-25, by diego
-
Fix compilation of libvo/vo_xvmc.c2007-03-25, by cehoyos
-
r22800: Get rid of useless conditional, using svgalib_helper now requires modifying2007-03-25, by voroshil
-
Fix double close() in ve_vfw.c2007-03-24, by iive
-
Linking hotfix, libavutil needs to come after libavcodec/libavformat.2007-03-24, by diego
-
Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.2007-03-24, by diego
-
cosmetics: Reorder parts of the Makefile in order to group parts sensibly together.2007-03-24, by diego
-
Unconditionally add all subdirectories to PARTS. This way make clean always2007-03-24, by diego
-
Move the addition of basic include flags to configure.2007-03-24, by diego
-
libavutil/ is not optional, compile it unconditionally.2007-03-24, by diego
-
Error out if the libavutil subdirectory is unavailable.2007-03-24, by diego
-
Fix make depend: Declare extra dependencies before the rule.2007-03-24, by diego
-
Remove multistage recursion for the vidix subdirectory and recurse from the2007-03-24, by diego
-
Remove generated test program on clean, not just on distclean.2007-03-24, by diego
-
Merge INCLUDES into CFLAGS and remove now redundant commands and rules.2007-03-24, by diego
-
Ignore test program.2007-03-24, by diego
-
cosmetics: Shorten long lines, remove trailing whitespace.2007-03-24, by diego
-
Move test program removal on distclean to mpcommon.mak.2007-03-24, by diego
-
Use AV_WB* instead of swap+memcpy+swap2007-03-24, by rtogni
-
Get rid of useless conditional, using svgalib_helper now requires modifying2007-03-24, by diego
-
Remove unnecessary explicit dependency.2007-03-24, by diego
-
Build shared lib on all platforms.2007-03-24, by diego
-
Remove OpenBSD linking hack. If this is (still) necessary, it needs to be2007-03-24, by diego
-
Remove files maintained by Reimar that he no longer sees a use for.2007-03-24, by diego
-
cosmetics: Shorten overly long lines.2007-03-24, by diego
-
Update copyright year.2007-03-24, by diego
-
the mirror howto isnt preliminary anymore2007-03-24, by attila
-
r22622: Wording improvement as suggested by Michael.2007-03-24, by voroshil
-
r22547: fix up some longer than 80 char lines , and use suggestion from Diego.2007-03-24, by voroshil
-
r22547: fix up some longer than 80 char lines , and use suggestion from Diego.2007-03-24, by voroshil
-
r22772: Radio driver loading rework.2007-03-24, by voroshil
-
cosmetics: Merge #ifdefs for better readability.2007-03-23, by diego
-
add mf://bmp wish, remove deinterlace filter during playback2007-03-23, by compn
-
call vbeGetControllerInfo() only once2007-03-23, by aurel
-
sync with r227792007-03-22, by gpoirier
-
lexical fixes2007-03-22, by ptt
-
syntax/lexical fixes2007-03-22, by ptt
-
sync'd up to r214522007-03-22, by ptt
-
sync'd up to r227722007-03-22, by ptt
-
roff fix: escape dash for options2007-03-22, by kraymer
-
r22776: 'D' also turns off and on kerndeint2007-03-22, by cehoyos
-
Fix filepos calculation2007-03-22, by cehoyos
-
'D' also turns off and on kerndeint2007-03-22, by cehoyos
-
allows to de- and reactivate kerndeint on the fly2007-03-22, by cehoyos
-
Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)2007-03-22, by cehoyos
-
reasonable cutoff frequency default2007-03-22, by michael
-
Radio driver loading rework.2007-03-21, by voroshil
-
Fix comment about defining HAVE_POSIX_SELECT2007-03-21, by cehoyos
-
Conditionally compile vf_bmovl.c instead of enclosing all of the file2007-03-21, by diego
-
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line2007-03-21, by diego
-
Declare eof only when stream 0 gets eof2007-03-20, by rtogni
-
Fix for realrtsp urls with more than 2 streams:2007-03-20, by rtogni
-
Remove unnecessary unistd.h include.2007-03-20, by diego
-
Remove MinGW hack, it's no longer needed.2007-03-20, by diego
-
Rename open to af_open so as not to conflict with a previous header definition.2007-03-20, by diego
-
Add missing $(EXESUF).2007-03-20, by diego
-
tab typo fixed2007-03-20, by ptt
-
Add vfw2menc to the Makefile.2007-03-20, by diego
-
sync'd up to r224832007-03-20, by ptt
-
Add explicit SDL include path. This should allow compilation even when2007-03-20, by diego
-
Add return 0 to fix the following warning:2007-03-20, by diego
-
Include stdlib.h and string.h to fix the following warnings:2007-03-20, by diego
-
Add #include <string.h> to fix the following warning:2007-03-20, by diego
-
Move gltest and bmovl-test into the main TOOLS directory, subdirectories2007-03-20, by diego
-
--enable-win32 was renamed to --enable-win32dll.2007-03-19, by diego
-
ok so cljr , vcr1 and msmpegv1 dont actually work... removed2007-03-19, by compn
-
aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!2007-03-19, by compn
-
gsm requires libgsm so remove it2007-03-19, by compn
-
add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1)2007-03-19, by compn
-
split sonic into sonic/sonicls and wma into wmav1/wmav22007-03-19, by compn
-
add png and gif encoders, how to use them with mencoder is another question2007-03-19, by compn
-
Explain workaround for -vo gl:scaled-osd -ass image corruption.2007-03-19, by reimar
-
Add missing bogus norm warning for v4l22007-03-19, by voroshil
-
Make sure bogus parameter will not be ignored by user.2007-03-19, by voroshil
-
Simplify Makefile.2007-03-19, by diego
-
Conditionally compile af_export instead of having #ifdef around the file.2007-03-19, by diego
-
Move -I. to the front of CFLAGS, works around problems with headers from2007-03-19, by diego
-
Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.2007-03-19, by diego
-
Remove commented-out Cygwin CFLAGS settings.2007-03-19, by diego
-
Move setting Cygwin specific CFLAGS to configure.2007-03-19, by diego
-
video filters i maintain ...2007-03-19, by michael
-
The -Wdeclaration-after-statement test needs a C program.2007-03-18, by diego
-
Move -I. and -I.. to the front of CFLAGS so that headers in the root directory2007-03-18, by diego
-
Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.2007-03-18, by diego
-
Added myself, as suggested by Diego2007-03-18, by cehoyos
-
Merge CFLAGS lines.2007-03-18, by diego
-
Move setting CXXFLAGS to configure.2007-03-18, by diego
-
Support multiple tags in a single line and tags on the same line as the2007-03-18, by rtogni
-
Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.2007-03-18, by diego
-
shared libavcodec is not at all broken/obsolete, but simply discouraged2007-03-18, by nicodvb
-
Group (system-specific) CFLAGS settings together.2007-03-18, by diego
-
Move Cygwin specific #define setting to system OS-specific settings section.2007-03-18, by diego
-
Move setting of TARGET_WIN32 together with other Win32 settings.2007-03-18, by diego
-
Rename win32 variable to the more sensible name win32dll.2007-03-18, by diego
-
Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added2007-03-18, by diego
-
sync with r226372007-03-18, by gpoirier
-
Support application/smil as mimetype for smil-over-realrtsp2007-03-18, by rtogni
-
add ffbmp decoder, cant figure out fourcc bit so use format for avi...2007-03-18, by compn
-
Move fast cmov detection code from the PPC section into the x86 section2007-03-18, by diego
-
add new audio and video codecs to libavcodec list2007-03-18, by compn
-
support for setting and detecting FAST_CMOV2007-03-18, by diego
-
add some updates2007-03-18, by compn
-
Fix configure -march detection for athlon-xp2007-03-18, by uau
-
Remove empty directory.2007-03-18, by diego
-
fix full range (jpeg yuv) chroma2007-03-18, by michael
-
cosmetics, fix indentation2007-03-18, by attila
-
allow horizontal resolutions >1024 in case we have a G5502007-03-18, by attila
-
sync mga_vid.h to the one in the mga_vid repo.2007-03-18, by attila
-
Move files from radeon/ subdirectory here.2007-03-17, by diego
-
add fourcc for dxa files, approved by diego2007-03-17, by compn
-
Remove radeonfb, the version in the Linux kernel is much better.2007-03-17, by diego
-
add ffdxa , works on samples/game-formats/dxa/epic.dxa2007-03-17, by compn
-
Do not disable cache on MinGW, just disable shmem compilation.2007-03-17, by diego
-
'make install' now takes care of most manual installation steps for *_vid.o.2007-03-17, by diego
-
Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.2007-03-17, by diego
-
wording/spelling/grammar/updates/cosmetics2007-03-17, by diego
-
Merge Makefile from radeon/ subdirectory into this one.2007-03-17, by diego
-
Create device nodes upon install.2007-03-17, by diego
-
update release number2007-03-17, by compn
-
Introduce OBJS variable for the list of objects to build.2007-03-17, by diego
-
add ffdca decoder2007-03-17, by compn
-
Remove support for 2.5.x kernels.2007-03-17, by diego
-
Add a link to Attila's mga_vid port to Linux 2.6.x.2007-03-17, by diego
-
Remove useless compilation commands that are provided by builtin rules.2007-03-17, by diego
-
Merge test rules using general pattern.2007-03-17, by diego
-
Install tdfx_vid.o as well.2007-03-17, by diego
-
Remove now unnecessary MGA_VID_OBJ variable indirection.2007-03-17, by diego
-
Remove pointless variable indirection.2007-03-17, by diego
-
Remove remnants of Linux 2.6 support, the mga_vid.c part was made to2007-03-17, by diego
-
Remove pointless variable indirection for -I options.2007-03-17, by diego
-
Remove unnecessary -I option from CFLAGS.2007-03-17, by diego
-
tdfx_vid compilation has been simplified.2007-03-17, by diego
-
New slave command: tv_step_freq <offset in MHz>2007-03-17, by voroshil
-
cosmetics: Remove superfluous comment.2007-03-17, by diego
-
Remove superfluous .o creation rule, it's the same as the builtin one.2007-03-17, by diego
-
Remove unused variables INCLUDES and MOD_PATH_PREFIX.2007-03-17, by diego
-
Remove unused variable AFLAGS.2007-03-17, by diego
-
Put -D options in CPPFLAGS, don't duplicate -D__KERNEL__.2007-03-17, by diego
-
Some more details for the mga_vid section taken from drivers/README.2007-03-17, by diego
-
wording/spelling/cosmetics2007-03-17, by diego
-
Rename tdfx_vid_tst to tdfx_vid_test.2007-03-17, by diego
-
Merge README.linux.2.6 into general README.2007-03-17, by diego
-
Merge Rage128 README into general README.2007-03-17, by diego
-
10l: omitted '-e' in my r22630 commit.2007-03-17, by voroshil
-
Build tdfx_vid.o and tdfx_vid_tst by default under Linux 2.4.2007-03-17, by diego
-
Merge CFLAGS and INCLUDES where appropriate.2007-03-17, by diego
-
Make strange clean/distclean rules behave in a more standard fashion.2007-03-17, by diego
-
Get rid of ugly conditionals.2007-03-17, by diego
-
Get rid of stupid recursion within a single directory.2007-03-17, by diego
-
Remove unnecessary include options from compilation command.2007-03-17, by diego
-
Simplify compilation commands.2007-03-17, by diego
-
Remove rule for non-existing file.2007-03-17, by diego
-
Simplify compilation command.2007-03-17, by diego
-
Mark phony targets as such.2007-03-17, by diego
-
whitespace cosmetics2007-03-17, by diego
-
Mark phony targets as such.2007-03-17, by diego
-
Split dependency and rule declaration, avoids duplicate command.2007-03-17, by diego
-
Simplify compilation commands.2007-03-17, by diego
-
Bring somewhat closer to linking, still won't work, though.2007-03-17, by diego
-
Simplify link command.2007-03-17, by diego
-
Bring netstream somewhat closer to linking, still won't work.2007-03-17, by diego
-
Remove unnecessary -I option from CFLAGS.2007-03-17, by diego
-
Mark phony targets as such.2007-03-17, by diego
-
Merge INCLUDE and CFLAGS, fixes Cola from last commit.2007-03-17, by diego
-
Remove unused variable.2007-03-17, by diego
-
Fix compilation, bswap.h is now mpbswap.h.2007-03-17, by diego
-
Remove redundant rule for creating .o files from .c files, it's builtin.2007-03-17, by diego
-
Remove obsolete .SUFFIXES variable.2007-03-17, by diego
-
Remove nonsensical unused rules.2007-03-17, by diego
-
Use quotes instead of angular brackets for non-system includes.2007-03-16, by diego
-
Bring vivodump closer to linking; remains broken.2007-03-16, by diego
-
Fix linking: libswscale depends on libavutil, verbose was multiply defined...2007-03-16, by diego
-
Fix compilation due to reorganized header files.2007-03-16, by diego
-
whitespace cosmetics2007-03-16, by diego
-
Remove duplicate largefile CFLAGS that are set from configure.2007-03-16, by diego
-
Turn on largefile support for libdvdcss as well.2007-03-16, by diego
-
Remove CFLAGS that are already set by configure.2007-03-16, by diego
-
Put special CFLAGS for low accuracy tremor in the Makefile, similar to the2007-03-16, by diego
-
r22492: documented -reuse-socket2007-03-16, by kraymer
-
Remove unnecessary -I option from CFLAGS.2007-03-16, by diego
-
Allow to specify frequencies in channels option.2007-03-16, by voroshil
-
Mark myself as new TV maintainer as suggested by Jindrich Makovicka2007-03-16, by voroshil
-
add cdvc fourcc to ffdv , works on /incoming/video_format_0x43564443.avi2007-03-16, by compn
-
Matroska seeking fixes2007-03-16, by uau
-
sync with r225032007-03-16, by gpoirier
-
add mute bind which has been default for a while, any other missing defaults?2007-03-16, by compn
-
some updates from memory and mplayer irc users2007-03-16, by compn
-
libavcodec's DXA decoder is dependent on zlib2007-03-16, by voroshil
-
Remove useless -I./skin from CFLAGS.2007-03-16, by diego
-
Don't look for header files in ../../ anymore. Compilation was broken unless2007-03-16, by diego
-
Remove unnecessary -I./wm option from CFLAGS.2007-03-15, by diego
-
Remove useless -I../loader option from CFLAGS.2007-03-15, by diego
-
Use explicit path for headers from the dshow/ subdirectory.2007-03-15, by diego
-
Use explicit path for headers from the loader/ directory.2007-03-15, by diego
-
Add explicit location for headers from the stream/ directory.2007-03-15, by diego
-
Wording improvement as suggested by Michael.2007-03-15, by diego
-
Add live555 include flags to CXXFLAGS only.2007-03-15, by diego
-
Add a FIXME note about new sentences on new lines.2007-03-15, by diego
-
Add explicit location for headers from the libmpdemux/ directory.2007-03-15, by diego
-
Add explicit location for headers from the stream/ directory.2007-03-15, by diego
-
Add explicit location for headers from the stream/ directory.2007-03-15, by diego
-
Add AmigaOS support, patch by Andrea Palmatè, andrea amigasoft net.2007-03-15, by diego
-
Simplify setting special CFLAGS for decode_i586.o.2007-03-15, by diego
-
Remove unnecessary Darwin entry from CFLAGS.2007-03-15, by diego
-
Simplify conditional expression.2007-03-15, by diego
-
Remove Darwin AltiVec CFLAGS settings, configure handles this.2007-03-15, by diego
-
update password-gpg rule from ffmpeg2007-03-15, by michael
-
update >5 line reindention rule to what is in ffmpeg2007-03-15, by michael
-
update spliting rule to what i just added to ffmpeg2007-03-15, by michael
-
cosmetic (move warning point after the existing policy points instead of the middle)2007-03-15, by michael
-
Remove addition of AltiVec flags to CFLAGS, configure takes care of this.2007-03-15, by diego
-
Remove unnecessary include from CFLAGS.2007-03-15, by diego
-
Use explicit header location, don't use CFLAGS for simple subdirectories.2007-03-15, by diego
-
Check for eof in loop searching for data chunk.2007-03-15, by reimar
-
Reuse common parts of all Makefiles.2007-03-15, by diego
-
Use versioned names explicitly instead of employed backwards-named variables.2007-03-15, by diego
-
Simplify conditional expression.2007-03-15, by diego
-
Remove Cygwin case from conditional, it's overridden by the Win32 case.2007-03-15, by diego
-
Revert previous broken commit.2007-03-15, by diego
-
Remove Cygwin case from conditional, it's overridden by the Win32 case.2007-03-15, by diego
-
Rename LIBS variable to more standard name EXTRALIBS.2007-03-15, by diego
-
Fix test program linkage.2007-03-15, by diego
-
Include loader/ prefix in #include path everywhere.2007-03-15, by diego
-
SHORTNAME is not a target so it should not be used as prerequisite.2007-03-15, by diego
-
Merge two clean commands.2007-03-15, by diego
-
whitespace cosmetics2007-03-15, by diego
-
Use standard variable names for SRCS and OBJS.2007-03-15, by diego
-
Install targets should not remove files.2007-03-15, by diego
-
Add pci_names.c as prerequisite of the all target instead of the .o files.2007-03-14, by diego
-
Use the install program detected by configure.2007-03-14, by diego
-
Remove useless .SUFFIXES variable.2007-03-14, by diego
-
Remove unused SONAME_FLAGS variable.2007-03-14, by diego
-
Remove commented out superfluous lines.2007-03-14, by diego
-
Simplify rules using make shorthands.2007-03-14, by diego
-
whitespace cosmetics2007-03-14, by diego
-
Simplify handling of extra library flags.2007-03-14, by diego
-
Remove superfluous rule and variables, X_LIB does not exist any longer.2007-03-14, by diego
-
Remove superfluous variable indirection.2007-03-14, by diego
-
Reuse common parts of all Makefiles through mpcommon.mak.2007-03-14, by diego
-
Rename all target to libs.2007-03-14, by diego
-
Separate prerequisites and rules to avoid redundant rules.2007-03-14, by diego
-
whitespace cosmetics2007-03-14, by diego
-
Generate dependency information.2007-03-14, by diego
-
Remove superfluous rule and variable.2007-03-14, by diego
-
Properly mark all phony targets as such.2007-03-14, by diego
-
Rename VIDIX_CFLAGS to CFLAGS.2007-03-14, by diego
-
Remove unused variable.2007-03-14, by diego
-
dont start newline with a space and readd subdirectory2007-03-14, by compn
-
major man page update2007-03-14, by kraymer
-
Use 'libs' instead of 'all' target.2007-03-14, by diego
-
Reuse common parts of all Makefiles through mpcommon.mak.2007-03-14, by diego
-
Don't remove 'test' on distclean, there is no such file.2007-03-14, by diego
-
cosmetics: Rename variables for consistency with other Makefiles.2007-03-14, by diego
-
consistency cosmetics2007-03-14, by diego
-
Simplify library generation rule.2007-03-14, by diego
-
Merge all and do_drivers rules.2007-03-14, by diego
-
Remove superfluous/obsolete rules and variables.2007-03-14, by diego
-
dep/depend should be a double colon target as well.2007-03-13, by diego
-
cosmetics: Move some parts around to make more sense overall.2007-03-13, by diego
-
Fix live555 compilation when stream cache is disabled.2007-03-13, by diego
-
cosmetics: Move depend target in preparation for upcoming changes.2007-03-13, by diego
-
Simplify test program compilation.2007-03-13, by diego
-
Fix test program compilation.2007-03-13, by diego
-
Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.2007-03-13, by diego
-
Simplify CFLAGS handling.2007-03-13, by diego
-
Remove unnecessary -I option.2007-03-13, by diego
-
Remove unnecessary -I option.2007-03-13, by diego
-
fix wrong typo fix, as noted by Diego2007-03-13, by gpoirier
-
cosmetics: Fix indentation, reorder some lines for consistency.2007-03-13, by diego
-
fix some trivial typos2007-03-13, by gpoirier
-
fix up some longer than 80 char lines , and use suggestion from Diego.2007-03-13, by compn
-
Give more descriptive names to the source and library variables and split2007-03-13, by diego
-
Remove useless #define.2007-03-13, by diego
-
Give the library generation target a more sensible name.2007-03-13, by diego
-
Add common sources to .depend target.2007-03-13, by diego
-
Handle common parts at the objects instead of at the sources level.2007-03-13, by diego
-
codecs.conf.h needs to be made before .depend.2007-03-12, by diego
-
Mark phony targets as such.2007-03-12, by diego
-
dirclean target was removed, don't mark as phony.2007-03-12, by diego
-
Remove code duplication in smil parser2007-03-12, by rtogni
-
cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl Eugen Hoyos2007-03-12, by nicodvb
-
Support smil embedded into xml, fixes bugzilla #7682007-03-12, by rtogni
-
mp_msg.c is never built with -DCODECS2HTML.2007-03-12, by diego
-
Remove -DCODECS2HTML from .depend creation.2007-03-12, by diego
-
r22521: Clarify -reuse-socket description.2007-03-12, by voroshil
-
r22408: add -tv driver=help entry, also add dshow tv driver2007-03-12, by voroshil
-
r22413: add xvfwopts compdata and vfw2menc documentation and change to better mencoder example2007-03-12, by voroshil
-
r22331: Remove some #if 0 code2007-03-12, by voroshil
-
Clarify that commits should not be split arbitrarily by file/directory.2007-03-12, by diego
-
spelling/punctuation2007-03-12, by diego
-
fix forgotten \2007-03-12, by ivo
-
add vcd:// for win32, patch by zuxy meng2007-03-12, by compn
-
Source files should not contain non-ASCII characters.2007-03-12, by diego
-
add vcd:// for win32, patch by zuxy meng2007-03-12, by compn
-
add vcd support to mingw, patch by zuxy meng2007-03-12, by compn
-
minor clarification2007-03-12, by diego
-
Clarify -reuse-socket description.2007-03-12, by diego
-
typo2007-03-12, by diego
-
Fix comment about test application compilation.2007-03-12, by diego
-
Add codec-cfg-test, remove now obsolete entries.2007-03-11, by diego
-
Add codec-cfg-test target.2007-03-11, by diego
-
Allow demuxers to return packets with no pts in -correct-pts mode2007-03-11, by uau
-
Reindent messy functions before working on them2007-03-11, by uau
-
Make sure docbook 4.x gets preferred over 3.x.2007-03-11, by diego
-
mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODER2007-03-11, by diego
-
wording/spelling for lscale=2 suboption2007-03-11, by diego
-
'make clean' should remove generated binaries.2007-03-11, by diego
-
Merge clean and dirclean targets.2007-03-11, by diego
-
forgotten lscale=2 part for gl_common.h2007-03-11, by reimar
-
Document lscale=22007-03-11, by reimar
-
Add a new GPU-based scaling method to vo gl2007-03-11, by reimar
-
Move the sh_audio->delay field to mpctx->delay.2007-03-11, by uau
-
fixed dvd chapter and title switching2007-03-10, by vayne
-
removed redundant assignments, these get handled in evDropFile2007-03-10, by vayne
-
corrected description of -reuse-socket as described by Rich2007-03-09, by nicodvb
-
remove some lines which should have never been in demux_nut.c, broke CPU2007-03-09, by ods15
-
Include <string.h> explicitly.2007-03-09, by uau
-
Rename to a more sane spelling.2007-03-09, by diego
-
Improve MPlayerOSX building process:2007-03-09, by gpoirier
-
Move command.c.tmp over now identical command.c2007-03-09, by uau
-
Change to match current command.c (same functionality).2007-03-09, by uau
-
Add alternative way to create command.c to svn history,2007-03-09, by uau
-
100l, allocated buffer was too small.2007-03-08, by rtogni
-
Support function lookup via ordinal2007-03-08, by reimar
-
Allow declaring special undefined functions that will return NULL2007-03-08, by reimar
-
documented -reuse-socket2007-03-08, by nicodvb
-
Add more FourCC values for the Xvid decoder.2007-03-08, by diego
-
Remove unused variable lev_text, patch by Zuxy Meng, zuxy.meng gmail com.2007-03-08, by diego
-
spelling/punctuation/grammar/wording improvements, no semantic changes2007-03-08, by diego
-
Add PIX_FMT_PAL8 to isPacked().2007-03-08, by diego
-
100l, last patch broke window resizing with xv and xvmc.2007-03-08, by reimar
-
Merge all .PHONY target declarations.2007-03-07, by diego
-
Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' patch2007-03-07, by gpoirier
-
Fix unkown --> unkNown typo.2007-03-07, by diego
-
Fix audio samplerates below 7000 Hz.2007-03-07, by uau
-
support for AMR; it works inserting in the first byte of the demux_packet2007-03-06, by nicodvb
-
mplayer.12007-03-06, by kraymer
-
Factor out some duplicated code in vo_xv and vo_xvmc2007-03-06, by reimar
-
__defines are reserved for gcc2007-03-06, by compn
-
Simplify config by using code available in video_out.c2007-03-06, by reimar
-
Fix bad uninit when switching DVB channels.2007-03-06, by reimar
-
A function always returning 0 could as well return void.2007-03-06, by eugeni
-
Text alignment should not use bounding boxes of individual glyphs.2007-03-06, by eugeni
-
Reset advance vector and glyph bounding box if glyph could not be found.2007-03-06, by eugeni
-
removed unused definition of insertRTPData(); it's not only unused,2007-03-05, by nicodvb
-
synced with r224282007-03-05, by Gabrov
-
synced with r224692007-03-05, by Gabrov
-
truncate mencoder's output file if it exists, instead of overwriting just part of it.2007-03-05, by lorenm
-
Audio should now work fine, so remove the ENABLE_AUDIO ifdef2007-03-05, by reimar
-
Implement percent-based seeking2007-03-05, by reimar
-
Fix seeking for avisynth audio.2007-03-05, by reimar
-
Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideo2007-03-05, by reimar
-
remove pointless cast to int2007-03-05, by reimar
-
Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long time.2007-03-05, by reimar
-
Allow to add/modify keybind for '#'2007-03-05, by reimar
-
-nomouseinput is no longer X11 only.2007-03-05, by diego
-
Add code to detect and convert to console codepage on Windows.2007-03-04, by reimar
-
Include stdio.h for printf2007-03-04, by reimar
-
getopt is only needed on msvc, remove from mingw/linux compile info2007-03-04, by compn
-
10l, remove local-only file from ignore list2007-03-04, by kraymer
-
add vfw2menc info into README2007-03-04, by compn
-
shut up 'svn status' by ignoring symlinked files2007-03-04, by kraymer
-
add -xvfwopts compdata suboption to man page2007-03-04, by compn
-
Remove variable that is unnecessary after last patch2007-03-04, by reimar
-
Remove hack that sets demuxer->video->pts after seeking, it seems no longer needed.2007-03-04, by reimar
-
Set pts also for audio packets2007-03-04, by reimar
-
Already frameno == num_frames means we reached EOF.2007-03-04, by reimar
-
Support more avisynth audio sample types (untested)2007-03-04, by reimar
-
Remove useless void * casts2007-03-04, by reimar
-
Do not read more audio samples than available2007-03-04, by reimar
-
Fix pakcet -> packet typo in output2007-03-04, by reimar
-
Set format tag for float samples correctly (currently useless)2007-03-04, by reimar
-
nomouseinput option should not depend on HAVE_X11.2007-03-04, by reimar
-
Add support for tracking mouse movements.2007-03-04, by reimar
-
Move/simplify some variable declarations2007-03-04, by reimar
-
Demuxers have no business setting o_bps2007-03-04, by reimar
-
First half-working avisynth audio support2007-03-04, by reimar
-
Fix wrong setting of samplesize (must be bytes per sample, not bits)2007-03-04, by reimar
-
Enable aid/vid stream selection, although it is quite useless currently.2007-03-04, by reimar
-
Whitespace-only cosmetics: get rid of all remaining tabs2007-03-04, by reimar
-
Generate resize events when size of -wid window changes.2007-03-04, by reimar
-
Fix type and usage of avs_get_audio function2007-03-04, by reimar
-
Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-implementations.2007-03-04, by reimar
-
print the disc_id without using a buffer2007-03-04, by nicodvb
-
Fix copy-paste bug (must have broken something in the GUI)2007-03-03, by uau
-
wrong capitolization, thats a comma not a period2007-03-03, by compn
-
warn users about drm files, patch by zuxy meng2007-03-03, by compn
-
warn users about DRM asf files, patch by zuxy meng2007-03-03, by compn
-
supposed to be using global m_config here, and this wasn't even getting set.2007-03-03, by vayne
-
The original asm code for the stub returned 0, restore that behaviour.2007-03-03, by reimar
-
Discard earlier failure in building filter chain when trying a new codec.2007-03-03, by reimar
-
10000l; in previous commit I allocated a buffer 1 byte too short2007-03-03, by nicodvb
-
replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com.2007-03-03, by nicodvb
-
replaced 2 instances of sprintf() with snprintf() and one instance2007-03-03, by nicodvb
-
Fix incorrect spacing introduced in r22231:2007-03-03, by eugeni
-
live555 version 2006.03.03 or later is needed to compile MPlayer.2007-03-03, by diego
-
cosmetics, fix indentation as pointed out by Reimar2007-03-02, by vayne
-
Rework of copying samples from directshow codecs.2007-03-02, by voroshil
-
10l: x2scr used twice instead of y2scr.2007-03-02, by eugeni
-
Bugfix: transform origin to screen coordinates.2007-03-02, by eugeni
-
add missing playtree entry2007-03-02, by vayne
-
a small step toward 4 plane support2007-03-02, by michael
-
copy src to prevent the user supplied argumet from being changed2007-03-02, by michael
-
10l: dshow isnt in svn yet2007-03-02, by compn
-
add -tv driver=help entry, also add dshow tv driver2007-03-02, by compn
-
simplify and modify fullscreen switching to avoid improper aspects2007-03-02, by vayne
-
add forgotten case value as per recent changes to mplayer.c2007-03-02, by vayne
-
rename to *_proposal.txt2007-03-01, by michael
-
clarify quorum and majority requirements in respect to debians voting system2007-03-01, by michael
-
url with a good description of how to determine the winner from the votes2007-03-01, by michael
-
Explain how to select all DVB channels on a frequency.2007-03-01, by reimar
-
Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr2007-03-01, by reimar
-
s/admin/leader/2007-03-01, by michael
-
tv driver loading rework. As a side effect "-tv driver=help" option is2007-03-01, by voroshil
-
weaken veto right2007-03-01, by michael
-
winsocks expects an int in milliseconds instead of struct timeval to set2007-03-01, by ivo
-
Replace MIN with FFMIN2007-03-01, by reimar
-
Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.2007-03-01, by reimar
-
Use libavutil AV_RB/AV_WB macros instead of defining out own variants.2007-03-01, by reimar
-
Add missing registers to asm code in mp3lib2007-03-01, by reimar
-
clarify root vs admin2007-03-01, by michael
-
spelling fixes by ivan2007-03-01, by michael
-
10l to me, typo. it should have read clflush2007-03-01, by ivo
-
cosmetics, missing space2007-03-01, by ivo
-
cflsh->clflush to keep consistent with Linux kernel2007-03-01, by ivo
-
Update release tag due to previous functional changes as noticed by Ivan2007-03-01, by voroshil
-
new policy draft2007-03-01, by michael
-
Update 3ivx decoder to latest version and allow it to load required library.2007-03-01, by voroshil
-
Mark wma9spdshow audio codec as working, because hissing in audio (only one known2007-03-01, by voroshil
-
Seek to -ss position, not 0, in per-file loop.2007-03-01, by uau
-
comment is a C-string and \ must be properly escaped as \\2007-02-28, by reimar
-
test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng2007-02-28, by nicodvb
-
cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->sector_size2007-02-28, by nicodvb
-
do not rely on svn internals and use svn info instead2007-02-28, by ivo
-
add comment about voxware on windows2007-02-28, by compn
-
also respond to --help, -h and -? command line options2007-02-28, by ivo
-
fix printing of -(no)svn option2007-02-28, by ivo
-
clarify -none command line option2007-02-28, by ivo
-
remove C99-ism (mixed declaration and code),2007-02-28, by gpoirier
-
assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyos2007-02-27, by nicodvb
-
10l: Add missing definition of USE_STREAM_CACHE.2007-02-27, by diego
-
Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with live555.2007-02-27, by voroshil
-
Move the decision about stream cache compilation to configure.2007-02-27, by diego
-
Move glob-win.c out of MinGW section, configure handles it.2007-02-27, by diego
-
Simplify strip parameter for install handling.2007-02-27, by diego
-
grammar/spelling2007-02-27, by diego
-
small updates2007-02-27, by diego
-
Simplify .depend file inclusion.2007-02-27, by diego
-
Simplify .depend file inclusion.2007-02-27, by diego
-
Adding an extra -I.. parameter is no longer necessary.2007-02-27, by diego
-
Add commit nick for Rik Snel.2007-02-27, by diego
-
compilation fix clip_uint8 -> av_clip_uint82007-02-27, by rik
-
Seek to -ss position without first starting audio/video from the start.2007-02-27, by uau
-
Remove useless conditional.2007-02-27, by diego
-
copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl Eugen Hoyos2007-02-26, by nicodvb
-
support for new ivtv api2007-02-26, by ben
-
Fix wrong typecast, which can cause MPlayer crash2007-02-26, by voroshil
-
2 less variables2007-02-25, by nicodvb
-
cosmetics: reformatted2007-02-25, by nicodvb
-
removed unused variables2007-02-25, by nicodvb
-
simplified parse_mpeg12_video()2007-02-25, by nicodvb
-
Support for PowerPC 440x embedded CPUs.2007-02-25, by rathann
-
member real_framerate is completely useless2007-02-25, by nicodvb
-
mpcommon.c is a partial copy of mplayer.c, so recommit it as such.2007-02-25, by reimar
-
The fragment program functions are and most likely always will be ARB-only,2007-02-25, by reimar
-
Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilation under2007-02-25, by voroshil
-
10, checked for the wrong thing. Do aspect scaling only in config_video_out2007-02-25, by reimar
-
cosmetics: reindented2007-02-25, by nicodvb
-
removed commented/useless code from parse_mpeg12_video()2007-02-25, by nicodvb
-
Add av_ prefix to clip functions2007-02-25, by reimar
-
10l to me for bad todo items2007-02-24, by compn
-
iive says xvmc stuff is long done2007-02-24, by compn
-
remove some old and add new TODO2007-02-24, by compn
-
Simplify .depend file inclusion.2007-02-24, by diego
-
cosmetics: Fix some common typos, appropiate --> appropRiate,2007-02-24, by diego
-
10l, avoid crash on invalid subtitle id2007-02-24, by reimar
-
synced with r223312007-02-24, by Gabrov
-
Remove some #if 0 code2007-02-24, by uau
-
Move parsing of the -ss option to the option code.2007-02-24, by uau
-
some more consistency for the VIDIX installation.2007-02-23, by diego
-
synced with r222922007-02-23, by Gabrov
-
synced with r223262007-02-23, by Gabrov
-
Gui compilation fixes2007-02-23, by vayne
-
Fix loading of mpeg4ds direct show video codec under win32, broken in r223222007-02-23, by voroshil
-
Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyed2007-02-23, by voroshil
-
Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separate file2007-02-23, by voroshil
-
Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.2007-02-23, by voroshil
-
Fix \a parsing broken in r222912007-02-23, by uau
-
Fix error in comment2007-02-23, by uau
-
Reset the edl_decision flag after the seek is done.2007-02-23, by uau
-
Separate function for seeking2007-02-23, by uau
-
Remove useless fflush(stdout) calls. mp_msg already flushes output, and2007-02-22, by uau
-
Move EDL code to separate functions2007-02-22, by uau
-
Move some related variables together & add a comment2007-02-22, by uau
-
update to 0.1 version from website2007-02-22, by compn
-
add original website url per al3x comment2007-02-22, by compn
-
r22276: Reallocate event_images_t, removing limit on simultanious events count.2007-02-22, by voroshil
-
typo2007-02-22, by diego
-
Add some missing includes.2007-02-22, by eugeni
-
Declarations must be before code2007-02-22, by reimar
-
Fix nonsense function type2007-02-22, by uau
-
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well2007-02-22, by diego
-
Cleanup, move "global" state from the frame_time_remaining mainloop2007-02-21, by uau
-
fix compilation with gcc 2.95.32007-02-21, by ivo
-
Fix GUI compilation2007-02-21, by uau
-
Add missing "if (use_gui)" before some GUI calls2007-02-21, by uau
-
Fix menu to work with mpctx2007-02-21, by uau
-
cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.2007-02-21, by diego
-
Oops, forgot {} before "else".2007-02-21, by eugeni
-
Add missing #ifdef2007-02-21, by uau
-
Split command/property handling from mplayer.c to a new file command.c.2007-02-21, by uau
-
a/r handled correctly by vd_ffmpeg2007-02-20, by nicodvb
-
reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michael2007-02-20, by nicodvb
-
Cosmetics: fix indentation.2007-02-20, by eugeni
-
With \t(\b) text becomes bold at the middle of time interval, not at the end2007-02-20, by eugeni
-
make message translatable2007-02-20, by ivo
-
Any style modifier followed by no recognizable parameter resets to the default.2007-02-20, by eugeni
-
more cosmetics2007-02-20, by ivo
-
proper GPL heading2007-02-20, by ivo
-
cosmetics2007-02-20, by ivo
-
\fn without an argument resets font family to the value from style.2007-02-20, by eugeni
-
Fix display order of events.2007-02-20, by eugeni
-
proper authors of xmms demuxer2007-02-20, by ivo
-
dont set 0 nBlockAlign2007-02-20, by michael
-
probe ~/.xmms/Plugins for plugins too, so users without root access on their2007-02-20, by ivo
-
Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.2007-02-20, by diego
-
Both (-1) and 1 mean bold font in SSA/ASS styles.2007-02-19, by eugeni
-
Add \t(\b) support.2007-02-19, by eugeni
-
Fix bounding box calculation with \fscx/\fscy.2007-02-19, by eugeni
-
Fix \fscx/\fscy animation.2007-02-19, by eugeni
-
Correct implementation of text spacing.2007-02-19, by eugeni
-
Reallocate event_images_t, removing limit on simultanious events count.2007-02-19, by eugeni
-
10l: comparison of char* ptrs with string literals2007-02-19, by faust3
-
Remove remnants of the nonfunctional "grab_frames" command.2007-02-19, by uau
-
10l copy and paste bug in the license header2007-02-19, by diego
-
Fix license header.2007-02-19, by diego
-
smil over realrtsp2007-02-18, by rtogni
-
liblzo support fix, take X: forgotten variable setting.2007-02-18, by diego
-
Fix 10 in r22250, do not use screendimensions if not set2007-02-18, by reimar
-
clarify that language must be a 3 letter code2007-02-18, by michael
-
Revert r22255 on iive's request.2007-02-18, by reimar
-
Mark myself as MPlayer sync/core maintainer2007-02-18, by uau
-
Make liblzo conditional to the appropriate #defines.2007-02-18, by diego
-
all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org)2007-02-18, by nicodvb
-
Add support for smil playlist served over realrtsp2007-02-18, by rtogni
-
Remove internal minilzo, external liblzo can be used instead.2007-02-18, by diego
-
Use liblzo2 instead of liblzo1, it's not bigger but faster.2007-02-18, by diego
-
Use external liblzo instead of internal minilzo.2007-02-18, by diego
-
Some typo fixes in svn-howto2007-02-18, by reimar
-
Avoid parts of xvmc reinit when source format does not change2007-02-18, by reimar
-
Remove unused variable "osd_level_saved"2007-02-18, by uau
-
Make sure that -sid works even if the number of subtitles initially detected2007-02-17, by reimar
-
Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c2007-02-17, by reimar
-
Move common vo initialization code to video_out.c2007-02-17, by reimar
-
cosmetics2007-02-17, by nicodvb
-
1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe2007-02-17, by ods15
-
negative stride and h_size-=8 fix2007-02-17, by michael
-
swap palette on big endian2007-02-17, by michael
-
palette init code for IMGFMT_RGB4 and IMGFMT_RG4B2007-02-17, by michael
-
BGR/RGB4 byte formats as input2007-02-17, by michael
-
another ridiculous palette bug which has nothing to do with the new palete support in sws2007-02-17, by michael
-
wording, typos fix2007-02-17, by voroshil
-
Restore a minus sign that was lost in r22231.2007-02-16, by eugeni
-
Don't segfault if no -format is given for lavf2007-02-16, by uau
-
PAL8 ...2007-02-16, by michael
-
pal8 input2007-02-16, by michael
-
r22201: some clarification about dvb-out playback2007-02-16, by voroshil
-
r22184: When setting the non-audio bit for hwac3 output, just try to set the...2007-02-16, by voroshil
-
Implement \frx and \fry (and reimplement \frz) as 3d rotations.2007-02-16, by eugeni
-
Consistently name z-axis rotation angle "frz".2007-02-16, by eugeni
-
Move conversions between 16.16, 26.6 fixed point and int, double to separate2007-02-16, by eugeni
-
update wishlist, approved by diego2007-02-16, by compn
-
support for H263-2000; patch by Carl Eugen Hoyos2007-02-16, by nicodvb
-
Select the first charmap in the font, if FreeType did not autoselect any.2007-02-15, by eugeni
-
\r resets \frz to style value.2007-02-15, by eugeni
-
Fix \t(\frz) handling.2007-02-15, by eugeni
-
\org(0,0) is different from no \org at all.2007-02-15, by eugeni
-
We definitely want to avoid an emulated poll()2007-02-15, by reimar
-
fix my entry to authors2007-02-15, by compn
-
Simplify code by using separate variables for large common expressions.2007-02-15, by reimar
-
Fix two 10l memleaks in vo_xvmc.c2007-02-15, by reimar
-
random small fixes2007-02-14, by diego
-
English grammar fix: There is no 's' after "does not exist"2007-02-14, by reimar
-
100l copy-and-paste bug. Do not print video info when the problem is with subtitles2007-02-14, by reimar
-
Print list of lavf muxer formats with format=help.2007-02-14, by reimar
-
some clarifications and updates2007-02-14, by diego
-
Move setting _ld_extra and _inc_extra for live to autodetection part,2007-02-13, by diego
-
Strip leading spaces from processor names.2007-02-13, by diego
-
Fix compilation after rename of AC3 decoder to LIBA52 in ffmpeg r79392007-02-12, by rtogni
-
Fix setting of mtrr variable.2007-02-12, by diego
-
misc fixes and updates2007-02-12, by diego
-
Always disable libnut demuxer in libavformat.2007-02-12, by diego
-
Revert libnut option names, the issue is fixed in FFmpeg.2007-02-12, by diego
-
More strncat() misuses.2007-02-11, by rtogni
-
strncat() misuses, may have been exploitable.2007-02-11, by rtogni
-
Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been2007-02-11, by rtogni
-
Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been2007-02-11, by rtogni
-
More boundary checks for fixed-length arrays. Some of them may have been2007-02-11, by rtogni
-
Clear/update subtitles after seeking backwards.2007-02-11, by reimar
-
some clarification about dvb-out playback2007-02-11, by nicodvb
-
Move variable declaration to appropriate place2007-02-10, by reimar
-
Cosmetics: remove tabs added in last commit from otherwise tab-free file.2007-02-10, by reimar
-
Fix memory leak when changing playback speed2007-02-10, by uau
-
Fix memory leaks.2007-02-10, by uau
-
Use AF_NCH for max number of channels instead of private CHANS define.2007-02-10, by uau
-
sync w/r221502007-02-10, by gpoirier
-
Fix nonsense tests like previously in af_pan.2007-02-10, by uau
-
Fix nonsense tests ("if (af->data->audio)" before "if (af->data)").2007-02-10, by uau
-
removed ages-old and insane #if0-ed and commented code2007-02-10, by nicodvb
-
Changelog update, based on Compn's patch2007-02-09, by gpoirier
-
vc1 in mpeg*2007-02-09, by nicodvb
-
substream id 0x98..0x9f identifies dts2007-02-09, by nicodvb
-
r22150: key-fifo-size default changed2007-02-09, by kraymer
-
r22184: When setting the non-audio bit for hwac3 output, ...2007-02-09, by kraymer
-
only output fail/success message, this was wrong from the beginning2007-02-09, by kraymer
-
When setting the non-audio bit for hwac3 output, just try to set the2007-02-09, by cladisch
-
when seeking in h264 sync to idr frames2007-02-09, by nicodvb
-
Handle libavformat libnut dependencies.2007-02-09, by uau
-
when playing vc1 content sync to sequence or entry point header2007-02-09, by nicodvb
-
vc1 in mpegts2007-02-09, by nicodvb
-
fix typo, line break, wording2007-02-09, by kraymer
-
missing escape character2007-02-08, by kraymer
-
Quick hack mostly for documentation purposes to make -aid work with mms://2007-02-08, by reimar
-
Avoid crash when uninit is called without ever calling config in x264 encoder2007-02-08, by reimar
-
Make sure sub->sh is set when a subtitle is selected2007-02-08, by reimar
-
Cosmetics: add space after comma in output2007-02-08, by reimar
-
when seeking and the codec is VC1 sync to sequence or entry point headers2007-02-07, by nicodvb
-
Revert part of commit r22170.2007-02-07, by iive
-
Fix compilation after deprecation of some lav log level and2007-02-07, by reimar
-
Fix libnut build failure.2007-02-07, by gpoirier
-
Support selecting a specific lavf demuxer and listing available ones via -lavfdopts2007-02-06, by reimar
-
Avoid calling aspect on each frame and make ass subtitles work better with panscan2007-02-06, by reimar
-
Support some weird AVI header, fixes bug 7422007-02-06, by reimar
-
Add missing checks in RealVideo slice handling code.2007-02-06, by reimar
-
sync w/r221072007-02-06, by gpoirier
-
reindent2007-02-06, by uau
-
Fix multiple appearing or appearing+disappearing subs in the same frame2007-02-06, by uau
-
Add missing type to declaration and remove unused variable2007-02-05, by uau
-
Fix a few gcc warnings, approved by Diego and Reimar.2007-02-05, by rathann
-
Fix code updating subtitle array which only moved the text, not endpts.2007-02-05, by uau
-
Make sure buffer is aligned so no unaligned access happens.2007-02-05, by reimar
-
r22104: Add global field dominance flag instead of duplicating this "everywhere"2007-02-05, by voroshil
-
r22129: Link to the mencoder-users list for mencoder stuff2007-02-05, by voroshil
-
Another round of subtitle code cleanup2007-02-05, by reimar
-
r22139: Try to clarify scale filter usage hint.2007-02-05, by voroshil
-
typo fixes2007-02-05, by kraymer
-
Set sub_utf8 for mov subs.2007-02-05, by reimar
-
str_list separator backslash-escaping2007-02-05, by reimar
-
key-fifo-size default changed2007-02-05, by reimar
-
Reserve half of fifo for key release events to help avoiding stop buttons2007-02-05, by reimar
-
Sanity check for vo window dimensions, helps avoid division by zero2007-02-05, by reimar
-
beckend -> backend typo fix in printf2007-02-05, by reimar
-
fix unintentional line break2007-02-05, by kraymer
-
Experimental support for multichannel ladspa effects2007-02-05, by reimar
-
some more docbook paths, patch by Torinthiel2007-02-05, by diego
-
synced with r221042007-02-05, by gpoirier
-
r22123: tinterlace mode 4 leaves height unchanged.2007-02-05, by kraymer
-
Move all "Encoding with the XXX codec family" sections together.2007-02-05, by diego
-
vp6vfw.dll appears to no longer crash under Linux.2007-02-05, by diego
-
Try to clarify scale filter usage hint.2007-02-05, by diego
-
wording/formatting2007-02-05, by diego
-
formatting/wording2007-02-05, by diego
-
FFmpeg #defines must be uppercase now.2007-02-05, by diego
-
10l2007-02-05, by michael
-
skip first (green) frame2007-02-05, by michael
-
100l: Copy and paste typo, library dependencies and rules are separated now.2007-02-04, by diego
-
Use defined() syntax instead without ().2007-02-04, by reimar
-
Add timeout to tcp connections, avoid hanging forever.2007-02-04, by rtogni
-
support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) approved by Ross2007-02-04, by nicodvb
-
Link to the mencoder-users list for mencoder stuff2007-02-04, by reimar
-
Fix MMX2 check, _sse is set to "kernel_check", not "yes".2007-02-04, by diego
-
Fix vqscale description to match at least somewhat the code.2007-02-04, by reimar
-
Go away you stupid setlocale!!2007-02-04, by reimar
-
synced with r221232007-02-04, by Gabrov
-
Get rid of useless last_ptr assignment2007-02-04, by reimar
-
tinterlace mode 4 leaves height unchanged.2007-02-04, by reimar
-
Support for AOPLAY_FINAL_CHUNK in ao_sdl.c2007-02-04, by reimar
-
Do not read beyond end of data chunk if chunk_size is set.2007-02-04, by reimar
-
r21753 broke compile-time detection of mmx flags on x86_642007-02-04, by lorenm
-
Convert patterns to upper case to fix compilation after r22117.2007-02-03, by uau
-
r22107: Move -vo gl suboptions that should be irrelevant for the average user2007-02-03, by kraymer
-
Speed up config.h generation by transforming FFmpeg part names to uppercase2007-02-03, by diego
-
r22089: x264's crf takes a float argument2007-02-03, by kraymer
-
r22062: alphabetical order2007-02-03, by kraymer
-
r21959: Apply ancient double-click patch that nobody cares to comment on.2007-02-03, by kraymer
-
insert line break for readability2007-02-03, by kraymer
-
demux_mpg_probe() seek to the initial position before returning - patch by reimar2007-02-03, by nicodvb
-
Merge both library rules by separating the rule from the dependencies.2007-02-03, by diego
-
Cosmetics2007-02-03, by reimar
-
Avoid crash in uninit if codec not found2007-02-03, by reimar
-
formatting fixes for r221042007-02-03, by kraymer
-
Move -vo gl suboptions that should be irrelevant for the average user2007-02-03, by reimar
-
removed unused variables2007-02-03, by nicodvb
-
Update gl:help output a bit2007-02-03, by reimar
-
Add global field dominance flag instead of duplicating this "everywhere"2007-02-02, by reimar
-
synced with r22089 (again)2007-02-01, by gpoirier
-
sync w/r220892007-02-01, by gpoirier
-
mf demuxer only works with mf:// urls, so check for that.2007-02-01, by reimar
-
Consider SRCS2 as well when generating dependency information.2007-02-01, by diego
-
Make mkv demuxer use ffmpeg LZO as well.2007-01-31, by reimar
-
Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.2007-01-31, by reimar
-
use ffmpeg's LZO2007-01-31, by reimar
-
Use export type mpi, everything else is a fragile hack.2007-01-31, by reimar
-
Avoid a static variable and instead use variable in context2007-01-31, by reimar
-
Swap palette on bigendian.2007-01-31, by reimar
-
r22060: describe -psprobe2007-01-31, by voroshil
-
Wrong variable name used in libfaac check.2007-01-31, by diego
-
libfaac detection skipped linking, and thus only checked for headers and not libs2007-01-31, by lorenm
-
Simplify extcheck calls by moving some logic into the function.2007-01-31, by diego
-
x264's crf takes a float argument2007-01-31, by lorenm
-
Allow forcing processor features on and off.2007-01-31, by diego
-
Fix looooooongstanding bug:2007-01-31, by diego
-
cosmetics: Move around a few options for better logical grouping.2007-01-30, by diego
-
cosmetics: consistent formatting2007-01-30, by diego
-
Unification of parameter handling part 3 of many:2007-01-30, by diego
-
Unification of parameter handling part 2 of many:2007-01-30, by diego
-
Unification of parameter handling part 1 of many:2007-01-30, by diego
-
cosmetics: remove useless commented-out stuff.2007-01-30, by reimar
-
More simplification2007-01-30, by reimar
-
Simplify2007-01-30, by reimar
-
Fix vd_lzo, broken since r18069, i.e. April 2006!2007-01-30, by reimar
-
Move network detection further up to simplify detection of dependant stuff.2007-01-30, by reimar
-
Support 16bit bigendian PCM audio from libavformat2007-01-30, by reimar
-
Document -noidx.2007-01-30, by diego
-
typo2007-01-30, by diego
-
URL fix2007-01-30, by diego
-
cosmetics: Reorder install targets.2007-01-30, by diego
-
Mark phony targets as such.2007-01-30, by diego
-
Replace ifeq structure in the install target by a set of dependent targets.2007-01-30, by diego
-
better back_ptr_div16 description by (Clemens Ladisch ((( cladisch ( fastmail (( net2007-01-30, by michael
-
reduced verbosity2007-01-29, by nicodvb
-
fix audio type when ts_detect_streams detects that a private1 stream is actually ac32007-01-29, by nicodvb
-
Expand property documentation2007-01-29, by reimar
-
List available properties2007-01-29, by reimar
-
Bugfix: glyph and bitmap pointers could be left uninitialized after2007-01-29, by eugeni
-
alphabetical order2007-01-29, by diego
-
typo, new sentences on lines of their own2007-01-29, by diego
-
describe -psprobe2007-01-28, by nicodvb
-
sanity checks during codec detection; also reset demuxer->stream->eof2007-01-28, by nicodvb
-
Remove references to no longer existing documentation.2007-01-28, by diego
-
Move platform-specific stuff together.2007-01-28, by diego
-
Move _ldd setting to a saner place.2007-01-28, by diego
-
added code to scan the video stream to search the actual video codec used;2007-01-28, by nicodvb
-
include math.h for fabsf()2007-01-28, by nicodvb
-
cosmetics: reindentation and braces removal2007-01-28, by nicodvb
-
stray fflush spotted by Aurel2007-01-28, by lu_zero
-
fix a segfault if -x264encopts is the last commandline option (with no argument)2007-01-28, by lorenm
-
Fix base64_encode() max output length checking.2007-01-28, by uau
-
Make example and test build and link correctly2007-01-28, by lu_zero
-
av_logify2007-01-28, by lu_zero
-
Doxygen comments for used DirectShow methods.2007-01-28, by voroshil
-
Mark m_struct_t defaults as const2007-01-28, by reimar
-
fix endianess, see bug #7272007-01-28, by lu_zero
-
10l: screen_height calculation was using an uninitialized variable2007-01-28, by faust3
-
Fix number of rows in interlaced mode.2007-01-28, by reimar
-
Accept rdt packets with "is-reliable" flag set2007-01-28, by rtogni
-
10l, confused current "frame" with canvas width.2007-01-28, by reimar
-
set has_valid_timestamps and corresponding first and final pts only after2007-01-28, by nicodvb
-
Hack: use refmode == 1 instead of == 0, as browsers behave like this2007-01-28, by reimar
-
Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c change2007-01-28, by reimar
-
Call real_fix_timestamp() after seeking, to avoid video freezing2007-01-27, by rtogni
-
fix overlooked debug message2007-01-27, by voroshil
-
Changing debug messages and renaming method names according to their2007-01-27, by voroshil
-
fix typos from previous commit2007-01-27, by voroshil
-
Cosmetics. Doxygen comments.2007-01-27, by voroshil
-
synced up to r212212007-01-27, by ptt
-
Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN162007-01-27, by reimar
-
Simplify and make lzo decompression code more similar to zlib one.2007-01-27, by reimar
-
Forgotten free on error2007-01-27, by reimar
-
r21989: fix typo2007-01-27, by voroshil
-
*dest = malloc (*size); is useless directly before *dest = realloc (*dest, *size);2007-01-27, by reimar
-
synced up to r219062007-01-27, by ptt
-
Handle mp_msg_charset == NULL correctly in filename_recode.2007-01-27, by reimar
-
Cosmetics: remove tabs, almost all added during last patch, from2007-01-27, by reimar
-
synced with r220162007-01-26, by Gabrov
-
fastmemcpy.h always has to include inttypes.h on systems that need it.2007-01-26, by diego
-
filename double-conversion, especially usefull for CJK users :-)2007-01-26, by gpoirier
-
Remove illegal definition of underscored-prefixed symbol "__MODULE__":2007-01-26, by gpoirier
-
get rid of void pointer arithmetic, as spotted by ICC2007-01-26, by gpoirier
-
Do not create font subdir of data directory, bitmap font support is deprecated.2007-01-25, by diego
-
Remove confusing line about forcing MP3 demuxing.2007-01-25, by diego
-
Remove comment printed by -demuxer help, it belongs in the copyright header.2007-01-25, by diego
-
Clarify -delay.2007-01-25, by diego
-
Remove ff_gcd prototype and include avutil.h instead where it is defined.2007-01-25, by reimar
-
10l to Gabrov for breaking docs build.2007-01-25, by rathann
-
build fix: Disable libtheora encoding over lavc.2007-01-25, by diego
-
Sync with FFmpeg r7699.2007-01-25, by diego
-
Simplify conditional compilation handling.2007-01-25, by diego
-
Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.2007-01-24, by diego
-
Use interleaver id to select the correct interleaver instead of guessing2007-01-24, by rtogni
-
Quote some expressions, might help with some shells.2007-01-24, by diego
-
Use interleaver id to select the correct interleaver instead of guessing2007-01-24, by rtogni
-
Fix compilation if no libogg/libvoribs installed2007-01-24, by rtogni
-
Rename a few variables to match FFmpeg.2007-01-24, by diego
-
Fix compilation after ffmpeg changes in r76192007-01-24, by rtogni
-
better autodetection of framerate in case of h264; it works correctly with b-frames.2007-01-23, by nicodvb
-
Include string.h to make sure memcpy is not used without prototype2007-01-23, by reimar
-
Pass a context to av_log(), when possible2007-01-23, by lucabe
-
Bring MPlayer closer to compilation after latest FFmpeg changes.2007-01-23, by diego
-
substream 0x75 doesn't seem to be a valid vc1 stream, after all; removed2007-01-22, by nicodvb
-
Fix FSF address and otherwise broken license headers.2007-01-22, by diego
-
Fix license headers and FSF postal address.2007-01-22, by diego
-
Sync with FFmpeg r7634.2007-01-21, by diego
-
Discard -Wdeclaration-after-statement warning.2007-01-21, by diego
-
synced with r219062007-01-21, by Gabrov
-
synced with r219892007-01-21, by Gabrov
-
fix typo2007-01-21, by Gabrov
-
Fix compilation: define CONFIG_ZLIB in config.mak2007-01-21, by reimar
-
r21959: Apply ancient double-click patch that nobody cares to comment on.2007-01-21, by voroshil
-
Instead of printing a useless "sig11 coming soon" message, just abort parsing2007-01-21, by reimar
-
Sanity-check sh_video->bih->biSize2007-01-21, by reimar
-
Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c2007-01-21, by reimar
-
Add ignore key bind2007-01-21, by reimar
-
Move code to ignore mouse wheel "down" events to fifo.c (needed because2007-01-21, by reimar
-
Another AVCodecTag compile fix2007-01-21, by reimar
-
Forgotten CodecTag -> AVCodecTag2007-01-21, by reimar
-
Fix compilation after lavf changes2007-01-21, by reimar
-
support -ffourcc with -of lavf2007-01-21, by reimar
-
Simplify install calls.2007-01-20, by diego
-
Remove redundant informative output.2007-01-20, by diego
-
Don't suppress make output during installation.2007-01-20, by diego
-
some simplifications2007-01-20, by diego
-
Move ldconfig platform differences into configure where they belong.2007-01-20, by diego
-
Move ranlib setting to a more sensible place.2007-01-20, by diego
-
in h264_parse_sps() reuse mp_unescape03()2007-01-20, by nicodvb
-
vc1 probing code: if sh_video->bih can't be callocated exit2007-01-20, by nicodvb
-
in vc1 probing code, all packets before the first sequence header must be skipped, not read2007-01-20, by nicodvb
-
removed unused variables; replaced wrong call to realloc() with calloc() in vc1 probing code2007-01-20, by nicodvb
-
decode vc1 sequence header and frame it in video_read_frame();2007-01-20, by nicodvb
-
demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_extension_2 payload)2007-01-20, by nicodvb
-
added function to parse vc1 sequence header2007-01-20, by nicodvb
-
BE_32 -> AV_RB322007-01-19, by reimar
-
Compile fix: LE_* -> AV_RL*2007-01-19, by reimar
-
sync w/ r219592007-01-18, by gpoirier
-
synced with r219592007-01-18, by Gabrov
-
Apply ancient double-click patch that nobody cares to comment on.2007-01-18, by reimar
-
r21930: gcc_bug++;2007-01-18, by voroshil
-
In .srt, any line containing only spaces and tabs marks the end of the2007-01-18, by eugeni
-
grammar/spelling/wording in comments2007-01-18, by diego
-
r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a while2007-01-17, by kraymer
-
"-lavdopts fast" has applied to mpeg4 and h264 for a while2007-01-17, by lorenm
-
synced with r219522007-01-17, by Gabrov
-
1000l; fixed wrong operator precedence2007-01-17, by nicodvb
-
version bump (for changes in r21907)2007-01-17, by kraymer
-
r21727: Must refer to option name instead of internal variable2007-01-17, by kraymer
-
r21691: added smb:// to the list of allowed input urls2007-01-17, by kraymer
-
unified creation of sh_audio and sh_video is ts_add_stream; patch by elupus2007-01-17, by nicodvb
-
Update copyright year.2007-01-16, by diego
-
in evo files [e]ac3 substreams range from 0xc0 to 0xcf2007-01-16, by nicodvb
-
at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer probing2007-01-16, by nicodvb
-
fix identation, broken by last commit2007-01-16, by gpoirier
-
speeds up mplayer execution by over FIVE times when all of the of the following apply:2007-01-16, by gpoirier
-
fix crash with http://sam.zoy.org/zzuf/lol-mplayer.m2v2007-01-16, by henry
-
Interlaced gif support2007-01-16, by reimar
-
Change some types to uint8_t where appropriate2007-01-16, by reimar
-
"Cosmetics" Introduce a memcpy function doing both transparent2007-01-16, by reimar
-
one more #if 1 removed2007-01-15, by nicodvb
-
removed useless #if1s added too long time ago2007-01-15, by nicodvb
-
in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.2007-01-15, by nicodvb
-
get rid of two spaces after a period (instead of one)2007-01-15, by gpoirier
-
fixes suggested by Diego2007-01-15, by gpoirier
-
update and factorize information about x264's multi-threading mode2007-01-15, by gpoirier
-
update x264's subq otion description2007-01-15, by gpoirier
-
gcc_bug++;2007-01-15, by diego
-
demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)2007-01-15, by diego
-
10l, fix inverted check for "<media" in smil playlist2007-01-14, by rtogni
-
Move toolame vs twolame logic into the $_toolame=auto case.2007-01-14, by diego
-
Move Paolo Tresoldi out of the GUI skin section.2007-01-14, by diego
-
Make twolame disable toolame.2007-01-14, by diego
-
Move twolame check before toolame check.2007-01-14, by diego
-
Adding me and Andrew Savchenko as authors of Russian docs translation2007-01-14, by voroshil
-
r21882: sync to x264 r607 (update description of threads)2007-01-14, by voroshil
-
translation status update2007-01-14, by voroshil
-
spelling, wording fix2007-01-14, by voroshil
-
sync tag update2007-01-14, by voroshil
-
r21917: typo fixes2007-01-14, by voroshil
-
typo fixes:2007-01-14, by gpoirier
-
fix typo for gettimeofday()2007-01-13, by vayne
-
proper fix for avoiding file skipping when mplayer is already playing a file.2007-01-13, by vayne
-
Cosmetics2007-01-13, by reimar
-
Implement gif transparency2007-01-13, by reimar
-
Fix: refmodes 2 and 3 leave useref unchanged2007-01-13, by reimar
-
Cosmetics2007-01-13, by reimar
-
Implement refmode == 2 in gif demuxer2007-01-13, by reimar
-
Partially support gif using "reference" images2007-01-13, by reimar
-
memset + malloc -> calloc2007-01-13, by reimar
-
Nuke MSGTR_CopyCodecsConf, it's gone from the master file.2007-01-13, by diego
-
DO NOT recommend or even suggest installing codecs.conf.2007-01-13, by diego
-
Cast SWidth/SHeight to uint16_t, since that's what they actually are.2007-01-13, by reimar
-
Forgot to adjust length of memset2007-01-13, by reimar
-
Simplify gif demuxer by using memcpy_pic2007-01-13, by reimar
-
One more bounds check, though IMO the gif lib really should do this.2007-01-13, by reimar
-
Simplify2007-01-13, by reimar
-
Fix crash for gif images that have Top or Left set2007-01-13, by reimar
-
Fix invalid read for gifs with a palette for less than 256 colors2007-01-13, by reimar
-
Move global variables in gif demuxer into priv struct2007-01-13, by reimar
-
Rephrase mga_vid section.2007-01-13, by diego
-
Document vo_tdfx_vid.2007-01-13, by diego
-
Do not add libavutil unconditionally to CFLAGS.2007-01-13, by diego
-
cosmetics: typo fix pallete --> palette2007-01-13, by diego
-
Frametime was being read from the wrong offset, compare2007-01-13, by diego
-
cosmetics: typo pallete --> palette2007-01-13, by diego
-
Add missing config.mak entry for gettimeofday().2007-01-13, by diego
-
compile fix after latest swscaler changes (r21888)2007-01-12, by gpoirier
-
add support for avc1 in X-QT over RTSP2007-01-12, by gpoirier
-
deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()2007-01-12, by lucabe
-
Add "support for both orderings of the slices (top->down / bottom->up)"2007-01-12, by lucabe
-
sync tag update2007-01-12, by voroshil
-
r21879: fix wrong option names that were suggested to use to produce2007-01-12, by voroshil
-
spelling, wording2007-01-12, by voroshil
-
100l misplaced #endif2007-01-12, by diego
-
sync to x264 r607 (update description of threads)2007-01-11, by lorenm
-
r21865: Audio track switching works with DVDs as well.2007-01-11, by voroshil
-
Remove superfluous #ifdefs.2007-01-11, by diego
-
fix wrong option names that were suggested to use to produce2007-01-11, by gpoirier
-
Typo2007-01-11, by voroshil
-
10l, typo breaks compilation because HAVE_SYS_MMAN_H is not set correctly2007-01-10, by reimar
-
Sync tag bump2007-01-10, by torinthiel
-
Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.2007-01-10, by diego
-
Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.2007-01-10, by diego
-
Move #ifdef directives around complete files into the build system.2007-01-10, by diego
-
Remove redundant ifdef, this file is only ever compiled on MinGW.2007-01-10, by diego
-
consistent include path2007-01-10, by diego
-
bswap.h --> mpbswap.h2007-01-10, by diego
-
Remove misleading comment.2007-01-10, by diego
-
Remove generated pci_* files on clean, not just on distclean.2007-01-10, by diego
-
upgrade copyright years2007-01-10, by gpoirier
-
GNU/kFreeBSD support, closes Bugzilla #704.2007-01-10, by diego
-
Audio track switching works with DVDs as well.2007-01-10, by diego
-
small updates2007-01-10, by diego
-
libmpeg2 updated to 0.4.12007-01-10, by diego
-
CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.2007-01-10, by diego
-
explain how to use MEncoder to create QuickTime-compatible files2007-01-10, by gpoirier
-
Don't drop last rdt packet on eof2007-01-09, by rtogni
-
removed static declaration before non-instantiated struct; patch by cehoyos ag or at2007-01-09, by nicodvb
-
dont write an index and dont use memory to build one if -noidx is specified2007-01-08, by michael
-
r21848: clarify a few things about the interaction between *cmp and mbd options2007-01-08, by voroshil
-
r21848: clarify a few things about the interaction between *cmp and mbd options2007-01-08, by voroshil
-
Two crash issues fixed:2007-01-08, by voroshil
-
Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.2007-01-07, by reimar
-
Avoid invalid memory access in ass_process_subtitle for empty subtitles2007-01-07, by reimar
-
Document sub_add_text and sub_clear_text2007-01-07, by reimar
-
Remove superfluous CONFIG_X11_GRAB_DEVICE_DEMUXER=no.2007-01-07, by diego
-
fix typo2007-01-07, by gpoirier
-
clarify a few things about the interaction between *cmp and mbd options2007-01-07, by gpoirier
-
synced with r216242007-01-06, by Gabrov
-
Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.2007-01-06, by reimar
-
Subtitle handling cleanup: factor out code for parsing embedded subtitles2007-01-06, by reimar
-
synced with r217482007-01-06, by Gabrov
-
reindented2007-01-06, by nicodvb
-
init to 0 feparams before tuning2007-01-06, by nicodvb
-
Set default values for proc and iproc for x86_32 case.2007-01-06, by reimar
-
Include "internal" libavformat/riff.h also when dynamic libavformat is used2007-01-06, by reimar
-
Fix dependencies for pci_names.c.2007-01-06, by diego
-
Include libavformat/riff.h when building with static libavformat and2007-01-06, by reimar
-
synced with r217412007-01-06, by Gabrov
-
woops, actually fix URL this time2007-01-06, by gpoirier
-
replace some av_malloc();memset(...,0,...) sequences with av_mallocz()2007-01-06, by lucabe
-
removed useless reporting code2007-01-06, by nicodvb
-
moved actual tuning code from check_status() to tune_it()2007-01-06, by nicodvb
-
don't add pid 0 if it's already present in the list2007-01-06, by nicodvb
-
update comment url2007-01-06, by gpoirier
-
Simplify after last demux_ogg commit2007-01-05, by reimar
-
Do not access ogg_d->subs after freeing it.2007-01-05, by reimar
-
sizeof() is long, thus %d format in error message is wrong.2007-01-05, by reimar
-
Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,2007-01-05, by reimar
-
Do not abort on X11 errors, most are not at all fatal.2007-01-05, by reimar
-
move runtime cpu detection check after detection of host architecture,2007-01-05, by reimar
-
add autodetection support for docbook stuff installed in /opt, such as macports do for ex.2007-01-04, by gpoirier
-
Use av_d2q to produce the fps fraction, this usually produces more sane fractions2007-01-04, by reimar
-
Fix printf types: AVRational members are ints, not 64 bit.2007-01-04, by reimar
-
allows OSD menu to be displayed when using MPEG PES video out2007-01-04, by ben
-
restore volume if muted at exit2007-01-04, by ben
-
support for vidix on ATI Radeon 9600SE cards2007-01-04, by ben
-
fix gprof support (aka work around gprof's brain dead design)2007-01-04, by gpoirier
-
Synced with r21760, typos2007-01-04, by torinthiel
-
translated r217482007-01-04, by torinthiel
-
synced with r215372007-01-02, by Gabrov
-
synced with r217372007-01-02, by Gabrov
-
better wording and typos fixing2007-01-02, by voroshil
-
r21791: avoid a possible confusion, as suggested by Wanderer2007-01-02, by voroshil
-
More free() that were forgotten in r21806 memleak fix2007-01-01, by rtogni
-
set dp->stream_pts only when feeding the video stream to workaround2007-01-01, by nicodvb
-
Memleak fix (implement sdpplin_free() and use it)2007-01-01, by rtogni
-
Fix invalid memory access if identifier is unknown2007-01-01, by rtogni
-
Comment about lavf required for musepack and remove unneeded format entry.2006-12-31, by aurel
-
removed unused variable2006-12-31, by nicodvb
-
I've found a mistake in encoding-guide:2006-12-31, by rtogni
-
Fix potential buffer overflow in asm rules matching code2006-12-31, by rtogni
-
use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)2006-12-31, by nicodvb
-
replace call to ds_read_packet() with the usual stream_read()+ds_add_packet() sequence;2006-12-31, by nicodvb
-
sort2006-12-31, by michael
-
Fix build with shared libavutil. Approved by Diego.2006-12-31, by rathann
-
reindentation2006-12-30, by nicodvb
-
Fix double free of *http_hdr at server error.2006-12-30, by iive
-
avoid a possible confusion, as suggested by Wanderer2006-12-29, by gpoirier
-
small oops fix from my last commit2006-12-29, by vayne
-
the avi spec does not allow random samplesize whoever wrote this should be shot2006-12-29, by michael
-
dont read index if -noidx2006-12-29, by michael
-
first step toward amr-nb muxing support2006-12-29, by michael
-
fix to allow adding multiple files to the playlist with the open file dialog.2006-12-29, by vayne
-
sync with r217582006-12-29, by gpoirier
-
spellfix2006-12-29, by nicodvb
-
don't compile demux_mpc.c when libmpcdec is disabled2006-12-28, by aurel
-
synced with r216122006-12-28, by Gabrov
-
remove two unused functions.2006-12-28, by vayne
-
avoid code duplication.2006-12-28, by vayne
-
add support for musepack native decoder from ffmpeg (require -demuxer lavf)2006-12-28, by aurel
-
file added: Chinese translation for cd-dvd.xml2006-12-27, by kraymer
-
synced with r217412006-12-26, by Gabrov
-
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()2006-12-26, by lucabe
-
Mark some variables as possibly unused to avoid warnings2006-12-26, by lucabe
-
Add some explicit casts to avoid "assignment from incompatible pointer type"2006-12-26, by lucabe
-
Add some other casts, to remove void pointers arithmetic2006-12-26, by lucabe
-
Add some explicit casts to avoid some warnings2006-12-26, by lucabe
-
Remove some void pointers arithmetic2006-12-26, by lucabe
-
synced with r217412006-12-26, by Gabrov
-
synced with r217482006-12-26, by Gabrov
-
synced with r216122006-12-26, by Gabrov
-
synced with r216862006-12-26, by Gabrov
-
Translation of menc-feat-telecine sect1 in encoding-guide.xml.2006-12-25, by voroshil
-
audio.xml & bugreports.xml synced with r217642006-12-25, by Gabrov
-
Translation of menc-feat-vcd-dvd sect1 in encoding-guide.xml2006-12-24, by voroshil
-
Translation of menc-feat-x264 sect1 in encoding-guide.xml2006-12-24, by voroshil
-
r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.2006-12-24, by voroshil
-
r21748: Reformatting round continued2006-12-24, by voroshil
-
Directly point to the Subversion instructions.2006-12-24, by diego
-
Remove undocumented redundant key bindings.2006-12-24, by diego
-
Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.2006-12-24, by diego
-
100l syntax error2006-12-24, by diego
-
cosmetics: Fix indentation after last commit.2006-12-24, by diego
-
Run less CPU checks when runtime CPU detection is enabled.2006-12-24, by diego
-
Exit when runtime CPU detection is requested on unsupported arches.2006-12-24, by diego
-
Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64.2006-12-24, by diego
-
Extend runtime CPU detection to x86-64.2006-12-23, by diego
-
Synced with r217482006-12-23, by torinthiel
-
Amiga OS 4 support2006-12-23, by diego
-
Amiga OS 4 needs a large sample size.2006-12-23, by diego
-
Reformatting round continued2006-12-23, by torinthiel
-
replace call to UDFFindFile() (that is not part of the public API) with DVDOpenFile()2006-12-23, by nicodvb
-
Properly fix compilation without code duplication.2006-12-23, by diego
-
r21741: Massive <simpara> -> <para>, as no <simpara>'s are actually needed.2006-12-23, by voroshil
-
Mention that you can use different image formats with mf://2006-12-23, by torinthiel
-
Synced with r21741 (or just tag bump)2006-12-23, by torinthiel
-
And <simpara> -> <para> continued, those languages somehow slipped by during2006-12-23, by torinthiel
-
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.2006-12-23, by torinthiel
-
compilation fixes: define always_inline and don't use uint64_t_C2006-12-23, by rik
-
Sync to libnut, nom->num2006-12-23, by ods15
-
r21736: Add <keycombo> barkup for key combinations2006-12-23, by voroshil
-
Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.2006-12-23, by torinthiel
-
Add <keycombo> markup for key combinations2006-12-23, by torinthiel
-
Fix disabling individual demuxers, parsers and decoders2006-12-23, by diego
-
cosmetics: Rename variables to simplify upcoming patches.2006-12-23, by diego
-
Remove x11grab hack, it's now disabled by default in FFmpeg.2006-12-23, by diego
-
smb:// can be used as an output stream2006-12-22, by nicodvb
-
sync with r21655, based on a file conversion of help_mp-zh_CN.h2006-12-22, by kraymer
-
Clarify that yuv2rgb_init.c cannot be used under LGPL2006-12-22, by lucabe
-
r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a while2006-12-22, by voroshil
-
Remove useless include (not needed now that libswscale uses libavutil)2006-12-22, by lucabe
-
Must refer to option name instead of internal variable2006-12-22, by voroshil
-
fix correct addressing of user, some gram and ortographical fixes too - only partial2006-12-22, by reynaldo
-
wording and markup improvements2006-12-22, by diego
-
small wording/markup improvements2006-12-22, by diego
-
sync of Spanish translation for help_mp-es.h2006-12-21, by kraymer
-
ffv1 and ffvhuff haven't required vstrict=-2 for a while2006-12-21, by lorenm
-
Fix display of multiple simultaneous subtitles without libass.2006-12-21, by uau
-
Fixed wrong sync tag2006-12-21, by voroshil
-
r21691: added smb:// to the list of allowed input urls2006-12-21, by voroshil
-
r21686: [cosmetocs] minor fixes after reformatting round2006-12-21, by voroshil
-
Typos, spelling fixes2006-12-21, by voroshil
-
Remove duplicate vo_sub extern definition.2006-12-21, by reimar
-
Pass quant tables to next filters2006-12-21, by gpoirier
-
Fixed:2006-12-21, by voroshil
-
consistent naming for revision tags2006-12-21, by diego
-
Remove very outdated Italian translation.2006-12-21, by diego
-
Typos2006-12-21, by voroshil
-
Synced with 217062006-12-21, by torinthiel
-
Synced with 215372006-12-21, by torinthiel
-
Move message translation outside <screen> tags2006-12-21, by torinthiel
-
[cosmetics] <simpara> -> <para>, for consistency2006-12-21, by torinthiel
-
Still some reformatting:2006-12-21, by torinthiel
-
reindented after yesterday's commit2006-12-20, by nicodvb
-
new file: DOCS/xml/zh_CN/mencoder.xml2006-12-20, by kraymer
-
Fix compilation of non-MMX code with gcc 2.952006-12-20, by lucabe
-
alsa messages for Spanish help file2006-12-20, by kraymer
-
Translation of menc-feat-video-for-windows sect1 in encoding-guide.xml2006-12-20, by voroshil
-
Allow to compile swscale's non-SIMD code under the LGPL license.2006-12-20, by lucabe
-
synced with r216972006-12-20, by gpoirier
-
typo fix in denoise3d's chroma_tmp option description2006-12-20, by gpoirier
-
Translation of menc-feat-xvid sect1 in encoding-guide.xml2006-12-20, by voroshil
-
sync with r216552006-12-20, by kraymer
-
add source files comments to libass messages2006-12-20, by kraymer
-
Spanish translation for libass help messages2006-12-19, by kraymer
-
mentioned file:// and smb:// as alternative stream outputs for mencoder2006-12-19, by nicodvb
-
added smb:// to the list of allowed input urls2006-12-19, by nicodvb
-
support for writing over smb shares2006-12-19, by nicodvb
-
in WRITE mode open the output file with mode 0666; umask will filter it2006-12-19, by nicodvb
-
Translation of menc-feat-enc-libavcodec sect1 in encoding-guide.xml2006-12-19, by voroshil
-
Sync tag bumped to 216862006-12-19, by torinthiel
-
[cosmetics] minor fixes after reformatting round2006-12-19, by torinthiel
-
Synced with 215372006-12-19, by torinthiel
-
Synced with 216242006-12-19, by torinthiel
-
Synced with 216122006-12-19, by torinthiel
-
r21465: [cosmetics] Reindent XML source2006-12-19, by kraymer
-
r21508: emphasis the fact that leaving black borders really hurts quality2006-12-19, by kraymer
-
update the list of files I maintain2006-12-18, by nicodvb
-
r21425: Some fixes for previous commit, 10l for me2006-12-18, by kraymer
-
r21423: Consistent capitalization of table entries2006-12-18, by kraymer
-
output streams2006-12-18, by nicodvb
-
muxers now write to output muxer->stream rather than to muxer->file2006-12-18, by nicodvb
-
support functions for writing to streams2006-12-18, by nicodvb
-
implemented STREAM_CTRL_GET_SIZE2006-12-18, by nicodvb
-
new STREAM_CTRL_GET_SIZE to get size of output stream2006-12-18, by nicodvb
-
added member and definitions for output streams2006-12-18, by nicodvb
-
Color console had a big bug nobody noticed, so mark this feature as2006-12-18, by reimar
-
Fix possible crashes with colorized mplayer output2006-12-18, by reimar
-
remove outdated html docs, Chinese translation2006-12-18, by kraymer
-
doxify a comment2006-12-18, by reimar
-
Require 12 consecutive MPEG-audio headers before detecting as audio.2006-12-18, by reimar
-
svn move xml/zh to xml/zh_CN2006-12-18, by kraymer
-
-dvd-speed2006-12-17, by nicodvb
-
lavc vp6 decoder now supports also VP60 and VP612006-12-17, by rtogni
-
r21651: add missing line break2006-12-17, by voroshil
-
r21652: support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)2006-12-17, by voroshil
-
Trnaslated section "CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY)"2006-12-17, by voroshil
-
more sensible names for denoiser options2006-12-17, by gpoirier
-
typo2006-12-17, by kraymer
-
r21654: add man page entry for new -dvd-speed option2006-12-17, by kraymer
-
document hqdn3d and dn3d's 4th parameter2006-12-17, by gpoirier
-
make messages for success/failure of setting dvd-speed more clear2006-12-17, by kraymer
-
add man page entry for new -dvd-speed option2006-12-17, by kraymer
-
r21561: update vbuf_size and suggest 400 for HDTV video2006-12-17, by kraymer
-
support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)2006-12-17, by nicodvb
-
add missing line break2006-12-17, by kraymer
-
r21624: RedHat RPMs are long gone. Greysector repository is going away, and I've2006-12-17, by voroshil
-
r21621: mpegts uses 3-letter language codes2006-12-17, by voroshil
-
Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.2006-12-17, by eugeni
-
Fix compilation under MinGW with X11 enabled2006-12-17, by reimar
-
Update some comments.2006-12-17, by eugeni
-
Ignore main.xml properly2006-12-17, by torinthiel
-
Partially revert r20940, we had some local modifications.2006-12-17, by torinthiel
-
CVS -> SVN2006-12-17, by torinthiel
-
- there's no <book lang=""> for ages, it's automated2006-12-17, by torinthiel
-
Initial Chinese translation, by Kun Niu, haoniukun gmail com2006-12-17, by torinthiel
-
Get rid of completely useless includes that in addition hinder compilation2006-12-16, by reimar
-
Simplify: get rid of useless lame_presets_longinfo_dm function.2006-12-16, by reimar
-
Fix FIXME mp_msg levels and targets2006-12-16, by reimar
-
Cosmetics: fix indentation.2006-12-16, by eugeni
-
Keep reselected fonts in an array, adding new ones to the end. Glyph2006-12-16, by eugeni
-
Avoid storing font file path and index in ass_font_t.2006-12-16, by eugeni
-
Remove a mistakenly committed debug printf.2006-12-16, by eugeni
-
FT_Set_Transform is fast enough to be called once for each glyph.2006-12-16, by eugeni
-
Avoid "pointer targets differ in signedness" warnings.2006-12-16, by eugeni
-
Move ascender, descender, and kerning computation to ass_font.c.2006-12-16, by eugeni
-
simplified aid management in dvdnav_lang_from_aid(); patch by Joakim Patte2006-12-15, by nicodvb
-
Force lavf on flv streams. Closes bugzilla #3542006-12-15, by rtogni
-
dvdnav support -alang and -slang2006-12-15, by nicodvb
-
ASF aspect support via metadata reading.2006-12-15, by reimar
-
VobSub tracks cannot be handled by libass, do not mark them with 'a'.2006-12-15, by eugeni
-
RedHat RPMs are long gone. Greysector repository is going away, and I've2006-12-15, by rathann
-
Compilation fix hacks: disable libavformat X11 grabber and2006-12-15, by reimar
-
gcc 2.95 fix2006-12-15, by ods15
-
mpegts uses 3-letter language codes2006-12-14, by nicodvb
-
show audio language in osd when playing dvdnav streams2006-12-14, by nicodvb
-
implemented dvdnav_lang_from_aid() to retrieve audio language2006-12-14, by nicodvb
-
call dvd_lang_from_aid() only if stream_type is DVD2006-12-14, by nicodvb
-
support for -alang in dvdnav2006-12-14, by nicodvb
-
added dvdnav_aid_from_lang() to support -alang2006-12-14, by nicodvb
-
10l, missing () in check for 32bit endian-conversion hack2006-12-14, by reimar
-
r21612: replace " with ", better readability2006-12-14, by voroshil
-
transliteration -> translation for "dB" and "intra"2006-12-14, by voroshil
-
replace " with ", better readability2006-12-14, by torinthiel
-
Add missing redirect to /dev/null.2006-12-13, by corey
-
r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players2006-12-13, by voroshil
-
spelling fix2006-12-13, by voroshil
-
__CPU__ will be x86-64 under amd64 and fail the check "#if __CPU__ > 386".2006-12-13, by diego
-
Ugly hotfix for --disable-mencoder.2006-12-13, by diego
-
wording2006-12-12, by diego
-
Always use tcgetattr/tcsetattr instead of #ifdef mess2006-12-12, by reimar
-
Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed2006-12-12, by reimar
-
Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.2006-12-12, by reimar
-
Support for different endianness on client and server with -vo x112006-12-12, by reimar
-
Align image data pointer, this is also in preparation of an upcoming patch2006-12-12, by reimar
-
Use XCreateImage instead of XGetImage, this is not only more correct and2006-12-12, by reimar
-
vstrict=0 is required to create DVDs decodable by standalone dvd players2006-12-12, by gpoirier
-
Mark utf8_get_char parameter as const and fix a compiler warning2006-12-11, by reimar
-
Another simplification2006-12-11, by reimar
-
Reuse utf8_get_char in subtitle rendering code.2006-12-11, by reimar
-
More ChangeLog updates2006-12-11, by reimar
-
count needs to be even2006-12-11, by henry
-
sync w/r215612006-12-11, by gpoirier
-
sync w/ r21506 and misc2006-12-11, by gpoirier
-
sync w/ r214862006-12-11, by gpoirier
-
Fix --extra-libs-mplayer and --extra-libs-mencoder.2006-12-11, by diego
-
small updates, cosmetics2006-12-11, by diego
-
10l, forgot to add _inc_x11 to X11 cc check2006-12-11, by reimar
-
(hopefully) the rest of PPC modifications2006-12-11, by henry
-
OpenAL volume control2006-12-10, by reimar
-
Better default CFLAGS for non-gnu, non-intel compilers2006-12-10, by reimar
-
Respect -noidx in lavf demuxer2006-12-10, by reimar
-
Make sure closesocket is called.2006-12-10, by reimar
-
STREAM_UNSUPPORTED is -1, so use the former for return value in all places.2006-12-10, by reimar
-
Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)2006-12-10, by reimar
-
Revert my previous, broken commit2006-12-10, by torinthiel
-
Only increase buffer size to avoid crashes when seeking in2006-12-10, by reimar
-
check that stream_type is DVD before calling dvd_lang_from_aid2006-12-10, by nicodvb
-
show subtitle language in OSD ; patch by Otvos Attila2006-12-10, by nicodvb
-
added function to return the language of the specified subtitle id. Patch by2006-12-10, by nicodvb
-
Fix realvideo size changes by using our own malloced buffer and export type mpi.2006-12-10, by reimar
-
Add x11 include path only to _inc_extra if X11 is actually enabled.2006-12-10, by reimar
-
Remove no longer needed always_inline hack in mpbswap.h2006-12-10, by reimar
-
Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in general.2006-12-10, by reimar
-
Avoid deprecated _sleep, instead include windows.h and use Sleep just like2006-12-10, by reimar
-
ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.2006-12-10, by reimar
-
ffmjpeg uses RGB24 for JPEG-LS2006-12-10, by reimar
-
r21561: update vbuf_size and suggest 400 for HDTV video2006-12-10, by voroshil
-
vo_macosx, fix crash when closing window2006-12-10, by nplourde
-
Fix a compiler warning2006-12-10, by reimar
-
Set frequency and correct frequency getting2006-12-10, by reimar
-
Set AVFMT_FLAG_GENPTS if -correct-pts is used.2006-12-10, by uau
-
Remove a disabled and completely outdated sample rate mismatch warning.2006-12-10, by reimar
-
vo_macosx.m disable window animation when going to fullscreen2006-12-09, by nplourde
-
update vbuf_size and suggest 400 for HDTV video2006-12-09, by nicodvb
-
align vbuf_size to the max value allowed by main profile @ high level2006-12-09, by nicodvb
-
synced with r215582006-12-09, by Gabrov
-
Fix misplaced http_free2006-12-09, by reimar
-
Fix potential endless loop in http_streaming_start due2006-12-09, by reimar
-
Fix lots and lots of potential memory/fd leaks in http_streaming_start2006-12-09, by reimar
-
use dvdnav's palette if available2006-12-09, by nicodvb
-
export spu palette; part of a patch by Otvos Attila2006-12-09, by nicodvb
-
Avoid memory and fd leaks in asf streaming open code.2006-12-09, by reimar
-
Forgotten closesocket on error, patch by2006-12-09, by reimar
-
Close fd on error.2006-12-09, by reimar
-
Fix ppc without altivec compilation2006-12-09, by reimar
-
cscd produces BGR15, not BGR162006-12-09, by reimar
-
Replace another MIN macro by FFMIN2006-12-09, by reimar
-
Get rid of min/max macros from aviheader.h, they do not belong here.2006-12-09, by reimar
-
Improve OpenAL speaker positions a bit.2006-12-09, by reimar
-
Remove condition that should always be true2006-12-09, by reimar
-
Fix crash in ogg demuxer uninit with -aid2006-12-09, by reimar
-
Half-properly set up OpenAL position stuff2006-12-09, by reimar
-
sync to libmpeg2-0.4.12006-12-09, by henry
-
r21537: General reformatting round:2006-12-09, by voroshil
-
do not force arch and isysroot in osx2006-12-09, by nplourde
-
Fix bmovl-test build error2006-12-08, by voroshil
-
Ignore .depend properly2006-12-08, by torinthiel
-
General reformatting round:2006-12-08, by torinthiel
-
.norecurse should be ignored2006-12-08, by torinthiel
-
made vorbis_info a member of ogg_stream rather than ogg_demuxer;2006-12-07, by nicodvb
-
r21531: Document geq filter.2006-12-07, by kraymer
-
r21529: spelling2006-12-07, by voroshil
-
Typo2006-12-07, by voroshil
-
Document geq filter.2006-12-07, by diego
-
r21529: spelling2006-12-07, by kraymer
-
spelling2006-12-07, by diego
-
Fix mplayer-rc.o build.2006-12-07, by diego
-
r21503: updated documentation of -mpegopts :tele*2006-12-07, by kraymer
-
Synced with 30.11.20062006-12-07, by jheryan
-
vorbis_comment is only used locally, move it out of demuxer struct2006-12-07, by reimar
-
Remove unused ov_struct_t2006-12-07, by reimar
-
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.2006-12-07, by reimar
-
Speed up ASS subtitles display by detecting changes between two consecutive2006-12-06, by eugeni
-
Translated section "GENERAL ENCODING OPTIONS"2006-12-06, by voroshil
-
Simplify NEXT_LINE macro and put most of it in a separate function.2006-12-06, by reimar
-
remove useless and incorrect const-removing cast2006-12-06, by reimar
-
Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is2006-12-06, by reimar
-
Properly free fontconfig patterns2006-12-06, by reimar
-
Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.2006-12-06, by reimar
-
Fix memleak in theora decoder due to missing theora_comment_/theora_info_clear on uninit2006-12-06, by reimar
-
Fix memleak if vd_ffmpeg init fails2006-12-06, by reimar
-
Also free ass_library_t members in ass_library_done2006-12-06, by reimar
-
r21503: updated documentation of -mpegopts :tele*2006-12-05, by voroshil
-
r21508: emphasis the fact that leaving black borders really hurts quality2006-12-05, by voroshil
-
Translation of "VIDEO FILTERS" section.2006-12-05, by voroshil
-
Make sure invalid protocols are rejected instead of treated2006-12-05, by reimar
-
emphasis the fact that leaving black borders really hurts quality2006-12-05, by gpoirier
-
update local diff after r207792006-12-05, by gpoirier
-
wording fix suggested by Diego2006-12-05, by nicodvb
-
fix include clash for mmap_anon on darwin ppc2006-12-05, by nplourde
-
force ppc arch and 10.3.9 sys lib on ppc mac2006-12-04, by nplourde
-
updated documentation of -mpegopts :tele*2006-12-04, by nicodvb
-
disable telecining when it can't be applied2006-12-04, by nicodvb
-
since display_frames in increased by a possibly negative number it had better be signed2006-12-04, by nicodvb
-
cosmetics2006-12-04, by nicodvb
-
removed dead code2006-12-04, by nicodvb
-
reimplemented :telecine and :film2pal in terms of dgpulldown2006-12-04, by nicodvb
-
pre-store in bff_mask the correct or-mask to be saved in the pce (slightly faster)2006-12-04, by nicodvb
-
Move cddb "autodetection" so it also works for libcdio2006-12-04, by reimar
-
Add full support for en-/disabling cddb support2006-12-04, by reimar
-
r21372: Some punctuation cosmetics and better wording2006-12-04, by kraymer
-
help_mp-de.h:2006-12-04, by kraymer
-
fix sentence, reformat2006-12-04, by kraymer
-
r21484: documented -mpegopts :tele_src and :tele_dest2006-12-04, by voroshil
-
r21476: Open embedded fonts directly from memory....2006-12-04, by voroshil
-
Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,2006-12-04, by diego
-
slight clarification2006-12-04, by diego
-
document s3fb suboption, note that it's a Linux-only driver (to the best of my knowledge)2006-12-04, by gpoirier
-
Improoving readability of pullup filter section2006-12-04, by voroshil
-
10l: wrong bitmask when patching the pce_ptr in soft_telecine()2006-12-04, by nicodvb
-
documented -mpegopts :tele_src and :tele_dest2006-12-04, by nicodvb
-
added generalized teleciner by Donald Graft2006-12-04, by nicodvb
-
Remove unused function pointers, they probably had incorrect prototypes2006-12-03, by reimar
-
remove headers included twice2006-12-03, by aurel
-
use strchr() instead of index()2006-12-03, by aurel
-
sync w/ r214522006-12-03, by gpoirier
-
mmap memory area for generated code to avoid crashes on machines which2006-12-03, by reimar
-
Fix 21381, make sure gcc does not make any ip-relative calls or similar.2006-12-03, by reimar
-
Open embedded fonts directly from memory.2006-12-03, by eugeni
-
One FIXME (CC subtitles related) resolved.2006-12-03, by voroshil
-
Keep embedded fonts in ass_library_t and perform actual disk write2006-12-03, by eugeni
-
Compile fix, BE_32 definition has been moved2006-12-03, by reimar
-
r21462: mention all other image formats2006-12-03, by voroshil
-
Rename: ass_process_font -> ass_add_font.2006-12-03, by eugeni
-
Use libavutil LE_* macros instead of pointer casts which can result2006-12-03, by reimar
-
Avoid calling validate_fname() twice for one string.2006-12-03, by eugeni
-
Do not call usec_sleep when we are not supposed to sleep.2006-12-03, by reimar
-
Synced with r214662006-12-03, by torinthiel
-
[cosmetics] Consistent XML source formatting2006-12-03, by torinthiel
-
[cosmetics] Reindent XML source2006-12-03, by torinthiel
-
cosmetics: anti-chaos reindentation2006-12-03, by nicodvb
-
Synced with r214622006-12-03, by torinthiel
-
mention all other image formats2006-12-03, by torinthiel
-
Unicode support for demuxer info in ASF demuxer.2006-12-03, by reimar
-
Open vobsub output files in binary mode, otherwise the OS might2006-12-03, by reimar
-
100l typo in 21380 disabled OSD with at least xvmc.2006-12-03, by reimar
-
fix two overlooked typos in previous sync cause build error2006-12-03, by voroshil
-
Fix translation error in previous sync2006-12-03, by voroshil
-
muxer FIXME resolved2006-12-03, by voroshil
-
r21423: Consistent capitalization of table entries2006-12-03, by voroshil
-
fixed missing tag update2006-12-03, by voroshil
-
r21430: documented -mpegopts :[va]buf_size2006-12-03, by voroshil
-
document s3fb video out driver2006-12-03, by gpoirier
-
Use fallback XAnim and Real codecs directories when autodetection is skipped.2006-12-02, by diego
-
Remove warning about missing codecs directory, the condition is always true.2006-12-02, by diego
-
Merge dga/nodga suboption of vo_vesa, no short forms.2006-12-02, by diego
-
Simplify: 1 > 0 seems to be a rather safe assumption to make ;-)2006-12-02, by reimar
-
synced with r214462006-12-02, by Gabrov
-
Remove long-deprecated -vop option.2006-12-02, by diego
-
Replace deprecated vo_plugin_args by vf_settings.2006-12-02, by diego
-
cosmetics: Rename functions and variable names from vop to vf.2006-12-02, by diego
-
Set video aspect ratio for libass in vf_vo.2006-12-02, by eugeni
-
Update comment, video output plugins are deprecated.2006-12-02, by diego
-
Audio track switching works for AVI and libavformat as well.2006-12-02, by diego
-
doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()2006-12-02, by nicodvb
-
synced with r214382006-12-02, by Gabrov
-
Fix includes and include path, bswap.h is in libavutil now.2006-12-02, by diego
-
Remove superfluous bswap.h include.2006-12-02, by diego
-
Remove suffix rules that are just copies of make builtin rules.2006-12-02, by diego
-
Use standard name for C++ flags.2006-12-02, by diego
-
Move system headers before libavutil headers to work around build issues on2006-12-02, by diego
-
Compile fix since libvo/sub.h include was removed from mplayer.h2006-12-02, by reimar
-
Translated section "AUDIO FILTERS"2006-12-02, by voroshil
-
Typo2006-12-02, by voroshil
-
documented -mpegopts :[va]buf_size2006-12-02, by nicodvb
-
permit to specify the sizes of the decoders' buffers2006-12-01, by nicodvb
-
fix mencoder include clash on osx2006-12-01, by nplourde
-
Synced with r213952006-12-01, by torinthiel
-
Sync r214252006-12-01, by torinthiel
-
Some fixes for previous commit, 10l for me2006-12-01, by torinthiel
-
Reformat examples:2006-12-01, by torinthiel
-
Consistent capitalization of table entries2006-12-01, by torinthiel
-
100l confused FFMIN/FFMAX2006-12-01, by reimar
-
Proper fix for last demux_avi commit, stream switching now really should2006-12-01, by reimar
-
Make sure we do not hang if no streams are available2006-12-01, by reimar
-
Implement stream switching for AVI demuxer.2006-12-01, by reimar
-
update for r21415 and r214162006-12-01, by henry
-
Cleanup and fix rectangle size calculation, caused crashes with e.g.2006-12-01, by reimar
-
fix incorrect 4:4:4 chroma handling (backport from 0.4.1)2006-12-01, by henry
-
ignore invalid values in the sequence display extension (backport from 0.4.1)2006-12-01, by henry
-
r21410: document new meaning of dia=1 introduced by lavc r71922006-12-01, by voroshil
-
mark lavc's uneven multi-hexagon search as slow, remove stray '.'2006-12-01, by gpoirier
-
Fix a declarations vs statements warning.2006-12-01, by diego
-
Fix declarations vs statements warning.2006-12-01, by diego
-
document new meaning of dia=-1 introduced by lavc r71922006-12-01, by gpoirier
-
Add libav include paths to CFLAGS without indirection.2006-12-01, by diego
-
Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.2006-12-01, by diego
-
remove duplicate entry2006-12-01, by gpoirier
-
Add libav include paths to CFLAGS without indirection.2006-12-01, by diego
-
move reserved_bytes out of packet_footer. this makes all packets uniform.2006-11-30, by ivo
-
Use av_int2flt/av_int2dbl to read float values. This is simpler and more2006-11-30, by reimar
-
Move initialization of sh_audio/sh_video members to aviheader2006-11-30, by reimar
-
r21398: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames2006-11-30, by voroshil
-
r21372: Some punctuation cosmetics and better wording2006-11-30, by voroshil
-
r21367: If a glyph is not found in the current font, switch to another one.2006-11-30, by voroshil
-
fix suggested by Diego2006-11-30, by gpoirier
-
improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames2006-11-30, by gpoirier
-
fix indentation after last commit2006-11-30, by gpoirier
-
add more comments to input.conf, patch by compn % tempn A twmi P rr P com %2006-11-30, by gpoirier
-
Better wording for previous commit2006-11-29, by torinthiel
-
Typo2006-11-29, by torinthiel
-
add missing r154842006-11-29, by henry
-
Add another FourCC found in the wild, for example:2006-11-29, by rathann
-
Remove duplicate OPTFLAGS from CFLAGS.2006-11-29, by diego
-
Remove some superfluous include CFLAGS.2006-11-29, by diego
-
Explain reason for -I.. in CFLAGS here.2006-11-29, by diego
-
Remove bswap.h, use libavutil/bswap.h instead.2006-11-29, by diego
-
Fix macro redefinition warning.2006-11-29, by diego
-
Remove some of the worst "headers include headers which include2006-11-29, by reimar
-
Avoid compiling code using %ah etc. on AMD64, since that will not work2006-11-29, by reimar
-
Get rid of stubs.S, move code to inline asm.2006-11-29, by reimar
-
Cosmetics: remove unused and commented out add_stub function header2006-11-29, by reimar
-
Some extra checks and safety space for add_stub function.2006-11-29, by reimar
-
Change add_stub code to also work without -fomit-frame-pointer2006-11-29, by reimar
-
EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.2006-11-29, by reimar
-
Add /usr/local/lib and /usr/local/include to the linker/compiler2006-11-29, by diego
-
support for Westwood SND1 audio2006-11-29, by diego
-
`sdl-config --libs` under mingw32 will give -lmingw32, which leads to2006-11-29, by diego
-
URL fix2006-11-29, by diego
-
Synced with r213742006-11-29, by torinthiel
-
Fix URL, it has moved.2006-11-29, by torinthiel
-
Synced with r213722006-11-29, by torinthiel
-
Some punctuation cosmetics and better wording2006-11-29, by torinthiel
-
Sync with FFmpeg changes for encoder/decoder registration.2006-11-29, by aurel
-
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
-
r19823: Remove mpsub section, the format is documented in DOCS/tech.2006-09-13, by kraymer
-
Remove mpsub section, the format is documented in DOCS/tech.2006-09-13, by diego
-
various fixes, rewording2006-09-13, by kraymer
-
r19820: Marillat packages binary codecs, not bitmap fonts.2006-09-13, by kraymer
-
Marillat packages binary codecs, not bitmap fonts.2006-09-13, by diego
-
Don't explain how to install bitmap fonts, use TrueType fonts instead.2006-09-13, by diego
-
Fix r19815: mkv_d->duration could be assigned an uninitialized value.2006-09-13, by eugeni
-
Fix seeking in Matroska files with non-default TimecodeScale value.2006-09-12, by eugeni
-
Fix block duration calculation in mkv demuxer.2006-09-12, by eugeni
-
Fix movie duration calculation in case when TimecodeScale element comes after2006-09-12, by eugeni
-
* remove extern definitions of functions in .c files2006-09-12, by attila
-
r19809: link fix: The codecs page was merged into the download page2006-09-12, by voroshil
-
r19810: Remove bogus and outdated codecs installation section.2006-09-12, by kraymer
-
r19809: link fix: The codecs page was merged into the download page.2006-09-12, by kraymer
-
Remove bogus and outdated codecs installation section.2006-09-12, by diego
-
link fix: The codecs page was merged into the download page.2006-09-12, by diego
-
Support for variable fps OGM files, blessed by Moritz.2006-09-12, by diego
-
Move conditional compilation to the build system.2006-09-12, by diego
-
r19801: Mailing list page URL changed.2006-09-12, by kraymer
-
r19799: ability to pass channel name (not only number) to radio_set_channel2006-09-12, by kraymer
-
Fix missing link change from previous commit2006-09-12, by voroshil
-
No real change for r19801: already have correct url2006-09-12, by voroshil
-
add support for vp6 in flash2006-09-12, by aurel
-
Mailing list page URL changed.2006-09-11, by diego
-
Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by just2006-09-11, by reimar
-
ability to pass channel name (not only number) to radio_set_channel2006-09-11, by voroshil
-
some typos fixed2006-09-11, by voroshil
-
r19793: Fixes suggested by the Wanderer2006-09-11, by voroshil
-
Clarify binary codecs section.2006-09-11, by diego
-
Many translation and typo fixes.2006-09-11, by voroshil
-
separate independant clauses with a semicolon, as suggested by The Wanderer2006-09-10, by gpoirier
-
Fixes suggested by The Wanderer2006-09-10, by gpoirier
-
r19779: RTC is no longer the default timing method2006-09-10, by voroshil
-
synced with r197902006-09-10, by Gabrov
-
grammar fix2006-09-10, by diego
-
Some more hints for binary packagers.2006-09-10, by diego
-
small wording/spelling fixes2006-09-10, by diego
-
keypad 7 returns to nearest dvdnav menu2006-09-10, by nicodvb
-
KP7 bound to dvdnav 7 (previous menu)2006-09-10, by nicodvb
-
permit to select previous dvdnav menu, in the order chapter->title->root2006-09-10, by nicodvb
-
reassigned to KEY_KP? the dvdnav bindings used in input.conf2006-09-09, by nicodvb
-
VP50 and VP62 support via lavc2006-09-09, by rtogni
-
in mp_dvdnav_handle_input() assign the currently selected button, shown in the OSD by main()2006-09-09, by nicodvb
-
RTC is no longer the default timing method.2006-09-09, by diego
-
mention dvdnav keys bindings2006-09-09, by nicodvb
-
mention that 'h' and 'k' work with dvb input, too2006-09-09, by nicodvb
-
added unallocated keys to navigate the dvdnav menus2006-09-09, by nicodvb
-
unconditionally include label goto_enable_cache (to be used next by dvdnav)2006-09-09, by nicodvb
-
Add proper GPL headers.2006-09-09, by diego
-
r19767: Remove outdated hint about patching kernel sources.2006-09-09, by voroshil
-
if no track number specified play the whole disc, or the menus can't be shown at start2006-09-09, by nicodvb
-
FFmpeg VMware video codec2006-09-09, by diego
-
Remove outdated hint about patching kernel sources.2006-09-09, by diego
-
fix broken term_osd output in update_osd_msg()2006-09-09, by gpoirier
-
r19760: remove trailing slash from link2006-09-09, by voroshil
-
-nortc is now the default, document -rtc instead. Change the description2006-09-09, by uau
-
Disable rtc timing by default.2006-09-09, by uau
-
increased revision tag after typo fix in English faq.xml (synced with r19760)2006-09-08, by Gabrov
-
remove trailing slash from link2006-09-08, by Gabrov
-
Remove useless extern declaration of nortc which is a static variable in2006-09-08, by uau
-
DOCS/xml/hu synced with r197572006-09-08, by Gabrov
-
man/hu/mplayer.1 synced with r197512006-09-08, by Gabrov
-
translation by Vladimir Voroshilov, voroshil gmail com2006-09-08, by voroshil
-
Sections structure synced with english pages.2006-09-08, by voroshil
-
Removed outdated file. Content moved to documentation.xml.2006-09-08, by voroshil
-
r19751: Abit of doc about dvdnav support in MPlayer, ...2006-09-08, by voroshil
-
Fixes suggested by Diego2006-09-08, by gpoirier
-
Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.2006-09-08, by gpoirier
-
rename formats.xml into containers.xml2006-09-08, by gpoirier
-
r19738: formats.xml --> containers.xml, the chapter was renamed long ago.2006-09-08, by kraymer
-
r19742: Remove reference to nvidia-opinions section, it's completely outdated.2006-09-08, by kraymer
-
19737: Remove 404 NuppelVideo link.2006-09-08, by kraymer
-
r19738: formats.xml --> containers.xml, chapter wa renamed long ago2006-09-08, by voroshil
-
r19739: readvcd link fix2006-09-08, by voroshil
-
r19737: Remove 404 NuppelVideo link.2006-09-08, by voroshil
-
r19736: Remove references to obsolete font generators and 404 links.2006-09-08, by voroshil
-
Remove reference to nvidia-opinions section, it's completely outdated.2006-09-07, by diego
-
Remove reference to gcc-296 section, it's very outdated now.2006-09-07, by diego
-
Remove tvout-voodoo section that only consists of one broken link.2006-09-07, by diego
-
readvcd link fix2006-09-07, by diego
-
formats.xml --> containers.xml, the chapter was renamed long ago.2006-09-07, by diego
-
Remove 404 NuppelVideo link.2006-09-07, by diego
-
Remove references to obsolete font generators and 404 links.2006-09-07, by diego
-
r19733: (hopefully last) mplayer lists link fix2006-09-07, by kraymer
-
r19732: Mailing list descriptions are on homepage, remove from here2006-09-07, by voroshil
-
(hopefully last) mplayer lists link fix2006-09-07, by kraymer
-
Mailing list descriptions are on the homepage, remove from here.2006-09-07, by diego
-
Outdated file synced with r195892006-09-07, by voroshil
-
fixed wrong synced tag2006-09-07, by voroshil
-
r19687: Codecs page link fix, paragraph reworded2006-09-07, by voroshil
-
Made better translation of some phrases, typos fixed2006-09-07, by voroshil
-
Outdated file synced with r173222006-09-07, by voroshil
-
Add #include <limits.h>, fixes build on Solaris 8.2006-09-07, by diego
-
Outdated file synced with r197152006-09-06, by voroshil
-
ISO C90 warnings fixes2006-09-06, by vayne
-
updated missed sync tag2006-09-06, by voroshil
-
Bugfix: timing for empty karaoke words was lost, resulting2006-09-06, by eugeni
-
r19719: fix cpufreq link2006-09-06, by voroshil
-
Add support for POWER5 as found on IBM eServer OpenPower 7202006-09-06, by gpoirier
-
fix cpufreq link2006-09-06, by kraymer
-
r19715: fix some more mailman links2006-09-06, by voroshil
-
r19715: fix some more mailman links2006-09-06, by kraymer
-
replace tabs by spaces (more readable in std editor..)2006-09-06, by kraymer
-
fix some more mailman links2006-09-06, by kraymer
-
r19713: fix link to amigasoft.net2006-09-06, by kraymer
-
fix link to amigasoft.net2006-09-06, by kraymer
-
sync of existing (German) xml docs:2006-09-06, by kraymer
-
Outdated file synced with r189642006-09-06, by voroshil
-
Some more CVS --> Subversion changes, explain what to do with the sync tag2006-09-06, by diego
-
Add official GPL header to make license explicit as discussed on ffmpeg-devel.2006-09-06, by diego
-
better translation of some technical phrases, typos fixed2006-09-06, by voroshil
-
sync w/ r196882006-09-06, by gpoirier
-
r19685: Fix mailing list URLs.2006-09-06, by voroshil
-
Outdated file synced with r196852006-09-06, by voroshil
-
r19686: Remove the most outdated entries, small updates.2006-09-06, by voroshil
-
Added myself to MAINTAINERS2006-09-06, by voroshil
-
FFmpeg sync: Fall back on grep if svn client is not installed.2006-09-05, by diego
-
Use better resolution for pts computation.2006-09-05, by rtogni
-
Workaround for broken fonts with bad ascender/descender.2006-09-05, by eugeni
-
Change \fad behaviour so that it does not get cancelled by \r.2006-09-05, by eugeni
-
Simplification.2006-09-05, by eugeni
-
set svn:keywords and svn:eol-style properties for radio.xml2006-09-05, by kraymer
-
fix charset issues and a little wording2006-09-05, by kraymer
-
r19693: fix some typos2006-09-05, by kraymer
-
fix some typos2006-09-05, by kraymer
-
r19561: Clarify font load message.2006-09-05, by kraymer
-
my old email address is not really in use any more..2006-09-05, by kraymer
-
added radio.xml, patch by Christian Obst (christian_obst gmx net)2006-09-05, by kraymer
-
r19688: insert linebreak2006-09-05, by kraymer
-
insert linebreak2006-09-05, by kraymer
-
Codecs page link fix, paragraph reworded.2006-09-05, by diego
-
Remove the most outdated entries, small updates.2006-09-05, by diego
-
Fix mailing list URLs.2006-09-05, by diego
-
sync with r182472006-09-05, by diego
-
sync with r196772006-09-05, by diego
-
Remove reference to deleted divx4 section.2006-09-05, by diego
-
sync with r195872006-09-05, by diego
-
sync with r184262006-09-05, by diego
-
Remind packagers not to use deprecated codecs and skins paths.2006-09-04, by diego
-
Update binary codecs section.2006-09-04, by diego
-
lists.mplayerhq.hu URL fix, comment out mailing list search.2006-09-04, by diego
-
sync with r195872006-09-04, by diego
-
synced with r186062006-09-04, by diego
-
synced with r140242006-09-04, by diego
-
synced with r196202006-09-04, by diego
-
Experimental WVC1 decoding via lavc2006-09-04, by rtogni
-
Add -ass-styles man page entry.2006-09-04, by eugeni
-
Add vertical clipping for subtitles that were moved because of a collision.2006-09-04, by eugeni
-
Fix possible unallocated memory read in libass line wrapping code.2006-09-04, by eugeni
-
minor wording change2006-09-04, by diego
-
Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead.2006-09-04, by gpoirier
-
typo2006-09-03, by kraymer
-
Remove Alex from some maintainer positions that he no longer has.2006-09-03, by diego
-
Add note about translating in teams and taking over unmaintained translations.2006-09-03, by diego
-
Remove outdated references to CVS.2006-09-03, by diego
-
translation by Vladimir Voroshilov, voroshil gmail com2006-09-03, by diego
-
Workaround for live Real streams starting with nonzero pts2006-09-03, by rtogni
-
Apply -ass-force-style also to matroska plaintext subs.2006-09-03, by eugeni
-
Cosmetics: restore indentation after recent changes.2006-09-03, by eugeni
-
Add -ass-styles option. It allows to load styles from a file and use them2006-09-03, by eugeni
-
Fix last commit.2006-09-03, by eugeni
-
More checks in ass_render_event.2006-09-03, by eugeni
-
Remove unneeded variable.2006-09-03, by eugeni
-
Add some more mime types from the SUSE packman package.2006-09-03, by diego
-
small markup/grammar fix2006-09-03, by diego
-
ass-color and ass-border-color options.2006-09-03, by eugeni
-
Fix crash on DEMUXER_CTRL_SWITCH_AUDIO introduced by aid_vid_mismatch patch2006-09-03, by reimar
-
added missing reference to radio.xml2006-09-02, by Gabrov
-
Add support for rendering matroska plaintext subtitles with libass.2006-09-02, by eugeni
-
Matroska subtitles are always utf-8, no need to recode them.2006-09-02, by eugeni
-
Fix read beyond the end of allocated memory block.2006-09-02, by eugeni
-
Display track names in matroska files.2006-09-02, by eugeni
-
Don't sort events when reading external subs. With r19644, the order does not matter.2006-09-02, by eugeni
-
Better collision detection algorithm. The idea is to keep a subtitle in place2006-09-02, by eugeni
-
forgotten to pass the crc32 be2me_32()2006-09-02, by nicodvb
-
Remove some unused code.2006-09-02, by eugeni
-
Read layer info from external subs.2006-09-02, by eugeni
-
-lm needs to come before -laudio to avoid link errors in the NAS check.2006-09-02, by diego
-
synced with r196382006-09-02, by Gabrov
-
man/hu/mplayer.1 synced with r196352006-09-02, by Gabrov
-
Fix sync tag.2006-09-02, by diego
-
Set default svn:keywords and svn:eol-style properties.2006-09-02, by diego
-
DOCS/xml/hu synced with r196342006-09-02, by Gabrov
-
Set default svn:eol-style and svn:keywords properties.2006-09-02, by diego
-
new translation, synced with r173222006-09-02, by diego
-
Get rid of code I neither know nor use anymore.2006-09-02, by attila
-
sync with r195872006-09-02, by diego
-
Document (no)global x264 encoding option.2006-09-01, by diego
-
Add noglobal counterpart to the global flag.2006-09-01, by diego
-
Make \fr* parameter a floating point value.2006-09-01, by eugeni
-
Extract "application/x-font" attachments from matroska, in addition2006-09-01, by eugeni
-
adding myself to the files in relevant places2006-09-01, by rik
-
Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>2006-09-01, by rik
-
Remove stray and superflous #ifdef checks.2006-09-01, by diego
-
fix build on some old 2.6 kernels, patch by Gernot Hillier2006-09-01, by ben
-
Update with current status.2006-09-01, by diego
-
wording/spelling cosmetics2006-09-01, by diego
-
The FSF changed postal address.2006-09-01, by diego
-
Add miniLZO and librtsp.2006-09-01, by diego
-
Bugfix: potential write of unallocated memory.2006-08-31, by eugeni
-
include forgotten limits.h2006-08-31, by nicodvb
-
Bugfix: wrong height value used in font size calculation.2006-08-31, by eugeni
-
Remove spurious line.2006-08-31, by diego
-
Check for requirements at configure-time, not at run-time.2006-08-31, by diego
-
Improve radio command descriptions.2006-08-31, by diego
-
Do not cast calloc/malloc results2006-08-31, by reimar
-
cosmetics: Fix ugly one-space indentation in radio check.2006-08-31, by diego
-
sync w/r195692006-08-31, by gpoirier
-
wording/markup fixes2006-08-31, by diego
-
r19606: documented -lavfdopts2006-08-31, by kraymer
-
mention -demuxer lavf in the dvb input section2006-08-30, by nicodvb
-
documented -lavfdopts2006-08-30, by nicodvb
-
split in 2 'horribly long line'2006-08-30, by nicodvb
-
added lavfdopts to pass options to libavformat2006-08-30, by nicodvb
-
make sure opt.h is present when detecting libavformat2006-08-30, by nicodvb
-
r19599: Improve radio section.2006-08-30, by kraymer
-
Avoid a potential strdup(NULL)2006-08-30, by rtogni
-
make the C code of the swscaler which i wrote LGPL2006-08-30, by michael
-
Improve radio section.2006-08-29, by diego
-
Change default font family and color for plain text subs.2006-08-29, by eugeni
-
complete range of frequencies for Ireland; patch by gmccullagh gmail com2006-08-29, by nicodvb
-
description of radio slave commands, copied from TV command descriptions :-)2006-08-29, by reimar
-
Bugfix: strdup of NULL value.2006-08-29, by eugeni
-
r19265: how to encode to PSP format (patch by Christian Obst, christian_obst gmx de)2006-08-29, by kraymer
-
grammar/wording/markup fixes2006-08-29, by diego
-
fixe some typos and formatting of -radio entry2006-08-29, by kraymer
-
Apply -ass-force-style also to tracks generated from subdata.2006-08-29, by eugeni
-
Fix build after radio commit, patch by Jindrich Makovicka.2006-08-29, by diego
-
fix build failure when ASS is disabled2006-08-28, by aurel
-
ftp.mplayerhq.hu --> upload.mplayerhq.hu2006-08-28, by diego
-
Cosmetics: reindent, remove tabs and break overlong lines.2006-08-28, by reimar
-
Cosmetics: fix indentation after last patch2006-08-28, by reimar
-
Hardware EOSD (ass) support.2006-08-28, by reimar
-
"global header" support, this is pretty much just copy and pasted code from2006-08-28, by michael
-
Add EOSD support to vf_vo.2006-08-28, by eugeni
-
Forgot that AUTHORS has multiple sections and ended up putting2006-08-28, by reimar
-
svn diff does not show files you forgot to add, so recommend of svn status, too2006-08-28, by reimar
-
Forgotten documentation part of radio support patch2006-08-28, by reimar
-
bug fix for starting gmplayer with -fs when using the sub window2006-08-28, by vayne
-
vo_colorkey change to avoid clashes with other black windows2006-08-28, by vayne
-
segfault fix2006-08-28, by michael
-
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)2006-08-28, by reimar
-
Ignore '*' at the beginning of style name.2006-08-28, by eugeni
-
Fix font scaling taking margins into account.2006-08-28, by eugeni
-
Add missing backslashes.2006-08-28, by diego
-
sync with r195612006-08-28, by gpoirier
-
Add -(no)ass-use-margins option.2006-08-28, by eugeni
-
Synced to 25.8.20062006-08-28, by jheryan
-
Synced to 25.8.20062006-08-28, by jheryan
-
Synced to 25.8.20062006-08-28, by jheryan
-
live.com --> LIVE5552006-08-28, by diego
-
Move MLIB_LIB to COMMON_LIBS.2006-08-27, by diego
-
Cosmetics: fix indentation after r19562.2006-08-27, by eugeni
-
Transition effects support.2006-08-27, by eugeni
-
Clarify font load message.2006-08-27, by diego
-
Reenable some encoders even for MPlayer-only compilation, some filters need it.2006-08-27, by diego
-
Only add include flags if cc_check succeeded.2006-08-27, by diego
-
Remove XMMS_CFLAGS from CFLAGS, the variable is never set.2006-08-27, by diego
-
Clarify messages.2006-08-27, by diego
-
Zero fill ass_settings_t before use.2006-08-27, by eugeni
-
Mixed up from and to charsets in iconv open failure message.2006-08-27, by reimar
-
Make --with-x11libdir and --with-mlibdir consistent with --with-*libdir.2006-08-26, by diego
-
Remove superfluous --with-termcaplib option.2006-08-26, by diego
-
Add --extra-libs option to pass linker flags.2006-08-26, by diego
-
Simplify ass_glyph_cache_reset().2006-08-26, by eugeni
-
Fix mingw compilation2006-08-26, by reimar
-
Cosmetics: recommit patch changing return values to defines2006-08-26, by reimar
-
Recreate tcp.c as partial copy from network.c2006-08-26, by reimar
-
remove to allow readding as copy from network.c2006-08-26, by reimar
-
Get rid of demux_aid_vid_mismatch mess.2006-08-26, by reimar
-
Reset glyph cache on reconfigure.2006-08-26, by eugeni
-
Add right and left margins support to libass.2006-08-26, by eugeni
-
Remove --with-madlibdir option, it never worked anyway.2006-08-26, by diego
-
documented new slave mode commands2006-08-26, by ben
-
extended slave mode with metadata retrieval commands2006-08-26, by ben
-
added new helpers to allow easy metadata retrieval and make libmenu use them2006-08-25, by ben
-
updated sample of libmenu config file with latest improvements2006-08-25, by ben
-
Remove redundant variable that is contained in COMMON_LIBS.2006-08-25, by diego
-
Remove redundant variables that are contained in COMMON_LIBS.2006-08-25, by diego
-
Sync with the creation of the stream directory.2006-08-25, by diego
-
Disentangle toolame CFLAGS and LDFLAGS handling.2006-08-25, by diego
-
Disentangle libdv and vorbis linker flags.2006-08-25, by diego
-
cosmetics: Move some parts to more sensible places.2006-08-25, by diego
-
Fix .align is a power of two check.2006-08-24, by diego
-
Add VFCTRL_DRAW_EOSD.2006-08-24, by eugeni
-
A value of 2 is valid for noup, too2006-08-24, by reimar
-
Fix MEncoder build when bitmap fonts are disabled.2006-08-24, by diego
-
Fix previous commit.2006-08-24, by eugeni
-
Simplify vf_ass initialization.2006-08-24, by eugeni
-
cosmetics: Reorder some rules.2006-08-24, by diego
-
Adapt .so pattern rule for more than one object file.2006-08-24, by diego
-
Redundancy removal part IV: Create pattern rules for .o and .so creation.2006-08-24, by diego
-
sis_vid.so should be created from more than one object.2006-08-24, by diego
-
Remove nonsens comment.2006-08-24, by diego
-
Redundancy removal part III: Unify LDFLAGS handling some more.2006-08-24, by diego
-
Redundancy removal part II: Remove useless variable indirection.2006-08-24, by diego
-
Redundancy removal part I: Unify CFLAGS and LDFLAGS handling.2006-08-23, by diego
-
The way to ignore failing commands in Makefiles is to prepend a -.2006-08-23, by diego
-
Simplify compilation commands with $< and $@.2006-08-23, by diego
-
Remove useless define from MACH64 CFLAGS.2006-08-23, by diego
-
r19508: Put -ass options in alphabetical order.2006-08-23, by kraymer
-
r19507: syntax/consistency fix2006-08-23, by kraymer
-
Remove reference to long-gone genfb driver.2006-08-23, by diego
-
Put -ass options in alphabetical order.2006-08-23, by diego
-
syntax/consistency fix2006-08-23, by diego
-
always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up).2006-08-23, by gpoirier
-
sync w/ r195032006-08-23, by gpoirier
-
How to handle broken/copy protected VOB files?2006-08-23, by gpoirier
-
Add -ass-force-style to man page.2006-08-22, by eugeni
-
Remove reference to non-existent variable.2006-08-22, by diego
-
New cmdline option: -ass-force-style.2006-08-22, by eugeni
-
demux_avs compilation should depend on WIN32DLL support, not a linker flag.2006-08-22, by diego
-
Remove backup files from the win32 subdir as well.2006-08-22, by diego
-
SSA/ASS parser reworked, with 2 main results:2006-08-22, by eugeni
-
support multiple actions in menu's file browser using key bindings2006-08-22, by ben
-
fix menu toggle/hide issues2006-08-22, by ben
-
Remove useless else clauses.2006-08-22, by diego
-
Enclose all space padded headings with quotes.2006-08-22, by diego
-
fix trailing space problem, which was preventing fontconfig to get compiled2006-08-22, by gpoirier
-
support for disabling/enabling bitmap font support from configure2006-08-21, by diego
-
use of malloc without prototype.. very bad on 64bit archs2006-08-21, by rfelker
-
Move libs common to MPlayer and MEncoder to COMMON_LIBS.2006-08-21, by diego
-
Simplify VIDIX lib handling.2006-08-21, by diego
-
no c++ decls!2006-08-21, by rfelker
-
Remove unused variable.2006-08-21, by diego
-
demuxer_seek_chapter() returns informations about chapters count and name2006-08-21, by nicodvb
-
implemented STREAM_CTRL_GET_NUM_CHAPTERS2006-08-21, by nicodvb
-
implemented STREAM_CTRL_GET_NUM_CHAPTERS2006-08-21, by nicodvb
-
added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the stream reader2006-08-21, by nicodvb
-
Add public functions for removal of styles and events.2006-08-21, by eugeni
-
cosmetics: Fix indentation after last commit.2006-08-21, by diego
-
Properly disable tests that depend on X.2006-08-21, by diego
-
Ignore generated test binaries.2006-08-21, by diego
-
Allow to compile swscale tests2006-08-21, by lucabe
-
Remove superfluous variable settings.2006-08-21, by diego
-
fix null pointer check in add_subtitles,2006-08-21, by gpoirier
-
cosmetics: indentation fix after last commit2006-08-21, by diego
-
Remove duplicate check for $_faad_external = auto.2006-08-21, by diego
-
Only run the check for external FAAD if internal FAAD is not used.2006-08-21, by diego
-
missing header for struct timeval2006-08-20, by rfelker
-
Get rid of useless vf->priv casts2006-08-20, by reimar
-
Fix stray newline that should only be printed in verbose mode.2006-08-20, by diego
-
Fix audio stream selection in Gtk GUI2006-08-20, by gpoirier
-
Avoid crash if initialization failed.2006-08-20, by reimar
-
Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at geexbox org)2006-08-20, by reimar
-
disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-2006-08-20, by nicodvb
-
help_mp-hu.h synced with r194622006-08-20, by Gabrov
-
The X11 header check looks in $_extra_inc that contains directories in the2006-08-20, by diego
-
Ouch, I mistakenly overwrote the contents from this file with a non-working2006-08-19, by diego
-
corrected _very_ misleading comment2006-08-19, by nicodvb
-
implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)2006-08-19, by nicodvb
-
10l: misplaced brace in a switch2006-08-19, by nicodvb
-
Fix xv and xinerama force on --enable-*2006-08-19, by iive
-
Partial sync with message removal from DVD information output change.2006-08-19, by diego
-
Print DVD audio channel and subtitle track information in non-verbose mode,2006-08-19, by diego
-
trailing whitespace cosmetics2006-08-19, by diego
-
Vorbis speedup, Windows GUI2006-08-19, by diego
-
help_mp-hu.h & xml/hu/ports.xml synced with r194492006-08-19, by Gabrov
-
seeking in dvdnav://2006-08-19, by nicodvb
-
implemented seeking to chapter2006-08-19, by nicodvb
-
sanity check: since chapter is 0-based it can't exceed nr_of_ptts-12006-08-19, by nicodvb
-
seeking by chapters in dvd://2006-08-18, by nicodvb
-
support for seeking to chapter and getting current playing chapter2006-08-18, by nicodvb
-
clarification in a comment2006-08-18, by nicodvb
-
support relative seeking in the stream-driven case2006-08-18, by nicodvb
-
seek to chapter using newly introduced demux_seek_chapter()2006-08-18, by nicodvb
-
added first revision of demuxer_seek_chapter()2006-08-18, by nicodvb
-
new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd2006-08-18, by nicodvb
-
Some more consistency for the conditions under which tests are run.2006-08-18, by diego
-
Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"2006-08-18, by diego
-
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.2006-08-18, by diego
-
Fix seeking in matroska files when timecodes do not start from zero.2006-08-18, by eugeni
-
replace echo with printf; fixes compilation when shell is dash and2006-08-18, by corey
-
disable double buffer in vo_sdl on macosx. fix flicker issue.2006-08-18, by nplourde
-
fix missing symbol when compiling with live support on mac osx2006-08-18, by nplourde
-
10l: Also rename configure option for gcc check.2006-08-17, by diego
-
Rename gcc_checking variable to gcc_check.2006-08-17, by diego
-
r19361: Reintroduce an ugly variant of the -gui/-nogui options.2006-08-17, by kraymer
-
r19424: Update new DarwinPorts URL2006-08-17, by kraymer
-
Move all internal -I parameters to the front of CFLAGS to avoid using external2006-08-17, by diego
-
Fixes by Jerome Ferrari % jerome P ferrari A lappis P com %2006-08-17, by gpoirier
-
Update new DarwinPorts URL (as opendarwin.org is going bye-bye and2006-08-17, by gpoirier
-
Add -Wdeclaration-after-statement to CFLAGS if available to ensure people2006-08-17, by reimar
-
Fixes by Jerome Ferrari2006-08-17, by gpoirier
-
Simplistic attempt to make H.264 over RTSP work.2006-08-16, by reimar
-
Missing part of revision 19414 commit (multiple demux_info_add with same opt argument)2006-08-16, by reimar
-
Update information and print new value when demux_info_add is called2006-08-16, by reimar
-
consistency cosmetics: Handle includes just like in other Makefiles.2006-08-16, by diego
-
consistency cosmetics: Add -DNOAVIFILE_HEADERS to CFLAGS instead of to INCLUDE.2006-08-16, by diego
-
Fix compilation as a win32 shared library (libavutil must be explicitly linked)2006-08-16, by lucabe
-
Move mpeg aos to the end of the autodetection list. At least mpegpes2006-08-16, by uau
-
further improvements to fullscreen switching.2006-08-16, by vayne
-
m-x whitespace-cleanup2006-08-16, by gpoirier
-
Fix wrong handling of transparency in \fad(\fade).2006-08-16, by eugeni
-
Replace stdint.h with inttypes.h.2006-08-15, by eugeni
-
Angle value from style was ignored. Not anymore.2006-08-15, by eugeni
-
display correct audio bitrate, samplerate and number of channels once2006-08-15, by ivo
-
display corrected aspect ratio for mplayer -identify2006-08-15, by ivo
-
Add subdata to ass_track conversion for external subtitles.2006-08-15, by eugeni
-
Fix compilation with -no-PIC and without -fomit-frame-pointer (used by2006-08-15, by uau
-
Cosmetics: fix indentation after the last patch.2006-08-15, by eugeni
-
Allow \fade to be used in place of \fad and vice versa.2006-08-15, by eugeni
-
Set encoder's input format to "native endiannes", instead of little endian.2006-08-15, by gpoirier
-
-fPIC support for libswscale2006-08-15, by diego
-
support for dvdnav is now auto-detected; removed support for dvdnav-dir2006-08-14, by nicodvb
-
H.261 through QuickTime DLL2006-08-14, by diego
-
Remove empty function that isn't used anywhere (and never has been??).2006-08-14, by uau
-
Fix buffer size sanity check to match what is actually required.2006-08-14, by uau
-
Cosmetics (nothing but spaces, tabs, and a comment changed here..)2006-08-14, by ods15
-
re-indent properly after last patch.2006-08-14, by reimar
-
10l in last commit, move configured-check inside sh_video and sh_video->vfilter check.2006-08-14, by reimar
-
stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hp2006-08-14, by diego
-
Do not call VFCTRL_FLUSH_FRAMES when the filter chain was never configured,2006-08-14, by reimar
-
Make path separator for font path a define and set it to a better value for AMIGAOS2006-08-14, by reimar
-
Add a switch for disabling high precision mpeg audio decoding in libavcodec.2006-08-14, by diego
-
xml/hu/codecs.xml synced with r193872006-08-14, by Gabrov
-
Change pcm decode_audio to return data based on minlen instead of maxlen2006-08-13, by uau
-
trying to fix the reverting paragraph2006-08-13, by michael
-
XAnim homepage URL fix2006-08-13, by diego
-
fix segfault if an unknown property is requested2006-08-13, by ivo
-
Mention MacIntel support2006-08-13, by gpoirier
-
Replace %lld with PRId64, part 2.2006-08-13, by eugeni
-
Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it might2006-08-13, by reimar
-
Update for recent discussions on mplayer-dev-eng.2006-08-13, by diego
-
sync with FFmpeg r59302006-08-13, by diego
-
MinGW treats %lld as %d. Replace it with PRId64.2006-08-13, by eugeni
-
Update for changes from r19378 (ASMALIGN macro).2006-08-13, by diego
-
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.2006-08-13, by diego
-
Port ASMALIGN preprocessor macro for .align handling from FFmpeg.2006-08-12, by diego
-
Fix compilation with gcc 2.95.2006-08-12, by eugeni
-
Print "no" if all of the Vorbis tests failed.2006-08-12, by diego
-
Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile2006-08-12, by uau
-
sync with 193612006-08-12, by gpoirier
-
Reuse UTF-8 reading code in libavutil2006-08-12, by reimar
-
realign of MSGTR_Exit_SIGCRASH in help_mp-hu.h2006-08-12, by Gabrov
-
help_mp-hu.h & man/hu/mplayer.1 synced with r193692006-08-12, by Gabrov
-
Add support for 13k Voice (Qclp) in 3g2 files2006-08-11, by rtogni
-
replace calls to perror() with calls to mp_msg()2006-08-11, by ivo
-
Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to2006-08-11, by diego
-
pass average bitrate from encoder to (lavf) muxer2006-08-10, by michael
-
editorial spelling/wording/grammar changes2006-08-10, by diego
-
Get rid of two initialized but unused variables2006-08-09, by reimar
-
Reintroduce an ugly variant of the -gui/-nogui options.2006-08-08, by reimar
-
-logg must come before -lvorbisidec since both declare the same symbols.2006-08-08, by reimar
-
Reorganize libvorbis/Tremor detection, external Tremor should be detected now.2006-08-08, by diego
-
spelling/clarification for --help output2006-08-08, by diego
-
cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.2006-08-07, by diego
-
Make sure we do not print the obsolete skin path when we did not find any skin.2006-08-07, by reimar
-
remove trailing spaces + remove some obviously redudant words2006-08-07, by gpoirier
-
cosmetics: Rename some variables for consistency.2006-08-07, by diego
-
synced with r193482006-08-07, by gpoirier
-
punctuation, slight clarification2006-08-06, by diego
-
Restore empty line accidentally deleted with the previous commit.2006-08-06, by eugeni
-
Mention mkv chapter seeking in ChangeLog and AUTHORS.2006-08-06, by eugeni
-
Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxer2006-08-06, by reimar
-
Add matroska chapter seeking capability.2006-08-06, by eugeni
-
"[ass] init" message looks better when it starts with the capital letter 'I'.2006-08-06, by eugeni
-
Use FontConfig cache to speedup mplayer startup.2006-08-06, by eugeni
-
Fix bug introduced in LIVE555 test simplification, -lstdc++ should go last2006-08-06, by diego
-
Prefer ffvorbis over Xiph Vorbis decoder, it's faster.2006-08-06, by diego
-
Don't crash if audio init fails.2006-08-05, by uau
-
Another PIX_FMT_ ---> IMGFMT_ conversion2006-08-05, by lucabe
-
isolated tcp socket code from network.c to a dedicated file2006-08-05, by ben
-
Simplify Tremor low accuracy test, label external Tremor as such.2006-08-05, by diego
-
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.2006-08-05, by diego
-
missing ifndef/define/endif couple in udp header2006-08-05, by ben
-
kill a warning in getsockopt()2006-08-05, by ben
-
kill a warning in getsockopt()2006-08-05, by ben
-
10l, line from a local modification committed by accident.2006-08-05, by diego
-
Unify include path handling in the build system, part III:2006-08-04, by diego
-
Fix libcdio test after r19200, the detected include dir was not stored.2006-08-04, by diego
-
Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.2006-08-04, by diego
-
added recent changes with independant stream layer library2006-08-04, by ben
-
rtsp is a stream layer not demuxer2006-08-04, by ben
-
inputs is for keys, this is stream2006-08-04, by ben
-
a few more files i'll maintain2006-08-04, by ben
-
removed some useless includes2006-08-04, by ben
-
-identify should display all ID_ messages, including DVD title length2006-08-04, by reimar
-
fix compilation of librtsp2006-08-04, by ben
-
few cosmectic changes to remove duplication2006-08-04, by ben
-
Move ID_AUDIO_CODEC printing after codec init again (it didn't get printed otherwise).2006-08-04, by reimar
-
split rtp stack, udp input layer and rtp input layer from rtp.c2006-08-04, by ben
-
moved pnm.h to stream/ (where it belongs)2006-08-04, by ben
-
Merge DirectFB header check into DirectFB check.2006-08-04, by diego
-
Remove silly check for $_inc_directfb, it is not set beforehand.2006-08-04, by diego
-
Remove one more redundant test invocation.2006-08-04, by diego
-
Simplify DirectFB header check.2006-08-04, by diego
-
cosmetics: Fix DVB test indentation.2006-08-03, by diego
-
cosmetics: Fix indentation after last commit.2006-08-03, by diego
-
Run DVB (HEAD) test only when the corresponding variable is set to auto.2006-08-03, by diego
-
Forgotten part of the LIVE555 configure test simplification.2006-08-03, by diego
-
renamed dvdnav_stream to stream_dvdnav for consistency2006-08-03, by ben
-
added dedicated file for mf:// input2006-08-03, by ben
-
mf.[hc] belong to libmpdemux2006-08-03, by ben
-
Recurse into subdirs before cleaning the top level to avoid error messages.2006-08-03, by diego
-
renamed cue_read.c to stream_cue.c for consistency2006-08-03, by ben
-
removed useless cue_read.h file2006-08-03, by ben
-
renamed dvbin.c to stream_dvb.c for consistency2006-08-03, by ben
-
conversion from stream_null to stream_tv was missing stream type2006-08-03, by ben
-
correctly report audio input2006-08-03, by ben
-
'make distclean' should remove all generated files, so also config.[h|mak].2006-08-03, by diego
-
'make clean' now recurses through subdirectories as expected,2006-08-03, by diego
-
Clean up memalign test and don't apply MEMALIGN_HACK to Darwin.2006-08-03, by diego
-
typo, VC-1/WMV3/WMV9 decoder2006-08-03, by diego
-
Enable FFmpeg WMV3 decoder, the binary decoder is still preferred.2006-08-03, by diego
-
synced with r192932006-08-02, by Gabrov
-
Move conditional compilation of cdinfo.c to the build system.2006-08-02, by diego
-
fix a/v sync issues when using ad_hwmpa2006-08-01, by ben
-
Ignore .depend and stream.a.2006-08-01, by diego
-
$inc_extra vs $_inc_extra typo, closes bug #543.2006-08-01, by diego
-
Change toplevel Makefile to invoke subdirectory Makefiles2006-08-01, by uau
-
Simplify LIVE555 test and make it more consistent with the other tests.2006-08-01, by diego
-
We include libavcodec, libavformat, libavutil, libpostproc from FFmpeg now.2006-08-01, by diego
-
clarification on -mpegopts :vaspect2006-08-01, by nicodvb
-
New sentences should start on a new line.2006-07-31, by diego
-
Fix SVQ3 extradata handling so it works correctly with demux_lavf2006-07-31, by pacman
-
Fix bogus pointer addition in the extraction of extradata from2006-07-31, by pacman
-
removed deprecated test.c file from libmpdemux2006-07-31, by ben
-
don't use vaspect on mpeg1 video streams2006-07-31, by nicodvb
-
fix includes due to libmpdemux split (patch by Stefan Huehner)2006-07-31, by ben
-
add an explicit tv stream input instead of the previous hack in stream_null2006-07-31, by ben
-
renamed cddX stream interface to stream_cddX for consistency2006-07-31, by ben
-
Add support for ffmpeg's pixel format names in libswscale2006-07-31, by lucabe
-
Move the section describing the per movie config files2006-07-31, by attila
-
Add Indexes to Options as suggested by Jaeho Shin.2006-07-30, by diego
-
Remove useless include2006-07-30, by rtogni
-
Make some more function static2006-07-30, by rtogni
-
Clarify licensing situation.2006-07-30, by diego
-
There is a reference to a file COPYRIGHT that we do not include, so paste2006-07-30, by diego
-
md5 result is 16 bytes, not 202006-07-30, by rtogni
-
removed now useless duplicate includes2006-07-30, by ben
-
LRMI has been removed some time ago.2006-07-30, by diego
-
How to encode movies for PSP2006-07-30, by gpoirier
-
Update for changes from r19139 and r19137.2006-07-30, by diego
-
xor_table can't be NULL, remove useless check2006-07-30, by rtogni
-
Make patch apply cleanly and with -p0, not a mix of -p0 and -p1.2006-07-30, by diego
-
The real hash function is just a md5, replace with lavu code2006-07-30, by rtogni
-
Update upstream references, add a missing file2006-07-30, by rtogni
-
Restore a local diff lost during license fix at r192562006-07-30, by rtogni
-
alex didnt commit his (very incomplete) rfc conversion of my proposal so i commit mine here2006-07-30, by michael
-
no need to reming the copyright with msg_(), the notice in the source is enough2006-07-30, by nicodvb
-
Replace tremor files that had old headers saying "ALL REDISTRIBUTION2006-07-30, by uau
-
Use LC_ALL instead of LANG since the former overrides the latter.2006-07-29, by diego
-
cosmetics: Make patch apply cleanly.2006-07-29, by diego
-
Add a paragraph about which Subversion version to use.2006-07-29, by diego
-
Cope with localized Subversion clients.2006-07-29, by diego
-
updated documentation.2006-07-29, by vayne
-
improved fullscreen switching2006-07-29, by vayne
-
re-added forgotten return in send_mpeg_lpcm_packet()2006-07-29, by nicodvb
-
optimize and simplify memcpy usage, use mem2agpcpy_pic2006-07-29, by reimar
-
Add comment about Chinese AVS only working with lavf at the moment.2006-07-29, by diego
-
ptslen was set to 5 even when no pts==02006-07-29, by nicodvb
-
typo fix2006-07-29, by ben
-
Support for Chinese AVS2006-07-29, by rtogni
-
Part 2 of the various fixes features by Jerome Ferrari2006-07-29, by gpoirier
-
missed some escaping2006-07-29, by ben
-
use DOCS writing standards for default values (asked by diego)2006-07-29, by ben
-
Part 1 of review of Jerome's Ferrari's patch2006-07-29, by gpoirier
-
disable dha kernelhelper support by default.2006-07-29, by attila
-
sync w/ r192332006-07-29, by gpoirier
-
french manpage for pvr:// input2006-07-29, by ben
-
added ivtv ao/vo in ChangeLog2006-07-29, by ben
-
missing supported PVR card reference2006-07-29, by ben
-
english manpage for pvr:// input2006-07-29, by ben
-
Set user_muted in mp_property_mute(). Fixes mute turning off when2006-07-28, by uau
-
updated en/fr manpages for ao_ivtv2006-07-28, by ben
-
ao_ivtv driver in authors/maintainers files2006-07-28, by ben
-
added audio output for ivtv cards2006-07-28, by ben
-
removed default outfile for -ao mpegpes2006-07-28, by nicodvb
-
if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default, fail instead2006-07-28, by nicodvb
-
Some more documentation2006-07-28, by reimar
-
Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,2006-07-28, by reimar
-
10l, last commit swapped U and V planes.2006-07-28, by reimar
-
Handle frames with stride correctly (e.g. the "Version" source of current AVS).2006-07-28, by reimar
-
Do not count each decoded frame twice.2006-07-28, by reimar
-
cosmetics: fix incorrect indentation left by reimar and extra word in2006-07-28, by uau
-
include sys/poll.h only when HAVE_DVB[_HEAD] is set2006-07-28, by nicodvb
-
Cosmetics for last commit2006-07-28, by reimar
-
Move more stuff under if (avs_has_video... to simplify later patches.2006-07-28, by reimar
-
set pts of the demux patcket correctly2006-07-28, by reimar
-
Move variable declarations to the block level where they are actually used2006-07-28, by reimar
-
Remove code that prevented the OSD current time from going back by one2006-07-28, by uau
-
Avoid large amounts of data on the stack (> 900k on 64 bit systems).2006-07-28, by reimar
-
Do not treat AV_NOPTS_VALUE as a valid duration value.2006-07-28, by reimar
-
Comment some #endif lines.2006-07-28, by diego
-
unused variable warning fix2006-07-28, by diego
-
Fixes the format string for the warning message on line 182 (%x2006-07-28, by diego
-
Remove $ from a variable in a comment to avoid irritating expansion.2006-07-27, by diego
-
The C99 function strtof is unavailable in some BSD variants.2006-07-27, by diego
-
Improve ao_mpegpes description.2006-07-27, by diego
-
Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}2006-07-27, by pacman
-
fix wrong and unrelated change done in r191992006-07-27, by reynaldo
-
Remove superfluous $_inc_extra parameter from cc_check call.2006-07-27, by diego
-
Unify include path handling in the build system, part II.2006-07-27, by diego
-
Remove inconsistency from libcdio test.2006-07-27, by diego
-
Remove silly test/include path cleanup.2006-07-27, by diego
-
Remove unused variable.2006-07-27, by diego
-
Rename _inc_soundcard to _include_soundcard, _inc variables are used2006-07-27, by diego
-
Unify include paths in the build system, part I.2006-07-27, by diego
-
Introduce general V4L variable/define.2006-07-27, by diego
-
Missed HAVE_TV_V4L --> HAVE_TV_V4L1 rename.2006-07-27, by diego
-
Rename *v4l variable to *v4l1.2006-07-27, by diego
-
description of the arnd scale video filter parameter2006-07-26, by diego
-
new -ao mpegpes options2006-07-26, by nicodvb
-
demuxer might not set i_bps, so do not divide by it in that case2006-07-26, by reimar
-
Incorrect check in gxf demuxer leading to crash with textKO.gxf sample file2006-07-26, by reimar
-
Replace MIN() and MAX() with FFMIN() and FFMAX()2006-07-26, by lucabe
-
fix 3 bugs in libmpdemux/demux_mf.c2006-07-26, by gpoirier
-
- synced with 18964 by Emdej and fixes from Boski2006-07-25, by boskicinek
-
synced with r191812006-07-25, by gpoirier
-
Regular expression for conversions had 'P' instead of 'p', fixed2006-07-25, by uau
-
- Add missing "00" in -af pan usage line.2006-07-24, by corey
-
ketchup time (merge forgotten commit)2006-07-24, by gpoirier
-
synced with r191612006-07-24, by gpoirier
-
a tiny bit of cleanup2006-07-24, by michael
-
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors2006-07-24, by michael
-
hu/ports.xml & man/hu/mplayer.1 synced with r191752006-07-24, by Gabrov
-
Fix typo introduced in the memalign->av_malloc conversion (there is no2006-07-23, by pacman
-
Missing part of the malloc -> av_malloc patch: memalign must be replaced as well!2006-07-23, by reimar
-
Simplify and and speedup generation of yuv2rgb and gamma map tables2006-07-23, by reimar
-
in some cases, vf_bmovl produces junk due to source and2006-07-23, by gpoirier
-
-vf pp7 overblurs still parts of the image, which2006-07-23, by gpoirier
-
use mpeg packetizer helpers for sending lpcm packets2006-07-23, by ben
-
removed now unnecessary define2006-07-23, by ben
-
removed now unnecessary variable2006-07-23, by ben
-
reuse send_mpeg_lpcm_packet() instead of the old packetizer2006-07-23, by nicodvb
-
Take start time into consideration when calculation percentage position2006-07-23, by reimar
-
in decode_audio() memset(0) unused memory in buf before returning2006-07-23, by nicodvb
-
cosmetics/punctuation/spelling2006-07-22, by diego
-
rename rtsp.c to stream_rtsp.c for consistency with other input modules2006-07-22, by ben
-
Native MPEG4 SP/ASP/AP support in Matroska.2006-07-22, by rathann
-
fix compilation if DVB is not defined2006-07-22, by ben
-
display the right MPEG packet type2006-07-22, by ben
-
use new mpeg_packetizer helpers2006-07-22, by ben
-
my_write() must return the bytes written2006-07-22, by nicodvb
-
cosmetics: comments and reindentation asked by gxben2006-07-22, by nicodvb
-
simplified mpeg packetizer used by hw mpeg decoders/vo - first round2006-07-22, by nicodvb
-
Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk %2006-07-21, by gpoirier
-
sync r191342006-07-21, by gpoirier
-
updated french man page with vo_ivtv description2006-07-21, by ben
-
updated english man page with vo_ivtv description2006-07-21, by ben
-
Use libavutil in libswscale, and allow it to be built out of the mplayer tree2006-07-20, by lucabe
-
updated mpeg_packetizer include to new localization2006-07-19, by ben
-
moved mpeg_packetizer helpers to libmpdemux2006-07-19, by ben
-
added myself as maintainer of vo_ivtv driver2006-07-19, by ben
-
added reference to ivtv vo driver2006-07-19, by ben
-
added reference to ivtv card in mpegpes decoder info2006-07-19, by ben
-
new vo driver for ivtv cards tv-out through internal h/w mpeg decoder2006-07-19, by ben
-
Quit on eof, was broken by r171502006-07-19, by rtogni
-
10l, i broke this with my last commit. should be fixed now.2006-07-19, by rfelker
-
10l, i missed ifdefs around the calls2006-07-19, by rfelker
-
remove duplicate code and fix issue of compiling mmx code when we2006-07-19, by rfelker
-
do not compile mmx/sse/3dnow code if not available2006-07-19, by rfelker
-
old 10l: do not try to compile mmx code if we do not have mmx2006-07-19, by rfelker
-
move -ass on top of -ass-* options2006-07-18, by kraymer
-
r19131: 10l to someone..2006-07-18, by kraymer
-
10l compilation fix: misplaced tag2006-07-18, by diego
-
10l to someone..2006-07-18, by rfelker
-
sync to x264 r537 (api change)2006-07-18, by lorenm
-
Fix use of uninitialized variable2006-07-17, by uau
-
remove vorbis and theora support by request of ivan2006-07-17, by michael
-
10l typo, please check compilation before committing.2006-07-17, by diego
-
clarify H.264 global header format2006-07-16, by michael
-
oops, r18816 was actually missing in previous commit2006-07-16, by kraymer
-
r19087: Remove support for obsolete and non-free divx4/odivx libraries.2006-07-16, by kraymer
-
r19081: Update some old and crufty sections.2006-07-16, by kraymer
-
r19097: wording fix; default dvb tuning timeout is now 30 seconds2006-07-16, by kraymer
-
r19087: Remove support for obsolete and non-free divx4/odivx libraries.2006-07-16, by kraymer
-
r19050: grammar and consistency fixes2006-07-16, by kraymer
-
r18964: wording fix2006-07-16, by kraymer
-
sync of ports.xml:2006-07-16, by kraymer
-
some xml docs review, based on patches by Kurt Lettmaier (k . lettmaier @at@ onlinehome.de)2006-07-16, by kraymer
-
marks several strings inside structs as const when they hold just2006-07-16, by reynaldo
-
Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.org2006-07-16, by reynaldo
-
minor arrangements to my entry2006-07-15, by reynaldo
-
add stefan to AUTHORS file for his several cleanup patches2006-07-15, by reynaldo
-
clarify "extradata"2006-07-15, by michael
-
now obsolete2006-07-15, by diego
-
Change sync tags to rXXXX.2006-07-15, by diego
-
Change function declararation w/o parameters to the correct foo(void) syntax.2006-07-15, by diego
-
- sync and fixes2006-07-15, by boskicinek
-
- CVS --> SVN2006-07-15, by boskicinek
-
help_mp-hu.h synced with r190872006-07-15, by Gabrov
-
Hungarian docs & man page synced with r191012006-07-15, by Gabrov
-
print frame type and keep track of last encountered keyframe2006-07-15, by ivo
-
typo2006-07-15, by ivo
-
new black frame detection filter2006-07-15, by ivo
-
Assume that missing streamcount means one stream, and missing mimetype2006-07-14, by rtogni
-
wording fix; default dvb tuning timeout is now 30 seconds2006-07-14, by nicodvb
-
cosmetical reformatting2006-07-14, by nicodvb
-
simplification in dvb_step_channel2006-07-14, by nicodvb
-
removed obsolete file2006-07-14, by nicodvb
-
moved LOF macros from dvb_defaults.h2006-07-14, by nicodvb
-
removed never used macros; patch by zzam gentoo org (Matthias Schwarzott)2006-07-14, by nicodvb
-
remove useless comment2006-07-14, by ivo
-
Remove support for obsolete and non-free divx4/odivx libraries.2006-07-14, by diego
-
Mark several string parameters that are not modified in the function as const.2006-07-14, by diego
-
fix line >79 characters2006-07-14, by ivo
-
fix matching of MSDOS line endings2006-07-14, by ivo
-
also omit configure.log and the generated help_mp.h from files to check2006-07-14, by ivo
-
CVS --> Subversion2006-07-14, by ivo
-
Update some old and crufty sections.2006-07-14, by diego
-
printf --> mp_msg2006-07-14, by diego
-
removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups, noticed by dalias2006-07-14, by reynaldo
-
Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.2006-07-13, by diego
-
cosmetics to ease future patching2006-07-13, by diego
-
Fix linking order. FontConfig should appear after libass.2006-07-13, by eugeni
-
more sizeof(char) fun2006-07-13, by reynaldo
-
dvd-device should also be enabled when dvdnav_stream is requested but stream_dvd2006-07-13, by diego
-
drops casts from void * on malloc/calloc from vidix/2006-07-13, by reynaldo
-
little rephrasing and corrected reference to main->trunk2006-07-13, by reynaldo
-
drops casts from void * on malloc/calloc, leftover on libmpcodecs2006-07-13, by reynaldo
-
Cosmetics.2006-07-13, by eugeni
-
drops casts from void * on malloc/calloc from libmpdemux code2006-07-13, by reynaldo
-
drops casts from void * on malloc/calloc from the gui code2006-07-13, by reynaldo
-
Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support2006-07-13, by gpoirier
-
Compilation fix: Mark mp_property_find parameter as const.2006-07-13, by diego
-
some updates and corrections by Jerome Ferrari < jerome PP ferrari AH lappis PP com >2006-07-13, by gpoirier
-
rename mpcf.txt to nut.txt2006-07-13, by michael
-
freeze (this is pretty much oded shimons patch from a few month ago)2006-07-13, by michael
-
man/hu/mplayer.1 synced with r190522006-07-13, by Gabrov
-
synced with r190512006-07-13, by gpoirier
-
Streamline GUI build.2006-07-13, by diego
-
Clean up codec-cfg and friends handling.2006-07-13, by diego
-
Remove non-existing CSS_INC.2006-07-12, by diego
-
Simplify includes.2006-07-12, by diego
-
Remove old and obsolete mplayer_wine QT DLL loading stuff.2006-07-12, by diego
-
Rename OSD/SUB section to OSD/SUBTITLES.2006-07-12, by diego
-
alphabetical order for the OSD/SUB section2006-07-12, by diego
-
grammar and consistency fixes2006-07-12, by diego
-
Support 6 argument variant of \move.2006-07-12, by eugeni
-
HU DOCS & man synced with r190462006-07-12, by Gabrov
-
r19046: two small fixes2006-07-12, by kraymer
-
two small fixes2006-07-12, by kraymer
-
r19043: add missing comma [does not apply]2006-07-12, by kraymer
-
r19039: Use only one global config.mak file.2006-07-12, by kraymer
-
add missing comma2006-07-12, by corey
-
OPTFLAGS already includes EXTRA_INC.2006-07-12, by diego
-
There is only one config.mak file left, don't ignore the others anymore.2006-07-12, by diego
-
There is only one global config.mak file left.2006-07-12, by diego
-
Use only one global config.mak file.2006-07-12, by diego
-
Remove useless variable.2006-07-12, by diego
-
Sync with latest FFmpeg build system changes:2006-07-12, by diego
-
center sub window option within the preferences dialog.2006-07-12, by vayne
-
remove check. libavutil is now mandatory2006-07-12, by ivo
-
Work around DTS_INC and MLIB_INC now being gone from FFmpeg.2006-07-12, by diego
-
Make libavutil mandatory.2006-07-12, by diego
-
- svn sync tag added2006-07-12, by boskicinek
-
Remove copyright notice changes from local diff.2006-07-12, by diego
-
- incomplete but we probably need this (because we updated mencoder.xml already)2006-07-12, by boskicinek
-
Update with latest changes and make diff apply cleanly.2006-07-12, by diego
-
updates + cosmetics2006-07-12, by diego
-
- svn sync tag added2006-07-12, by boskicinek
-
Remove remnants of old libmp1e support.2006-07-12, by diego
-
Telecine article on divx.com has gone 404, link to Wikipedia instead.2006-07-12, by diego
-
libavformat interdependencies have been fixed so disable all muxers2006-07-12, by diego
-
Fix for changed env parameter contents and improve speed.2006-07-12, by reimar
-
Fix = vs == typo2006-07-12, by uau
-
sync with FFmpeg r57182006-07-11, by diego
-
Fix compilation with MEncoder disabled: Some libavformat demuxers have2006-07-11, by diego
-
Fix 10l regexp mistake that disabled all decoders/encoders.2006-07-11, by diego
-
xvmclib vs xvmclibdir typo2006-07-11, by diego
-
Somewhat fix Gui with xinerama, reuse existing code, maybe one day the Gui will2006-07-11, by reimar
-
Split _libavcodecs variable into _libavdecoders and _libavencoders.2006-07-11, by diego
-
Disable FFmpeg muxers when not compiling MEncoder.2006-07-11, by diego
-
Sync with FFmpeg: (de)muxers are now individually selectable.2006-07-11, by diego
-
help_mp-hu.h synced with r189162006-07-11, by Gabrov
-
Add FFmpeg parsers to config.h as well.2006-07-11, by diego
-
Mention that individual codec and parser en-/disabling is FFmpeg-specific.2006-07-11, by diego
-
sync w/ 18969 (latest Eng. version)2006-07-11, by gpoirier
-
sync w/ r189422006-07-11, by gpoirier
-
Support some recently discovered color formats.2006-07-10, by eugeni
-
Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().2006-07-10, by eugeni
-
Only match outline fonts.2006-07-10, by eugeni
-
appended pvr support in AUTHORS file2006-07-10, by ben
-
added myself as maintainer of pvr input layer2006-07-10, by ben
-
updated ChangeLog with new pvr:// input2006-07-10, by ben
-
added new pvr:// input for ivtv based cards2006-07-10, by ben
-
vo_gl can do flipping without special filter2006-07-10, by reimar
-
Fix negative stride handling in -dr case2006-07-10, by reimar
-
Get rid of left-over incorrect UnmapBuffer hack2006-07-10, by reimar
-
sync w/ r189282006-07-10, by gpoirier
-
sync w/ 189162006-07-10, by gpoirier
-
Sync w/ 187122006-07-10, by gpoirier
-
sync w/ 187022006-07-10, by gpoirier
-
make libswscale build system similar to the libav* one2006-07-10, by lucabe
-
Fix off-by-one error for negative strides (flipped image)2006-07-10, by reimar
-
Fix window size bug when starting with -fs and returning2006-07-10, by reimar
-
c++ decls, 100000000000l to whoever broke my code like this..2006-07-10, by rfelker
-
more c++ decl crap2006-07-10, by rfelker
-
more c++ decl crap2006-07-10, by rfelker
-
1000000000l to whoever added c++ decl crap, probably uau..2006-07-10, by rfelker
-
Simplify ASS handling second try, this time taking FreeType into account.2006-07-09, by diego
-
Revert r18980, it breaks compilation under MinGW.2006-07-09, by eugeni
-
10l, xvmclib(dir) does not specify a directory name.2006-07-09, by diego
-
Consistent option and variable naming for x11libdir and xvmclibdir.2006-07-09, by diego
-
_x11_paths should just be a list of paths without -L.2006-07-09, by diego
-
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.2006-07-09, by diego
-
Simplify ASS handling.2006-07-09, by diego
-
Remove all encoders from the list of FFmpeg codecs when MEncoder is disabled.2006-07-09, by diego
-
Sync with latest FFmpeg build system changes, now parsers can be2006-07-09, by diego
-
Add my IRC nick.2006-07-09, by eugeni
-
Change SRC_PATH for ffmpeg back to '..' to avoid hardcoding current2006-07-09, by uau
-
Fix code cosmetics2006-07-09, by gpoirier
-
DOCS/xml/hu synced with r189732006-07-09, by Gabrov
-
DOCS/man/hu/mplayer.1 synced with r189692006-07-09, by Gabrov
-
make prefix const. Patch by Stefan Huehner, stefan AT huehner-org2006-07-09, by reynaldo
-
Mention hardware DTS pass-through. This wasn't strictly needed, but requested in:2006-07-08, by gpoirier
-
customtrect -vo gl suboption2006-07-08, by reimar
-
forgotten customtlin -vo gl suboption documentation2006-07-08, by reimar
-
Support for 16 bit ppms2006-07-08, by reimar
-
More helpful ProgramEnvParameters.2006-07-08, by reimar
-
wording fix2006-07-08, by diego
-
Remove unused variables, patch by Stefan Huehner stefan at huehner org.2006-07-08, by diego
-
Add myself to maintainers.2006-07-08, by eugeni
-
Add myself to AUTHORS.2006-07-08, by eugeni
-
Do not compile FFmpeg muxers and encoders unless MEncoder is enabled.2006-07-08, by diego
-
small fix to properly display skins when switching skins during playback.2006-07-08, by vayne
-
crash fix when clicking on volume sliders when in stop state.2006-07-08, by vayne
-
handle sub-window WinID checks in the gui.2006-07-08, by vayne
-
Set svn:ignore2006-07-08, by uau
-
Make some functions static.2006-07-08, by uau
-
Improve windows gui support2006-07-08, by reimar
-
Do not fiddle (too much) with external (WinID) windows2006-07-08, by reimar
-
OpenGL outputs actually support WinID, not to mention that showing the option2006-07-08, by reimar
-
vo_init hack is no longer required after the last patch removed the call2006-07-08, by reimar
-
No point in checking for X for windows gui, in addition the hackish2006-07-08, by reimar
-
small cosmetics2006-07-08, by diego
-
grammar/markup fixes2006-07-08, by diego
-
Revert r18878, always sync rm files using only pts (ignore framerate)2006-07-08, by rtogni
-
fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP com2006-07-08, by gpoirier
-
Remove unused prototype2006-07-08, by rtogni
-
Change use_gui detection to accept also filenames only containing2006-07-08, by reimar
-
Indentation fix (cosmetics).2006-07-07, by eugeni
-
Initial libass release (without mencoder support).2006-07-07, by eugeni
-
Split guess_cp() in two functions:2006-07-07, by eugeni
-
Make utf8_get_char non-static.2006-07-07, by eugeni
-
Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.2006-07-07, by eugeni
-
The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced in2006-07-07, by diego
-
Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III2006-07-07, by gpoirier
-
lavf demuxer works better for gxf2006-07-07, by reimar
-
Remove windows-specific hack that interfered with relative path2006-07-07, by reimar
-
relative-to-absolute path fixes: Do not prepend drive letter to \\ paths.2006-07-07, by reimar
-
Convince windows to allow window sizes > screen size2006-07-07, by reimar
-
usleep is still missing in MinGW, so leave it out of the MinGW version check.2006-07-07, by diego
-
Fix for case when both V4L and V4L2 are enabled2006-07-06, by reimar
-
some grammar/spelling/markup fixes for -rtsp-destination2006-07-06, by diego
-
Move conditional compilation into the build system.2006-07-06, by diego
-
cosmetics2006-07-06, by diego
-
-rtsp-port and -rtsp-destination need to be #ifdef MPLAYER_NETWORK.2006-07-06, by diego
-
DOCS/xml/hu synced with r189232006-07-06, by Gabrov
-
Update MPlayerOSX checkout commandlines with subversion commandline2006-07-06, by gpoirier
-
Add a new video pts tracking mode, enabled by option -correct-pts.2006-07-06, by uau
-
several function from playtreeparser.c maked static,2006-07-06, by reynaldo
-
modifies function declarations without parameters from ()2006-07-06, by reynaldo
-
Initial win32 gui release.2006-07-06, by vayne
-
Initial win32 gui release.2006-07-06, by vayne
-
document the change on -edlout's behavior2006-07-05, by reynaldo
-
Modifies behavior of -edlout2006-07-05, by reynaldo
-
MinGW 3.1 has added gettimeofday.2006-07-05, by diego
-
Update with changes from r18894 (get_path as const).2006-07-05, by diego
-
inclusion of md5.c based on USE_LIBAVUTIL_SO2006-07-05, by nicodvb
-
#define USE_LIBAVUTIL and USE_LIBAVUTIL_SO2006-07-05, by nicodvb
-
add a file saying that people should not try to compile2006-07-05, by attila
-
remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} org2006-07-05, by diego
-
all cosmetics, mainly denestifying of main edl operation's fill loop2006-07-05, by reynaldo
-
fixes 1000l bug that made MPlayer segfault when an overlaping edl line was found2006-07-05, by reynaldo
-
corectly report badly formated line number2006-07-05, by reynaldo
-
reverts previous commit due to mixed cosmetics ...2006-07-05, by reynaldo
-
move some ill-behaving demuxers further down the list2006-07-04, by reimar
-
trying to end the codec id battle2006-07-04, by michael
-
respect dvdnav's requests of WAIT to prevent while(1)2006-07-04, by nicodvb
-
support for audio streams that appear after unsuccessful probing2006-07-04, by nicodvb
-
Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,2006-07-04, by reimar
-
Add back the path part in 'libvo/font_load_ft.c' that was accidentally2006-07-04, by uau
-
Sync with 188182006-07-04, by jheryan
-
Sync with 188352006-07-04, by jheryan
-
Sync to svn up to 27.6.20062006-07-04, by jheryan
-
- Fix segfault on overlapping start/stop2006-07-04, by reynaldo
-
Remove silly variable indirection.2006-07-03, by diego
-
get_path as const, patch by Stefan Huehner, stefan AT huehner-org2006-07-03, by reynaldo
-
parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, stefan AT huehner-org2006-07-03, by reynaldo
-
Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar.2006-07-03, by diego
-
Remove unused variable, patch by Stefan Huehner stefan [at] huehner [dot] org2006-07-03, by diego
-
rm unnecesary casts from void* - part 42006-07-03, by reynaldo
-
fix linking on some systems2006-07-02, by ivo
-
remove obsolete md5sum files. libavutil's implementation is used now2006-07-02, by ivo
-
use libavutil's md5 implementation instead of local imported copy2006-07-02, by ivo
-
disable vo_md5sum if there is no libavutil2006-07-02, by ivo
-
cosmetics: move md5sum check down so it can depend on libavutil later2006-07-02, by ivo
-
rm unnecesary casts from void* - part 32006-07-02, by reynaldo
-
rm unnecesary casts from void* - part 22006-07-02, by reynaldo
-
updated english and french manpages with new -rtsp-destination option2006-07-01, by ben
-
missing free() if bails out at step 122006-07-01, by ben
-
Remove unneeded code2006-07-01, by lucabe
-
Fix A-V sync for real files (also live streams)2006-07-01, by rtogni
-
Get rid of unused variable2006-07-01, by reimar
-
Make sure all texture units have a different texture bound.2006-07-01, by reimar
-
this unrelated and erroneus change was applied on my previous commit, reverted2006-07-01, by reynaldo
-
rm unnecesary void* casts - part 12006-07-01, by reynaldo
-
havent seen him in ages..2006-06-30, by reynaldo
-
Add some explanatory comments to #endif jungle.2006-06-30, by diego
-
10l: wrong #endif removed.2006-06-30, by diego
-
Remove #ifdef HAVE_DVD, the file is only compiled under #ifdef HAVE_DVD ...2006-06-30, by diego
-
Move conditional FreeType support compilation to the build system.2006-06-30, by diego
-
postproc --> libswscale2006-06-30, by diego
-
postprocess.h was moved to libpostproc years ago..2006-06-30, by diego
-
Move postproc ---> libswscale2006-06-30, by lucabe
-
Nicolas Le Gaillart has vanished2006-06-30, by gpoirier
-
Update list of documentation maintainers.2006-06-30, by diego
-
gets ride of a few more sizeof(char)s2006-06-30, by reynaldo
-
more sizeof(char) fun2006-06-30, by reynaldo
-
cosmetic patch to remove useless sizeof(char) statements2006-06-29, by ben
-
2 more unused functions removal (trying to sync with xine)2006-06-29, by ben
-
removed unused hexdump()2006-06-29, by ben
-
Add missing license, as chosen by its author2006-06-29, by gpoirier
-
merges two asm constraints to one, patch by Zuxy Meng zuxy PP meng AHH gmail PP com2006-06-29, by gpoirier
-
Switch to UTF-8, patch by Rickard Narstrom2006-06-29, by gpoirier
-
Fix misplaced apostrophe.2006-06-29, by diego
-
Clear up the "who is pacman / who is tcsetattr?" mystery2006-06-28, by pacman
-
Remove bogus stream_eof() test - av_read_frame() has its own buffer and can2006-06-28, by pacman
-
Respect AOPLAY_FINAL_CHUNK2006-06-28, by pacman
-
cosmetics2006-06-28, by diego
-
Rewrite and extend the Subversion guidelines.2006-06-28, by diego
-
typo/grammar fixes2006-06-28, by diego
-
More information on how to compile MPlayer on OSX with extra features2006-06-27, by gpoirier
-
includes before checking for defines (thanks Reimar for watching me)2006-06-27, by ben
-
network code portability for win322006-06-27, by ben
-
avoid messing up with includes2006-06-27, by ben
-
remove MMX2 dependency (replace pshufw $78 with pswapd) so it can2006-06-27, by gpoirier
-
fix conversion float to int to use saturated ops,2006-06-27, by gpoirier
-
don't declare same global var twice (break live555 compilation)2006-06-26, by ben
-
mention new rtsp demuxer in changelog file2006-06-26, by ben
-
Add new Subversion beginners guide2006-06-26, by ivo
-
Remove old CVS beginners guide2006-06-26, by ivo
-
added FreeSDP library in Copyright file2006-06-26, by ben
-
r18824: URL update for Marillat Debian packages2006-06-26, by kraymer
-
added myself as freesdp imported library maintainer2006-06-26, by ben
-
cosmetic changes to avoid constants redefinition2006-06-26, by ben
-
Avoid crash in uninit-without-config case2006-06-26, by reimar
-
URL update for Marillat Debian packages2006-06-26, by diego
-
support for auto_close parameter in menu command list (geexbox patch)2006-06-25, by ben
-
Typo: use ptmpstr instead of tmpstr to strip leading spaces + add2006-06-25, by gpoirier
-
10l2006-06-25, by attila
-
kill unused message string MSGTR_LIBVO_MGA_MgaInvalidOutputFormat2006-06-25, by attila
-
reword some of the german translations of the mga message strings2006-06-25, by attila
-
correctly prefix all messages from -vo mga with [MGA]2006-06-25, by attila
-
fail with an error if the source resolution is larger than 1023x10232006-06-25, by attila
-
Make sure mp_input_read_key_code always sleeps. Avoids 100% CPU load2006-06-25, by reimar
-
Forgotten free on error2006-06-25, by reimar
-
respect AOPLAY_FINAL_CHUNK and do not discard samples read from buffer2006-06-25, by reimar
-
remove unused variable2006-06-25, by reimar
-
natsuki.mplayerhq.hu -> rsync.mplayerhq.hu2006-06-24, by attila
-
exit() is not allowed in any other function than main(); removed2006-06-24, by nicodvb
-
fprintf -> ms_msg2006-06-24, by nicodvb
-
static-ized a couple of functions2006-06-24, by nicodvb
-
rtp reordering of packets; patch by Ernitron (ernitron@fastwebnet.it)2006-06-24, by nicodvb
-
prevent a buffer overflow to occur at teardown2006-06-23, by ben
-
added myself as the new librtsp maintainer2006-06-23, by ben
-
moved generic rtsp related files from realrtsp to librtsp2006-06-23, by ben
-
remove some never called code2006-06-23, by ben
-
prevent most RTSP streams from locking due to -idx2006-06-23, by ben
-
added myself to AUTHORS file2006-06-23, by ben
-
removed some includes that are now useless2006-06-23, by ben
-
some printf() to mp_msg() replacements2006-06-23, by ben
-
Produce correct version string even when not run in a Subversion working copy.2006-06-23, by diego
-
fix charset of turkish help msg2006-06-23, by gpoirier
-
"make depend" requires version.h2006-06-22, by uau
-
remove pointless and sometimes incorrect lookupTex stuff2006-06-22, by reimar
-
reduce number of texture indirections to support older cards2006-06-22, by reimar
-
CVS --> Subversion + better version.h handling2006-06-22, by diego
-
CVS --> Subversion2006-06-22, by diego
-
Adapt FFmpeg version.sh that only recreates version.h if its content changed.2006-06-22, by diego
-
CVS --> Subversion in copyright notices2006-06-22, by diego
-
Ignore libmpencoders.a.2006-06-22, by diego
-
CVS --> Subversion as noticed by Jacob Beacham beacham**@**uiuc**.**edu2006-06-22, by diego
-
Remove forgotten --disable-setlocale option from --help output.2006-06-22, by diego
-
Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")2006-06-21, by uau
-
intercept VFCTRL_FLIP_PAGE if needed2006-06-21, by michael
-
send flip_page() through the filter chain2006-06-21, by michael
-
support for -alang in demux_lavf2006-06-21, by nicodvb
-
support for -alang2006-06-21, by nicodvb
-
cosmetic changes (defines will be used later in other parts of the code)2006-06-21, by ben
-
Make most of the xpm-files read 'const char*' instead of 'char*'2006-06-21, by diego
-
better RTSP RFC compliance (fixes in CSeq and TEARDOWN handling)2006-06-21, by ben
-
Move #ifdefs around complete files into the build system.2006-06-21, by diego
-
Ignore libraries.2006-06-21, by diego
-
rename cvs-howto.txt to svn-howto.txt2006-06-21, by ivo
-
Comment #ifdef #endif jungle.2006-06-21, by diego
-
minor Subversion-related changes2006-06-21, by diego
-
Comment some #endif directives to avoid confusion.2006-06-21, by diego
-
Remove separation between Win32 DLL and DirectShow support in the build system.2006-06-21, by diego
-
add command for changing commit messages after the commit took place.2006-06-21, by ivo
-
audio stream switching in demux_lavf2006-06-20, by nicodvb
-
support for audio stream switching2006-06-20, by nicodvb
-
fix a buffer overflow causing a segfault2006-06-20, by aurel
-
CVS --> Subversion2006-06-20, by aurel
-
simplify2006-06-20, by diego
-
Full sync to r184982006-06-19, by gpoirier
-
full update, patch by Tuncer Altay, tunceraltay (at) yahoo.com,2006-06-19, by gpoirier
-
audio switching to any of the available tracks2006-06-19, by nicodvb
-
feed any audio track present in the mux; switch to any of the available audio tracks2006-06-19, by nicodvb
-
Change integer to string comparison in hw.optional.altivec test since2006-06-19, by diego
-
avcodec_close()2006-06-19, by michael
-
fix link to help_mp-XX.h files in svn repo2006-06-18, by kraymer
-
r18712: improved -vo gl:lscale documentation2006-06-18, by kraymer
-
Conditionally run some CPU-architecture and OS-specific tests.2006-06-18, by diego
-
Rename --with-dts*dir options to --with-libdts*dir for consistency and2006-06-18, by diego
-
Software Scaler headers usage cleanup2006-06-18, by lucabe
-
Consistency fix.2006-06-18, by rathann
-
respect saved default for cache enable when nothing specified on2006-06-17, by reimar
-
Make header include order more similar to vo_gl.c2006-06-17, by reimar
-
Rename --with-libdvnav --> --with-dvdnavdir for consistency.2006-06-17, by diego
-
Disentangle _win32 and _dshow, the test for _dshow is disabled anyway.2006-06-17, by diego
-
Simplify and streamline FAAD detection.2006-06-17, by diego
-
consistency fix: --with-foo switches shall not enable options.2006-06-17, by diego
-
Fix crash with all audio-only ogg files, the vorbis_info struct is not2006-06-17, by reimar
-
DOCS/man/hu/mplayer.1 synced with r187122006-06-16, by Gabrov
-
Rewrite audio EOF handling logic fixing some problems that could cause2006-06-16, by uau
-
cosmetics: Rename some variables and command line parameters.2006-06-16, by diego
-
Fix definition of reinit_audio_chain().2006-06-16, by uau
-
removed old dvdnav code2006-06-16, by nicodvb
-
Use a function for help output.2006-06-16, by diego
-
sync with 18730 (Use MPlayer's CPU detection module instead of libmpeg2's)2006-06-16, by gpoirier
-
option handling consistency fixes2006-06-16, by diego
-
readability cosmetics2006-06-16, by diego
-
Use MPlayer's CPU detection module instead of libmpeg2's,2006-06-16, by gpoirier
-
Setting up a web server and FTP server.2006-06-16, by diego
-
misc corrections2006-06-16, by diego
-
typo2006-06-16, by ods15
-
update copyright an changelog with new liba52 0.7.42006-06-15, by rathann
-
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<2006-06-15, by rathann
-
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<2006-06-15, by rathann
-
sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com<2006-06-15, by rathann
-
Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.2006-06-15, by reimar
-
Do not parse numbers as octal, strip leading zeroes instead.2006-06-15, by reimar
-
Support UTF8 in OSD text2006-06-15, by reimar
-
Missing free for malloced char_seq in OSD code2006-06-15, by reimar
-
Fix window position when changing videos while in fullscreen and for2006-06-15, by reimar
-
reduced standard verbosity and changed output messages to more uniform descriptions2006-06-14, by nicodvb
-
restored support for dvdnav only in the stream layer; all other functionalities are disabled2006-06-14, by nicodvb
-
When playing an audio only file use audio time instead of video time to2006-06-14, by uau
-
Clean up audio pts handling, make audio pts tracking in the audio-only2006-06-14, by uau
-
improved -vo gl:lscale documentation2006-06-14, by reimar
-
Change free_sh_audio() to take demuxer and stream id as parameters2006-06-14, by uau
-
Remove extern declaration for free_sh_audio() that is both unused and2006-06-14, by uau
-
More CVS --> Subversion changes2006-06-14, by ivo
-
CVS --> Subversion2006-06-14, by ivo
-
Fix problem when subtitle file name is shorter than ".utf-8"2006-06-14, by gpoirier
-
fix uninitialized pointer value being passed to open_stream, where it is used in comparison.2006-06-14, by gpoirier
-
DOCS/xml/hu/ports.xml synced with r187042006-06-14, by Gabrov
-
Remove unnecessary rsync exclude.2006-06-14, by diego
-
cosmetics2006-06-14, by diego
-
formatting fixes2006-06-14, by diego
-
sync with r186972006-06-14, by gpoirier
-
r18697: scaler -> scale typo fix2006-06-13, by kraymer
-
review of large parts of xml documentation2006-06-13, by kraymer
-
Document lscale/cscale in -vo gl:help message2006-06-13, by reimar
-
scaler -> scale typo fix2006-06-13, by reimar
-
Do not use border for bicubic filter helper texture, since it will cause ATI2006-06-13, by reimar
-
Fix a condition as suggested by Rich.2006-06-13, by gpoirier
-
cosmetics2006-06-13, by gpoirier
-
audio stream switching in mpeg-ts2006-06-12, by nicodvb
-
support for audio stream switching2006-06-12, by nicodvb
-
add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)2006-06-12, by gpoirier
-
Optimize bicubic filtering2006-06-12, by reimar
-
10l to Roberto for forgetting to add the release code name.2006-06-12, by diego
-
typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$ru2006-06-12, by diego
-
include stream_dvd's interface from libmpdemux/stream_dvd.h2006-06-11, by nicodvb
-
moved stream_dvd's interface to stream_dvd.h2006-06-11, by nicodvb
-
Add pre7try3, final pre8 update2006-06-11, by rtogni
-
sync with r18656 (French man page is now in sync)2006-06-11, by gpoirier
-
fix image adjustment (brightness etc.) for yuv=62006-06-11, by reimar
-
sync with r186732006-06-10, by kraymer
-
Preliminary version of mirror howto2006-06-10, by attila
-
Do not require iconv program with --charset=noconv2006-06-10, by reimar
-
Expand and update the Solaris and AIX sections.2006-06-10, by diego
-
Protect SIZE_MAX use2006-06-09, by rtogni
-
Fix declaration mixed in among statements in the recent dvr-ms code2006-06-09, by pacman
-
support for vorbis in mp4/mov2006-06-09, by nicodvb
-
support for vorbis in mp4/mov2006-06-09, by nicodvb
-
decoderConfigLen can be larger than 255 bytes2006-06-09, by nicodvb
-
r18656: Add yuv to rgb conversion using a 3D lookup texture2006-06-09, by kraymer
-
add Kurt Lettmaier to AUTHORS2006-06-09, by kraymer
-
Don't claim that amr_nb is disabled when the fixed point version is enabled.2006-06-09, by diego
-
Generalize runtime linker support.2006-06-09, by diego
-
Ignore all generates libs.2006-06-09, by diego
-
CVS --> Subversion2006-06-09, by diego
-
CVS --> Subversion2006-06-09, by diego
-
synced with r186562006-06-09, by Gabrov
-
better spatial interpolation2006-06-09, by michael
-
unify wording of "Manpage" (according to most occurences in de/mplayer.1)2006-06-08, by kraymer
-
Add yuv to rgb conversion using a 3D lookup texture2006-06-08, by reimar
-
re-added some missing messages (who removed these anyway?)2006-06-08, by kraymer
-
loadGPUProgram function to load fragment program with error checking and statistics2006-06-08, by reimar
-
bicubic scaling for -vo gl2006-06-08, by reimar
-
synced with r186512006-06-08, by Gabrov
-
Except for missing cd-dvd.xml and codecs.xml, German xml docs2006-06-08, by kraymer
-
small fixes in en/video.xml2006-06-08, by kraymer
-
filter left & right edges too (yeah the code is lame i know...)2006-06-08, by michael
-
improved mc+src merge code2006-06-08, by michael
-
s/CVS/Subversion/2006-06-08, by diego
-
review of ports.xml and formats.xml translations2006-06-08, by kraymer
-
fixes the infinite loop which occurs when there is a decode error in a frame.2006-06-08, by gpoirier
-
Add recent Snow stuff to changelog2006-06-08, by ods15
-
10l: double "and"2006-06-08, by kraymer
-
review of history.xml and users-vs-dev.xml2006-06-08, by kraymer
-
review of mencoder.xml2006-06-08, by kraymer
-
rewording/clarification of vqscale option2006-06-07, by kraymer
-
Update2006-06-07, by rtogni
-
first vorbis packet before vorbis_synthesis_headeri() must have b_o_s==12006-06-07, by nicodvb
-
Project Mayo is long dead, their CVS does not work. Some more changes2006-06-07, by diego
-
vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef USE_LIBAVCODEC2006-06-07, by nicodvb
-
Flash screen video decoded via lavc2006-06-07, by rtogni
-
sync with r18631 (except a gl commit that will be translated later)2006-06-07, by gpoirier
-
Update2006-06-07, by rtogni
-
r18631: yadif filter: formatting fixes2006-06-07, by kraymer
-
yadif filter: formatting fixes2006-06-07, by kraymer
-
add vqscale=0 option, explain different meanings for snow and other codecs2006-06-07, by kraymer
-
Nop some instructions causing the vfwvp6 dll encoder to crash.2006-06-07, by banan
-
mcdeint is happy with yadif=3 too2006-06-07, by michael
-
make spatial interlacing check optional2006-06-07, by michael
-
simplify2006-06-07, by michael
-
avoid usage of head -1/head -n 1 and use sed 1q instead2006-06-07, by ivo
-
cleanup2006-06-07, by michael
-
Add bicubic texture scaling2006-06-07, by reimar
-
cleanup2006-06-07, by michael
-
move misplaced echores. Output may still not be as intended though2006-06-07, by reimar
-
Reworked YUV2RGB fragment program setup in preparation for upcoming patches2006-06-07, by reimar
-
VP6 under FreeBSD and -monitorpixelaspect2006-06-07, by reimar
-
Fix runtime-patching code to take into account the address when the codec is loaded.2006-06-07, by reimar
-
sync with r185742006-06-07, by gpoirier
-
Remove all references to MPlayer CVS from bugreports.xml2006-06-07, by gpoirier
-
Change "Supress" to "Suppress" in a couple comments.2006-06-07, by corey
-
sinesupress --> sinesuppress rename: looks like I need to2006-06-07, by corey
-
Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.2006-06-07, by corey
-
simplify2006-06-06, by michael
-
Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"2006-06-06, by pacman
-
yet another deinterlacing filter2006-06-06, by michael
-
small consistency fix2006-06-06, by diego
-
grammar/wording and formatting fixes for mcdeint2006-06-06, by diego
-
Fix mailing list name.2006-06-06, by diego
-
Spelling fix2006-06-06, by pacman
-
* fix obsolete cvs revision tags2006-06-06, by kraymer
-
(at least for now) finalizing review of encoding-guide.xml2006-06-06, by kraymer
-
</para> tag was accidently deleted and caused compile error2006-06-06, by kraymer
-
fixes by jerome ferrari2006-06-06, by gpoirier
-
xml docs: CVS --> Subversion2006-06-06, by kraymer
-
sync with help_mp-en.h 1.238, patch by Pierre Lombard and Gilles Pelletier2006-06-06, by gpoirier
-
synced with r185732006-06-06, by gpoirier
-
cosmetics2006-06-06, by diego
-
Drop all system-specific version generation stuff.2006-06-06, by diego
-
Put SVN revision in the version string2006-06-06, by rathann
-
known issues and notes2006-06-06, by michael
-
synced with r185912006-06-06, by Gabrov
-
Motion compensating deinterlacer2006-06-06, by michael
-
Fix a few minor spelling errors in comments.2006-06-05, by corey
-
(unfinished) review with lots of changes2006-06-05, by kraymer
-
r18577: mention when vo_gl yuv conversion methods are inexact2006-06-05, by kraymer
-
sync with r185672006-06-05, by gpoirier
-
cvs2svn2006-06-05, by rtogni
-
Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are available2006-06-05, by reimar
-
Disable unsecure dumping of generic track with -v -v -v2006-06-05, by rtogni
-
Adds missing NULL last entry to msgl_config2006-06-05, by iive
-
Reject codecs.conf files older than 200605012006-06-05, by rtogni
-
Support WVC1 decoding via dmo binary codec wvc1dmod.dll2006-06-05, by rtogni
-
Move/add checks to avoid crashes and make error messages less confusing2006-06-05, by reimar
-
add (currently unused) lookup for glTexImage3D2006-06-05, by reimar
-
more GL extension checks to avoid crashes with Mesa2006-06-05, by reimar
-
mention when vo_gl yuv conversion methods are inexact2006-06-05, by reimar
-
fix variable type used via "m" asm constraint to match size used in asm.2006-06-05, by reimar
-
German man page is completed since some time..2006-06-05, by kraymer
-
Make aic description a bit more helpful and less misleading.2006-06-05, by corey
-
Support and document lavc b_sensitivity option.2006-06-05, by corey
-
A couple typos: whith --> with, Defult --> Default2006-06-05, by corey
-
r18570: document the recent changes in Snow. new lavcopts: 'refs', 'vqscale=0'2006-06-05, by kraymer
-
document the recent changes in Snow.2006-06-05, by lorenm
-
initial import of some missing German xml translation, review(s) pending2006-06-05, by kraymer
-
18567: fixed -dvbin :timeout range2006-06-05, by kraymer
-
fixed -dvbin :timeout range2006-06-04, by nicodvb
-
support for dts (identified only by the PMT, not from the bitstream)2006-06-04, by nicodvb
-
one more a52 descriptor (dvb impl., untested)2006-06-04, by nicodvb
-
configurable tuning timeout2006-06-04, by nicodvb
-
configurable tuning timeout2006-06-04, by nicodvb
-
fixed off by one object_types in -faacopts2006-06-04, by nicodvb
-
SVN switch: get version date from .svn subdir instead of CVS/Entries2006-06-04, by rtogni
-
Fix potential integer overflows in memory allocation.2006-06-04, by rtogni
-
libpostproc is not a subdirectory of libavcodec anymore.2006-06-02, by diego
-
svn:externals definitions for required FFmpeg libraries.2006-06-02, by diego
-
Remove now obsolete .cvsignore files.2006-06-02, by diego
-
metadata support2006-05-30, by michael
-
Remove dead code, and do close smem file descriptor during un-init2006-05-30, by poirierg
-
URL fix2006-05-30, by poirierg
-
Use 0 and 1 instead of FRIBIDI_FALSE and FRIBIDI_TRUE which are no2006-05-18, by uau
-
psm longer than 1018 bytes is not allowed, thus invalid2006-05-18, by nicodvb
-
synced with 1.872006-05-18, by gabrov
-
typo fixes2006-05-18, by gabrov
-
increased sync tag (1.16) after URL update2006-05-18, by gabrov
-
synced with 1.532006-05-18, by gabrov
-
typo fixes2006-05-18, by gabrov
-
Partial sync, patch by Gilles Pelletier < pellgill AH gmail POIS com >2006-05-18, by gpoirier
-
use mp_msg instead of printf2006-05-18, by ivo
-
include sys/io.h instead of asm/io.h so iopl() gets declared too2006-05-18, by ivo
-
only include sys/mman.h if HAVE_SYS_MMAN_H is defined2006-05-18, by ivo
-
Mention new mphelp_check.py script.2006-05-17, by diego
-
S3 virge on fbdev is -vo s3fb2006-05-17, by gpoirier
-
Mention new driver which does back end scaling on S3 Virge chips in combination with fbdev.2006-05-17, by gpoirier
-
Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.2006-05-17, by gpoirier
-
x86_64 only saves ebx, not rbx. Fix some potential compilation problem on amd64.2006-05-17, by gpoirier
-
also set guiIntfStruct.sh_video to NULL for guiSetDefaults.2006-05-17, by reimar
-
10l: Really accept both one and two dashes.2006-05-17, by diego
-
Add mphelp_check.py.2006-05-17, by diego
-
Accept --missing as well as -missing, print less newlines.2006-05-17, by diego
-
fix reversed order of arguments2006-05-17, by attila
-
Fix some errors revealed by Uoti's help file checker.2006-05-17, by diego
-
Smacker, typo2006-05-17, by diego
-
Add FFmpeg Smacker audio and video.2006-05-17, by diego
-
Add tool to check MPlayer translation files for conflicting arguments2006-05-16, by uau
-
version bump (we are in sync with 1.16)2006-05-15, by kraymer
-
URL fix2006-05-15, by gpoirier
-
sync with 1.12892006-05-15, by gpoirier
-
10l to Reynaldo Verdejo H. Pinochet: next release is pre8, not pre6 ;-)2006-05-15, by gpoirier
-
fix build on macintel, patch by Zuxy Meng2006-05-15, by gpoirier
-
document more codecs supported by vfw interface.2006-05-15, by gpoirier
-
Add AACP fourcc for AACPlus in nsv streams2006-05-15, by rtognimp
-
Fix:2006-05-14, by rathann
-
Fix:2006-05-14, by rathann
-
Fix:2006-05-14, by rathann
-
Various improvement, fix build on AMD-64 and icc2006-05-14, by gpoirier
-
do aspect correction of video size before calculating vo_dx and vo_dy.2006-05-14, by reimar
-
typo fixes: Extenstion -> extension2006-05-14, by reimar
-
fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepanov A gmail P com>2006-05-14, by gpoirier
-
Fix some potential integer overflow in memory allocation (mot of these2006-05-14, by rtognimp
-
Don't just check for the existence of xmmintrin.h, also verify it will compile.2006-05-14, by diego
-
Add checks for 3DNow! and SSE compiler intrinsics to be used with FFmpeg.2006-05-14, by diego
-
Use egrep together with extended regular expressions for greater portability.2006-05-14, by diego
-
Fix LDFLAGS vs CPPFLAGS typo noticed by Derek E. Lewis.2006-05-14, by diego
-
Only set the default output filename when it was not passed on the command2006-05-14, by diego
-
synced with 1.256 (revert in English version)2006-05-14, by gabrov
-
synced with 1.12892006-05-14, by gabrov
-
remove stray ')'2006-05-13, by reimar
-
show OpenGL extension string with -v, very helpful for debugging2006-05-13, by reimar
-
glBindTexture might be called glBindTextureEXT as well2006-05-13, by reimar
-
grammar fix for 'Syntax'2006-05-13, by kraymer
-
1.1289: support lavc mv0_threshold2006-05-13, by kraymer
-
missing argument for mp_msg, fixes:2006-05-13, by rathann
-
Fix:2006-05-13, by rathann
-
support lavc mv0_threshold2006-05-13, by corey
-
Move setting the output filename after the suboption parsing, otherwise it2006-05-13, by diego
-
add check for a working iconv program and point to workaround if not found2006-05-13, by reimar
-
Remove extra return.2006-05-13, by rathann
-
Simplify condition, since both time and time_last are unsigned.2006-05-13, by rathann
-
Make return type consistent with usage. Patch by Pierre Lombard.2006-05-13, by rathann
-
Make depend targets consistent: Remove redirection through .depend target.2006-05-13, by diego
-
synced with 1.502006-05-13, by gabrov
-
Makefile and config.h are not generated files.2006-05-13, by diego
-
make depend requires help_mp.h, fixes make depend after make distclean.2006-05-13, by diego
-
synced with 1.12882006-05-13, by gabrov
-
Remove redundant line.2006-05-13, by diego
-
Rework the karaoke audio filter section.2006-05-13, by diego
-
Linkers, assisted by a compiler, can optimize out the string that is being2006-05-13, by diego
-
where necesary, replaced all realloc() with realloc_struct() to prevent int oveflows2006-05-13, by nicodvb
-
Missing terminating " causes compilation error in vo_aa2006-05-13, by reimar
-
prevent memleak2006-05-13, by nicodvb
-
unconditionally stop allocating memory for dvb_channel_t after 1 MB: it's unreasonably big2006-05-13, by nicodvb
-
New karaoke af2006-05-13, by reynaldo
-
Minor pre-release corrections, mostly missed caps2006-05-13, by reynaldo
-
accidentally committed this overflow fix with the declaration fix before.2006-05-13, by rfelker
-
remove useless cruft (caused error tz undefined)2006-05-13, by rfelker
-
posix compliance, dont use ancient legacy name2006-05-13, by rfelker
-
10^100l c++ declarations2006-05-13, by rfelker
-
allocate correct extradata size2006-05-12, by nicodvb
-
Further random updates by Jerome Ferrari <jerome PIOS ferrari A lappis POIU com>2006-05-12, by gpoirier
-
raised max extradata size and refuse to store more than the limit2006-05-12, by nicodvb
-
mediaLib is now disabled by default, add a comment about HP-UX SCSI headers.2006-05-12, by diego
-
mlib != mediaLib2006-05-12, by diego
-
--enable-mlib should behave like all other commandline parameters.2006-05-12, by diego
-
some fixes for the VfW encoding section2006-05-12, by diego
-
Add missing --enable-toolame and --enable-twolame parameters.2006-05-12, by diego
-
output typo fixes2006-05-12, by diego
-
Disable mediaLib by default due to brokenness.2006-05-12, by diego
-
Minor corrections partII - Final2006-05-12, by reynaldo
-
Minor corrections to spanish help messages - Part12006-05-12, by reynaldo
-
Fall back on the codecs subdirectory of the current directory for Real2006-05-11, by diego
-
Prefer vorbis over ffvorbis for now.2006-05-11, by diego
-
roff syntax fix2006-05-11, by diego
-
like it or not, the vfw options are -(xvfw)opts, not -(vfw)opts2006-05-11, by gpoirier
-
sync with 1.12852006-05-11, by gpoirier
-
Fix potential integer overflows in memory allocation. Patch by Reimar and me, SIZE_MAX by Rich2006-05-11, by rtognimp
-
synced with 1.2542006-05-11, by gabrov
-
synced with 1.12842006-05-11, by gabrov
-
synced with 1.292006-05-11, by gabrov
-
synced with 1.17 (increased sync tag after English typo fix)2006-05-11, by gabrov
-
synced with 1.492006-05-11, by gabrov
-
version bump..2006-05-11, by kraymer
-
release dedicated review Part I (lines 329 - <end>)2006-05-11, by kraymer
-
1.284: fix vfw-related things2006-05-11, by kraymer
-
sync2006-05-11, by luran
-
Remove unnecessary commented out OPTFLAGS line.2006-05-11, by diego
-
fix vfw-related things, patches by RC and Compn2006-05-11, by gpoirier
-
ffvorbis no longer crashes with native demuxer.2006-05-10, by diego
-
unbound demux_ogg from ad_libvorbis2006-05-10, by nicodvb
-
unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without crashes2006-05-10, by nicodvb
-
A/R changes are handled correctly by -vc mpeg122006-05-10, by nicodvb
-
Feed AltiVec compiler options into CFLAGS explicitly.2006-05-10, by diego
-
grammar fix2006-05-10, by kraymer
-
missing period, noticed by Christian Korff christian.korff$$@$$gmail$$.$$com2006-05-10, by diego
-
10l, fix for previous commit2006-05-10, by kraymer
-
fix missing line break for MSGTR_LameCantInit2006-05-10, by kraymer
-
release dedicated review Part I (lines 1 - 328)2006-05-10, by kraymer
-
fuse XviD entries,2006-05-10, by gpoirier
-
align xml tags2006-05-09, by kraymer
-
wording2006-05-09, by kraymer
-
German translation for tvinput.xml2006-05-09, by kraymer
-
Temporary workaround for libavcodec issues with B-frames2006-05-09, by rtognimp
-
1.251: console message review: countless spelling/grammar/wording fixes2006-05-09, by kraymer
-
1.1283: Document xvfwopts.2006-05-09, by kraymer
-
Document xvfwopts.2006-05-09, by diego
-
small layout fix2006-05-09, by diego
-
Ignore main.xml.2006-05-09, by diego
-
1.1281: Small wording fix, add parameters to the lavfopts option declarations.2006-05-09, by kraymer
-
typo/wording fixes2006-05-09, by diego
-
Add a note about main.xml.2006-05-09, by diego
-
1.252: [previously applied by rynaldo, #1.157]2006-05-09, by kraymer
-
synced with 1.482006-05-09, by gabrov
-
Unconditionally compile Matroska demuxer - oops, part missed in initial commit.2006-05-09, by diego
-
Unconditionally compile the Matroska demuxer.2006-05-08, by diego
-
This file is autogenerated and should not be in CVS.2006-05-08, by diego
-
2nd part of review by Pierre Lombard + some more fixes by me.2006-05-08, by gpoirier
-
French correction by Pierre Lombard <p_l AH gmx PO fr>, and some further changes by myself.2006-05-08, by gpoirier
-
change the type of esp in SwsContext to uint64_t so it can hold a full register2006-05-07, by reimar
-
Adapt to latest FFmpeg AMR build changes.2006-05-07, by diego
-
COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c2006-05-07, by nicodvb
-
vfps OGM support2006-05-07, by diego
-
Fix up some checks to properly use _res_comment.2006-05-07, by diego
-
Remove stray variable.2006-05-07, by diego
-
support for vfps OGM files2006-05-06, by diego
-
Fix calculation of stream sizes when they are too big for a 32-bit variable2006-05-06, by pacman
-
removing esp usage2006-05-06, by michael
-
REGBP2006-05-06, by michael
-
fix float rounding error2006-05-05, by ods15
-
Don't blit frame if we hit EOF and no new frame is read. Fixes picture2006-05-05, by uau
-
fix the warning generated (in gcc4) by the 'inline' keyword position.2006-05-05, by iive
-
x264 linking now requires explicit x11 libraries inclusion.2006-05-04, by iive
-
check for XviD compiled with pthread support2006-05-04, by iive
-
French Fixes by Pierre Lombard, (and 10l to me for not checking they were2006-05-04, by gpoirier
-
Make sure black borders are drawn when switching videos with -fixed-vo.2006-05-04, by reimar
-
updates cs translation of help messages, patch by Thomas Blaha, tomasb AT kapsa-cz2006-05-04, by reynaldo
-
fixed %d->PRIu64 in read_mpeg_timestamp()2006-05-03, by nicodvb
-
stream_read_word() returns _unsigned_ int2006-05-03, by nicodvb
-
synced with 1.12812006-05-02, by gabrov
-
French fixes by jerome WOF ferrari YAP lappis WOF com2006-05-02, by gpoirier
-
yet another Compile fix2006-05-01, by gpoirier
-
some more corrections2006-05-01, by gpoirier
-
sync with 1.12812006-05-01, by gpoirier
-
french corrections by Bounec2006-05-01, by gpoirier
-
Small wording fix, add parameters to the lavfopts option declarations.2006-05-01, by diego
-
Expand a bit, clarification and grammar fix.2006-05-01, by diego
-
cosmetics: Make patch apply cleanly.2006-05-01, by diego
-
Remove obsolete features.xml file.2006-05-01, by diego
-
misc wording/spelling fixes2006-05-01, by diego
-
synced with 1.12802006-05-01, by gabrov
-
we have a preliminary support for macintel2006-05-01, by gpoirier
-
100000l to the fools who don't know C2006-05-01, by rfelker
-
update release tag so nobody uses an old codecs.conf2006-04-30, by reimar
-
AIx port is experimental2006-04-30, by rtognimp
-
sync with ffmpeg changelog + some updates2006-04-30, by rtognimp
-
Add a check for sysi86() on Solaris systems, solving a build failure on Solaris2006-04-30, by diego
-
10l2006-04-30, by attila
-
patches should be always created from root dir2006-04-30, by attila
-
add section about resending patches2006-04-30, by attila
-
1.1280: -lavfopts muxrate in in bits/sec2006-04-30, by kraymer
-
-lavfopts muxrate in in bits/sec2006-04-30, by nicodvb
-
1.1279: Bump the date.2006-04-30, by kraymer
-
1.1276: Consistency for the 'i' key, [does not apply]2006-04-30, by kraymer
-
1.1273: small spelling/grammar fixes2006-04-30, by kraymer
-
synced with 1.12002006-04-30, by gabrov
-
synced with 1.252 (update done by Reynaldo)2006-04-30, by gabrov
-
fixes suggested by Reimar2006-04-30, by gpoirier
-
Removes duplicated entry, pointed out by Victor Farias Escobar <nk21507 at hotmail.com>2006-04-30, by reynaldo
-
synced with 1.2512006-04-30, by gabrov
-
Fixed a tipo pointed out by Victor Farias Escobar <nk21507 at hotmail.com>2006-04-30, by reynaldo
-
Add a few meaningfull recent dev. improvement, cut overly long lines2006-04-29, by gpoirier
-
slovak help msgs translation update, first half, patch by Daiel Bena - benad AT centrum-cz2006-04-29, by reynaldo
-
French fixes by Jerome Ferrari2006-04-29, by gpoirier
-
French fixes by Bounec2006-04-29, by gpoirier
-
I already bumped the date to tomorrow, which is pre8 "Neu Team Strikes back" due date2006-04-29, by gpoirier
-
Bump the date.2006-04-29, by diego
-
sync with 1.12782006-04-29, by gpoirier
-
Adding transliteration (english spelling) of my name2006-04-29, by iive
-
sync2006-04-29, by luran
-
Correct vglobal description, as pointed out by Loren.2006-04-28, by diego
-
console message review: countless spelling/grammar/wording fixes2006-04-28, by diego
-
Remove duplicate message.2006-04-28, by diego
-
Rename some misspelled and misnamed messages.2006-04-28, by diego
-
cosmetics: Remove trailing whitespace.2006-04-28, by diego
-
Consistency for the 'i' key, document vglobal, aglobal and2006-04-28, by diego
-
synced with 1.11242006-04-28, by gabrov
-
Small grammar fix introduced by my previous commit :/2006-04-28, by reynaldo
-
Some Fench fixes by Bounec2006-04-28, by gpoirier
-
Some French corrections, patch by Jérome Ferrari <jerome POIS ferrari AH lappis POIS com>2006-04-28, by gpoirier
-
synced with 1.11142006-04-28, by gabrov
-
small spelling/grammar fixes2006-04-28, by diego
-
clarified restriction on -lavfopts :delay2006-04-27, by nicodvb
-
document more -lavfopts entries2006-04-27, by nicodvb
-
Remove a useless variable.2006-04-27, by uau
-
Fix some bugs handling input that is not aligned at 16 bytes or has2006-04-27, by pacman
-
fixes a bug when copying the image into a destination buffer smaller than the source.2006-04-27, by gpoirier
-
synced with 1.11002006-04-27, by gabrov
-
use CPP/LDFLAGS if set (but warn about this), and set our CFLAGS before they2006-04-27, by reimar
-
Remove unnecessary le2me_32 macros.2006-04-27, by diego
-
Document how configure works and how to write basic checks.2006-04-27, by diego
-
spelling/grammar/wording fixes in doxygen and non-doxygen comments2006-04-27, by diego
-
Remove useless "#if 0" blocks2006-04-27, by uau
-
Fix amr_nb-fixed compilation: Don't depend on amr_nb.2006-04-27, by diego
-
EDL no longer conditionally compiled.2006-04-27, by diego
-
Make EDL compilation unconditional2006-04-27, by uau
-
Sync with upstream.2006-04-27, by diego
-
typo2006-04-27, by diego
-
Change common pts variables from floats to doubles. Individual demuxers2006-04-27, by uau
-
sync with 1.2492006-04-27, by luran
-
Fixes - Make mencoder stream size printing use 64 bits - by Corey Hickey on translation files2006-04-27, by reynaldo
-
sync with 1.2482006-04-27, by luran
-
I think I can safely take care of the equalizer af, going to maintain it2006-04-27, by reynaldo
-
updating spanish console messages to 1.249 (almost 100%) adding all missing entries at least2006-04-27, by reynaldo
-
synced with 1.2492006-04-27, by gabrov
-
Removes duplicate entry2006-04-27, by reynaldo
-
Fix memory corruption in vd_libmpeg22006-04-27, by uau
-
Make mencoder stream size printing use 64 bits.2006-04-26, by corey
-
German translation for faq.xml2006-04-26, by kraymer
-
French corrections by Pierre Lombard < p_l AH gmx POIS fr >2006-04-26, by gpoirier
-
(.)~(.)2006-04-26, by gpoirier
-
synced with 1.10592006-04-26, by gabrov
-
1.1269: Kiriuja's rephrasing of the identify=6 v/s -identify issue, ...2006-04-26, by kraymer
-
1.247: correct meaning of ABR2006-04-26, by kraymer
-
synced with 1.2472006-04-26, by gabrov
-
correct meaning of ABR2006-04-26, by gabrov
-
10l: Test the variable, don't set it...2006-04-26, by diego
-
average bitrate -> available bitrate (en hasn't changed yet?)2006-04-26, by luran
-
The code setting the OSD seek direction indicator for absolute seeks was2006-04-25, by uau
-
Remove updating of vo_mouse_timer_const from the main loop and also2006-04-25, by uau
-
simplified management of dvb channel switching2006-04-25, by nicodvb
-
some fixes by Pierre Lombard2006-04-25, by gpoirier
-
synced with 1.10422006-04-25, by gabrov
-
Fix most of the mistakes pointed out by Diego.2006-04-25, by albeu
-
synced with 1.2462006-04-25, by gabrov
-
synced with 1.1052006-04-25, by gabrov
-
synced with 1.262006-04-25, by gabrov
-
Synced with 1.2422006-04-25, by jheryan
-
Synced with 1.12582006-04-25, by jheryan
-
Synced with 1.152006-04-25, by jheryan
-
Synced with 1.802006-04-25, by jheryan
-
Synced with 1.1032006-04-25, by jheryan
-
Synced with 1.632006-04-25, by jheryan
-
Synced with 1.252006-04-25, by jheryan
-
Synced with 1.1022006-04-25, by jheryan
-
Synced with 1.472006-04-25, by jheryan
-
Synced with 1.762006-04-25, by jheryan
-
Synced with 1.162006-04-25, by jheryan
-
sync with 1.2452006-04-25, by luran
-
No need to include the whole libinput in mencoder2006-04-25, by albeu
-
Simplify x86 CPU flag/extension check.2006-04-25, by diego
-
Doxygen Attack! - Chapter 32006-04-25, by albeu
-
Adding Otvos Attila to authors list2006-04-24, by reynaldo
-
Get rid of unneeded align2006-04-24, by nplourde
-
make _res_comment usage consistent2006-04-24, by rathann
-
Doxygen attack! - Chapter 22006-04-24, by albeu
-
fix printf->mp_msg transition, 10l to Reynaldo and/or Attila2006-04-24, by rathann
-
Add exg2006-04-24, by rtognimp
-
Doxygen attack!2006-04-24, by albeu
-
MSGTR_LIBVO_MGA_InvalidOutputFormat was missing in one of the last commits.2006-04-24, by albeu
-
synced with 1.10362006-04-24, by gabrov
-
- fix configure output for XvMC and DGA tests2006-04-24, by rathann
-
Small grammar fixes:2006-04-24, by corey
-
1.245: Improve some messages, typo fix.2006-04-24, by kraymer
-
Increase HEADER_SEARCH_SIZE, fixes high-bitrate streams from demoscene.tv.2006-04-24, by diego
-
1.244: Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes..2006-04-24, by kraymer
-
removed more unused stuff2006-04-24, by nicodvb
-
fix typo X<->Y2006-04-24, by attila
-
AVI files *can* contain aspect ration information, closes #483.2006-04-24, by diego
-
Other players apart from MPlayer support MPEG-4 aspect now, closes #482.2006-04-24, by diego
-
Add uau2006-04-24, by rtognimp
-
5 - Drop more buffered audio data left from old position when seeking.2006-04-24, by rtognimp
-
4 - Implement a better way to calculate current audio pts and use it for2006-04-24, by rtognimp
-
3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h to2006-04-24, by rtognimp
-
1 - Remove kernel HZ=100 assumptions that are no longer true from2006-04-24, by rtognimp
-
Improve some messages, typo fix.2006-04-24, by diego
-
simplified parse_audio()2006-04-24, by nicodvb
-
sycn with 1.12662006-04-24, by gpoirier
-
Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections2006-04-24, by reynaldo
-
1.1266: Remove support for default.sub.2006-04-23, by kraymer
-
Remove support for default.sub.2006-04-23, by diego
-
Kill an unused variable warning.2006-04-23, by diego
-
cosmetics: Rename the _3dnowex and _mmx2 processor flag variables to _3dnowext2006-04-23, by diego
-
Sync with 1.47, patch by Johan Bos < dariusjb AH gmail com> and LMJ.2006-04-23, by gpoirier
-
sync with 1.12652006-04-23, by gpoirier
-
Add properties to get/set the stream position and get the stream2006-04-23, by albeu
-
resource leak fix.2006-04-23, by gpoirier
-
Fix up osd_show_/operty_text.2006-04-23, by diego
-
Align osd_show_text with osd_show_property_text.2006-04-23, by albeu
-
Add a new command: osd_show_property_text that show an expanded property2006-04-23, by albeu
-
Remove second, redundant x86_exts_check.2006-04-23, by diego
-
Fix up -msgcharset and MPLAYER_CHARSET.2006-04-23, by diego
-
Rename some forgotten #ifdef STREAMING_LIVE_DOT_COM to STREAMING_LIVE555.2006-04-23, by diego
-
Partially revert 1.140, restoring the old behaviour for all codecs2006-04-23, by rtognimp
-
typo fix2006-04-23, by gabrov
-
document message charset functionality2006-04-23, by reimar
-
Cosmetic fix, splitting long mencoder cmd line2006-04-23, by reynaldo
-
Part 4 of otvos attila's oattila AT chello-hu mp_msg changes, no modifications this time2006-04-23, by reynaldo
-
Add FIXME skeletons for -msgcharset and MPLAYER_CHARSET.2006-04-22, by diego
-
Add support for shared libavutil.2006-04-22, by diego
-
Small fix, incorrect MSGL at fatal error2006-04-22, by reynaldo
-
The tv color control commands can now also adjust the values.2006-04-22, by albeu
-
sync to x264 r503 (dct_decimate)2006-04-22, by lorenm
-
Handle the tv color control commands with the properties.2006-04-22, by albeu
-
Add --disable-libavutil option to --help output.2006-04-22, by diego
-
Verticaly center the background around the text.2006-04-22, by albeu
-
synced with 1.2432006-04-22, by gabrov
-
Add command line options to enable/disable libavutil.2006-04-22, by diego
-
muxer_mpeg rewritten2006-04-22, by nicodvb
-
removed more unused code and struct members2006-04-22, by nicodvb
-
removed unused variables2006-04-22, by nicodvb
-
synced with 1.762006-04-22, by gabrov
-
moved inline at beginning of declaration2006-04-22, by nicodvb
-
Make static libavutil detection semantics explicit.2006-04-22, by diego
-
There is a draw_alpha for uyvy, use it.2006-04-22, by albeu
-
Fix menu background drawing.2006-04-22, by albeu
-
10l: Add missing fallback case for internal FAAD compiler blacklist.2006-04-22, by diego
-
Add properties for the tv input color controls.2006-04-22, by albeu
-
Add the declarations for mp_property_find/do.2006-04-22, by albeu
-
Make the sse CPU flag imply mmxext, Intel CPUs with SSE support mmxext2006-04-22, by diego
-
fixed muxrates for xvcd and xsvcd2006-04-22, by nicodvb
-
audio init code was previously moved to fix_parameters() so removed from write_chunk()2006-04-22, by nicodvb
-
Set all processor flags individually, not implied.2006-04-22, by diego
-
introduced structures and code to keep track of decoder's buffers sizes2006-04-22, by nicodvb
-
Disable RTC on PowerPC.2006-04-22, by diego
-
10l: Fix internal FAAD check for non-x86.2006-04-22, by diego
-
We now have CJPG samples and they work with the CJPG and ijpg decoders.2006-04-22, by diego
-
Blacklist certain gcc versions instead of running an expensive compilation2006-04-22, by diego
-
Small hack suggested by dalias to avoid flickering at I frames2006-04-22, by reynaldo
-
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual2006-04-22, by reynaldo
-
minor fixes: get rid of pointless inline attributes and some additional checks2006-04-21, by reimar
-
forgotten update_xinerama_info prototypes2006-04-21, by reimar
-
Implement getting colors. The mapping between MPlayer's gamma range2006-04-21, by albeu
-
Implement tv_get_color_options() and make tv_set_color_options() return2006-04-21, by albeu
-
1.260: 10l2006-04-21, by kraymer
-
10l2006-04-21, by kraymer
-
syntax fix for "s" (keyboard control)2006-04-21, by kraymer
-
typo (noticed by "veal" on freenode)2006-04-21, by kraymer
-
Fix BGR32 big-endian output2006-04-20, by pacman
-
removed skip_padding (never used and totally useless)2006-04-20, by nicodvb
-
added support for DX50 and dx50 4CCs2006-04-20, by nicodvb
-
fixed wrong operator precedence in parse_mpeg4_video()2006-04-20, by nicodvb
-
simplified code to patch the video framerate (removed silly comparisons)2006-04-20, by nicodvb
-
10l, aspect_save_screenres must be always called in update_xinerama_info.2006-04-20, by reimar
-
better set audio_out_minsize to MAX_FRAMESIZE2006-04-20, by reimar
-
set audio_out_minsize, should avoid all "maxlen too small" cases2006-04-19, by reimar
-
bug fixes: left-over mode variable used uninitialized,2006-04-19, by reimar
-
1.242: small grammar fix2006-04-19, by kraymer
-
small grammar fix2006-04-19, by kraymer
-
remove private comment tag2006-04-19, by kraymer
-
1.241: add a newline before the "Playing"... line2006-04-19, by kraymer
-
German translation for usage.xml2006-04-19, by kraymer
-
add a newline before the "Playing"... line2006-04-19, by reimar
-
Using channel count, samplerate and input bps values from the container2006-04-19, by diego
-
Register for window-manager delete window events and quit MPlayer.2006-04-19, by reimar
-
also print an error when parsing fails with M_OPT_INVALID or M_OPT_PARSER_ERR.2006-04-19, by reimar
-
spellcheck revealed 2 more typos..2006-04-19, by kraymer
-
typo fix: s/20060915/20040915/2006-04-19, by gpoirier
-
small grammar fix2006-04-18, by kraymer
-
German translation for documentation.xml2006-04-18, by kraymer
-
Remove some libmpdvdkit vs libmpdvdkit2 cruft.2006-04-18, by diego
-
faad2 updated2006-04-18, by rtognimp
-
Update to faad2 cvs 20040915+MPlayer fixes2006-04-18, by rtognimp
-
1.15: Explain how security issues should be reported, based on a patch by Ivann2006-04-18, by kraymer
-
German translation for mail-lists.xml2006-04-18, by kraymer
-
German translation for install.xml2006-04-18, by kraymer
-
Make the RTP demuxer work with libdvdread 0.9.5.2006-04-18, by diego
-
Remove outdated references to Arpi as admin.2006-04-18, by diego
-
rtsp options should be available for mencoder as well2006-04-18, by reimar
-
Clarify ffvorbis comment.2006-04-18, by diego
-
A new German translation of the XML documentation is in the works.2006-04-18, by diego
-
minor markup fixes2006-04-18, by diego
-
10l: build fix.2006-04-17, by gpoirier
-
Include buffered decoded audio in A-V sync calculations.2006-04-17, by corey
-
fixes decoding demoscene.tv nsv at http://213.186.36.129:80002006-04-17, by gpoirier
-
add translation of audio.xml2006-04-17, by kraymer
-
English docs should be built first.2006-04-17, by diego
-
Simplify link removal.2006-04-17, by diego
-
add support for German translation2006-04-17, by kraymer
-
add finished translations for2006-04-17, by kraymer
-
add missing Makefile for German xml docs2006-04-17, by kraymer
-
sync with 1.12572006-04-16, by gpoirier
-
1.1257: Fix and improve xinerama support2006-04-16, by kraymer
-
1.240: Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).2006-04-16, by kraymer
-
Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).2006-04-16, by gpoirier
-
Use ULL for > 32 bits constant.2006-04-16, by reimar
-
Fix and improve xinerama support2006-04-16, by reimar
-
remove completely pointless != NULL check2006-04-16, by reimar
-
more .charset files based on guesswork2006-04-16, by reimar
-
UTF-8 is more portable that utf82006-04-16, by reimar
-
Add some files I maintain2006-04-16, by reimar
-
recognize future pentium-m processors, e.g. there is intel core with model 142006-04-16, by iive
-
10l in rgb2rgb_template.c2006-04-16, by iive
-
fallback to USERPROFILE environment variable for caching CSS keys when2006-04-15, by reimar
-
ffvorbis2006-04-15, by diego
-
10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from working2006-04-15, by reimar
-
always cast stream IDs to unsigned before comparing to MAX_STREAMS.2006-04-15, by reimar
-
new monitorpixelaspect option, esp. useful for xinerama setups with upcoming patch2006-04-15, by reimar
-
add support for intel mac. mp3lib is not fixed yet.2006-04-15, by nplourde
-
synced with 1.152006-04-15, by gabrov
-
synced with 1.1032006-04-15, by gabrov
-
Make mp3lib say that it's using Altivec to decode instead of generic C2006-04-15, by diego
-
Switch audio delay keys to something more sane (+ to increase, - to decrease)2006-04-15, by diego
-
do not try to load default.sub when it doesn't exist. Fixes bug #480.2006-04-15, by reimar
-
Major update of all French files (except mencoder and encoding-guide)2006-04-15, by gpoirier
-
avoid crash when running "mplayer -loop" (dereferencing uninitialize pointer).2006-04-14, by reimar
-
10l, keyframes must have tag 0x10, not 1.2006-04-14, by reimar
-
missing free in case sdpplin_parse_stream returns invalid stream.2006-04-14, by reimar
-
free memory on error in http_add_basic_authentication2006-04-14, by reimar
-
small typo/grammar fixes2006-04-14, by diego
-
-ao pcm:fast suboption for faster-than-realtime dumping2006-04-14, by reimar
-
remove vts_no parameter from mp_get_titleset_length - it is not only useless,2006-04-14, by reimar
-
remove non-ascii character outside of string, might break build with some compilers2006-04-14, by reimar
-
10l, forgot to move aspect_save_screenres in last commit2006-04-14, by reimar
-
fix A-V sync overcorrection for desync due to too slow hardware.2006-04-14, by reimar
-
add check for non-ascii charsets used in code and simplify showcont switch handling2006-04-14, by reimar
-
1.1253: Document sinesupress audio filter, [...]2006-04-14, by kraymer
-
correct fullscreen size2006-04-13, by reimar
-
Document sinesupress audio filter, thanks to the help of Michael Niedermayer and Jan Knutar.2006-04-13, by gpoirier
-
Simplify mkdir calls.2006-04-13, by diego
-
define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss it2006-04-12, by reimar
-
fixes and cleanup for windows fullscreen switching (restore old position,2006-04-12, by reimar
-
fixes and cleanup for windows fullscreen switching (restore old position,2006-04-12, by reimar
-
missing ifoClose and return 1. Patch by kiriuja (mplayer-patches at en-directo net)2006-04-12, by reimar
-
timestamps are 33 bits long, so they don't fit in an unsigned int; 10l2006-04-11, by nicodvb
-
Segfault fix, patch by Stanislav Maslovski stanislav POIS maslovski AH gmail POIS com2006-04-11, by gpoirier
-
try to detect flac bitrate early on to avoid division by zero problems.2006-04-11, by reimar
-
check wav header length against upper limit, should protect against2006-04-11, by reimar
-
make failures during e.g. setting the TV norm non-fatal.2006-04-11, by reimar
-
make sure the check for valid timestamps does not accidentially search through2006-04-10, by reimar
-
do not print the title length from a non-matching titleset.2006-04-10, by reimar
-
getch2 should wait for input. Fixes 100% CPU usage during cache fill.2006-04-10, by reimar
-
Fix a few French barbarism, add missing sentence.2006-04-10, by gpoirier
-
10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_decompress2006-04-09, by reimar
-
avoid cache fill status overflow with caches > ca. 20 MB2006-04-09, by reimar
-
Add missing French charset2006-04-09, by gpoirier
-
synced with 1.12522006-04-09, by gpoirier
-
AMR codecs support info, patch by Rathann, with slight alteration by me.2006-04-09, by gpoirier
-
co_N_pilation to compilation2006-04-09, by iive
-
support kmvc and nuv decoders in ffmpeg2006-04-08, by reimar
-
Replace deprecated function2006-04-08, by nplourde
-
New mode for tinterlace filter2006-04-08, by iive
-
New mode for tinterlace filter2006-04-08, by iive
-
put my name in native language, remove some obsolate and irrelevant entries.2006-04-08, by iive
-
French fixes, by Bounec2006-04-07, by gpoirier
-
make sure the indx chunk is big enough to hold the basic structure.2006-04-06, by iive
-
use calloc instead of malloc - simplifies code and fixes overflow problems.2006-04-06, by reimar
-
zero sized frames are not keyframes2006-04-06, by michael
-
Limit the number of entires to the amount that does fit into the chunk.2006-04-06, by iive
-
added myself2006-04-06, by pacman
-
sh_audio->delay is adjusted in the wrong direction when changing audio_delay2006-04-06, by reimar
-
Reorganize vector constants to work around gcc 4.1 bug:2006-04-06, by pacman
-
Acording to manpage -dumpmicrodvdsub dumps to dumpsub.sub not dumpsub.txt2006-04-06, by reynaldo
-
Czechification.2006-04-05, by henry
-
update lez's email2006-04-05, by alex
-
UTF8-ize, patch by İsmail Dönmez \ismail & pardus , org ' tr/2006-04-04, by rathann
-
sync up to 1.12342006-04-04, by ptt
-
Add 32x32 XPM icon as mandated by Debian policy.2006-04-04, by diego
-
Simplify some checks.2006-04-04, by diego
-
Fix RealAudio codecs (add descrambling)2006-04-03, by rtognimp
-
missing dependency2006-04-03, by rfelker
-
reverse previous patch which caused sig11.2006-04-03, by rfelker
-
1000l: absolutely huge missing const2006-04-03, by rfelker
-
10l: huge amount of constant crap in data segment2006-04-03, by rfelker
-
10l: missing const put this in data segment instead of text/rodata2006-04-03, by rfelker
-
move 12k from data to bss (reduce binary size by 12k)2006-04-03, by rfelker
-
Slight grammar and wording fixes.2006-04-03, by corey
-
1.1251: -crash-debug does not get enabled with .developer in the source tree.2006-04-02, by kraymer
-
1.237: Capitalization error I missed before2006-04-02, by kraymer
-
1.234: Part2 of several printf2mp_msg changes in patch from Otvos Attila2006-04-02, by kraymer
-
synced with 1.2372006-04-02, by gabrov
-
simplify extradata handling and make passing extradata on the default.2006-04-02, by reimar
-
Remove mpdvdkit1 cruft from the build system.2006-04-02, by diego
-
Remove shared libmpdvdkit leftovers.2006-04-02, by diego
-
AIX updates by Derek E. Lewis, dlewis__at__solnetworks.....net2006-04-02, by diego
-
.developer and .libdeps do not exist any longer.2006-04-02, by diego
-
-crash-debug does not get enabled with .developer in the source tree.2006-04-02, by diego
-
There is no check for the crash debug feature, so setting the variable to2006-04-02, by diego
-
further fixes..2006-04-02, by rfelker
-
10l: version.h was not being built in some odd cases2006-04-02, by rfelker
-
integrate old "libdeps" hack into makefile2006-04-02, by rfelker
-
first stage of build system cleanup:2006-04-02, by rfelker
-
Don't use free()d pointer CID 2602006-04-01, by rtognimp
-
More French fixes by Bounec2006-03-31, by gpoirier
-
Add workarounds for old prerelease versions of alsa-lib 0.9.0 that did2006-03-31, by cladisch
-
Capitalization error I missed before2006-03-31, by corey
-
A question needs a question mark, but in this case I think at least two2006-03-31, by corey
-
Minor spelling and grammar fixes for part 1 of Otvos Attila's2006-03-31, by corey
-
prevent overflow.. wtf?! from irc:2006-03-31, by rfelker
-
more cruft2006-03-30, by rfelker
-
arrg more of this stupid cruft2006-03-30, by rfelker
-
fix descrambling of asf file,2006-03-30, by iive
-
more cruft2006-03-30, by rfelker
-
forgot one occurrance2006-03-30, by rfelker
-
remove deprecated, never-used gnu gettext cruft.2006-03-30, by rfelker
-
increasing sync tag to 1.15 after update by Diego2006-03-30, by gabrov
-
increasing sync tag to 1.63 after update by Diego2006-03-30, by gabrov
-
Trust the demuxer instead of the decoder for samplerate detection.2006-03-30, by diego
-
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu2006-03-30, by reynaldo
-
Add a function to draw flat boxes and use it to make the list2006-03-30, by albeu
-
Move global vars used for header parsing, etc to dewux->priv as it should2006-03-29, by albeu
-
support for mp3lame with -oac lavc2006-03-29, by jonas
-
100L to who wrote this. Also fix broken headers while at it.2006-03-29, by albeu
-
French proofreading, by Bounec2006-03-29, by gpoirier
-
added support for external VIDIX2006-03-28, by nicodvb
-
Removed unused constant definition (MSGTR_InvalidAOdriver)2006-03-28, by ptt
-
Removed unused constant definition (MSGTR_InvalidAOdriver)2006-03-28, by ptt
-
sync up to 1.2232006-03-28, by ptt
-
sync up to 1.231 plus minor corrections...2006-03-27, by ptt
-
Remove verbosity parameter added to print_*_header call in last revision again.2006-03-27, by diego
-
Fix passing qdm2 extradata to lavc decoder2006-03-27, by rtognimp
-
synced with 1.12492006-03-27, by gpoirier
-
Fix cycling in menu with hidden items.2006-03-27, by albeu
-
Fix stepping in the playtree when interupting libmpdemux.2006-03-27, by albeu
-
include MSGL_* definitions2006-03-27, by henry
-
Convert printfs in aviprint.c to mp_msg and give the information printing2006-03-27, by diego
-
Properly document sub_alignment.2006-03-27, by diego
-
1.1250: [applied by Diego, #1.216]2006-03-27, by kraymer
-
Rename the default GUI skins directory from 'Skin' to 'skins', keeping2006-03-27, by diego
-
reinit vo when pix_fmt changes.2006-03-27, by reimar
-
10l missing header for strdup2006-03-27, by ods15
-
Change some printf calls to fprintf.2006-03-27, by diego
-
Remove superfluous extern variable declaration.2006-03-27, by diego
-
Change 'if(verbose)' to the more appropriate mp_msg_test.2006-03-27, by diego
-
Clarify which message levels should be translated.2006-03-27, by diego
-
Explain how to separate lavdopts parameters, -lavdopts fast is MPEG-2-only.2006-03-26, by diego
-
Simplify directory creation in the install target.2006-03-26, by diego
-
use shifts instead of division. 15% faster hqdn3d2006-03-26, by lorenm
-
Discard return value from ldconfig, it might not work on non-root installs.2006-03-26, by diego
-
Simplify mkdir calls, test is not necessary before creating directories,2006-03-26, by diego
-
NEVER assign static strings to string command line options.2006-03-26, by albeu
-
synced with 1.2312006-03-26, by gabrov
-
Fix a/v desync for real some files2006-03-26, by rtognimp
-
allow values up to 100 for -mc2006-03-26, by reimar
-
Don't call make from shell constructs it prevent proper2006-03-26, by albeu
-
support custom OSD colour for vo_gl.c2006-03-26, by reimar
-
support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi at nomi cz2006-03-26, by reimar
-
typo, parameter naming consistency2006-03-26, by diego
-
Use <value> and [value] consistently.2006-03-26, by diego
-
fixed framerate detection of interlaced H264 streams2006-03-25, by nicodvb
-
Add libpostproc to PARTS, fixes distclean on OS X and other platforms.2006-03-25, by diego
-
fix for the macosx tiger (groff 1.19.x) indentation issue2006-03-25, by jonas
-
Turn the preferences menu in something usefull using the new2006-03-25, by albeu
-
Unify MP3 fourccs for all decoders2006-03-25, by reimar
-
Add a msg type for the osd menu.2006-03-25, by albeu
-
Allow hiding list elements and disableing the pointer.2006-03-25, by albeu
-
Allow 6 ways (up/down/left/right/ok/cancel) navigation.2006-03-25, by albeu
-
max_distance clarification2006-03-25, by ods15
-
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines2006-03-25, by diego
-
Simplify rules with common make constructs.2006-03-25, by diego
-
Simplify clean rule.2006-03-25, by diego
-
cosmetic, table align2006-03-25, by ods15
-
switch to using vlc for stream_flags2006-03-25, by ods15
-
Get rid of 2 osd related hacks.2006-03-24, by albeu
-
Update to the recent properties changes.2006-03-24, by albeu
-
1.231: Subtitles properties: move sub_select, sub_pos, sub_visibilty,2006-03-24, by kraymer
-
Subtitles properties: move sub_select, sub_pos, sub_visibilty,2006-03-24, by albeu
-
1.230: Convert fullscreen, panscan, color controls, ontop, rootwin,2006-03-24, by kraymer
-
printf --> mp_msg2006-03-24, by diego
-
Convert all if(verbose>X) to mp_msg_test calls.2006-03-24, by diego
-
The fix in mp_msg.c avoids a core dump when iconv_open() fails, the other2006-03-24, by albeu
-
Add DBG5 verbosity level to prepare for upcoming mp_msg_test changes.2006-03-24, by diego
-
Fix osd_show_msg alignment and make sure msg strings2006-03-23, by albeu
-
Convert fullscreen, panscan, color controls, ontop, rootwin,2006-03-23, by albeu
-
100L too many arguments to mp_msg().2006-03-23, by albeu
-
1.229: Move audio_delay to a property and add a few read only properties to2006-03-22, by kraymer
-
Move audio_delay to a property and add a few read only properties to2006-03-22, by albeu
-
Add get/set_property and update volume/mute to the last changes.2006-03-22, by albeu
-
1.1246: insert linebreak, \-playing-msg option2006-03-22, by kraymer
-
insert linebreak, \-playing-msg option2006-03-22, by kraymer
-
1.1243: 10l2006-03-22, by kraymer
-
1.1237: Capitalize some sentences after colons.2006-03-22, by kraymer
-
1.1234: Add some undocumented options.2006-03-22, by kraymer
-
1.1232: put options in alphabetical order2006-03-22, by kraymer
-
Shortly describe -playing-msg and -list-properties.2006-03-22, by albeu
-
1.228: Add an option to list the properties: -list-properties2006-03-22, by kraymer
-
Add an option to list the properties: -list-properties2006-03-22, by albeu
-
use mencoder directly for mp3lame encoding instead of lavc2006-03-22, by jonas
-
Add the new property API and implement a couple properties.2006-03-22, by albeu
-
feed something (hopefully correct timestamps) into the video filter chain2006-03-21, by michael
-
lavc doesnt pass AVFrame.opaque around :/2006-03-21, by michael
-
10l (forgot ...)2006-03-21, by michael
-
10l (null pointer dereference)2006-03-21, by michael
-
passing pts through the filter layer (lets see if pts or cola comes out at the end)2006-03-21, by michael
-
-rawvideo on => -demuxer rawvideo2006-03-21, by ods15
-
Prevent building lavc with xvid support unless xvid version is 1.1 or2006-03-21, by corey
-
10l2006-03-20, by lorenm
-
sync to x264 r476 (subq=7)2006-03-20, by lorenm
-
Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSD2006-03-20, by pacman
-
Don't try to parse fb.modes more than once. Fixes playback of multiple files2006-03-20, by pacman
-
synced with 1.12412006-03-20, by gpoirier
-
retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ geexbox.org >)2006-03-20, by aurel
-
Simplify pkg-config invocation.2006-03-20, by diego
-
synced with 1.2262006-03-19, by gabrov
-
Do not use ptr when it's NULL. CID 892006-03-19, by rtognimp
-
1.1230: Typo fix: "URLs to forces" --> "URLs to force"2006-03-18, by kraymer
-
1.226: Print the mute state on the OSD.2006-03-18, by kraymer
-
Print the mute state on the OSD.2006-03-18, by diego
-
Enable gui key bindings only when running the gui. Fix enter and esc2006-03-18, by albeu
-
codec-cfg depend on help_mp.h. Fix // builds.2006-03-18, by albeu
-
synced with 1.2252006-03-18, by gabrov
-
flags cleanup2006-03-18, by michael
-
Support libavcodec vrc_strategy=1 (XviD ratecontrol).2006-03-17, by corey
-
10l forgotten stream_reset to clear the EOF flag2006-03-17, by henry
-
timebases guidelines2006-03-17, by ods15
-
And 10L for me. Fix the forgoten enca_fd.2006-03-16, by albeu
-
Fix compilation with stupid C++ compilers that shock on valid C2006-03-16, by albeu
-
Move the subread from FILE to stream_t.2006-03-16, by albeu
-
Fix a potential seek failure, fill_buffer doesn't have to2006-03-16, by albeu
-
sync with new MEncoder config file name2006-03-15, by gpoirier
-
Fix up libaf unknown-format printing2006-03-15, by corey
-
extra checks on size of OSD parts (though IMHO these values should never be bad)2006-03-15, by reimar
-
Small fix with object list (-vf) help.2006-03-15, by albeu
-
rephrase index_ptr positioning2006-03-15, by ods15
-
timebase table2006-03-15, by ods15
-
do not call glDeleteTextures with 0 count, Xgl does not like it.2006-03-15, by reimar
-
10l the cpu hog fix broke fullscreenswitching with -wid2006-03-15, by faust3
-
The system-wide and the user-specific MEncoder configuration file should both2006-03-14, by diego
-
Remove twos workaround, this bug was fixed in mov demuxer2006-03-14, by rtognimp
-
mpegopts example2006-03-14, by rathann
-
synced with 1.362006-03-14, by gabrov
-
synced with 1.2242006-03-14, by gabrov
-
Remove totally wrong suggestion to use -dumpaudio and -dumpvideo to save2006-03-14, by rtognimp
-
last print on libaf to af_msg2006-03-14, by reynaldo
-
Try several formats instead of only YV12 if no format was explicitly2006-03-14, by albeu
-
forgotten entry about TOOLS/qepdvcd.sh2006-03-14, by reynaldo
-
le2me_32 is not necessary, tested by Diego on BE machine2006-03-14, by rathann
-
fl32 is now supported, too2006-03-13, by rathann
-
in24/in32/fl32 little/big-endian QuickTime PCM audio support2006-03-13, by rathann
-
Use _res_comment where appropriate.2006-03-13, by diego
-
10L fix missing return statement.2006-03-13, by albeu
-
do not randomly chop up packets, this isnt allowed in almost no container2006-03-13, by michael
-
Fix seeking with cache enabled on systems using fork().2006-03-13, by albeu
-
sync with 1.12382006-03-13, by gpoirier
-
adapter doesn't require vm anymore2006-03-13, by faust3
-
Ignore codecs2html.2006-03-13, by diego
-
To avoid a bug in ALSA's rate plugin that causes spurious overruns, try2006-03-13, by cladisch
-
Do not try to count hardware sound cards because there might be none2006-03-13, by cladisch
-
fixed character encoding2006-03-13, by gabrov
-
recommitted version 1.22 + Rich's 1.252006-03-13, by nicodvb
-
cosmetic, move stuff around2006-03-13, by ods15
-
Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more2006-03-13, by pacman
-
FAAC encoding through libavcodec-faac2006-03-13, by michael
-
-lavcopts aglobal2006-03-13, by michael
-
remove mp_msg.c dependency when compiling codec-cfg binary.2006-03-12, by reimar
-
Fix compilation error introduced by last commit2006-03-12, by reimar
-
unified failure case in muxer_new_muxer()2006-03-12, by nicodvb
-
remove useless cruft (binds variable)2006-03-12, by reimar
-
fix feature pragma length check2006-03-12, by reimar
-
+ muxer_lavf.c - Michael Niedermayer2006-03-12, by michael
-
strings without terminating NUL2006-03-12, by ods15
-
check stream->wf and stream->bih before using them in fix_parameters(). Fixes cid 432006-03-12, by nicodvb
-
10l found by Oded: case 2 on a boolean value...2006-03-12, by rfelker
-
fix cosmetics noticed during nico's 10l2006-03-12, by rfelker
-
fixed C99-ism introduced with previous commit2006-03-12, by nicodvb
-
check muxer != NULL before using it; closes cid 2012006-03-12, by nicodvb
-
bump neglected date2006-03-12, by ods15
-
revert last change2006-03-12, by ods15
-
better max for frame code values, still allowing compact implementation2006-03-12, by ods15
-
10l to me, misarrangment of flags2006-03-12, by ods15
-
change max_distance back to 64kb and set max frame size to 2*max_distance.2006-03-12, by ods15
-
check sh_video before seeking; closes cid 562006-03-12, by nicodvb
-
init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 2412006-03-12, by nicodvb
-
init msec in mp_get_titleset_length() before using it; closes cid 2512006-03-11, by nicodvb
-
init variable in parse_mp4_object_descriptor before using it; fixes cid 2372006-03-11, by nicodvb
-
init delta_pts before using it; fixes cid 2392006-03-11, by nicodvb
-
check pce_ptr before using it; fixes cid 2072006-03-11, by nicodvb
-
QuickTime in24 and in32 PCM audio support2006-03-11, by rathann
-
added dinamically calculated gain factor at output stage to avoid clipping on sane ranges2006-03-11, by reynaldo
-
change max_distance max to 128kb instead of 65kb2006-03-11, by ods15
-
Only MAX_STREAMS streams are allowed (cid 115)2006-03-11, by rtognimp
-
move bit flags to be more convinient...2006-03-11, by ods15
-
clarify, header_checksum is not included in forward_ptr and in packet checksum2006-03-11, by ods15
-
Simplify libcdio check.2006-03-11, by diego
-
Make better use of pkg-config to check for/set proper libraries when2006-03-10, by diego
-
Fix memory leak cid 1762006-03-10, by rtognimp
-
Fix memory leak cid 1772006-03-10, by rtognimp
-
Fix possible use of body uninitialized. Remove an unneeded free (body2006-03-10, by rtognimp
-
remove edl.c pre-alloc, more readble and safe code2006-03-10, by ods15
-
SHOULD NOT be higher than 1/timebase limit2006-03-10, by michael
-
div8 -> div162006-03-10, by michael
-
drop max_frame_size2006-03-10, by michael
-
double muxing examples (cant hurt to explictly mention the most common)2006-03-10, by michael
-
universal timestamp (= stream_id + timestamp in stream timebase)2006-03-10, by michael
-
little clarification of sample_width/sample_height2006-03-10, by michael
-
push back userdata stream_class2006-03-10, by ods15
-
header_checksum2006-03-10, by michael
-
free resources when load_raw fails2006-03-09, by reimar
-
fix leak on read error (forgot to free demux packet)2006-03-09, by reimar
-
fix minor (i.e. unlikely to ever happen) leak when init fails2006-03-09, by reimar
-
Fix potential read from an unitialized pointer (CID: 236)2006-03-09, by rtognimp
-
remove useless and memleak-causing strdup2006-03-09, by reimar
-
fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead)2006-03-09, by reimar
-
in demux_ogg_read_packet initialize data to whole packet, reduces code and2006-03-08, by reimar
-
name array is too small, use strlcpy instead of strncpy2006-03-08, by reimar
-
UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)2006-03-08, by reimar
-
revert the attempts for ccache fix2006-03-08, by henry
-
add default case to encoder switch-case (maybe an error message would be good as well).2006-03-08, by reimar
-
fix memory leak when filter with given name does not exist.2006-03-08, by reimar
-
Missing free_demux_packet after read error2006-03-08, by reimar
-
Fix base64 encoding for basic auth according to RFC.2006-03-08, by reimar
-
missing url_free when using proxy and connect fails2006-03-08, by reimar
-
stream_id == MAX_STREAMS is invalid, since counting starts with 0.2006-03-08, by reimar
-
"i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.2006-03-08, by reimar
-
We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)2006-03-08, by reimar
-
cosmetic2006-03-08, by michael
-
Automaticall convert message to console charset, use utf8 for GTK2 Gui2006-03-08, by reimar
-
remove info streams2006-03-08, by michael
-
Add codecs2html dependencies.2006-03-08, by diego
-
libcdio needs to link before -lwinmm in WIN32_LIB on Windows.2006-03-08, by diego
-
free tmp earlier, it is not needed below and might leak on errors otherwise2006-03-08, by reimar
-
Missing initialization2006-03-08, by reimar
-
initialize f to NULL, needed if desc=malloc... fails2006-03-08, by reimar
-
If we have a tuner, use that as a reason we have audio support, and do2006-03-08, by aurel
-
fix incomplete abs->rel path conversion2006-03-07, by henry
-
Fix compilation command in comment.2006-03-07, by diego
-
Comment out debug output.2006-03-07, by diego
-
Add codecs2html target.2006-03-07, by diego
-
synced with 1.12372006-03-07, by gpoirier
-
Correct toolchain for building XML docs on Debian Sarge.2006-03-07, by diego
-
synced with 1.472006-03-06, by gabrov
-
10l to Guillaume. It's <option>, not <options>. xmllint would've told you that.2006-03-06, by rathann
-
Reduce output verbosity in non-verbose mode, change some printf to mp_msg.2006-03-06, by diego
-
various improvements of the section "Choosing the video codec"2006-03-06, by gpoirier
-
increasing sync tag to 1.45 after typo fix in English version2006-03-05, by gabrov
-
typo fix2006-03-05, by gabrov
-
Capitalize some sentences after colons.2006-03-05, by diego
-
synced with 1.802006-03-05, by gabrov
-
synced with 1.352006-03-05, by gabrov
-
synced with 1.622006-03-05, by gabrov
-
file remove2006-03-05, by gabrov
-
increased sync tag to 1.102 after Diego's update2006-03-05, by gabrov
-
increased sync tag after Diego's update2006-03-05, by gabrov
-
synced with 1.442006-03-05, by gabrov
-
synced with 1.852006-03-05, by gabrov
-
synced with 1.252006-03-05, by gabrov
-
Comment fix: mp_msg_levels[] is inited to -2, not 2.2006-03-05, by diego
-
synced with 1.752006-03-05, by gabrov
-
synced with 1.162006-03-05, by gabrov
-
synced with 1.162006-03-05, by gabrov
-
synced with 1.282006-03-05, by gabrov
-
synced with 1.742006-03-05, by gabrov
-
synced with 1.322006-03-05, by gabrov
-
synced with 1.142006-03-05, by gabrov
-
synced with 1.362006-03-05, by gabrov
-
use relative paths for libav* build2006-03-05, by henry
-
sync to x264 r457 (direct_pred=3)2006-03-05, by lorenm
-
cosmetics, rename max_size to max_frame_size2006-03-05, by ods15
-
snow supports vme=82006-03-05, by lorenm
-
When centering a video with odd width, be sure to start on a pixel boundary.2006-03-04, by pacman
-
Make -xy help output consistent, output an empty line before and after.2006-03-04, by diego
-
return index_ptr to inside index2006-03-04, by ods15
-
update activity every 30 sec2006-03-04, by nplourde
-
typo2006-03-04, by ods15
-
slightly better max_distance rule2006-03-03, by michael
-
Reduce Real DLL/so loading verbosity, OKed by Roberto.2006-03-03, by diego
-
the return of the monolithic index2006-03-03, by michael
-
update tmp_field numbers (pretty much just cosmetic)2006-03-03, by michael
-
simplify flags2006-03-03, by michael
-
Synced with 1.1234, patch by JiÅ?Ã? Heryán < technik AH domotech DOO cz >2006-03-03, by gpoirier
-
This patch fixes pcm (twos, swot) in MOV.2006-03-02, by rtognimp
-
syncpoint_start description2006-03-02, by michael
-
removed reference to inexistent extern variable2006-03-01, by nicodvb
-
stream_control() returns int, not void2006-03-01, by nicodvb
-
add forward_ptr to syncpoint (+0.006% overhead)2006-03-01, by michael
-
leading coeff for crc polynom2006-03-01, by michael
-
width/height/samplerate MUST not be 02006-03-01, by michael
-
remove chapter_id == 0 special case2006-03-01, by michael
-
Change obsolete references to design6 to design7.2006-03-01, by diego
-
New website structure, the /homepage subdirectory is gone.2006-03-01, by diego
-
synced with 1.12352006-03-01, by gpoirier
-
sync with 1.2222006-03-01, by diego
-
XviD multi-threaded encoding support2006-03-01, by gpoirier
-
add Amiga-style AltiVec detection, patch from andrea at amigasoft dot net2006-02-28, by pacman
-
reverse 'low detail' for 'high detail' in 2-pass encoding explanation, patch by Jeff Clagg2006-02-28, by wanderer
-
update config.mak to match ffmpeg's version (fix alpha compilation)2006-02-27, by aurel
-
implement STREAM_CTRL_GET_TIME_LENGTH to return the duration of the dvd currently playing2006-02-27, by nicodvb
-
added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTH2006-02-27, by nicodvb
-
Add audio_delay argument to demux_mkv_seek.2006-02-27, by corey
-
synced with 1.1012006-02-27, by gabrov
-
synced with 1.122006-02-27, by gabrov
-
fixed XML syntax error2006-02-27, by gabrov
-
Output error messages from the ALSA library through mp_msg() instead of2006-02-27, by cladisch
-
Show the actual ALSA version instead of the version mplayer was compiled2006-02-27, by cladisch
-
synced with 1.1012006-02-26, by gabrov
-
Better fallback for APIENTRY when compiling for Windows2006-02-26, by reimar
-
cosmetic, trailing whitespace2006-02-25, by ods15
-
use short 'type' names2006-02-25, by ods15
-
allow rationals with denom of '1'2006-02-25, by ods15
-
CRC32 stuff2006-02-25, by ods15
-
DVB channels cycling; patch by Ben Zores ben p geekbox d org2006-02-24, by nicodvb
-
Add a practical description of endian-independent RGB/BGR coding2006-02-24, by pacman
-
link fix2006-02-24, by diego
-
Add some undocumented options.2006-02-24, by diego
-
Document the noup suboption of the scale video filter.2006-02-24, by diego
-
Add XML tool paths for SUSE 10.02006-02-24, by diego
-
Add uninit for audio before switching to next file and completing encode2006-02-24, by ods15
-
10l (dont limit dimension components independantly if noup)2006-02-24, by michael
-
link fixes2006-02-24, by diego
-
This now works correctly thanks to clear-to-end-of-line patch2006-02-24, by ods15
-
fix bit specification for fixed_fps2006-02-24, by ods15
-
Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that2006-02-24, by pacman
-
info packet stuff, chapters...2006-02-24, by ods15
-
workaround for gl.h variants that do not define APIENTRY2006-02-23, by reimar
-
use calloc instead of malloc in copy_func_pf, missing initialization of2006-02-22, by reimar
-
link fixes2006-02-22, by diego
-
link fixes2006-02-22, by diego
-
properly detect cpu on x86 based mac2006-02-22, by nplourde
-
Fix stylesheet path.2006-02-21, by diego
-
Remove duplicate explanation of how man page format conversion.2006-02-21, by diego
-
Fix video delay when encoding with B-frames.2006-02-21, by corey
-
Fix video delay when encoding with B-frames.2006-02-21, by corey
-
grammar, put options in alphabetical order2006-02-20, by diego
-
More complete ASF MIME detection, closing bug# 248,2006-02-20, by gpoirier
-
sync with 1.12312006-02-20, by gpoirier
-
sync with 1.222 plus minor fix2006-02-20, by ptt
-
New option: -ignore-start2006-02-20, by corey
-
fields should be in english...2006-02-20, by ods15
-
Typo fix: "URLs to forces" --> "URLs to force"2006-02-19, by corey
-
synced with 1.12292006-02-19, by gpoirier
-
Allows the LIVE555 library to forces the client's port to be used2006-02-19, by bertrand
-
Support MPEG-4 files with RMP4 fourcc, fixes greenlines.rmp4.p.avi.2006-02-19, by diego
-
dwStart support for mencoder.2006-02-19, by corey
-
deobfuscate some a/v sync code2006-02-19, by ods15
-
no upscale flag so automatic downscaling is possible in mencoder2006-02-18, by michael
-
upport another G4 flavour: MPC7447* chips.2006-02-18, by gpoirier
-
include stdlib.h and stdio.h, they tend to be useful :-)2006-02-18, by reimar
-
dwStart support for mplayer.2006-02-18, by corey
-
Just a comment update, replacing a FIXME to reflect the new expectation of2006-02-18, by pacman
-
don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;2006-02-18, by pacman
-
more cosmetics2006-02-17, by ods15
-
some cleanup. enforce decode_delay to not be too high.2006-02-17, by ods15
-
Fix vec_clip for gcc's that don't handle (vector signed short){16} according2006-02-17, by pacman
-
Fix colormap save/restore for directcolor fb devices2006-02-17, by pacman
-
Second-try commit of this patch.2006-02-17, by corey
-
fix compilation without openal2006-02-16, by aurel
-
OpenAL audio support, actual output is mono-only (no positioning yet).2006-02-16, by reimar
-
ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)2006-02-16, by michael
-
make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)2006-02-16, by michael
-
include config.h before includes that need it2006-02-16, by iive
-
Add some more fourcc for DV and MPEG2 needed for some mov samples posted2006-02-14, by rtognimp
-
Set SRC_PATH correctly, fixes libpostproc compilation2006-02-14, by rtognimp
-
Import common.mak v1.1 from ffmpeg cvs, now it's needed by the building2006-02-14, by rtognimp
-
Align memory at 16 byte boundaries.2006-02-14, by diego
-
allow autodetection of pictures type when using mf://@file.list syntax2006-02-14, by iive
-
synced with 1.12272006-02-13, by gpoirier
-
Remove obsolete big-endian FIXMEs.2006-02-13, by diego
-
Fix the error handling in the play() function: add a handler for EINTR,2006-02-13, by cladisch
-
This changes the software parameters to be more compatible with the2006-02-13, by cladisch
-
Using non-blocking writes makes sense when the program wants to do other2006-02-13, by cladisch
-
Remove the now superfluous mmap suboption.2006-02-13, by cladisch
-
After removing play_mmap(), the play() function just unconditionally2006-02-13, by cladisch
-
This patch removes mmap support because it doesn't have any benefit.2006-02-13, by cladisch
-
fix index, first keyframe cannot be written with pts=02006-02-13, by ods15
-
lavc exposes the reconstructed picture, so no need to decode it again2006-02-13, by lorenm
-
synced with 1.12262006-02-12, by gpoirier
-
Make 'N' frame code implictly invalid2006-02-12, by ods15
-
do not forget to initialize dp->buffer2006-02-12, by henry
-
Rephrase telecine and film2pal mpegopts.2006-02-12, by diego
-
Remove stray space.2006-02-12, by diego
-
sync with 1.12242006-02-12, by gpoirier
-
10l2006-02-12, by alex
-
support openbsd/zaurus aswell2006-02-12, by alex
-
one more hint for openbsd2006-02-12, by alex
-
Native ZMBV support via lavc2006-02-12, by rtognimp
-
delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 frames sequence2006-02-12, by nicodvb
-
bugfixes and new soft-teleciner in muxer_mpeg.c2006-02-12, by nicodvb
-
mention film2pal in -mpegopts2006-02-12, by nicodvb
-
experimental film2pal and ntsc2pal soft teleciner2006-02-12, by nicodvb
-
forgotten cast (blows on gcc4)2006-02-12, by henry
-
we cannot continue without a crash when read_asf_header fails, since some2006-02-12, by reimar
-
add some sanity checks to new/resize_demux_packet2006-02-12, by reimar
-
add a missing rule for libpostproc.a2006-02-12, by henry
-
Sync with latest FFmpeg build system changes:2006-02-11, by diego
-
Gives some examples of in which form MPEG* videos can come2006-02-11, by gpoirier
-
Remove all the sections that are now merged in the XML doc2006-02-11, by gpoirier
-
muxer_mpeg MUST be used with audio_preload=02006-02-11, by nicodvb
-
Mention recent big-endian/AltiVec fixes in postproc/.2006-02-11, by diego
-
Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just2006-02-11, by diego
-
cosmetics: indentation fixes2006-02-11, by diego
-
Fix big-endian color permutation problems.2006-02-11, by diego
-
Put index_ptr within index to avoid it popping out of nowhere.2006-02-11, by ods15
-
Add syncpoint_checksum after frame header2006-02-11, by ods15
-
tff wasn't correctly unset in soft_telecine()2006-02-10, by nicodvb
-
Attila and I are root@mphq.2006-02-10, by diego
-
Make sure maxlen is respected, instead of just failing the assert later on.2006-02-10, by reimar
-
add mpc extension so that playback starts faster.2006-02-10, by reimar
-
Clarify feature removal policy: it must be approved on the mailing list.2006-02-10, by rathann
-
Clarify policy on feature removal.2006-02-10, by rathann
-
change checksum to crc322006-02-10, by ods15
-
ALSA changes2006-02-10, by cladisch
-
Small fixes: make all global variables static, remove some unused2006-02-10, by cladisch
-
Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does it2006-02-10, by cladisch
-
Simplify get_delay(): we don't need to get the complete PCM status but2006-02-10, by cladisch
-
Fix get_space(): we don't need to differentiate between the various PCM2006-02-10, by cladisch
-
This adds support for more sample formats (U32, float BE, mu/A-law).2006-02-10, by cladisch
-
This replaces the hardcoded numbers for the sample format widths with a2006-02-10, by cladisch
-
Reverse commit of unfinished patch for passing audio_delay to the demuxers.2006-02-09, by corey
-
support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail.com>2006-02-09, by faust3
-
I took over ao_alsa maintainership.2006-02-09, by cladisch
-
Patch by Stefan Huehner / stefan % huehner ! org \2006-02-09, by rathann
-
fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)2006-02-09, by aurel
-
Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each2006-02-09, by diego
-
Fix CSeq answer for keepalive OPTIONS requests during playback2006-02-08, by rtognimp
-
Add support for grayscale [m]jpeg2006-02-08, by rtognimp
-
altivec_yuv2packedX() ignores the requested output format and unconditionally2006-02-08, by diego
-
expanded and improved NeoMagic TV-out section2006-02-08, by diego
-
AltiVec operations need to have memory aligned on 16-byte boundaries.2006-02-08, by diego
-
vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect2006-02-08, by diego
-
10l 1000 fps fix2006-02-08, by michael
-
fftruespeech works now that the nBlockAlign issue is settled.2006-02-07, by diego
-
read data in nBlockAlign aligned chunks2006-02-07, by reimar
-
1. Include audio_delay as an argument to demux_seek.2006-02-07, by corey
-
Fix mpng to work correctly with 16 bit png's. don't have any files to test2006-02-07, by ods15
-
EOR can only be (un)set for non delayed streams.2006-02-07, by ods15
-
small syntax/upper-lowercase fix2006-02-07, by ptt
-
synced with 1.12232006-02-07, by gpoirier
-
Minor correction of last two updates2006-02-07, by danny
-
Allow headers to be repeated anywhere2006-02-07, by ods15
-
let osx sleep if video is paused2006-02-07, by nplourde
-
-fixed-vo shall no longer be called BETA-CODE.2006-02-07, by diego
-
ZMB decoder2006-02-06, by diego
-
Move ffrv10 and ffrv20 into RealVideo section, prefer ffrv20 over rv20.2006-02-06, by diego
-
Mark ffrv20 as working.2006-02-06, by diego
-
Add support for Zip Motion-Block Video (ZMB), patch by Kostya.2006-02-06, by diego
-
removed unused variables2006-02-06, by nicodvb
-
fixed wrong delta_frame calculation that would affect soft-telecine2006-02-06, by nicodvb
-
Build muxers only when MEncoder is enabled.2006-02-06, by diego
-
1.221: Typo fix2006-02-05, by kraymer
-
1.1222: cs and ls swscale parameters accept different value ranges now.2006-02-05, by kraymer
-
cs and ls swscale parameters accept different value ranges now.2006-02-05, by diego
-
reinitialize adapter_count to 0, EnumCallbackEx will not work otherwise2006-02-05, by reimar
-
Index repetition2006-02-04, by ods15
-
add compare_ts2006-02-04, by ods15
-
EOR in index2006-02-04, by ods15
-
change sws sharpen filter a little2006-02-04, by michael
-
synced with 1.12212006-02-03, by gpoirier
-
Add -nocache option, -cache is not a flag option.2006-02-02, by diego
-
avoid conflicting types error on cygwin2006-02-02, by faust3
-
x264 tweaks2006-02-02, by lorenm
-
typo fixes2006-02-01, by ptt
-
Only compile libmpencoders if MEncoder has been enabled.2006-01-31, by diego
-
Move conditional compilation out of the code and into the build system.2006-01-31, by diego
-
Move conditional compilation out of the code and into the build system.2006-01-31, by diego
-
sync up to 1.2212006-01-31, by ptt
-
sync up to 1.12162006-01-31, by ptt
-
update for recent developments2006-01-30, by diego
-
removed forgotten fprintf()2006-01-30, by nicodvb
-
when linking to external libav* try using pkg-config first2006-01-30, by nicodvb
-
synced with 1.2212006-01-30, by gabrov
-
Typo fix2006-01-30, by gabrov
-
1.218: typo, consistency2006-01-30, by kraymer
-
Synced with 1.12142006-01-30, by jheryan
-
sync up to 1.2022006-01-30, by ptt
-
1.219: More detailed description of brd_scale.2006-01-30, by kraymer
-
synced with 1.1219 + typo fix2006-01-30, by gpoirier
-
synced with 1.2162006-01-30, by gabrov
-
mention TOOLS/encode2mpeglight2006-01-29, by nicodvb
-
More detailed description of brd_scale.2006-01-29, by corey
-
added missing entries since the last release (approved by Diego with small2006-01-29, by rathann
-
synced with 1.12182006-01-29, by gpoirier
-
typo, consistency2006-01-29, by diego
-
Try to only use a linebreak without hyphenation (\:) where it makes sense.2006-01-29, by diego
-
synced with 1.12162006-01-29, by gpoirier
-
Unify the handling of escaped spaces.2006-01-29, by diego
-
Include MEncoder config files in list of files.2006-01-29, by diego
-
French MEncoder docs are not synced yet.2006-01-29, by diego
-
10l: wrong syntax2006-01-28, by gpoirier
-
SDL video out syntax has changed a while ago, but the XML was not updated since now :)2006-01-28, by gpoirier
-
Also remove objects in subdirectories.2006-01-28, by diego
-
use mp_a52_framesize() when liba52 is not available2006-01-27, by nicodvb
-
cosmetic, fix spacing2006-01-27, by ods15
-
Make clean/distclean behave uniformly in all directories.2006-01-27, by diego
-
Make clean/distclean behave uniformly in all directories.2006-01-27, by diego
-
change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer2006-01-26, by michael
-
updates2006-01-26, by diego
-
limits.h for INT_MAX2006-01-25, by michael
-
correct block align2006-01-25, by michael
-
sync to 1.2202006-01-25, by kraymer
-
fix aac in mov/mp42006-01-25, by michael
-
Fix the MSG?_FIXME and make the profiles help translatable.2006-01-25, by albeu
-
setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)2006-01-24, by michael
-
Typo fix: missing "by" in brd_scale recommendation.2006-01-24, by corey
-
Fix up new profiles section and the MPLAYER_VERBSE environment variable.2006-01-24, by diego
-
1.212: Make -list-options work in both MPlayer and MEncoder.2006-01-24, by kraymer
-
1.1206: sync to x264 r398.2006-01-24, by kraymer
-
major update of x264encopts, credits go to Alex Günsche < ag .ät. zirona.com>, thank you!2006-01-24, by kraymer
-
Make -list-options work in both MPlayer and MEncoder.2006-01-24, by albeu
-
Profiles support.2006-01-24, by albeu
-
New option type to print help text with a function.2006-01-24, by albeu
-
Using INT_MAX without including limits.h breaks compilation on MinGW.2006-01-23, by diego
-
Fix misuse of the M_OPT_TYPE_INDIRECT flag, it has nothing to do2006-01-23, by albeu
-
Fix multiple help clauses on the command line with mencoder.2006-01-23, by albeu
-
Fix libav* linking order, libavutil needs to come after lavc/lavf.2006-01-23, by diego
-
1.1210: support libavcodec's new sc_factor parameter2006-01-22, by kraymer
-
support libavcodec's new sc_factor parameter2006-01-22, by corey
-
proper support for shared libpostproc2006-01-22, by diego
-
s/LIVE.COM/LIVE555/ + URL update2006-01-22, by gpoirier
-
s/LIVE.COM/LIVE555/ + URL update2006-01-22, by gpoirier
-
correcting sync version number2006-01-22, by kraymer
-
add comment about sync status of this file2006-01-22, by kraymer
-
let configure find docbookx.dtd (version 4.4)2006-01-22, by kraymer
-
German man page review part XVII2006-01-22, by kraymer
-
100L m_option_copy should use the copy callback and not the set one.2006-01-22, by albeu
-
Interleave index to ease per-need decoding.2006-01-22, by ods15
-
Quick&dirty compilation fix, needed after latest changes in ffmpeg build2006-01-22, by rtognimp
-
1.209: consistency fix over the previous consistency fix2006-01-22, by kraymer
-
consistency fix over the previous consistency fix2006-01-21, by gpoirier
-
consitency fix2006-01-21, by gpoirier
-
synced with 1.12082006-01-21, by gpoirier
-
German man page review part XVI2006-01-21, by kraymer
-
1.1207: MPLAYER_VERBOSE, new enviorment variable to control verbosity before init2006-01-21, by kraymer
-
German man page review part XV2006-01-21, by kraymer
-
Cygwin compilation fix2006-01-20, by diego
-
List Derek Lewis as AIX/Solaris maintainer, patch by himself.2006-01-20, by diego
-
Add Derek Lewis, patch by himself.2006-01-20, by diego
-
AIX compiler CPU-option improvements2006-01-20, by diego
-
AIX section for the ports description2006-01-20, by diego
-
some updates2006-01-20, by ods15
-
MPLAYER_VERBOSE, new enviorment variable to control verbosity before init2006-01-20, by ods15
-
cosmetic change, shift stuff around to more logical places2006-01-20, by ods15
-
change goals slightly..2006-01-20, by ods15
-
bump date2006-01-20, by ods15
-
Added DPI (Print-Resolution) and Pixel-Aspect awareness to vo_jpeg.2006-01-20, by atmos4
-
Also define FF_POSTPROCESS when using shared libavcodec.2006-01-20, by diego
-
German man page review part XIV2006-01-20, by kraymer
-
mention hwmpa2006-01-19, by nicodvb
-
documented audio codec hwmpa2006-01-19, by nicodvb
-
Implement XvMC lib autodetection for future use (currently disabled, but working2006-01-19, by rathann
-
Remove rule to build shared libpostproc, it does not belong in MPlayer.2006-01-19, by diego
-
Use free instead of speex_free - since speex_free does not appear in the2006-01-19, by reimar
-
Typo fixes by Bounec2006-01-19, by gpoirier
-
Push "Building audio filter chain" up to verbose level.2006-01-19, by diego
-
sync to 1.2192006-01-18, by kraymer
-
Mention possible region setting requirement for some RPC-2 drives.2006-01-18, by rathann
-
FAQ about problems with playing DVDs on certain drives.2006-01-18, by rathann
-
German man page review part XIII2006-01-18, by kraymer
-
German man page review part XII (right from the beginning.. again..)2006-01-17, by kraymer
-
suppress error message at eof2006-01-17, by reimar
-
avoid Solaris 10 compile error with gcc 3.4.52006-01-17, by reimar
-
faster and (IMHO) cleaner code.2006-01-17, by reimar
-
function to read from a demuxer up to (and including) the specified2006-01-17, by reimar
-
Put settings into a more meaningful order, some cosmetics.2006-01-17, by diego
-
Improve option descriptions.2006-01-17, by diego
-
Remove multi-language setting specification, it has little use.2006-01-17, by diego
-
Improve option descriptions.2006-01-17, by diego
-
cosmetic whitespace / layout changes2006-01-16, by diego
-
German man page review part X:2006-01-16, by kraymer
-
Comment out default settings. MPlayer should behave the same w/ or w/o2006-01-16, by diego
-
sync to 1.2182006-01-16, by kraymer
-
Do not build the GUI by default in the Debian package to be more in line2006-01-16, by diego
-
Remove overly loud "warning" from runtime-cpudetection message.2006-01-16, by diego
-
MEncoder's MPEG muxer needs -vf harddup to function properly, no add a note about this.2006-01-16, by gpoirier
-
Prefer native GSM over the binary codec.2006-01-16, by diego
-
sync with 1.12062006-01-16, by gpoirier
-
typos2006-01-16, by diego
-
sync to x264 r398.2006-01-16, by lorenm
-
Print some more useful data from header in verbose mode2006-01-15, by rtognimp
-
Support sipr codec in old RealAudio files.2006-01-15, by rtognimp
-
restored hwmpa with 'working' status and lowest priority2006-01-15, by nicodvb
-
temporarily disabled hwmpa until I fix the priority2006-01-15, by nicodvb
-
ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders2006-01-15, by nicodvb
-
Change LIB to LIBNAME to fix compilation.2006-01-15, by diego
-
10l: FFmpeg shared lib build information does not belong in MPlayer configure.2006-01-14, by diego
-
Always try to parse index chunk, no reason to check for movi_end2006-01-14, by reimar
-
Sync with latest FFmpeg build system changes.2006-01-14, by diego
-
German man page review part X:2006-01-14, by kraymer
-
Fix printing of audio fourcc in hex format2006-01-14, by rtognimp
-
German man page review part IX:2006-01-14, by kraymer
-
add mod playback to the wishlist2006-01-14, by rathann
-
Print audio 4cc for every stream, print 4cc of selected audio track2006-01-14, by rtognimp
-
Consistent variable names for shared libavcodec.2006-01-14, by diego
-
Add --disable-libavcodec_so/--disable-libavformat_so.2006-01-14, by diego
-
sync up to 1.2172006-01-14, by ptt
-
1l - one cast too many2006-01-14, by rathann
-
Fix parallel make builds, patch by Oded Shimon.2006-01-14, by rathann
-
German man page review part VIII2006-01-14, by kraymer
-
This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from2006-01-13, by rathann
-
German man page review part VII2006-01-13, by kraymer
-
sync to 1.2172006-01-13, by kraymer
-
Synced with 1.822006-01-13, by jheryan
-
Synced with 1.162006-01-13, by jheryan
-
Synced with 1.762006-01-13, by jheryan
-
Synced with 1.602006-01-13, by jheryan
-
Synced with 1.242006-01-13, by jheryan
-
Synced with 1.1002006-01-13, by jheryan
-
Synced with 1.382006-01-13, by jheryan
-
Synced with 1.282006-01-13, by jheryan
-
Synced with 1.742006-01-13, by jheryan
-
Synced with 1.322006-01-13, by jheryan
-
Update licensing information: The FSF changed postal address.2006-01-13, by diego
-
massive attack: mp_msg printf format fixes2006-01-12, by rathann
-
Remove libxvmc-dev from build-depends.2006-01-12, by diego
-
wording fix2006-01-12, by kraymer
-
1.1202: Reformat examples to prevent linebreaks and hyphenation.2006-01-12, by kraymer
-
1.1201: Explain DVDREAD_NOKEYS environment variable.2006-01-11, by kraymer
-
1.1193: [does not apply]2006-01-11, by kraymer
-
remove build-depends used only for obsolete vo2006-01-11, by aurel
-
1.1186: Merry Christmas and happy cola-chugging!2006-01-11, by kraymer
-
do not give focus to vo_macosx in shared buffer mode. Patch by Hector Chu<hectorchu@gmail.com>2006-01-11, by nplourde
-
I'm the new mailling list maintainer2006-01-10, by gpoirier
-
xlibs-dev don't exist anymore, as well as libpng-dev and libgtk-dev.2006-01-10, by aurel
-
convert some printfs to mp_msg2006-01-10, by rathann
-
added support for external libavformat2006-01-09, by nicodvb
-
CamStudio codec support2006-01-09, by reimar
-
Minor correction of last updates, credit to Paul TT2006-01-09, by danny
-
OS X compilation fix: Include inttypes.h so that uint32_t is not undefined.2006-01-08, by diego
-
support for Radeon 95502006-01-08, by diego
-
sync w/ 1.12052006-01-08, by gpoirier
-
Remove non-ASCII character.2006-01-08, by diego
-
Update for current Debian package.2006-01-08, by diego
-
Improve the Debian package configuration: Remove the vo module configuration,2006-01-08, by diego
-
Quote some values to silence debconf warnings.2006-01-08, by diego
-
Do not install .cvsignore files.2006-01-08, by diego
-
include the right avcodec.h, consistently with the rest of mplayer2006-01-08, by nicodvb
-
fix crash if no video codec available2006-01-08, by reimar
-
fix premature end of audio playback (audio only)2006-01-08, by henry
-
Add uppercase MPG2 fourcc.2006-01-07, by diego
-
Remove empty sections, speak of container formats, not file formats.2006-01-07, by diego
-
minor rewording2006-01-07, by diego
-
avoid some gcc 4 compiler warnings2006-01-07, by reimar
-
Less ugly and easier to extend getFunctions2006-01-07, by reimar
-
Mention Chinese console messages.2006-01-06, by diego
-
Update for realrtsp bandwidth support2006-01-06, by rtognimp
-
This patch makes real rtsp tell the server to deliver data at specified2006-01-06, by rtognimp
-
Reformat examples to prevent linebreaks and hyphenation. When occurring2006-01-06, by diego
-
align byte is deprecated2006-01-06, by ods15
-
Yet another MPEG-4 fourcc (Samsung SMP4)2006-01-06, by rtognimp
-
1) remove global_timebase2006-01-06, by ods15
-
MN rule2006-01-06, by ods15
-
1) change date and goals slightly2006-01-06, by ods15
-
Better default vo - xv instead of x11.2006-01-06, by diego
-
Remove unused template file.2006-01-06, by diego
-
100l, the vo selection should fall back to other vo drivers.2006-01-06, by diego
-
build fix2006-01-05, by diego
-
Improve overall structure by adding a few top-level chapters so that2006-01-05, by diego
-
Add FFmpeg TrueSpeech.2006-01-05, by diego
-
Add MPEG fourcc to all MPEG decoders.2006-01-05, by diego
-
Don't leak memory (free audio reordering buffers)2006-01-04, by rtognimp
-
Remove assumption that all audio packets in a block have the same2006-01-04, by rtognimp
-
1000.0l timestamps are float2006-01-04, by rtognimp
-
Explain DVDREAD_NOKEYS environment variable.2006-01-04, by diego
-
Bandaid fix for compilation failure when creating main/.depend with GUI2006-01-04, by diego
-
cosmetics: Make the patch apply without offsets.2006-01-04, by diego
-
Update copyright date to 20062006-01-04, by gpoirier
-
Update with current changes.2006-01-04, by diego
-
CONFIGURATION FILES section added to the man page.2006-01-04, by diego
-
Expand the configuration file section to include MEncoder examples.2006-01-04, by diego
-
10l build fix2006-01-04, by diego
-
synced with 1.11982006-01-04, by gpoirier
-
little fixes i looked at after previous cvs commit :-)2006-01-04, by ptt
-
sync with 1.1198 plus little fixes2006-01-04, by ptt
-
fixed indentation for suboption brd_scale2006-01-04, by ptt
-
synced with 1.11972006-01-03, by gpoirier
-
removed previously forgotten reording options/flags2006-01-03, by nicodvb
-
Reverse commit 31 Dec 2005 18:56:35 -0000 1.342006-01-03, by gpoirier
-
removed frame reording option2006-01-03, by nicodvb
-
disable dvd subtitles by default2006-01-03, by nicodvb
-
word consistency fix2006-01-03, by ptt
-
sync up to 1.11672006-01-03, by ptt
-
Restructure ports section.2006-01-03, by diego
-
updates, spelling2006-01-03, by diego
-
Fix _inc_extra handling in DirectFB check.2006-01-03, by diego
-
small wording/spelling/syntax fixes2006-01-03, by diego
-
add bitexact's lavd flag desc.2006-01-03, by gpoirier
-
h264es: don't seek to non-keyframes2006-01-03, by lorenm
-
use $(INSTALLSTRIP) consistently2006-01-03, by rathann
-
fix the translator names list so that it conforms to lastname, firstname2006-01-02, by rathann
-
Synced with 1.2162006-01-02, by jheryan
-
Synced with 1.11822006-01-02, by jheryan
-
Partial support for QuickTime sound atom version 2.2006-01-02, by corey
-
sync up to 1.2162006-01-02, by ptt
-
add Dicas MPEGable H.264/MPEG-4 AVC fourcc2006-01-01, by iive
-
Add Rich's advice posted on the thread:2005-12-31, by gpoirier
-
"Currently mplayer looks for only one MP3 frame sync. The attached2005-12-31, by gpoirier
-
Add MPEG fourcc to mpeg12.2005-12-31, by diego
-
search next sequence_header untile a valid one is found2005-12-31, by nicodvb
-
Guide on creating quality skins.2005-12-31, by diego
-
Build incomplete Russian docs last.2005-12-31, by diego
-
check the intermediate audio buffer2005-12-31, by henry
-
update x264 feature summary2005-12-31, by lorenm
-
Mac OS update2005-12-30, by diego
-
synced with 1.11942005-12-30, by gpoirier
-
synced with 1.11922005-12-30, by gpoirier
-
sync to x264 r390 (bime)2005-12-30, by lorenm
-
for roff: add missing linebreak in uspp description2005-12-30, by wanderer
-
minor grammar/punctuation on lavc's keyint option2005-12-29, by wanderer
-
further wording fix for uspp2005-12-29, by wanderer
-
AIX PPC port2005-12-29, by diego
-
Bump DH_COMPAT version.2005-12-29, by diego
-
Add a basic watch file.2005-12-29, by diego
-
Support vme=8 (iterative overlapped block).2005-12-29, by diego
-
Include the snow wavelet comparison functions from DOCS/tech/snow.txt2005-12-29, by diego
-
wording2005-12-29, by diego
-
change erase to end of line, fall back to old behavior if no termcap found2005-12-29, by ods15
-
fix dvdread version macro2005-12-28, by rathann
-
Add bidir_refine to lavc's set of options, and document it.2005-12-28, by gpoirier
-
wma2 fixed2005-12-27, by rtognimp
-
vpotmeter fix, scroll in the correct direction2005-12-27, by ods15
-
fixes suggested by Diego2005-12-27, by gpoirier
-
new input command prefixes, pausing_keep, pausing_toggle2005-12-27, by ods15
-
Fix erase to end of line with windows, windows terminal does not support2005-12-27, by ods15
-
Remove tables used by MPlayer native 14_4 and 28_8 codecs2005-12-27, by rtognimp
-
New section: choosing the video codec for your encode: what to consider before picking it.2005-12-27, by gpoirier
-
fix setting colorkey in vidix mga_vid2005-12-26, by ods15
-
10000l to me, broke compilation on mingw, erase_to_end_of_line needs to be2005-12-26, by ods15
-
Merry Christmas and happy cola-chugging!2005-12-26, by gpoirier
-
- move our setenv() fallback implementation to osdep2005-12-26, by al
-
Adds lavc's brd_scale and updates vb_strategy2005-12-25, by gpoirier
-
support downscaling frames for dynamic b frame decission2005-12-25, by gpoirier
-
synced with 1.11842005-12-25, by gpoirier
-
add "pausing_keep" and "pausing_toggle" input cmd prefixes2005-12-25, by ods15
-
Use termcap "erase to end of line" character code instead of using spaces2005-12-25, by ods15
-
Add current Cygwin tool paths.2005-12-25, by diego
-
Windows waveout is no longer the best choice under Windows.2005-12-25, by diego
-
prefer newer terminfo-capable libraries (ncurses or terminfo)2005-12-25, by rathann
-
improove termcap detection, -lncurses works too2005-12-25, by ods15
-
Add "application/x-mms-framed" for ASF2005-12-24, by rtognimp
-
The <=132 frame rule is only valid at MacroBlock level not at frame one.2005-12-24, by iive
-
Typo in ASF demuxer selection by name (it's 'asf', not 'asv')2005-12-24, by rtognimp
-
synced with 1.11822005-12-22, by gpoirier
-
typo2005-12-22, by ods15
-
Synced with help_mp-en.h 1.2162005-12-21, by gpoirier
-
Print some error message,2005-12-20, by iive
-
I screwed up keep aspect param, made behavior the opposite of man page.2005-12-20, by ods15
-
malloc padding to avoid access beyond allocated memory2005-12-19, by henry
-
reverse the H264 hack2005-12-19, by henry
-
fspp update2005-12-18, by henry
-
negative quality values allow postproc regardless of input2005-12-18, by henry
-
credits for Onur, patch by himself2005-12-18, by diego
-
do not postprocess H2642005-12-18, by henry
-
support negative stride (flipping) in vo_gl.2005-12-18, by reimar
-
calculate framesize for raw RGB and BGR.2005-12-18, by reimar
-
fix crash with invalid -vid and no audio stream2005-12-18, by reimar
-
bitexact flag2005-12-18, by michael
-
1.1180: [does not apply]2005-12-17, by ranma
-
deobfuscate some very simple code...2005-12-17, by ods15
-
typo: ouput -> output2005-12-17, by ranma
-
"cfg-mplayer-def.h" is what is written in ~/.mplayer/config when it is not2005-12-17, by ods15
-
sync to 1.2162005-12-17, by ranma
-
some more new stuff..2005-12-17, by ods15
-
-o in mencoder now manditory2005-12-17, by ods15
-
-msglevel added, -verbose removed2005-12-17, by ods15
-
Removing obsolete, and until recently, misdocumented option -verbose .2005-12-17, by ods15
-
synced with 1.1002005-12-17, by gpoirier
-
synced with 1.13, patch by Johan Bos2005-12-17, by gpoirier
-
synced with 1.72, patch by Johan Bos2005-12-17, by gpoirier
-
sync w/ 1.11782005-12-17, by gpoirier
-
synced with 1.12, patch by Johan Bos, and fixes by me :p2005-12-17, by gpoirier
-
Fixes by Bounec2005-12-17, by gpoirier
-
grammar fix2005-12-17, by diego
-
include fastmemcpy.h before stream.h, so it is used for the stream_read2005-12-17, by reimar
-
do not set the flag when config failed2005-12-16, by henry
-
Avoid gcc warnings:2005-12-15, by rathann
-
one-word grammar fix for "incompatible codec" message2005-12-15, by wanderer
-
sync with 1.2132005-12-15, by ptt
-
small grammatical/sentence fix2005-12-15, by ptt
-
fix compilation when dvdkit and dvdread are not available2005-12-14, by nicodvb
-
Fix small typos spoted by Paul TT2005-12-14, by reynaldo
-
Reformat for better readability.2005-12-13, by diego
-
libdvdread configure script defines __DARWIN__ on darwin to trigger2005-12-13, by diego
-
Darwin does not support -rdynamic.2005-12-13, by diego
-
small typo preventing compilation, sorry :(2005-12-13, by ptt
-
little fixes....2005-12-13, by ptt
-
sync up to 1.2102005-12-13, by ptt
-
minor grammar clarification to the last commit, + omitted periods2005-12-12, by wanderer
-
Unify paths in patch and fix recent breakage, no -ko keyword expansion2005-12-11, by diego
-
Another examples showing how to play raw YUV video samples2005-12-11, by gpoirier
-
add hint to slave.txt2005-12-11, by reimar
-
improve video equalizer command (brightness, contrast, etc.) description2005-12-11, by reimar
-
sync with 1.11762005-12-11, by gpoirier
-
make fribidi autodetect by default instead of disable2005-12-11, by ods15
-
Make -really-quiet a common option.2005-12-11, by diego
-
make demuxer seek and close functions return void, patch by Dominik Mierzejewski2005-12-11, by wanderer
-
punctuation fixes for the previous commit2005-12-11, by wanderer
-
Update email address, old one is dead2005-12-11, by gpoirier
-
sync with 1.11752005-12-11, by gpoirier
-
Fix -v/-verbose description.2005-12-11, by diego
-
sync with 1.11742005-12-11, by gpoirier
-
10l: \ needs to be escaped in roff.2005-12-11, by diego
-
synced with 1.2012005-12-10, by gabrov
-
Sync with 1.11712005-12-10, by gpoirier
-
1/4l2005-12-10, by gpoirier
-
Formatting fix2005-12-10, by gpoirier
-
Give an example about how to use the famous cqif video samples2005-12-10, by gpoirier
-
move to next vo if /dev/3dfx could not be opened2005-12-10, by iive
-
synced with 1.11702005-12-10, by gpoirier
-
Do not exit() if /dev/3dfx is not available, approved by Ivan.2005-12-10, by diego
-
Remove obsolete note.2005-12-10, by diego
-
known bugs with P4 and SSE, small fixes2005-12-10, by diego
-
Convert this file to UTF-8 as it contains funky caracters from all around the world.2005-12-10, by gpoirier
-
1.1162: multithreaded decoding2005-12-10, by ranma
-
sync to rev. 1.2102005-12-10, by ranma
-
remove stray tab, which was confusing help_diff.sh2005-12-10, by ranma
-
Harcoded eng strings on libmpdemux/network.c to help_mp2005-12-10, by reynaldo
-
ffmpeg update2005-12-09, by rtognimp
-
Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc)2005-12-09, by rtognimp
-
cook2005-12-09, by diego
-
Move audio packets reordering from codec interface to demuxers for real2005-12-09, by rtognimp
-
#include help_mp.h only once.2005-12-09, by diego
-
Remove some inactive maintainers.2005-12-09, by diego
-
long obsolete2005-12-09, by diego
-
some sync with the present day situation2005-12-09, by diego
-
Unify include paths, -I.. is in CFLAGS.2005-12-08, by diego
-
M263 (M$ h263) can be decoded by lavc H.263 decoder2005-12-08, by rtognimp
-
Bye-bye old email address, I'm a student no more!! :-P2005-12-08, by gpoirier
-
translate just 1.11692005-12-08, by gpoirier
-
synced with 1.11672005-12-08, by gpoirier
-
-mc 0.1 is preferrable to -mc 10 since A/V sync is recovered quicker after seeking.2005-12-08, by diego
-
Clarifications for the AUDIOSERVER environment variable.2005-12-08, by diego
-
add fix for sbr_dec.c to local diff, too2005-12-07, by rathann
-
add my fix to ps_dec.c to our diff2005-12-07, by rathann
-
Every contribution deserves to be listed on the "about" window of the gui.2005-12-07, by gpoirier
-
vf_fspp bframes option2005-12-07, by henry
-
prevent flicker on b-frames, trivial port from vf_spp2005-12-07, by henry
-
list myself as patch backlog maintainer2005-12-07, by wanderer
-
option to show the lines containing anomalies, patch by Ivo van Poorten2005-12-07, by wanderer
-
small updates and fixes2005-12-07, by diego
-
preliminary environment variables section2005-12-07, by diego
-
really clear frames to black instead of grey, and make sure one of those2005-12-07, by reimar
-
signed division must be used for calculation vo_dx and vo_dy.2005-12-07, by reimar
-
WM_PAINT is the "expose" event, not WM_ACTIVATE2005-12-07, by reimar
-
Minor spelling fixes2005-12-07, by jheryan
-
Synced with 1.11632005-12-07, by jheryan
-
Don't abort when xscreensaver window isn't available anymore.2005-12-07, by al
-
more warning fixes2005-12-07, by ods15
-
compiler warning fixes, some of these were actual (printing) bugs.2005-12-07, by ods15
-
Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'll2005-12-07, by ods15
-
-msglevel description improvement2005-12-07, by diego
-
new arguments for -vf spp, patch by Corey Hickey2005-12-06, by wanderer
-
Must use glFlush when doublebuffering is not used2005-12-06, by reimar
-
Get rid of most #ifdefs2005-12-06, by reimar
-
Fix message handling, process resize events2005-12-06, by reimar
-
alphabetical order + better explanation for '-lavdopts threads'2005-12-06, by wanderer
-
minor grammar fix, + stray LIVE.COM -> LIVE555 transition2005-12-06, by wanderer
-
another 100l, codec-cfg relied on mp_msg printing nothing....2005-12-06, by ods15
-
100l, codec-cfg needs fixing after -msgl patch2005-12-06, by ods15
-
prevent flicker, to get old behaviour use spp=x:y:4 / x:y:52005-12-06, by michael
-
Fix EDL to be per file, allow -edlout and -edl together as there is really2005-12-06, by ods15
-
1000l, reverting 2 more unrelated changes with last commit2005-12-06, by ods15
-
100l, reverting unrelated change with last commit2005-12-06, by ods15
-
new -msglevel option, constrols msg level for every msg module2005-12-06, by ods15
-
more minor grammatical fixes2005-12-06, by wanderer
-
multithreaded decoding2005-12-05, by gpoirier
-
fixes suggested by The Wanderer and Corey2005-12-05, by gpoirier
-
expand aspect works by display aspect, not video aspect.2005-12-05, by ods15
-
add missing -I..2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
ad_libvorbis.c:119: warning: assignment from incompatible pointer type2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
fix2005-12-05, by rathann
-
mplayer.c:1928: warning: implicit declaration of function 'cache_uninit'2005-12-05, by rathann
-
Fix popup menu problems: GTK cannot get a grab while the button is down,2005-12-04, by reimar
-
About text should _not_ be editable, it just looks stupid.2005-12-04, by reimar
-
missing dot2005-12-03, by ranma
-
lots of small fixes a few rephrasings2005-12-03, by ranma
-
sync to 1.2052005-12-03, by ranma
-
attribute align2005-12-03, by michael
-
switch to snow2005-12-03, by michael
-
multithreaded decoding2005-12-02, by michael
-
muxer_lavf MUST be disabled by default until someone adds AVParser2005-12-02, by rfelker
-
fatal error when muxer cannot initialize2005-12-02, by rfelker
-
Synced with 1.1002005-12-02, by jheryan
-
Synced with 1.992005-12-02, by jheryan
-
Synced with 1.342005-12-02, by jheryan
-
Synced with 1.122005-12-02, by jheryan
-
make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault POIS org )2005-12-02, by gpoirier
-
export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dll2005-12-01, by rtognimp
-
Add CharNextA(), needed by rp8 sipr dll2005-12-01, by rtognimp
-
nits and fixes suggested by The Wanderer and Loren Merritt2005-12-01, by gpoirier
-
vo_tdfxfb should be preferred over vo_3dfx.2005-12-01, by diego
-
AMD's Family 6 CPUs come with two flavors: one that supports SSE and2005-12-01, by diego
-
fixed wrong telecine trf pattern; fall back to mpeg2 when user specifies unknown format2005-11-30, by nicodvb
-
Link was a bit dated (but still working :-))2005-11-29, by ranma
-
Fixed wrong M_OPT_RANGE in vrc_maxrate/vrc_minrate , default was 0 and range [4,2400000]2005-11-29, by reynaldo
-
Sync man page structure description with actual man page structure.2005-11-29, by diego
-
spelling, capitalization and wording fixes2005-11-29, by diego
-
Smarter defaults, removing obsolete options.2005-11-29, by diego
-
-aop is long obsolete.2005-11-28, by diego
-
-aop is long obsolete.2005-11-28, by diego
-
Add a function to remove osd msg and use it to remove the "OSD: enabled"2005-11-27, by albeu
-
Add indicative QP for ASP and AVC codecs2005-11-27, by gpoirier
-
Explain how to make regression tests with CVS2005-11-27, by gpoirier
-
grammar fix on the documentation-updates note2005-11-27, by wanderer
-
some comments and simplification2005-11-27, by alex
-
1.1161: misc fixes [partly]2005-11-27, by ranma
-
Note about handling patches that contain documentation updates.2005-11-26, by diego
-
Add support to get the list of files from a file containing one filename2005-11-26, by albeu
-
Fix URL escaping to correctly handle URL containing an ip6 address or2005-11-26, by albeu
-
Correct optimization for C3, patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com >2005-11-26, by gpoirier
-
skin authors, trailing whitespace cosmetics2005-11-25, by diego
-
wording and gramma fixes by Bougiz2005-11-25, by gpoirier
-
When it comes to CD/DVD handling bsdi has a linux CD/DVD compatibility2005-11-25, by diego
-
Grammar and wording fixes by Bougiz2005-11-24, by gpoirier
-
productive skin2005-11-24, by diego
-
M-x untabify2005-11-23, by gpoirier
-
correct k6_mtrr detection, add a great deal of infos about newer processors2005-11-23, by gpoirier
-
fixes in examples, minor details2005-11-23, by wight
-
Synced with 1.2022005-11-23, by jheryan
-
sync with 1.99, Patch by Johan B. < dariusjb AH gmail POIS com >2005-11-23, by gpoirier
-
-mc is useful to get rid of A/V desync.2005-11-23, by diego
-
synced with 1.11612005-11-23, by gpoirier
-
misc fixes2005-11-23, by diego
-
Revert previous commit2005-11-22, by al
-
Ignore OPTIONS rtsp command during playback. Fixes2005-11-22, by rtognimp
-
sync with 1.11592005-11-22, by gpoirier
-
Explain -vo gl:slice-height behaviour if YUV rendering is used.2005-11-22, by reimar
-
added a '.'... not abig effort by me indeed :-)))n..2005-11-22, by ptt
-
sync with 1.11582005-11-22, by ptt
-
Use slice-height 16 as default for yuv colorspaces (only relevant if decoder2005-11-22, by reimar
-
10l2005-11-22, by lorenm
-
sync to x264 r373 (brdo)2005-11-22, by lorenm
-
Mentions that --enable-runtime-cpudetection is not on by default.2005-11-21, by gpoirier
-
Make the osd command only switch between enabled/disabled when2005-11-20, by albeu
-
Unify include paths, -I.. is in CFLAGS.2005-11-19, by diego
-
Also parse glX extension string, makes -vo gl:swapinterval work again on linux2005-11-19, by reimar
-
Change MUST to SHOULD have disposition and if applicable language tags.2005-11-18, by al
-
Unify include path handling by using -I.2005-11-18, by diego
-
302m_convert and 360m_convert are generated files.2005-11-18, by diego
-
fastmemcpybench and cpuinfo are x86-specific.2005-11-18, by diego
-
Unify include path handling by adding $(MPROOT) to CFLAGS.2005-11-18, by diego
-
Makefile reorganized for better clarity and maintainability.2005-11-18, by diego
-
Unify include path handling, -I.. is in CFLAGS.2005-11-18, by diego
-
1.1157: -novideo does not work in some cases, e.g. with MPEG demuxers.2005-11-18, by ranma
-
synced with 1.11572005-11-18, by gpoirier
-
libavformat seems to use "Vo" as Vorbis tag, so add that.2005-11-17, by reimar
-
-novideo does not work in some cases, e.g. with MPEG demuxers.2005-11-17, by reimar
-
new -(no)border option2005-11-17, by reimar
-
Enable border toggling for gl and gl2 under windows.2005-11-17, by reimar
-
print the number of encoded frames per seconds (fps) with a greater precision2005-11-17, by gpoirier
-
Reformating and nit2005-11-17, by gpoirier
-
synced with 1.11552005-11-17, by gpoirier
-
Document the new osd options: -osd-duration, -noterm-osd, -term-osd-esc2005-11-17, by albeu
-
Remove stray \n and shorten overly long lines in the process.2005-11-17, by diego
-
Tests should use echocheck/echores instead of plain echo for output.2005-11-17, by diego
-
Update credits, sync a few lines.2005-11-17, by diego
-
Do not build Debian package with runtime CPU detection by default.2005-11-17, by gpoirier
-
spelling/grammar2005-11-17, by diego
-
Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using mencoder2005-11-16, by reynaldo
-
Small fixes...2005-11-16, by ptt
-
1.1153: Document the new oss config parameters.2005-11-16, by ranma
-
sync with rev. 1.2022005-11-16, by ranma
-
Big OSD cleanup. Replace the mess with 100's of counter vars2005-11-16, by albeu
-
avisubdump2005-11-15, by diego
-
Unify include paths, -I.. is in CFLAGS.2005-11-15, by diego
-
little fixes...2005-11-15, by ptt
-
Sync with 1.2022005-11-15, by ptt
-
Added a space after dv suboption for -lavfopts section2005-11-15, by ptt
-
Unify include paths, -I.. is in CFLAGS.2005-11-14, by diego
-
disable *SwapInterval function when extensions are missing, since it2005-11-13, by reimar
-
Simplify weird code. ;)2005-11-13, by rathann
-
Unify include paths by adding -I.. to CFLAGS.2005-11-13, by diego
-
Remove duplicate leftover line.2005-11-12, by diego
-
fixes missing caps on last patches2005-11-12, by reynaldo
-
Configure support for Cyrix C32005-11-12, by gpoirier
-
Sync with help_mp-en.h 1.201, patch by Emfox Zhou < emfoxzhou AH gmail POIS com>2005-11-12, by gpoirier
-
synced with 1.11532005-11-11, by gpoirier
-
Document the new oss config parameters.2005-11-11, by albeu
-
Generate double-click mouse events.2005-11-11, by joey
-
Add double-click mouse events.2005-11-11, by joey
-
Intercept maximize event and go into fullscreen mode.2005-11-11, by joey
-
Adds a target parameter to the volnorm filter.2005-11-11, by joey
-
-waveheader is deprecated, using -ao pcm:waveheader instead2005-11-11, by reynaldo
-
alphabetical order2005-11-10, by diego
-
add a switch, slave command, and vo control to toggle borderless window.2005-11-10, by joey
-
[TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemux2005-11-10, by reynaldo
-
move window style to a macro for easier maintaining2005-11-10, by joey
-
attempt to fix missing and/or broken boundary checks2005-11-10, by reimar
-
ffmpeg truemotion1 codec now outputs BGR32 for some files2005-11-10, by reimar
-
do not set ctx->vo_inited when init fails. This caused a crash when a2005-11-10, by reimar
-
Do not hang forever when the card delivers no new data.2005-11-10, by reimar
-
implement norm switching, which was already documented??2005-11-10, by reimar
-
Sync with help_mp-en.h 1.198, patch by Emfox Zhou emfoxzhou AH2005-11-10, by gpoirier
-
Allow setting the mixer per instance so one can fallback between2005-11-10, by albeu
-
Test if source image dimensions are too big.2005-11-10, by al
-
small typo2005-11-10, by ptt
-
synced with 1.1982005-11-10, by ptt
-
reordered subtitles language OSD display, since it worked bad for ogm...2005-11-09, by ptt
-
sync with 1.1150 (megaslow pp:) )2005-11-09, by gpoirier
-
it looks like width needs to be a multiple of 64 for newer cards2005-11-09, by faust3
-
new orthography2005-11-09, by ranma
-
Speling (das -> daÃ?)2005-11-09, by ranma
-
typo, trailing whitespace2005-11-09, by diego
-
SDL no longer needed by default2005-11-08, by rathann
-
Add another content-type for aac audio in shoutcast streams2005-11-08, by rtognimp
-
document new vf_uspp2005-11-08, by ranma
-
ultra simple&slow pp filter, yes yet another spp like filter :)2005-11-08, by michael
-
fd --> file descriptor, small fixes2005-11-08, by diego
-
do not call glFinish when we do not have a context2005-11-07, by reimar
-
Do not show cache-line size message, I've never seen a case where it was useful2005-11-07, by reimar
-
typo: libcio --> libcdio2005-11-07, by diego
-
Fix compilation, use vo_fs instead of fullscreen variable. Not tested.2005-11-06, by reimar
-
save us from #ifndef hell2005-11-06, by faust3
-
synced with 1.1972005-11-06, by gabrov
-
there is no sh_video for audio only files2005-11-06, by faust3
-
mostly formatting fixes2005-11-06, by ranma
-
libcdio2005-11-06, by faust3
-
make it optionally possible to compile MPlayer with libcdio instead of libcdparanoia2005-11-06, by faust3
-
fixed possible uint8 overflow; assign progid to the newly created pmt2005-11-06, by nicodvb
-
10l: osd_show_dvd_nav_highlight is just a flag2005-11-06, by ranma
-
fix typos: aslo->also, falback->fallback (they were just too annoying *g*)2005-11-06, by reimar
-
Two minor corrections by mitch (mitch at cgarbs dot de)2005-11-06, by ranma
-
Fix bugs/crash introduced by translation patch2005-11-06, by reimar
-
Number of frames to show the OSD shouldn't be hardcoded, derive from fps instead2005-11-06, by ranma
-
sync w/ 1.11492005-11-06, by gpoirier
-
"describe" cdda://n-m syntax2005-11-06, by reimar
-
fix cdda://n syntax: do not hang when n > nr_tracks and play only track n,2005-11-06, by reimar
-
estimate total time also for audio-only files.2005-11-06, by reimar
-
added support for OSD localization2005-11-06, by ptt
-
Added translatable messages for OSD localization to help/help_mp-en.h2005-11-06, by ptt
-
Added translatable messages for OSD localization from libvo/sub.c2005-11-06, by ptt
-
synced with 1.982005-11-05, by gabrov
-
Sync with 1.11482005-11-05, by gpoirier
-
sync with rev. 1.1962005-11-05, by ranma
-
Use correct demuxer type for aac in shoutcast streams2005-11-05, by rtognimp
-
Speex audio decoding2005-11-05, by reimar
-
Speex support. Seeking and pts generation does not work.2005-11-05, by reimar
-
set cdda paranoia default to 0 since e.g. cdda://2 breaks otherwise.2005-11-05, by reimar
-
Allow detection of theora without pkg-config and linking against internal2005-11-05, by reimar
-
sort timestamps instead of assuming conventional B-frame order. (fixes x264 B-pyramid)2005-11-05, by lorenm
-
Enabled OSD localization / moved msgs to help/help_mp-en.h2005-11-05, by ptt
-
Added translatable messages for OSD localization2005-11-05, by ptt
-
Little fixes around ':' and spaces2005-11-05, by ptt
-
libmpdemux translatables corrections2005-11-05, by ptt
-
synced with 1.1362005-11-04, by ptt
-
Synced with 1.982005-11-04, by jheryan
-
Synced with 1.11462005-11-04, by jheryan
-
Synced with 1.1932005-11-04, by jheryan
-
sync to x264 r360 (trellis)2005-11-04, by lorenm
-
Autoload vobsub's from ~/.mplayer/sub2005-11-03, by albeu
-
changed KEY_PREVIOUS to KEY_PREV, cause the first undefined2005-11-03, by ptt
-
small grammar/wording fixes2005-11-03, by ptt
-
typo fix bust/must2005-11-03, by reynaldo
-
sync with 1.192 by PaulTT2005-11-03, by ptt
-
libvo input cleanup: remove the dependency on libinput,2005-11-02, by albeu
-
sync with 1.1932005-11-02, by ranma
-
sync with rev. 1.1922005-11-02, by ranma
-
synced with 1.11462005-11-02, by gpoirier
-
bump sync tag2005-11-01, by gpoirier
-
close stream_fd on uninit. Fixes bugzilla bug #400.2005-11-01, by reimar
-
synced with 1.98, patch by Johan Bos.2005-11-01, by gpoirier
-
Fix two (loosely) related bugs: massive A-V desync with -audiofile (bugzilla2005-11-01, by reimar
-
libmpdemux translatables to help_mp part 1 / mp_msg calls / try 22005-10-31, by reynaldo
-
libmpdemux translatables to help_mp part 1 / messages / try 22005-10-31, by reynaldo
-
10l typo, nomanyfmts should be used against playback problems.2005-10-31, by reimar
-
More consistent and sane types. Also avoids some gcc 4 warnings.2005-10-31, by reimar
-
synced with 1.34, patch by Johan Bos + fixes by me2005-10-31, by gpoirier
-
move resync_audio_stream after seeking to demuxer.c2005-10-30, by reimar
-
Provide DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS.2005-10-30, by reimar
-
Provide percentage even when demuxer->movi_start and movi_end are not available2005-10-30, by reimar
-
10l, uninit() was not used, fixes bug #4012005-10-30, by reimar
-
Updating little things I have done so far2005-10-29, by reynaldo
-
preliminary support for wpl playlists, closes #3622005-10-28, by reynaldo
-
add a \n after whole cache fill.2005-10-27, by ods15
-
updates2005-10-26, by diego
-
make myself console help messages maintainter at diego's request2005-10-26, by reynaldo
-
gcc -dumpmachine outputs x86_64-something on some machines and2005-10-26, by diego
-
synced with 1.1922005-10-26, by gabrov
-
Clarify subtitle alignment behavior.2005-10-26, by diego
-
Added support for remote controls.2005-10-26, by syrjala
-
Complete sync with 1.1922005-10-26, by reynaldo
-
Unify include paths, -I.. is in CFLAGS.2005-10-26, by diego
-
Run dh_makeshlibs to create proper shlibs files and avoid warnings.2005-10-25, by diego
-
Unify include paths, -I.. is in CFLAGS.2005-10-25, by diego
-
big-endian fixes for "extended" (i.e. mythtv) files.2005-10-25, by reimar
-
10l broken asm crap needs an external name2005-10-25, by rfelker
-
INPUT section created, added messages from input/input.c and input/joystick.c2005-10-25, by reynaldo
-
translatable eng strings to new section on help_mp-en2005-10-25, by reynaldo
-
printf to mp_msg2005-10-25, by reynaldo
-
fix incorrect use of strl* functions (patch by reimar)2005-10-25, by rfelker
-
fix broken (off-by-one) behavior of our strl* functions (patch by reimar)2005-10-25, by rfelker
-
do not export useless symbols! fixed compile bug with decode support in lame2005-10-25, by rfelker
-
synced with 1.11452005-10-25, by gpoirier
-
Extra processor information needs to be known in the x86_64 case as well2005-10-25, by diego
-
fixing the unverified patch (one of the millions) commited by:2005-10-25, by gabucino
-
Switch from our own to the upstream DVD key caching strategy and directory.2005-10-24, by diego
-
10l to Reimar: common.h belongs to libdvdcss, not libdvdread.2005-10-24, by diego
-
sync to x264 r334 (crf)2005-10-24, by lorenm
-
Synced with 1.11432005-10-23, by gpoirier
-
minor spelling wording fixes2005-10-23, by diego
-
author list prettyprinting2005-10-23, by diego
-
Reformat section titles so that it becomes easier to tell sections and2005-10-23, by diego
-
Make include paths consistent among files in libvo. Since -I.. is added2005-10-23, by diego
-
improve documentation of -subalign2005-10-23, by rfelker
-
reverse incorrect sub alignment change, ok'd by diego2005-10-23, by rfelker
-
comment on -noskip patch2005-10-23, by rfelker
-
spelling/grammar/wording2005-10-23, by diego
-
The conditions for bottom (2) and top (1) subtitle alignment are reversed.2005-10-23, by diego
-
support for prescott, nocona and pentium-m processors2005-10-23, by diego
-
Add a comment to an esac where the case is very far away.2005-10-23, by diego
-
Simplification of the system_name check and the PPC CPU type check.2005-10-23, by diego
-
Add a comment to else clauses where the if is very far away.2005-10-23, by diego
-
honor decoder's/filter's decision to remove frames when using -noskip.2005-10-23, by rfelker
-
reverse patch that was mistakenly applied with unwanted unrelated changes2005-10-23, by rfelker
-
Add missing quotes around .IPs argument.2005-10-22, by diego
-
Support for video files created by Samsung Miniket VP-M100 diskless camcorder2005-10-22, by iive
-
Added support for A_AAC.2005-10-22, by mosu
-
cross compiling probably worth mentioining2005-10-21, by ods15
-
Add a few more XML tags for better semantics markup.2005-10-20, by diego
-
Explain how to place subtitles in black bands.2005-10-20, by diego
-
mach64_mmio size fix from vidix.sf.net, possible bugfix for #592005-10-20, by faust3
-
sync amd64 fixes from vidix.sf.net2005-10-20, by faust3
-
Fix seeking in wav files: align relative to start of data, not start of file2005-10-20, by reimar
-
sync with 1.322005-10-20, by diego
-
ilmv --> ilme typo fix2005-10-20, by diego
-
semi-hack: avoid passing 0-length blocks to audio filters.2005-10-20, by reimar
-
document hack2005-10-20, by ods15
-
-vc null -vo null is not the fastest way to dump...2005-10-20, by diego
-
Converted from GBK to UTF-8 encoding.2005-10-19, by diego
-
further sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >2005-10-19, by diego
-
sync with 1.188 by Paul TT < paultt == at == hackerjournal == dot == it >2005-10-19, by diego
-
Synced with 1.982005-10-19, by jheryan
-
Typo hunting.2005-10-19, by jheryan
-
Formal syncing. Typo hunting.2005-10-19, by jheryan
-
charset for help_mp-zh_TW.h2005-10-19, by diego
-
processing audio is sometimes essential for a/v sync, so 1000l to2005-10-19, by rfelker
-
add cross-compiling support2005-10-18, by aurel
-
replace all the direct $TMPO calls by a tmp_run() function call2005-10-18, by aurel
-
replace mp3lame version detection by required features detection2005-10-18, by aurel
-
modify DirectFB version detection so that it only requires pre-processing2005-10-18, by aurel
-
modify alsa version detection so that it don't require running the generated binary2005-10-18, by aurel
-
add a cxx_check function to simplify C++ libs checking2005-10-18, by aurel
-
synced with 1.11402005-10-18, by gpoirier
-
Update2005-10-18, by rtognimp
-
Add FFmpeg QDM2 audio decoder2005-10-18, by rtognimp
-
xscreensaver --> XScreenSaver2005-10-18, by diego
-
Embarassing goofs in the basic key sections that nobody noticed for ages2005-10-18, by diego
-
Make a few more messages translatable by moving them into help_mp-en.h.2005-10-18, by diego
-
Add a few more CPU models to the list.2005-10-18, by diego
-
Add a note about the "synce with 1.XXX" line that should be in every2005-10-17, by diego
-
Add a note and a workaround about broken hardware players and how they2005-10-17, by diego
-
synced with 1.1139 + Reimar's patch2005-10-17, by gpoirier
-
new message was even worse -- B/s means bytes per second, not sample!2005-10-17, by rfelker
-
further sync by Emfox Zhou < emfoxzhou == at == gmail == dot == com >2005-10-17, by diego
-
deobfuscatioin: csp --> colorspace2005-10-17, by diego
-
Guillaume now maintains the MEncoder documentation.2005-10-17, by diego
-
minor typo2005-10-17, by diego
-
100l -- mismatched type after changing sizes to type long!2005-10-17, by rfelker
-
remove nonsense break statements that do nothing..2005-10-17, by rfelker
-
allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmail.com>2005-10-16, by faust3
-
Add MIPS64 detection.2005-10-16, by diego
-
1000l de Breizh Cola: build fix.2005-10-16, by gpoirier
-
Update2005-10-15, by rtognimp
-
Support DTA and FLX extensions for flic via ffmpeg decoder2005-10-15, by rtognimp
-
Add ffmpeg truemotion2 codec, make it default for TM202005-10-15, by rtognimp
-
synced with 1.11382005-10-15, by gpoirier
-
synced with 1.11372005-10-15, by gpoirier
-
Fix/improve vo_gl and vo_gl2 suboption documentation2005-10-15, by reimar
-
Another usage example for the %n%str escaping syntax and ao_sgi documentation update2005-10-15, by reimar
-
10l, demux_mpg_control was missing from demuxer info struct, causing audio2005-10-15, by reimar
-
ugly hack to make it work again with external libdvdread2005-10-15, by reimar
-
Extend the network test to also check the socket libs.2005-10-15, by diego
-
bumped sync tag after typo fix in English version (synced with 1.98)2005-10-14, by gabrov
-
missing ")", picked up by Mizda Gabor2005-10-14, by gpoirier
-
synced with 1.1862005-10-14, by gabrov
-
synced with 1.262005-10-14, by gabrov
-
synced with 1.972005-10-14, by gabrov
-
synced with 1.312005-10-14, by gabrov
-
Kill a compiler warning, Patch by Zuxy Meng2005-10-14, by gpoirier
-
synced with 1.96, patch by Johan Bos <dariusjb AH gmail POIS com2005-10-14, by gpoirier
-
exit mplayer if audio filter init fails (same as mencoder does)2005-10-13, by ivo
-
The Wanderer rulez :)2005-10-13, by gpoirier
-
cosmetics. does not change functionality, but makes code easier to read2005-10-13, by ods15
-
nit by diego2005-10-13, by ods15
-
fixes suggested by Diego and Alex2005-10-13, by gpoirier
-
weirdness, flags aren't restored right unless you add this second push2005-10-13, by ods15
-
fix mencoder multi-file with some files having audio but others dont2005-10-13, by ods15
-
Be less verbose.2005-10-13, by reimar
-
Use PRI?64 defines as format strings for 64 bit variables.2005-10-13, by reimar
-
further sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >2005-10-13, by diego
-
we need stdio.h for SEEK_SET on mingw, patch by Zuxy <zuxy.meng at gmail.com>2005-10-13, by faust3
-
Synced with 1.1134 - patch by Paul TT <paultt - at - hackerjournal - dot - it>2005-10-13, by danny
-
Implement seeking2005-10-12, by reimar
-
implement ADCTRL_RESYNC_STREAM, it tries to detect when decoding is2005-10-12, by reimar
-
Bigendian bug2005-10-12, by reimar
-
Missing space in status line2005-10-12, by reimar
-
Add support for suboption escaping via both "" and %n%str syntax2005-10-12, by reimar
-
change to switch/case for dumpsub2005-10-12, by ods15
-
Change unsigned->signed and int->long, this fits the asm code better on 642005-10-12, by reimar
-
sync with 1.11362005-10-12, by gpoirier
-
-vc dummy is know to cause crashes, so suggest -vc null instead.2005-10-12, by reimar
-
further partial sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >2005-10-12, by diego
-
Put networking lib linker flag checks in the order they were before the2005-10-11, by diego
-
misc corrections by Paul TT < paultt -- at -- hackerjournal -- dot -- it >2005-10-11, by diego
-
partial sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot com >2005-10-11, by diego
-
ao_macosx is a native audio output driver and should thus have priority2005-10-11, by diego
-
solaris bug workarounds, take 2..2005-10-11, by rfelker
-
-frames plays one frame too many.2005-10-11, by reimar
-
I think I know EDL enough to maintain it...2005-10-11, by ods15
-
synced with 1.59, patch by Johan Bos dariusjb AH gmail POIS com2005-10-11, by gpoirier
-
A few fixes noticed by Paul TT.2005-10-11, by diego
-
Compile fix: _lseeki64 is not available under cygwin2005-10-11, by reimar
-
1l, strtof is only C99, strtod is ANSI C, so use that instead.2005-10-11, by reimar
-
work around (buggy?) solaris tr. hope this helps.. please report if its still broken2005-10-11, by rfelker
-
More consistency for the interactive control section.2005-10-11, by diego
-
nits2005-10-10, by gpoirier
-
use subopt parser for arguments.2005-10-10, by joey
-
support float arguments in subopt helper.2005-10-10, by joey
-
Typo fix: RFC959 says that FTP commands should end with a carriage return2005-10-10, by gpoirier
-
makes demux_lavf (-demuxer 35) use the framerate specified in the container2005-10-10, by gpoirier
-
sync with 1.11322005-10-09, by gpoirier
-
sync with patches.xml removal2005-10-09, by diego
-
sync with 1.262005-10-09, by diego
-
Replace unconditional #defines by build system trickery.2005-10-09, by diego
-
whitespace cosmetics2005-10-09, by diego
-
sync to x264 r318 (mixed_refs)2005-10-08, by lorenm
-
typo fix at (_)ld_dl2005-10-08, by iive
-
some docs updates2005-10-08, by diego
-
Remove the "How to send patches appendix", the info is in the FAQ.2005-10-08, by diego
-
100000l to me2005-10-08, by ods15
-
Synced with 1.812005-10-07, by jheryan
-
Synced with 1.172005-10-07, by jheryan
-
Synced with 1.942005-10-07, by jheryan
-
Synced with 1.592005-10-07, by jheryan
-
Synced with 1.962005-10-07, by jheryan
-
Synced with 1.312005-10-07, by jheryan
-
Synced with 1.11312005-10-07, by jheryan
-
synced with 1.342005-10-06, by gabrov
-
Typo fix, patch by Ismail Dönmez <ismail AH kde POIS org POIS tr>2005-10-06, by gpoirier
-
synced with 1.17, patch by Johan Boss2005-10-06, by gpoirier
-
synced with 1.81, patch by johan bos2005-10-06, by gpoirier
-
synced with 1.14, patch by Johan Bos, plus some formating changes by me2005-10-06, by gpoirier
-
Centaur/VIA configure check2005-10-06, by henry
-
synced with 1.16, patch by Johan Bos, plus reformating by me2005-10-06, by gpoirier
-
synced with 1.70, patch by Johan Bos + reformating of the source by me2005-10-06, by gpoirier
-
synced with 1.1131 (just after Diego's commit torrent) :-)2005-10-06, by gpoirier
-
Synced with 1.11282005-10-06, by jheryan
-
stupid typo2005-10-06, by diego
-
Reformat the interactive control section.2005-10-06, by diego
-
Keyboard control section renamed to interactive control, small structure change.2005-10-06, by diego
-
synced with 1.12, patch by johan bos2005-10-06, by gpoirier
-
cosmetic reformatting: tabs --> spaces, prettyprinting, trailing whitespace2005-10-06, by diego
-
typo2005-10-06, by diego
-
neightbour --> neighbor typo fix2005-10-06, by diego
-
Synced with 1.1832005-10-06, by jheryan
-
hqdn3d: 2.5x faster temporal-only, 1.6x faster spatial-only.2005-10-06, by lorenm
-
detect Centaur CPUs (Winchip, VIA C3)2005-10-05, by henry
-
faac vs _faac typo fix by Giacomo Comes < comes -- at -- naic -- dot -- edu >2005-10-05, by diego
-
10l, off by one error in last patch (codecdata length sanity check),2005-10-05, by reimar
-
libavcodec can encode to SVQ1 and RV20.2005-10-05, by diego
-
Compilation fix for systems lacking lrintf like e.g. NetBSD.2005-10-05, by diego
-
consistency nit2005-10-04, by diego
-
Document XF86 multimedia keys.2005-10-04, by diego
-
synced with 1.1832005-10-04, by gabrov
-
mouse and keyboard control2005-10-04, by diego
-
synced with 1.592005-10-04, by gabrov
-
typo2005-10-04, by diego
-
Add missing keys to the keyboard section, fix typos in that section.2005-10-04, by diego
-
synced with 1.962005-10-04, by gabrov
-
Shut up jack pkg-config.2005-10-04, by diego
-
General bug fixes, like missing includes, formats that were incorrectly2005-10-04, by reimar
-
Fix vo_zr2 suboption description.2005-10-04, by diego
-
Rename compilation section to compilation and installation.2005-10-04, by diego
-
much simpler signed/unsigned conversion.2005-10-04, by reimar
-
CVS now supports GTK 2.02005-10-04, by gpoirier
-
according to Intel/AMD official documentations, CPU family should be displayed as2005-10-04, by gpoirier
-
Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a union2005-10-04, by reimar
-
Use pkg-config to detect theora dependencies.2005-10-04, by diego
-
Add changes from last patch (stream mapping).2005-10-04, by reimar
-
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >2005-10-04, by diego
-
random improvements plus some readability cosmetics2005-10-04, by diego
-
Document subsearch.sh, menc2pass.2005-10-04, by diego
-
Fix incorrect information for P4 family CPU, patch by Zuxy <zuxy POIS meng AH gmail POIS com>2005-10-04, by gpoirier
-
Show total time when playing audio-only files2005-10-04, by reimar
-
Fix 100l bugs that break playback on 64 bit systems (like typedefing __u322005-10-04, by reimar
-
synced with 1.142005-10-04, by gabrov
-
General cleanup: do not link -lm multiple times, use for...in loops instead2005-10-03, by reimar
-
expGetSystemInfo should not leave SYSTEM_INFO unitialized, even when2005-10-03, by reimar
-
Fix DVD audio and subtitle stream mapping, esp. for DVD with both 4:3 and2005-10-03, by reimar
-
Make fragment program snprintf less confusing.2005-10-03, by reimar
-
synced with 1.302005-10-03, by gabrov
-
Synced with 1.342005-10-03, by jheryan
-
Synced with 1.11212005-10-03, by jheryan
-
typo2005-10-02, by gpoirier
-
synced with 1.22, patch by johan bos2005-10-02, by gpoirier
-
synced with 1.25, patch by johan bos2005-10-02, by gpoirier
-
synced with 1.72, Patch by johan bos2005-10-02, by gpoirier
-
synced with 1.11, patch by johan bos2005-10-02, by gpoirier
-
synced with 1.15, patch by johan bos2005-10-02, by gpoirier
-
sync with 1.13, patch by johan bos2005-10-02, by gpoirier
-
synced with 1.31, patch by johan bos dariusjb AH gmail POIS com2005-10-02, by gpoirier
-
Nits suggested by Ivo and Diego. Patch by Matthias Wieser < mwieser AH gmx POIS de >2005-10-02, by gpoirier
-
10l, forgotten call to paranoia_modeset to actually set the desired mode.2005-10-02, by reimar
-
updates, fixes2005-10-02, by diego
-
Expose MSG_USE_COLORS in config.h.2005-10-02, by diego
-
Several minor fixes: Correctly advertise SSE and SSE2 instruction sets,2005-10-02, by reimar
-
modification notices according to GPL 2a2005-10-01, by diego
-
upgrade to libdvdcss 1.2.92005-10-01, by diego
-
long obsolete2005-10-01, by diego
-
fixes the bug #382 http://bugzilla.mplayerhq.hu/show_bug.cgi?id=3822005-10-01, by gpoirier
-
documentation-only patch: make doxygen compatible and create2005-10-01, by reimar
-
documentation update.2005-10-01, by reimar
-
Support for ATI specific YUV->RGB conversion.2005-10-01, by reimar
-
Check for eof instead of decoding the same data over and over.2005-10-01, by reimar
-
Add Compn, expert at wrangling useful bugreports from users ;-)2005-10-01, by reimar
-
Better wording by The Wanderer2005-09-30, by gpoirier
-
1000l2005-09-30, by ods15
-
Add missing defaut for a suboption of tfields2005-09-29, by gpoirier
-
document missing parameter of tfields: field dominance.2005-09-29, by gpoirier
-
mp_msg cleanup.2005-09-29, by ods15
-
A long-standing bug... -vfwopts in cfg-mencoder.h is being overridden2005-09-28, by diego
-
forgotten include; patch by Jan Knutar (jknutar ad nic puntum fi)2005-09-28, by nicodvb
-
code before decleration, gcc2.95 fix2005-09-28, by ods15
-
another url_free that shouldn't be commented out.2005-09-28, by reimar
-
Detect eof when seeking and do _not_ restart the video.2005-09-28, by reimar
-
Report total time2005-09-27, by reimar
-
Sanity-check codecdata_len, fixes crash in libfaad due to failed malloc for2005-09-27, by reimar
-
synced with 1.11192005-09-27, by gpoirier
-
Allow string escaping via "".2005-09-27, by reimar
-
Add missing GL_REGISTER_COMBINERS_NV define2005-09-27, by reimar
-
Add -panscanrange option2005-09-27, by reimar
-
the "psnr" option doesn't really need to be in the encoding setting examples.2005-09-26, by gpoirier
-
Random fixes and more coherency2005-09-26, by gpoirier
-
Don't pass NULL pointers to demux_info_add()2005-09-26, by rtognimp
-
Synced with 1.1098 - patch by Paul TT <paultt - at - hackerjournal - dot - it>2005-09-26, by danny
-
make xvid encoding use the filename from2005-09-26, by gpoirier
-
Config file option format corrected.2005-09-26, by jheryan
-
Sync with 1.11182005-09-25, by gpoirier
-
Nits noticed by Diego2005-09-25, by gpoirier
-
the on suboption of -rawaudio and -rawvideo do not work anymore since the2005-09-25, by reimar
-
little update2005-09-25, by reimar
-
Adds encoding setting examples for lavc and XviD.2005-09-25, by gpoirier
-
fix/improve code doxumentation. Also group gl_common functions in several2005-09-25, by reimar
-
debugging/testing helpers: allow forcing a certain width/height for textures2005-09-25, by reimar
-
Allow specifying a custom (ppm) texture for texture unit 32005-09-25, by reimar
-
support loading a texture from a PPM file2005-09-25, by reimar
-
vo_gl2 now supports panscan2005-09-25, by reimar
-
panscan support2005-09-25, by reimar
-
contrast 0 should lead to a grey, not a black image2005-09-25, by reimar
-
get rid of global getProcAddress variable2005-09-25, by reimar
-
vo_gl rectangle and yuv options should work together now2005-09-25, by reimar
-
Support rectangular texture in fragment programs2005-09-25, by reimar
-
Improve/clarify description of -vo gl and -vo gl2 suboptions2005-09-25, by reimar
-
Several bugfixes:2005-09-25, by reimar
-
Fix crashes and green border when using YV12 input format2005-09-25, by reimar
-
texture units do not need to be explicitly enabled when using a fragment2005-09-25, by reimar
-
sync 1.11142005-09-25, by wight
-
synced with 1.11142005-09-25, by gpoirier
-
German man page review part VI2005-09-24, by kraymer
-
German man page review part V2005-09-24, by kraymer
-
German man page review part IV2005-09-24, by kraymer
-
The nth attempt to come up with correct a description of -frameno-file...2005-09-24, by diego
-
sync with 1.1832005-09-24, by kraymer
-
wrap around 80...2005-09-24, by ods15
-
compress back_ptr better by multiplying by 82005-09-24, by ods15
-
"LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".2005-09-23, by rsf
-
typo, noticed by Julian Sikorski <lordzanon at poczta dot onet dot pl>2005-09-23, by rathann
-
More appropriatte section2005-09-23, by ods15
-
synced with 1.142005-09-23, by jheryan
-
synced with 1.702005-09-23, by jheryan
-
synced with 1.922005-09-23, by jheryan
-
remove duplicate entry2005-09-23, by gpoirier
-
synced with 1.11132005-09-23, by gpoirier
-
Symlinks are not needed any more.2005-09-23, by jheryan
-
synced with 1.242005-09-23, by jheryan
-
Screenshots can now be taken with -vf screenshot, based on a patch by Oded.2005-09-23, by diego
-
better (hopefully correct) explanation of -frameno-file2005-09-23, by diego
-
wording fix suggested by the Wanderer2005-09-23, by diego
-
small fixes and additions2005-09-23, by diego
-
Nits and fixes2005-09-23, by gpoirier
-
synced with 1.582005-09-23, by jheryan
-
synced with 1.222005-09-23, by jheryan
-
synced with 1.932005-09-23, by jheryan
-
last file translated, synced with 1.212005-09-23, by jheryan
-
last file translated, synced with 1.792005-09-23, by jheryan
-
CONFIG_RISKY is long gone from FFmpeg.2005-09-23, by diego
-
libavformat now requires CONFIG_(DE)MUXERS #defines.2005-09-23, by diego
-
What means AVC, more consistency2005-09-22, by gpoirier
-
synced with 1.702005-09-22, by gabrov
-
Prints the numbers of start and end tracks and MSF length for each2005-09-22, by gpoirier
-
synced with 1.11122005-09-22, by gpoirier
-
frameno.avi is an audio file, not a statistics file, wording fix.2005-09-22, by diego
-
Prints the number of titles, DVD disk ID, the numbers of chapters and2005-09-22, by gpoirier
-
Some very weird people are apperantely scared of reading GPL code. :/2005-09-22, by ods15
-
synced with 1.702005-09-21, by paszczi
-
add some internal links between "codecs supported by mencoder" and2005-09-20, by gpoirier
-
bah, it's been there all night, and still noone fixed it...2005-09-20, by ods15
-
minor spelling/wording/grammar fixes2005-09-19, by diego
-
better wording for -frameno-file2005-09-19, by diego
-
Disassemble comments and pass it to the demux_info interface2005-09-19, by alex
-
fix my email address2005-09-19, by alex
-
Document lavc audio codecs2005-09-19, by gpoirier
-
synced with 1.11092005-09-19, by gpoirier
-
Fixes formatting issues2005-09-19, by gpoirier
-
Sync with 1.11082005-09-19, by gpoirier
-
feel free to fix this as you see fit...2005-09-19, by ods15
-
Make frameno.avi not turn on by default. this is deprecated and this entire2005-09-19, by ods15
-
sync 1.142005-09-19, by wight
-
sync 1.222005-09-19, by wight
-
sync 1.722005-09-19, by wight
-
Prints the number of tracks and MSF length for each track of an audio CD,2005-09-19, by gpoirier
-
sync 1.11062005-09-19, by wight
-
Prints -identify output for:2005-09-19, by gpoirier
-
Break up all long lines that were missed during the last reformatting round.2005-09-19, by diego
-
10l: the directories specified with --with-xvid*dir were ignored.2005-09-19, by gpoirier
-
change obsolete -waveheader to -ao pcm:waveheader in hintinfo message2005-09-19, by ivo
-
typo noticed by Torinthiel2005-09-19, by diego
-
Synced with 1.1822005-09-19, by jheryan
-
removed dependency on glibc's %a in sscanf()2005-09-18, by nicodvb
-
spelling/grammar fixes2005-09-18, by diego
-
Reflect recent changes to the the pan audio filter syntax and behavior in2005-09-18, by diego
-
remove very obsolate draft...2005-09-18, by iive
-
remove info frame repeating its problematic and controversical2005-09-17, by michael
-
add FreeBSD default cd/dvd devices2005-09-17, by nexus
-
The s key is now used for taking screenshots.2005-09-17, by diego
-
Unify the descriptions of vo_gl and vo_gl2 including some fixes.2005-09-17, by diego
-
add FreeBSD default cd/dvd devices2005-09-17, by nexus
-
add back_ptr2005-09-17, by michael
-
Fix H264 packetizer. Might not work with arbitrary slice order.2005-09-17, by reimar
-
add a demux_peekc function that allows to just "have a look" at the next2005-09-17, by reimar
-
typo, probably..2005-09-17, by ods15
-
Nits2005-09-16, by gpoirier
-
Sync with 1.11022005-09-16, by gpoirier
-
1000l bug fix: The CONFIG_LIBAVUTIL variable needs to be passed the value2005-09-16, by diego
-
Missing break for WM_SYSCOMMAND handling.2005-09-16, by reimar
-
sync with 1.181 and misc fixes2005-09-16, by diego
-
print the first 16 bytes of frame data with -v -v, helps detect when2005-09-16, by reimar
-
Wrong editlist handling: end pts must be included.2005-09-16, by reimar
-
fix expanding of $_ld_dl when needed by iconv2005-09-15, by aurel
-
Mention af_pan change2005-09-15, by reimar
-
Fix af_pan commandline mess and (hopefully) improve description.2005-09-15, by reimar
-
When compiled with gui, bind ESC to gui_stop so that s is free for screenshot.2005-09-15, by reimar
-
Small wording/spelling fixes, one duplicate entry removed.2005-09-15, by diego
-
Add comments to a few #endif statements in order to make clear which2005-09-15, by diego
-
consistency fix: OSD bar for gamma changes should only appear when gamma2005-09-14, by reimar
-
hardware color-space conversion for vo_gl and vo_gl22005-09-14, by reimar
-
minor wording fix in the advanced audio guide2005-09-14, by wanderer
-
Illustrate by a nice table what each profiles supported by XviD features.2005-09-14, by gpoirier
-
synced with 1.11002005-09-14, by gpoirier
-
Typos2005-09-14, by gpoirier
-
Fix MMX accelerated RGB24 OSD, fixes "ugly OSD with -vo gl2".2005-09-13, by reimar
-
reduced verbosity2005-09-13, by nicodvb
-
Fix -af-adv force description, 1 is default now.2005-09-13, by reimar
-
The screenshot command is now implemented, wording/spelling fixes.2005-09-13, by diego
-
screenshot filter entry wording improvement2005-09-13, by diego
-
Make the fourcc output endianness-independent.2005-09-13, by diego
-
Avoid duplicated messages from demux_avi.c and demuxer.c.2005-09-13, by diego
-
Allow disabling the glFinish call2005-09-13, by reimar
-
Improved glFindFormat2005-09-13, by reimar
-
Nits suggested by Diego2005-09-13, by gpoirier
-
Remove incorrect information about gcc 2.95.x on PPC, mention vo_macosx.2005-09-13, by diego
-
pp_postprocess reads from target image, so request a readable one.2005-09-13, by reimar
-
- improved performance on truecolor modes2005-09-13, by diego
-
cycle through tv channels (patch by Andrew Calkin < calkina at geexbox.org >)2005-09-12, by aurel
-
Fix maximum frame size, could lead to crashes when changing playback speed.2005-09-12, by reimar
-
synced with 1.10962005-09-12, by gpoirier
-
start new sentences on a new line2005-09-12, by gpoirier
-
XviD supports "turbo" mode.2005-09-12, by gpoirier
-
Fix multiple issues: No picture at all, broken pictures, only every second2005-09-12, by reimar
-
Adds the script psnr-video.sh to calculate the PSNR between two existing video files.2005-09-12, by gpoirier
-
Adds the script psnr-video.sh to calculate the PSNR between two existing video files.2005-09-12, by gpoirier
-
Use GL_CLAMP_TO_EDGE instead of GL_CLAMP to avoid border texels being sampled.2005-09-12, by reimar
-
Fix border color (forgot to divide by 255.0).2005-09-12, by reimar
-
echores cleanup, introduce _res_comment variable to easily output additional2005-09-12, by reimar
-
Respect -nodouble even though it looks very bad.2005-09-11, by reimar
-
do nothing if no free filenames are available2005-09-11, by henry
-
use slices if DR isn't available2005-09-11, by henry
-
only make the check for osx api if system is darwin2005-09-11, by nplourde
-
removed dep for perl_check on osx2005-09-11, by nplourde
-
better _comment in echores2005-09-11, by iive
-
forgotten MP_IMGFLAG_READABLE2005-09-11, by henry
-
DR and slice support2005-09-11, by henry
-
Sync with 1.10942005-09-11, by gpoirier
-
screenshot filter2005-09-11, by henry
-
screenshot filter2005-09-11, by henry
-
screenshot filter2005-09-11, by henry
-
key_down_event2005-09-10, by nplourde
-
perl check for macosx2005-09-10, by nplourde
-
use system videodev2.h instead2005-09-10, by henry
-
- remove useless /dev/video* checks2005-09-10, by henry
-
Make sure _freetype is either yes or no, otherwise fontconfig might be enabled2005-09-10, by reimar
-
CONFIG_GPL for lavc2005-09-10, by michael
-
Mac OS X section reviewed for wording/spelling/grammar and content.2005-09-10, by diego
-
Ignore movi_end (except on error) to allow playing growing files.2005-09-09, by reimar
-
Set texture border color to avoid weird border colors in some rare cases.2005-09-09, by reimar
-
Add missing doxygen comment for clearOSD()2005-09-09, by reimar
-
Fix a typo in a comment2005-09-09, by reimar
-
gl_buffer should be unsigned2005-09-09, by reimar
-
Add an uninit function.2005-09-09, by reimar
-
synced with 1.10932005-09-09, by gpoirier
-
Remove useless space2005-09-09, by reimar
-
Missing .REss in -vo gl description2005-09-09, by reimar
-
Updates to NUT spec:2005-09-09, by ods15
-
spelling/grammar/wording2005-09-09, by diego
-
synced with 1.10912005-09-09, by gpoirier
-
Replace remaining tabs by spaces.2005-09-08, by diego
-
Do not define NO_FREE, it causes a giant memleak with -loop 0 and a short file.2005-09-07, by reimar
-
We can not seek, so set seekable to 02005-09-06, by reimar
-
When specifying a VIDIX subdevice the name needs to be written out2005-09-06, by diego
-
small wording fixes2005-09-06, by diego
-
memleak fix, escfilename was not freed for an invalid url2005-09-06, by reimar
-
New section about sync and remuxing issues.2005-09-06, by gpoirier
-
memleak fixes when using an http proxy2005-09-06, by reimar
-
check4proxies always creates a copy, so url should be freed2005-09-06, by reimar
-
memleak fixes when invalid http url specified.2005-09-06, by reimar
-
support for GeForce FX Go5200 (newer Apple PowerBooks)2005-09-06, by diego
-
Use bitrate from demuxer2005-09-06, by reimar
-
better bitrate calculation2005-09-06, by reimar
-
execute the check function even when a demuxer is forced, to avoid crashes.2005-09-06, by reimar
-
Forgotten mpc demuxer2005-09-06, by reimar
-
Changes forgotten during demuxer API change, introduce a check function.2005-09-06, by reimar
-
Ignore libdha test program.2005-09-06, by diego
-
Switch indentation over to K&R style, replace all tabs by spaces.2005-09-06, by diego
-
Only older card version seem to make problems with y < 8 in text mode.2005-09-06, by reimar
-
Avoid some short forms, some consistency, wording and typo fixes.2005-09-06, by diego
-
A few more details and grammar updates.2005-09-06, by diego
-
10l2005-09-06, by ivo
-
Reduce unnecessary swscaler verbosity.2005-09-06, by diego
-
Obsoleted...2005-09-06, by ods15
-
clear OSD when playing new file2005-09-05, by reimar
-
Consistency fix2005-09-05, by gpoirier
-
synced with 1.10882005-09-05, by gpoirier
-
Fix up cqm section.2005-09-05, by diego
-
Properly initialize osdtexCnt2005-09-05, by reimar
-
OSD alpha conversion index out of range2005-09-05, by reimar
-
Spelling, fix Terminal and Categories entry, add MimeType.2005-09-05, by diego
-
enable vidix on AMD64, at least for nVidia it seems to work.2005-09-04, by reimar
-
a libmpcdec version with our patches was released (but I did not yet test it).2005-09-04, by reimar
-
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>2005-09-04, by gpoirier
-
synced with 1.10872005-09-04, by gpoirier
-
equalizer fixes: changing one attribute reset the others,2005-09-04, by reimar
-
Support equalizer.2005-09-04, by reimar
-
Fixes suggested by Diego2005-09-04, by gpoirier
-
Reorder slave mode commands to appear in alphabetical order with a few2005-09-04, by diego
-
mplayer osx shared video buffer2005-09-04, by nplourde
-
Typo, and fixed missing word2005-09-04, by gpoirier
-
In order to make sure A/V sync is preserved, MEncoder really has to be fed with an audio track.2005-09-04, by gpoirier
-
synced with 1.10842005-09-04, by gpoirier
-
Suggestions by of The Wanderer2005-09-03, by gpoirier
-
equalizer support2005-09-03, by reimar
-
improve colorization2005-09-03, by michael
-
64 bit fix: do not cast pointers to uint32_t2005-09-03, by reimar
-
Make MTRR setup work on AMD64 and simplify some #ifdefs2005-09-03, by reimar
-
vidix support for nVidix FX Go 57002005-09-03, by reimar
-
Capitalize sentences.2005-09-03, by gpoirier
-
Remove many annoying GTK includes in every compile line and remove GTK2005-09-03, by ods15
-
Lotsa cool stuff new with -pre82005-09-03, by gpoirier
-
initial endianess fixes2005-09-03, by faust3
-
simplification2005-09-03, by faust3
-
faster mpg and much faster gxf demuxing2005-09-03, by reimar
-
likely() and unlikely() macros to help (newer) compilers optimize correctly2005-09-03, by reimar
-
fix window position adjustment2005-09-03, by faust3
-
Updates2005-09-02, by rtognimp
-
Hopefully better advices about A/V sync2005-09-02, by gpoirier
-
10l, typo in last commit2005-09-02, by reimar
-
Support D-Cinema audio demuxer and decoder from FFmpeg.2005-09-02, by reimar
-
Mention the MEncoder configuration files along with the MPlayer ones.2005-09-02, by diego
-
Replace bps by B/s when it means bytes per second to avoid ambiguity since2005-09-02, by diego
-
100l bps != fps, noticed by a.guru - at - sympatico - dot - ca2005-09-02, by diego
-
Improve -idle description.2005-09-02, by diego
-
synced with 1.10832005-09-02, by gpoirier
-
GUI MPlayer --> GMPlayer2005-09-02, by diego
-
Remove duplication between vo_directfb and vo_dfbmga entries.2005-09-02, by diego
-
Wording fixes: Avoid short forms.2005-09-02, by diego
-
Sync with 1.10812005-09-02, by gpoirier
-
Sync with with 1.10802005-09-02, by gpoirier
-
and again.. sorry :/2005-09-02, by ods15
-
spacing2005-09-02, by ods15
-
-idle Documentation.2005-09-02, by ods15
-
Adds -idle, an option to make MPlayer wait for input ('loadfile' or2005-09-02, by ods15
-
Make -identify's 'ID_LENGTH=' print a float and not an integer.. The2005-09-02, by ods15
-
typo2005-09-02, by diego
-
description typo fixes2005-09-02, by diego
-
updates, typos2005-09-02, by diego
-
aRts, ESD consistent spelling2005-09-01, by diego
-
Avoid short forms.2005-09-01, by diego
-
New section: Notes on Audio/Video synchronization, taken from Rich's encoding guide2005-09-01, by gpoirier
-
Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFormatA,2005-09-01, by reimar
-
* really keep track on how many samples were decoded last round (fix 10l)2005-09-01, by attila
-
stop trying to decode faad audio, when last decoded length is <02005-09-01, by attila
-
Synced with 1.122005-09-01, by jheryan
-
Synced with 1.10772005-09-01, by jheryan
-
Sync with 1.10772005-09-01, by gpoirier
-
Sync with 1.10762005-09-01, by gpoirier
-
Add -I../libavutil to the includes to fix building vo_zr[2].2005-09-01, by diego
-
fix longstanding typo - "patentend"2005-08-31, by wanderer
-
x264 fourcc2005-08-31, by faust3
-
Missing parts of the force codecs/demuxers documentation2005-08-31, by reimar
-
support Pinnacle VideoXL2005-08-31, by alex
-
Fix move playlists (control must be returned to mplayer.c, with the demuxer2005-08-31, by reimar
-
10l2005-08-31, by attila
-
Sync with 1.10752005-08-31, by gpoirier
-
add key_down_eventto slave mode, used to inject key down event with mplayer_put_key2005-08-31, by nplourde
-
Sparcs do not like wild pointer typecasting (unaligned access).2005-08-30, by reimar
-
Allow forcing of demuxers and codecs by prepending '+'2005-08-30, by reimar
-
extra size checks for samples array to avoid crashes in some rare cases.2005-08-30, by reimar
-
multiplying fps by 10000 is no more necessary (when determining mp4v and h264 framerate)2005-08-30, by nicodvb
-
Fix nsv detection with new demuxer structure2005-08-30, by rtognimp
-
How to build MPlayerOSX2005-08-30, by gpoirier
-
synced with 1.122005-08-29, by gabrov
-
adds 'ID_DEMUXER=avi' to -identify...2005-08-27, by ods15
-
Fix mpeg-pes playback2005-08-26, by rtognimp
-
ENCA uses -lm2005-08-26, by henry
-
X11 can use pthread (fixes --enable-static)2005-08-26, by henry
-
more thorough aalib test (needed for --enable-static)2005-08-26, by henry
-
support MPEG in GXF container with extension-based detection.2005-08-26, by reimar
-
reordered bps calculation2005-08-25, by henry
-
set the nearest number of channels, return(0) upon errors2005-08-25, by henry
-
avoid reading more than maxlen bytes.2005-08-25, by reimar
-
10l, missing return2005-08-25, by faust3
-
Wrong scale conversion from VFCTRL_SET_EQUALIZER, priv->saturation should2005-08-25, by reimar
-
ffwmv3 does not work, use "status crashing" so it is not auto-selected.2005-08-25, by reimar
-
Fix texture format variable types. Internal format is GLint, others are GLenum2005-08-25, by reimar
-
Slightly reduce unnecessary verbosity.2005-08-24, by diego
-
typos, cosmetics2005-08-24, by diego
-
Documents x264 visualization during encoding2005-08-23, by gpoirier
-
Add D-Cinema Audio and Video conversion programs2005-08-23, by reimar
-
compile fix, vobsub.c needs identify variable.2005-08-23, by reimar
-
1. -cache-prefil has not been renamed, it's been removed (-cache-seek-min2005-08-23, by rathann
-
More typos. One noticed by Nico. Added an empty line at the end to make syncmail happy2005-08-23, by gpoirier
-
Typo :)2005-08-23, by gpoirier
-
Correction pointed by Nico2005-08-23, by danny
-
Crash fix for: "[MPlayer-users] Crash of mencoder in demux_ts.c line 2728"2005-08-23, by gpoirier
-
Do not free demuxer before using demuxer->desc->type (happened when using -audiofile).2005-08-23, by reimar
-
ensure that audio-only files are decoded till the end by not only2005-08-23, by reimar
-
mode fps int vs. float woes2005-08-22, by henry
-
DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=02005-08-22, by reimar
-
Sync with 1.10742005-08-22, by gpoirier
-
typo, grammar2005-08-22, by diego
-
100l, video_out.h is now needed for some vo_ variables.2005-08-21, by reimar
-
How to encode with soft 3:2 pullup, patch by Brendan McCarthy2005-08-21, by gpoirier
-
-wid support for windows. Not well tested, might still behave a bit weird.2005-08-21, by reimar
-
synced with 1.882005-08-21, by gabrov
-
remove extern for variables that are already in headers.2005-08-21, by reimar
-
synced with 1.112005-08-21, by gabrov
-
cache-prefill has been renamed to cache-seek-min, example config should2005-08-20, by rathann
-
Encoding setting examples for x2642005-08-20, by gpoirier
-
remove broken shared libpostproc stuff2005-08-19, by rfelker
-
Sync with 1.10732005-08-19, by gpoirier
-
1000000000000000l2005-08-19, by rfelker
-
100l2005-08-19, by rfelker
-
less weird OSD alpha transformation.2005-08-19, by reimar
-
Do not set SwapInterval for values < 0.2005-08-19, by reimar
-
Fix crash in windows2005-08-19, by reimar
-
Sync with 1.10722005-08-19, by gpoirier
-
automatic vsync enabling for vo_gl.2005-08-19, by reimar
-
Aconvert allows mencoder to (easily) encode from an audio only file (hack).2005-08-18, by jonas
-
fix warnings and decoding on CYGWIN (produced only noise before this change)2005-08-18, by faust3
-
gtk2 is supported, next step is pure gtk without X.2005-08-18, by reimar
-
gtf.{c,h} is used by vesa only2005-08-18, by alex
-
synced with 1.722005-08-18, by jheryan
-
new, synced with 1.102005-08-18, by jheryan
-
synced with 1.252005-08-18, by jheryan
-
sync 1.10712005-08-18, by gpoirier
-
code reduction and less error prone, use the same table2005-08-18, by alex
-
some entries are done2005-08-18, by alex
-
these wishes are done2005-08-18, by alex
-
use libvbe from vesautils2005-08-18, by alex
-
synced with 1.872005-08-18, by jheryan
-
Further clarify loadfile/loadlist description.2005-08-18, by diego
-
name suboption for jack to set client name2005-08-18, by reimar
-
Remove unnecessary subshell invocations.2005-08-17, by diego
-
Fix MEncoder build with shared libavcodec.2005-08-17, by diego
-
Clarify loadfile/loadlist description.2005-08-17, by diego
-
Update for latest changes.2005-08-17, by diego
-
Sync with 1.10702005-08-17, by gpoirier
-
"recent" noteworthy features2005-08-17, by gpoirier
-
Support for GTK 2.x.2005-08-17, by reimar
-
wording/spelling2005-08-17, by diego
-
Fixes suggested by Diego2005-08-17, by gpoirier
-
Set block_align in header, seems MatLab can not handle files without.2005-08-17, by reimar
-
Synced with 1.10682005-08-17, by jheryan
-
Added entry for checktree.sh2005-08-17, by ivo
-
Get events from -wid window.2005-08-16, by reimar
-
Sync with 1.10692005-08-16, by gpoirier
-
Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.2005-08-16, by reimar
-
OSD textures can be deleted with one function call...2005-08-16, by reimar
-
Make glFinish optional2005-08-16, by reimar
-
silly printf() is the onyl reason avi-fix was so slow, a printf for2005-08-16, by ods15
-
use GenBuffers to get a buffer number instead of hardcoding 1.2005-08-16, by reimar
-
Synced with 1.1063 - patch by Paul TT <paultt - at - hackerjournal - dot - it>2005-08-16, by danny
-
added libavutil, removed linux2005-08-16, by alex
-
prefer FIXED_POINT for ARM - patch by AGAWA Koji <i at atty.sakura.ne.jp>2005-08-16, by alex
-
grammar/phrasing fixes on the recent NTSC and telecine commit2005-08-15, by wanderer
-
-fafmttag can be needed while steam copying.2005-08-15, by gpoirier
-
loadfile/loadlist can now also add files to the playlist2005-08-15, by reimar
-
10l, initializers don't work without a declaration :-(2005-08-14, by reimar
-
NTSC sources are hard to encode. How to identify telecine content reliably.2005-08-14, by gpoirier
-
use glUploadTex helper function2005-08-14, by reimar
-
extra check for glUploadTex to avoid a possible hang.2005-08-14, by reimar
-
textures smaller 64x64 might not be supported2005-08-14, by reimar
-
remove/move some unused headers/variables/code2005-08-14, by reimar
-
10l, texture_width/height initialization was removed, so use2005-08-14, by reimar
-
minor punctuation fix2005-08-14, by wanderer
-
grammar/phrasing fix, still less than ideal2005-08-14, by wanderer
-
fixes short form, better wording2005-08-14, by gpoirier
-
fixes bf_threshold description.2005-08-14, by gpoirier
-
typo2005-08-14, by gpoirier
-
Helper function for drawing texture and general cleanup of vo_gl2.c2005-08-14, by reimar
-
Cleanup, move declarations to beginning of block.2005-08-14, by reimar
-
libaf/config.mak is generated, so mention it2005-08-14, by wight
-
100l: fix avi demuxing for ni and nini cases, allow forcing ni and nini2005-08-13, by rtognimp
-
revert -std=gnu99 usage, -D_GNU_SOURCE is enough for lrintf support2005-08-13, by henry
-
synced with 1.72005-08-12, by gabrov
-
Formatting fix2005-08-12, by gpoirier
-
Consitency fix2005-08-12, by gpoirier
-
Sync with 1.10622005-08-12, by gpoirier
-
URL update2005-08-12, by gpoirier
-
lavc also supports H.261, and Snow is FFmpeg-only. Patch by Compn2005-08-12, by gpoirier
-
Missing codecs that libavcodec supports.2005-08-12, by gpoirier
-
Why multipass is better in a nutshell. Taken from Rich's encoding guide.2005-08-12, by gpoirier
-
video fourcc fix2005-08-11, by michael
-
demux_avi_control() missing in avi's demuxer struct.2005-08-11, by ods15
-
fix brokeness caused by demuxer patch, this code is useless for2005-08-11, by ods15
-
typo, must be ld_dl instead of ld_ld2005-08-11, by reimar
-
10l, patch found in geexbox2005-08-11, by alex
-
Removed in-filter int to float conversion. af_ladspa now demands floats as2005-08-10, by ivo
-
Remove stray MSDOS linebreaks2005-08-10, by ivo
-
Synced with 1.1782005-08-10, by jheryan
-
reconcile with earlier fps fix in mpeg header parser2005-08-10, by rfelker
-
sync liba52_amd64_changes.diff with latest fix2005-08-09, by aurel
-
Sync with 1.10612005-08-09, by gpoirier
-
Fixes segfault on IA-32 machines caused by the ASM patch for AMD-64 for a52.2005-08-09, by gpoirier
-
Add missing libavcodec supported codecs and adds (hopefully) all libavformat muxers2005-08-08, by gpoirier
-
take into account that VIDIOC_S_FMT might return updated parameters2005-08-06, by faust3
-
do not crash when /dev/video0 is not present2005-08-06, by faust3
-
tremor uses integer types2005-08-06, by rathann
-
missing include2005-08-06, by rathann
-
Forgot to actually enable vo_gl on Windows...2005-08-06, by reimar
-
Remove stray DOS linebreaks.2005-08-06, by diego
-
Remove stray DOS linebreaks.2005-08-06, by diego
-
Avoid short forms and libavcodec should not the that much singled out2005-08-05, by gpoirier
-
synced with 1.722005-08-05, by gabrov
-
synced with 1.872005-08-05, by gabrov
-
Demuxer modularization2005-08-05, by rtognimp
-
add the liba52 amd64 changes in a separate diff file2005-08-05, by aurel
-
liba52 asm optimizations ported to amd642005-08-05, by aurel
-
Missed one uint32_t declaration.2005-08-05, by ivo
-
libavuti2005-08-01, by diego
-
libavutil is now part of MPlayer.2005-08-01, by diego
-
libavutil compile fix (working also with old libavcodec)2005-08-01, by reimar
-
10l to beastd due to new libavutil introduction2005-08-01, by gpoirier
-
libavutil is now needed, too.2005-08-01, by reimar
-
Support new static libavcodec (depends on libavutil).2005-08-01, by al
-
Support more MythTV nuv files, based on Gentoo portage patch2005-08-01, by reimar
-
Support more MythTV nuv files2005-08-01, by reimar
-
set i_bps in demux_audio for WAV and MP3 to avoid division by zero before2005-08-01, by reimar
-
Sync to 1.055 - last commit contains also update ;-(2005-08-01, by danny
-
Synced with 1.1032 - patch by Paul TT <paultt - at - hackerjournal - dot - it>2005-08-01, by danny
-
Sync with 1.10582005-08-01, by gpoirier
-
Fix outdated "Encoding to MPEG format" (MEncoder improved a lot :-) )2005-07-31, by gpoirier
-
Needs the previous mpi (pmpi), so request a readable one and request2005-07-31, by reimar
-
vBlur reads from dmpi, so request a readable one2005-07-31, by reimar
-
when threshold != 0 the dest image must be readable2005-07-31, by reimar
-
grammar and possible clarity fix on -cache-seek-min2005-07-31, by wanderer
-
minor grammatical fixes2005-07-30, by wanderer
-
fix detection of iconv implementations which require libdl2005-07-30, by aurel
-
10l, incorrect usage of le2me_*2005-07-29, by reimar
-
synced with 1.672005-07-29, by gabrov
-
synced with 1.222005-07-29, by gabrov
-
synced with 1.178 and fixed typos2005-07-29, by gabrov
-
exit kiosk mode and show mouse cursor in uninit2005-07-28, by nplourde
-
properly release window2005-07-28, by nplourde
-
Sync wirh 1.10552005-07-28, by gpoirier
-
removed ugly cellphone jargon short2005-07-28, by nicodvb
-
Little fixes2005-07-28, by wight
-
reset estimation also on too negative diff2005-07-28, by reimar
-
sync w/ 1.178 + misc fixes by Paul TT <paultt - at - hackerjournal - dot - it>2005-07-28, by diego
-
If scaleh == 1 our destination image must be readable2005-07-28, by reimar
-
we do not read from dmpi, so it doesn't have to be readable2005-07-28, by reimar
-
deghost_plane also reads from destination, so request readable buffer2005-07-28, by reimar
-
Hopefully finally fix the last commit2005-07-28, by reimar
-
lavf demuxer with raw PCM fix (and a related hang)2005-07-28, by reimar
-
unused2005-07-28, by alex
-
require some up to date codecs.conf2005-07-28, by alex
-
some preliminary entries about nut and matroska2005-07-28, by alex
-
sync with 1.10542005-07-28, by gpoirier
-
sync with 1.10532005-07-28, by gpoirier
-
File list like in termor2005-07-28, by alex
-
typo and consistency fix by Paul TT <paultt - at - hackerjournal - dot - it>2005-07-28, by diego
-
no sense anymore2005-07-28, by alex
-
Fix crash with large images2005-07-28, by reimar
-
Sometimes you have to manually add scale at the end of the filter chain :-(2005-07-28, by reimar
-
wording/spelling/consistency2005-07-28, by diego
-
gmplayer + arts == bad!2005-07-28, by reimar
-
Amiga port from www.amigasoft.net2005-07-28, by diego
-
Mention the MPlayer-translations mailing list and explain the difference2005-07-28, by diego
-
msrle in Quicktime FOURCC2005-07-28, by reimar
-
OpenGL needs _ld_dl to get extension functions2005-07-27, by reimar
-
More helper functions/defines and bugfixes2005-07-27, by reimar
-
Italian help file charset2005-07-27, by diego
-
added missing license header2005-07-27, by alex
-
remove unneeded vgagl2005-07-26, by iive
-
catch failed buffer allocation2005-07-26, by reimar
-
strncasecmp is not necessary and e.g. strncasecmp(prot, "mms", 3) will2005-07-26, by reimar
-
Use dlsym to get glXGetProcAddress, only way to (hopefully) make it2005-07-26, by reimar
-
Sync with 1.1052: pp7 video filter description2005-07-26, by gpoirier
-
OpenGL fixes for windows and vo_gl.c ported to windows.2005-07-26, by reimar
-
pp7 video filter description2005-07-26, by diego
-
restrict to YV12 since the default limit does not work well for anything else.2005-07-26, by reimar
-
sync with 1.10512005-07-26, by gpoirier
-
ao_jack (no)estimate and vo_gl rectangle default value documented2005-07-26, by reimar
-
improved audio delay estimation, supposed to help make the video smoother2005-07-26, by reimar
-
Formatting and wording fixes.2005-07-26, by diego
-
rectangular texture and -dr support for vo_gl2005-07-26, by reimar
-
build fix2005-07-26, by diego
-
-dr support for -vo gl2005-07-26, by reimar
-
support for rectangular and streaming textures.2005-07-26, by reimar
-
Make it possible to use libavcodecs png decoder.2005-07-26, by reimar
-
Sync with 1.10482005-07-26, by gpoirier
-
Less confusing description of -v2005-07-26, by wanderer
-
formatting fixes galore2005-07-26, by diego
-
sync with 1.1762005-07-26, by diego
-
Use a more stable URL.2005-07-26, by diego
-
Use DRAW_IMAGE instead of draw_frame2005-07-25, by reimar
-
synced with 1.252005-07-25, by gabrov
-
synced with 1.862005-07-25, by gabrov
-
new file, synced with 1.42005-07-25, by gabrov
-
missing \n2005-07-25, by reimar
-
General note about filtering from Rich's encoding guide2005-07-24, by gpoirier
-
Moves the "audio" section just before the "muxing" section. + fixes suggested by Jeff2005-07-24, by gpoirier
-
New item: "Choosing resolution and bitrate", from Rich's encoding guide2005-07-24, by gpoirier
-
typo: s/-lavdopts/lavdopts2005-07-24, by kraymer
-
small fixes and sync with 1.1752005-07-24, by kraymer
-
sync with 1.10462005-07-24, by gpoirier
-
restore window shadow when quitting fullscreen mode2005-07-24, by nplourde
-
Remove untranslatable strings2005-07-24, by wight
-
Some ICY servers (e.g. http://broadcast.spnet.net:8000/darikhigh) do not set2005-07-24, by reimar
-
Remove non-translatable messages2005-07-24, by wight
-
synced with 1.712005-07-23, by gabrov
-
remove -hardframedrop reference and advice -lavdopts instead.2005-07-23, by reimar
-
Allow the ffmpeg people to use this code if they want.2005-07-23, by reimar
-
-af-adv force also supports 4-7, this part was missed in the update2005-07-23, by reimar
-
Avoid hang with -af-adv force=32005-07-23, by reimar
-
use calloc so that mp_cmd_free won't use uninitialized data in case of an error2005-07-23, by reimar
-
Multiple unsv/scast bug fixes.2005-07-23, by reimar
-
sync 1.712005-07-23, by wight
-
Make screen output look better2005-07-23, by wight
-
the the auto* tools should be inside an <application></application> tag2005-07-23, by gpoirier
-
sync with 1.10452005-07-23, by gpoirier
-
1000l to me. Broke compilation when EDL is disabled.2005-07-23, by ods15
-
-nocolorkey now supported by directx2005-07-23, by wanderer
-
synced with 1.852005-07-22, by gabrov
-
synced with 1.922005-07-22, by gabrov
-
add some closedir() to fix some opendir() leaks2005-07-22, by aurel
-
fix invalid pointers passed to init_audio_filters2005-07-22, by reimar
-
sync 1.152005-07-22, by wight
-
sync 1.172005-07-22, by wight
-
Sync tag bump to 1.582005-07-22, by wight
-
sync 1.662005-07-22, by wight
-
sync 1.272005-07-22, by wight
-
Quote and extra \n fixes2005-07-22, by wight
-
sync 1.132005-07-22, by wight
-
sync 1.812005-07-22, by wight
-
- sync 1.1732005-07-22, by wight
-
Sync 1.10442005-07-22, by wight
-
define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayer2005-07-22, by reimar
-
sync with 1.10442005-07-22, by gpoirier
-
guard against double uninit (reportedly can happen on STRG+C)2005-07-22, by reimar
-
synced with 1.58 (increased sync tag after typo fix in English revision)2005-07-22, by gabrov
-
small fixes.2005-07-22, by ods15
-
Sync with 1.10432005-07-22, by gpoirier
-
updates by Paul TT < paultt - at - hackerjournal - dot - it >2005-07-22, by diego
-
wording/spelling/grammar/consistency, small updates2005-07-22, by diego
-
some new stuff worth mentioning.2005-07-22, by ods15
-
aspect and round params for vf_dsize.2005-07-22, by ods15
-
Power5 support2005-07-21, by reimar
-
ultravox (unsv://) streaming support2005-07-21, by gpoirier
-
Too little memory alloced.2005-07-21, by reimar
-
Fix few memleaks on exit.2005-07-21, by iive
-
sync with 1.10412005-07-21, by gpoirier
-
10l wrong quoting2005-07-20, by diego
-
wording/spelling fixe2005-07-20, by diego
-
Forgotten doxygen comments2005-07-20, by reimar
-
Ultravox improvements according to specs (didn't know they existed *g*)2005-07-20, by reimar
-
skiploopfilter IMHO is worth an entry here.2005-07-20, by reimar
-
Document the skip* lavd options.2005-07-20, by reimar
-
path updates2005-07-20, by diego
-
10l, wrong URL2005-07-20, by diego
-
path update2005-07-20, by diego
-
path update2005-07-20, by diego
-
path update2005-07-20, by diego
-
path update2005-07-20, by diego
-
wrong path2005-07-20, by diego
-
Don't point at the German docs, they're far too outdated.2005-07-20, by diego
-
Fixes suggested by Diego and The Wanderer2005-07-20, by gpoirier
-
When using --enable-* options you are on your own.2005-07-20, by reimar
-
use stored dimensions instead of visible one when (vf_)get_image is called2005-07-20, by iive
-
lacv supports cgop, you can use '.' to watch a video frame-by frame to2005-07-19, by gpoirier
-
add (no)visualize options2005-07-19, by iive
-
libx264 compiled with visualization requirs xlib2005-07-19, by iive
-
remove delay when setting audio volume2005-07-19, by nplourde
-
SHOUTcast and ultravox support2005-07-19, by reimar
-
Enable manyfmts by default for vo_gl2005-07-19, by reimar
-
Synced with 1.1732005-07-19, by jheryan
-
Synced with 1.872005-07-19, by jheryan
-
Synced with 1.692005-07-19, by jheryan
-
Synced with 1.152005-07-19, by jheryan
-
FAQ No 1: Fullscreen is not working, black borders around unscaled image.2005-07-19, by diego
-
simplified markup, cosmetics2005-07-19, by diego
-
Moved some entries from playback problems to video/audio driver section2005-07-19, by diego
-
Big cleanup all over the place; wording/grammar/typo fixes as usual, many2005-07-19, by diego
-
typo2005-07-19, by diego
-
catch HUP and PIPE signals aswell. Patch by Sergey Khlutchin (@gmail.com)2005-07-18, by alex
-
LIBAVFORMAT_BUILD >= 46292005-07-18, by michael
-
LIBAVFORMAT_BUILD >= 46292005-07-17, by michael
-
synced with 1.882005-07-17, by gabrov
-
Sync with 1.10382005-07-17, by gpoirier
-
-delay for MEncoder, final step 6.2005-07-17, by ods15
-
-delay for MEncoder, step 5.2005-07-17, by ods15
-
-delay for MEncoder, step 4.2005-07-17, by ods15
-
-delay for MEncoder, step 3.2005-07-17, by ods15
-
-delay for MEncoder, step 2.2005-07-17, by ods15
-
-delay for MEncoder, step 1.2005-07-17, by ods15
-
support 10000/1001 framerate2005-07-17, by reimar
-
Sync with 1.10372005-07-17, by gpoirier
-
10l: scene change detecion is deactivated with sc_threshold=10000000002005-07-17, by ranma
-
10l for me2005-07-17, by ranma
-
fix a crash at v4l2 uninit2005-07-17, by aurel
-
Support for skip options2005-07-17, by reimar
-
Typo (aligment -> alignment)2005-07-16, by ranma
-
cgop does work as long as scene change detection is disabled2005-07-16, by ranma
-
cgop does work as long as scene change detection is disabled2005-07-16, by gpoirier
-
Sync with 1.10342005-07-16, by gpoirier
-
Remove rencently added FAQ entry because we now have a much better and detailed doc elsewhere.2005-07-16, by gpoirier
-
proper disabling/enabling of console output for vo_vesa2005-07-16, by aurel
-
Wording fix by The Wanderer2005-07-15, by gpoirier
-
Some fixes suggested by Loren; The Wanderer and Diego2005-07-15, by gpoirier
-
(hopefully) fixing remaining float endianness problems2005-07-13, by reimar
-
Synced with 1.10262005-07-13, by danny
-
wrong command names2005-07-13, by diego
-
sync 1.10322005-07-12, by wight
-
Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poirierg2005-07-12, by gpoirier
-
Forgotten part of the libmusepack->mpcdec renaming2005-07-12, by reimar
-
synced with 1.822005-07-11, by gabrov
-
Fixes, more accurate description of hq_ac, and mention it's always on by default2005-07-11, by gpoirier
-
Sync with 1.10312005-07-11, by gpoirier
-
English and consistency fixes2005-07-11, by gpoirier
-
1/2 l: last patch lacked the option name, so it wasn't activeable2005-07-11, by gpoirier
-
ensure that dr buffers are readable2005-07-11, by michael
-
x264 fast first pass, patch by Robert Swain < robert POUM swain AH gmail POUM com >2005-07-11, by gpoirier
-
synced with 1.812005-07-11, by gabrov
-
#ifdef HAVE_MMX2005-07-11, by michael
-
One more XviD option documented: hq_ac + a fix + more infos on chroma_me2005-07-10, by gpoirier
-
The right name is Musepack, not MPC/MpegPlus.2005-07-10, by reimar
-
musepack demuxing and decoding support (demuxing is v7 bitstream only).2005-07-10, by reimar
-
SVCD supports VBR audio and VCD CBR only. Reflects the newest patches of Nico2005-07-10, by gpoirier
-
Print CFLAGS warning last so nobody can miss it.2005-07-10, by reimar
-
Sync with 1.10292005-07-10, by gpoirier
-
small warning fix:2005-07-10, by rathann
-
10l to Nico for this copy&paste bug2005-07-10, by rathann
-
--Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:2005-07-10, by rik
-
vf_pp7 and -af-adv force=1 default2005-07-10, by reimar
-
-af-adv force=1 is now default (and thus also lavcresample)2005-07-10, by reimar
-
Add missing range/length check for video trak desc (fixes bug #335).2005-07-10, by reimar
-
cosmetic: split the lschunks function in two.2005-07-10, by reimar
-
increased sync tag after wording fix in English version2005-07-10, by gabrov
-
Sync fourcc for all mpeg12 codecs2005-07-09, by rtognimp
-
pp7 filter (spp=6 filter with 7 point dct where only the center sample is used after idct)2005-07-09, by michael
-
Put periods after (behind?..) parentheses.2005-07-09, by ods15
-
Last nit for this entry, by "The Wanderer"2005-07-08, by gpoirier
-
cosmetics.2005-07-08, by ods15
-
Typos and fixes by The Wanderer2005-07-07, by ods15
-
add 'aspect' and 'round' params to vf_expand.2005-07-07, by ods15
-
-identify variable names should follow [A-Z_][A-Z0-9_]* convention2005-07-07, by ranma
-
synced with 1.862005-07-07, by gabrov
-
synced with 1.792005-07-07, by gabrov
-
Fixes fix2005-07-07, by gpoirier
-
Remove next round of outdated FAQ entries.2005-07-06, by diego
-
typo2005-07-06, by diego
-
Revert fix v1.3, it breaks streams with cook audio (ex.2005-07-06, by rtognimp
-
Fixes suggested by Diego2005-07-06, by gpoirier
-
Do some sanity checks before writing stream information2005-07-06, by rtognimp
-
synced with 1.762005-07-06, by gabrov
-
synced with 1.852005-07-06, by gabrov
-
make more patch-friendly2005-07-06, by reimar
-
More fixes by Jeff, Diego, and Andrew2005-07-06, by gpoirier
-
Few fixes and suggestions by Jeff and Diego2005-07-06, by gpoirier
-
More options documented in XviD encoding guide2005-07-05, by gpoirier
-
Suggestions and fixes by The Wanderer and Rich2005-07-05, by gpoirier
-
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.2005-07-05, by gpoirier
-
radeon x300 support patch by Christophe Preaud <cpreaud at free.fr>2005-07-05, by faust3
-
hardcode SYNC flag, so no problems could rise if first frame is skipped2005-07-05, by iive
-
initial translation, synced with 1.122005-07-04, by gabrov
-
synced with 1.732005-07-04, by gabrov
-
synced with 1.692005-07-04, by gabrov
-
Update of the x264 encoding guide:2005-07-04, by gpoirier
-
sync 1.10262005-07-03, by wight
-
Remove duplicate messages2005-07-03, by wight
-
don't read past the end of the selected track2005-07-03, by nicodvb
-
synced with 1.1722005-07-03, by gabrov
-
fix missing tag2005-07-03, by gabrov
-
resize video after keep aspect menu item toggle2005-07-03, by nplourde
-
synced with 1.822005-07-03, by gabrov
-
synced with 1.812005-07-03, by gabrov
-
synced with 1.172005-07-03, by gabrov
-
consistency/tcc support patch by Oded Shimon2005-07-03, by alex
-
synced with 1.662005-07-03, by gabrov
-
synced with 1.682005-07-03, by gabrov
-
fix various window resizing bug with menu option2005-07-03, by nplourde
-
Remove obsolete/outdated entries.2005-07-03, by diego
-
some updates2005-07-03, by alex
-
unneeded2005-07-03, by alex
-
QUERY_FORMAT support2005-07-03, by alex
-
1l2005-07-03, by alex
-
non working, hence status 'buggy'2005-07-03, by alex
-
Do not count skipped/broken frames when using -frames2005-07-03, by reimar
-
Mandrake --> Mandriva name change2005-07-02, by diego
-
Sync with 1.10262005-07-02, by gpoirier
-
more fullscreen behaviour fix for mouse cursor2005-07-02, by nplourde
-
Only dump to stdout2005-07-02, by ranma
-
avisubdump2005-07-02, by ranma
-
Add missing escapes, this should now cover all shell special characters AFAICS2005-07-02, by ranma
-
avi vobsub soft subtitle dumper2005-07-02, by ranma
-
avi subtitle stream dumper2005-07-02, by ranma
-
properly redraw fullscreen window with -fs and zoom2005-07-02, by nplourde
-
increased sync tag, synced with 1.67 (typo fix in English version)2005-07-02, by gabrov
-
synced with 1.152005-07-02, by gabrov
-
fix fullscreen menubar item behaviour2005-07-01, by nplourde
-
auto hide menubar and cursor in fullscreen2005-07-01, by nplourde
-
drop annoying debug messages from libdvdread2005-07-01, by aurel
-
Slightly restructured, mention more tools, small fixes, cosmetics.2005-07-01, by diego
-
libdvdread 0.9.42005-07-01, by henry
-
increment libdvdread version2005-07-01, by henry
-
add missing files from libdvdread 0.9.42005-07-01, by henry
-
update mplayer specific libdvdread diff to match v0.9.42005-06-30, by aurel
-
update libdvdread to v0.9.42005-06-30, by aurel
-
Be more patch-friendly2005-06-30, by aurel
-
typo2005-06-30, by diego
-
Small fix2005-06-30, by gpoirier
-
add hdv2 fourcc to MPEG2 codecs (used by new Sony HD camera)2005-06-30, by aurel
-
Solaris sed needs the terminating '}' to be on a separate line2005-06-30, by ranma
-
avoid hang when playing more than one file2005-06-30, by reimar
-
Sync with 1.10252005-06-30, by gpoirier
-
add vo_xv_enable_vsync() to xvmc2005-06-30, by iive
-
Missing part of the last commit (got merged in on cvs update :-( )2005-06-30, by reimar
-
added forgotten xv_enable_vsync2005-06-30, by reimar
-
simplify osd-status display, and allow e.g. osd -2 to get the old behaviour2005-06-30, by reimar
-
Make the OSD display state information when cycling OSD states with 'o'.2005-06-30, by diego
-
one more nick2005-06-30, by diego
-
typo2005-06-30, by diego
-
Mention -vobsubid more explicitly, JACK seems to use multiple ports.2005-06-30, by diego
-
Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others2005-06-30, by gpoirier
-
Better approach to shell escaping, may not catch all cases yet2005-06-30, by ranma
-
Missing translations2005-06-29, by ranma
-
keep window size when changing aspect2005-06-29, by nplourde
-
crash on autorelease, do not add to pool2005-06-29, by nplourde
-
more general ao_macosx cleanup. Patch by Alexander Strange <astrange@ithinksw.com>2005-06-29, by nplourde
-
corrected sync tag2005-06-29, by gabrov
-
synced with 1.652005-06-29, by paszczi
-
unification of the sync tag2005-06-29, by gabrov
-
synced with 1.802005-06-29, by gabrov
-
synced with 1.722005-06-29, by gabrov
-
More fixes by the Wanderer and tip about another SVCD constrain suggested by Giacomo Comes2005-06-29, by gpoirier
-
Fixed leftover tag breaking doc generation. 10l to Jiri.2005-06-28, by rathann
-
Another REG_d -> REG_D fix.2005-06-28, by reimar
-
fixed vf_lavc2005-06-28, by nicodvb
-
restored framerate autodetection based on height2005-06-28, by nicodvb
-
Synced with 1.802005-06-28, by jheryan
-
Synced with 1.662005-06-28, by jheryan
-
Synced with 1.132005-06-28, by jheryan
-
Synced with 1.10242005-06-28, by jheryan
-
Synced with 1.1712005-06-28, by jheryan
-
Synced with 10232005-06-28, by jheryan
-
Corrections suggested by The Wanderer2005-06-28, by gpoirier
-
missing closing tag2005-06-28, by henry
-
mentioning xorg2005-06-27, by alex
-
10l2005-06-27, by alex
-
EDL fixes in mencoder2005-06-27, by nicodvb
-
New entry: how to make a (S)VCD with MEncoder.2005-06-27, by gpoirier
-
vobsub time-adjust tool by Gábor Farkas < gabor AH nekomancer POUM net >2005-06-27, by gpoirier
-
Sync with 1.10242005-06-27, by gpoirier
-
-vobsubid works better for DVDs than sid2005-06-27, by reimar
-
Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters.2005-06-27, by reimar
-
consume empty lirc events at once.2005-06-27, by reimar
-
width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>)2005-06-27, by michael
-
FFmpeg theora decoder support2005-06-26, by rtognimp
-
10l to myself for breaking mingws dll codec support when libpthread is not installed2005-06-26, by faust3
-
demux close gets called automatically2005-06-26, by faust3
-
10l2005-06-26, by faust3
-
10l2005-06-26, by faust3
-
10l2005-06-26, by faust3
-
set HAVE_LRINTF and C99/GNU_SOURCE during internal FAAD compile test2005-06-25, by henry
-
sync 1.10232005-06-24, by wight
-
Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompile2005-06-24, by gpoirier
-
fix seeking over http for files larger 2 GB2005-06-24, by reimar
-
make -srate work again, unify audio filter init and preinit.2005-06-24, by reimar
-
makes fribidi <= 0.10.4 works again2005-06-23, by aurel
-
New codec covered by the encoding guide: XviD2005-06-23, by gpoirier
-
fix asm constraints, tested on x86 and x86_64.2005-06-23, by reimar
-
fixed typo in URL2005-06-23, by gabrov
-
added missing para tag2005-06-23, by gabrov
-
synced with 1.1712005-06-23, by gabrov
-
synced with 1.712005-06-23, by gabrov
-
synced with 1.662005-06-23, by gabrov
-
synced with 1.802005-06-22, by gabrov
-
synced with 1.772005-06-22, by gabrov
-
synced with 1.132005-06-22, by gabrov
-
Rich's encoding guide (hopefully temporary) added to DOCS/tech/encoding-guide.txt2005-06-22, by gpoirier
-
fix illegal memory accesses2005-06-22, by reimar
-
Encoding guide featured by Richard Felker III, and updated by Jeff Clagg.2005-06-22, by gpoirier
-
M$ puts whole FAQs in these headers, so they can get really big...2005-06-21, by reimar
-
messed up ordering of cases, special delivery of Cola to Tobias2005-06-21, by henry
-
Sync with 1.10232005-06-21, by gpoirier
-
typo2005-06-21, by diego
-
Fix mp_msg vs af_msg usage as pointed out by Ivo.2005-06-21, by diego
-
10l for me. two usages of mp_msg instead of af_msg slipped through2005-06-20, by ivo
-
10l to whom commited it.2005-06-20, by iive
-
slightly better parameter name2005-06-20, by diego
-
fix illegal read2005-06-20, by reimar
-
split PARTS into multiple lines also2005-06-20, by henry
-
A bug? Don't panic.2005-06-20, by ranma
-
avoid bad memory access2005-06-20, by reimar
-
Core-dumps are a known problem :)2005-06-20, by ranma
-
Add vrc_init_occupancy to lavcopts2005-06-20, by ranma
-
fix memleak when playing mov files2005-06-20, by reimar
-
Sync with 1.10192005-06-20, by gpoirier
-
typo2005-06-20, by diego
-
typos2005-06-20, by diego
-
Synced with 1.162005-06-20, by jheryan
-
Synced with 1.122005-06-20, by jheryan
-
Fix off_t on OSX, thanks to Steven M. Schultz2005-06-20, by ranma
-
Avoid overly long lines to conform with the new general Makefile style.2005-06-19, by diego
-
Be more patch-friendly2005-06-19, by ranma
-
sync 1.10192005-06-19, by wight
-
Formatting the suboption stringescape paragraph2005-06-19, by wight
-
sync 1.10182005-06-19, by wight
-
and some more formatting fixes2005-06-19, by wight
-
Make default values and ranges match the source code.2005-06-19, by gpoirier
-
-wid now works with OpenGL, formatting fixes2005-06-19, by diego
-
sync 1.10152005-06-19, by wight
-
Fix to previous commit2005-06-19, by wight
-
A few structural fixes2005-06-19, by wight
-
10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-322005-06-19, by gpoirier
-
Fix some subtitles that didn't show.2005-06-19, by reimar
-
fix wrong usage of select() (based on patch by Selwyn Tang selwyn hectrix com),2005-06-19, by reimar
-
Typo ^^;2005-06-19, by ranma
-
updates2005-06-19, by diego
-
Sync with 1.1013: rawaudio muxer2005-06-19, by gpoirier
-
some typos in the english parts2005-06-19, by ranma
-
Fix email address2005-06-19, by ranma
-
rawaudio muxer2005-06-19, by ranma
-
correct url2005-06-18, by alex
-
Sync with 1.10122005-06-18, by gpoirier
-
100l, -march=k8 was used with cpu detection even when compiler did not2005-06-18, by reimar
-
Make dfbopts a suboption, use suboption parser2005-06-18, by reimar
-
GCC-4 fix for AMD-642005-06-18, by gpoirier
-
support -wid2005-06-18, by reimar
-
osx 10.3 dont like to have a window init with no size2005-06-17, by nplourde
-
vo_macosx now supports setting alpha as well, typo.2005-06-17, by diego
-
Sync with 1.10102005-06-17, by gpoirier
-
sync to x264 rev264 (lossless)2005-06-17, by lorenm
-
Fix crash with e.g. -vf scale=::2005-06-17, by reimar
-
when somebody specifies e.g. --loop, the message says that a -loop option2005-06-17, by reimar
-
remove useless include2005-06-16, by henry
-
another piece of guesswork...2005-06-16, by reimar
-
memleak fix by bryanwilkerson WHIRLPOOL yahoo SPOT com2005-06-16, by henry
-
set nsapp and setup cocoa with NSApplicationLoad2005-06-16, by nplourde
-
proper init of NSApp2005-06-16, by nplourde
-
Some people confuse vidix with kernel drivers, so let's add a note about it2005-06-16, by attila
-
helper functions for comparing strarg_t "strings".2005-06-16, by reimar
-
support lenght-quoting of strings in subopt parser.2005-06-16, by reimar
-
Remove code that is already done by fixup_network_stream_cache.2005-06-16, by reimar
-
set window alpha2005-06-16, by nplourde
-
x264 section: French fixes. Explains some "non-trivial things".2005-06-15, by gpoirier
-
new texture frame2005-06-15, by nplourde
-
device_id flag force fullscreen device2005-06-15, by nplourde
-
fix gcc warning2005-06-15, by nplourde
-
do not realloc window while playing playlist2005-06-15, by nplourde
-
typo, patch by Jeff Clagg <snacky - at -ikaruga - dot - co - dot - uk>2005-06-15, by diego
-
sync to x264 rev263 (RDO)2005-06-15, by lorenm
-
draw resize box2005-06-14, by nplourde
-
removes the use of AudioConverters. patch by Alexander Strange <alexander.strange@ithinksw.com>2005-06-14, by nplourde
-
small change to field-matching metrics which hopefully makes a big2005-06-14, by rfelker
-
added AAC ADTS demuxer2005-06-13, by nicodvb
-
Fix OSD handling, DVD subtitles work now. Will be a bit slower though.2005-06-13, by reimar
-
Sync with 1.10062005-06-13, by gpoirier
-
10l! fix10l! fix10l! fix10l! fix10l! fix10l! fix10l! fix10l! fix10l! fix10l! fix2005-06-13, by gpoirier
-
Consistency fixes2005-06-13, by gpoirier
-
Sync with 1.10032005-06-13, by gpoirier
-
tweak x264 option descriptions2005-06-13, by lorenm
-
small roff fixes2005-06-12, by diego
-
updates2005-06-12, by diego
-
Win32 codecs --> binary codecs, references to avifile are pointless nowadays.2005-06-12, by diego
-
Typo2005-06-12, by gpoirier
-
Updated description of XviD codec2005-06-12, by gpoirier
-
fixed wrong binary mask: it precluded the syncword of adts-4 from being recognized as valid2005-06-12, by nicodvb
-
AMD-64's version of Suse ships a version of 3.3 hacked with broken2005-06-09, by gpoirier
-
Add sub_load and sub_remove slave commands.2005-06-09, by reimar
-
Document install-divx5.sh and install-w32codecs.sh.2005-06-09, by diego
-
typo fixes2005-06-09, by diego
-
And an intendation fix2005-06-09, by wight
-
Fix Live Resize to match vo_macosx behavior2005-06-09, by nplourde
-
toolame/twolame typo, 10l2005-06-09, by nicodvb
-
Better description of XviD's keyframe_boost and kfthreshold.2005-06-08, by gpoirier
-
Sync with 1.10022005-06-08, by gpoirier
-
forgotten reference to remove-logo, 10l for Rich2005-06-08, by henry
-
Missing dot at start of macro description2005-06-08, by wight
-
Wording and roff fixes as suggested by the Wanderer.2005-06-08, by diego
-
10l for me2005-06-08, by henry
-
remove_logo filter by yartrebo, committed with fixes for c++ variable declarations2005-06-08, by rfelker
-
merge the mingw gcc 4.1 diff2005-06-07, by faust3
-
mingw gcc 4.1 support patch by Gianluigi Tiesi <mplayer at netfarm.it>2005-06-07, by faust3
-
Sync with 1.999: small formatting2005-06-07, by gpoirier
-
URL updates2005-06-07, by diego
-
URL updates, sync by removing a few outdated FAQ entries.2005-06-07, by diego
-
sync with 1.652005-06-07, by diego
-
URL updates, sync by removing outdated FAQ entries.2005-06-07, by diego
-
correcting the previous draw_slice fix2005-06-07, by henry
-
sync URL update2005-06-07, by diego
-
URL update, Windows port is no longer beta.2005-06-07, by diego
-
better vf_ditc description by Ville Saari <114263 - @ - vs - . - iki - . - fi>2005-06-07, by diego
-
small formatting and wording fixes2005-06-07, by diego
-
check for display height when drawing slices2005-06-07, by henry
-
SPARC section translation2005-06-07, by jheryan
-
Synced with 1.272005-06-07, by jheryan
-
Synced with 1.702005-06-07, by jheryan
-
Synced with 1.762005-06-07, by jheryan
-
Synced with 1.642005-06-07, by jheryan
-
Synced with 1.9972005-06-07, by jheryan
-
Synced with 1.1692005-06-07, by jheryan
-
moved mpeg-ps/es probing code to demux_mpg.c2005-06-06, by nicodvb
-
pass along audio extradata if present2005-06-06, by nicodvb
-
MinGW support2005-06-06, by diego
-
Sync with 1.998.2005-06-06, by gpoirier
-
BSD/OS works same as the other BSDs, tested by Steven M. Schultz.2005-06-06, by diego
-
spelling, some more uniformity2005-06-06, by diego
-
gcc-2.95.3 fix, patch inspired by Steven M. Schultz2005-06-06, by iive
-
typos/grammar/wording2005-06-06, by diego
-
pthreads support for mingw, patch by Gianluigi Tiesi <mplayer at netfarm.it>2005-06-06, by faust3
-
updates2005-06-06, by diego
-
Remove long obsolete -fb option.2005-06-06, by diego
-
Fixes x264's "lumi_mask" option and improves lavc's "nr" option.2005-06-05, by gpoirier
-
sync with 1.9962005-06-05, by gpoirier
-
show window only after texture creation (look better).2005-06-05, by nplourde
-
Rephrase vf_fspp parameter description.2005-06-05, by diego
-
roff fixes2005-06-05, by diego
-
sync to x264 r252 (8x8dct)2005-06-05, by lorenm
-
-vf fspp update2005-06-05, by henry
-
Better vf_spp description, one grammar fix.2005-06-05, by diego
-
sanity checks for options; treat quality > 5 as 5, not 42005-06-05, by henry
-
tabs --> spaces indentation cosmetics2005-06-05, by diego
-
Generate the version string with awk on BSD systems and work around wrong2005-06-05, by diego
-
FFmpeg mjpeg decoder can decode dmb12005-06-05, by rtognimp
-
Pure cosmetic2005-06-05, by nplourde
-
Mac OS X Audio with AudioUnits and AudioToolbox format converters2005-06-05, by nplourde
-
Add a note to the --help output that explains how our configure works,2005-06-05, by diego
-
Days should be two digits.2005-06-05, by diego
-
-vf fspp docs2005-06-05, by henry
-
Create a unique client name so that multiple instances work.2005-06-05, by reimar
-
sync with 1.9902005-06-04, by gpoirier
-
More gcc-4.0 fixes2005-06-04, by gpoirier
-
Add XviD's luminance masking (option name: lumi_mask)2005-06-04, by gpoirier
-
Document ao_jack suboption, ChangeLog update for ao_jack and vo_gl*2005-06-04, by reimar
-
-vf fspp2005-06-04, by henry
-
less confusing wording2005-06-04, by diego
-
x86-64 fixes by Reimar2005-06-04, by henry
-
disable mmx code for x86-642005-06-04, by henry
-
move unchanged registers back to input spec2005-06-04, by henry
-
faster spp filter by Nikolaj Poroshin <porosh3 at psu ru>2005-06-04, by henry
-
Fix latency calculation and buffersize setting.2005-06-03, by reimar
-
modified X11 check to use correct libs on mixed 32/64 bit systems2005-06-03, by reimar
-
some debugging code2005-06-03, by alex
-
mention stream layer restructuring and cleanup2005-06-03, by nicodvb
-
printf converted to mp_msg; made static many unnecessarily global symbols2005-06-03, by nicodvb
-
compare resource url with bundle url, if its the same path do not use has conf file location.2005-06-03, by nplourde
-
Spelling/wording/grammar fixes, convert mixed tabs and spaces indentation to2005-06-03, by diego
-
Explain some more -lavdopts debug options.2005-06-03, by diego
-
sync with 1.986: XviD zones + fixes2005-06-03, by gpoirier
-
regain window focus in fullscreen, patch by Erik Lunchpail <enik_27can at yahoo.com>2005-06-03, by faust3
-
wording/markup fixes2005-06-02, by diego
-
XviD zones support. Patch by Doom9: < feedback123 GROOVY doom9 STEADY org >2005-06-02, by gpoirier
-
demux high profile H.264 ES2005-06-02, by lorenm
-
one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfarm it)2005-06-02, by michael
-
synced with 1.702005-06-02, by gabrov
-
x264 check needs -lpthread2005-06-02, by lorenm
-
Change header order to avoid compile error because of STREAM_SEEK2005-06-02, by reimar
-
memory leak fixes, patch by Gianluigi Tiesi <mplayer at netfarm.it>2005-06-02, by faust3
-
Moved event update inside cocoa openglview class2005-06-02, by nplourde
-
Function name cleanup2005-06-02, by nplourde
-
Sync swap with VBL.2005-06-02, by nplourde
-
better quotes2005-06-01, by wight
-
Fix wrong \n at beggining/end of message2005-06-01, by wight
-
sync 1.984 + minor fixes2005-06-01, by wight
-
Sync with 1.9842005-06-01, by gpoirier
-
New ao_jack without bio2jack dependency.2005-06-01, by reimar
-
Set stack non-executable where supported.2005-06-01, by reimar
-
strdup subtitle filename at a more appropriate place, fixing memleaks and2005-06-01, by reimar
-
Tab to space conversion to prevent the ASCII diagram to be messed up when a2005-05-31, by diego
-
vo_macosx now supports (almost) the same keys as vo_quartz.2005-05-31, by diego
-
whitespace cosmetics2005-05-31, by diego
-
small fixes2005-05-31, by diego
-
geometry support for gl2 under win, default window pos centered for gl, gl22005-05-30, by gpoirier
-
- correct the argument in configure check for lrintf() to avoid a warning2005-05-30, by henry
-
-geometry support for gl2 under win, default window pos centered for gl, gl22005-05-30, by reimar
-
check for -std=gnu99 to make lrintf() work on gcc 3.3/3.42005-05-30, by henry
-
avoid lrintf redeclaration2005-05-30, by henry
-
Add a variable for the codec directory and set it to /usr/lib/codecs instead2005-05-29, by diego
-
The default CFLAGS settings include -ffast-math and GCC 3.4.3 therefore2005-05-29, by diego
-
sync to x264 r240 (threads)2005-05-29, by lorenm
-
Implement -geometry for vo gl and gl2.2005-05-29, by reimar
-
very dummy script, written for a friend2005-05-29, by alex
-
old scripts from early debian package2005-05-29, by alex
-
ported all network streams to the new API2005-05-29, by nicodvb
-
keep vo_fps and vo_mouse_timer_const in sync with sh_video->fps, otherwise2005-05-28, by reimar
-
last patch broke skin reading completely, becasue last line of skin2005-05-28, by reimar
-
synced with 1.1692005-05-28, by gabrov
-
a cleaned-up version of ty demuxer improvements found in tivo-mplayer fork.2005-05-28, by joey
-
fix audio init crash2005-05-28, by joey
-
synced with 1.642005-05-28, by gabrov
-
support for AMD64 compiler optimizations flags in 32-bit mode. Patch by Corey Hickey2005-05-28, by gpoirier
-
not used anymore2005-05-27, by reimar
-
setting sh_audio to NULL is nonsense, since it is only a local variable,2005-05-27, by reimar
-
Athlon 64 optimization flags, in 32 and 64-bit mode.2005-05-27, by gpoirier
-
This currently sends control characters to the terminal instead of2005-05-26, by rtognimp
-
Fix pan-scan in fullscreen mode2005-05-26, by nplourde
-
support DVR format2005-05-26, by reimar
-
fix signess warning2005-05-25, by nplourde
-
create menu2005-05-25, by nplourde
-
quicktime fix update2005-05-25, by henry
-
Specify the padding instead of expecting the compiler to align correctly2005-05-25, by reimar
-
prefer width&height from bitmapinfoheader for h263 streams2005-05-25, by henry
-
DragonFly BSD support2005-05-25, by diego
-
Sync with 1.980:2005-05-24, by gpoirier
-
Fix paragraph indentation.2005-05-24, by diego
-
more paranoid return value checking2005-05-24, by henry
-
No overlap allowed in memcpy, use memmove2005-05-24, by hzoli
-
Make sure that samplesize is at least 2, as some demuxers set it to 12005-05-24, by hzoli
-
Fix ADCTRL_SKIP_FRAME and add ADCTRL_RESYNC_STREAM2005-05-24, by hzoli
-
sync to x264 r239 (zoned ratecontrol and UMHex ME)2005-05-24, by lorenm
-
patch by oded to fix edl hang when end of audio is reached2005-05-24, by rfelker
-
Use the public sys/kbio.h header instead of messing with the MI headers, which2005-05-23, by diego
-
Print error when skin file is not readable (e.g. a directory) instead of hanging2005-05-23, by reimar
-
Speedup asf descrambling (avoid one memcpy and use our fastmemcpy).2005-05-23, by reimar
-
Use memmove instead of memcpy for overlapping areas.2005-05-23, by reimar
-
Reduce senseless spamminess of DVD playback in verbose mode.2005-05-22, by diego
-
Sync with 1.978: Only one of -dumpstream, -dumpvideo, -dumpaudio works at a time.2005-05-22, by gpoirier
-
Sync with 1.977.2005-05-22, by gpoirier
-
Only one of -dumpstream, -dumpvideo, -dumpaudio works at a time.2005-05-22, by diego
-
LC_ALL overrides LANG, so use it instead.2005-05-22, by diego
-
vb_strategy only works in pass one.2005-05-22, by diego
-
vo_macosx does not yet support command keys.2005-05-21, by diego
-
More correct -lavfopts description.2005-05-21, by diego
-
Mention the MinGW HOWTO.2005-05-21, by diego
-
Surround lavf in the '-of help' output by #ifdef USE_LIBAVFORMAT.2005-05-21, by diego
-
Make -wid behave more consistent.2005-05-21, by al
-
Sync with 1.974: Document lavf muxers.2005-05-21, by gpoirier
-
sanity checks2005-05-21, by alex
-
10l2005-05-21, by alex
-
LANG=C ensures month/day order and English language in the date string for2005-05-21, by diego
-
Update for latest Cygwin-related changes.2005-05-21, by diego
-
Support playing DVDs from harddrive directories.2005-05-21, by diego
-
Document lavf muxers.2005-05-20, by diego
-
spelling cosmetics2005-05-20, by diego
-
synced with 1.1682005-05-20, by gabrov
-
synced with 1.272005-05-20, by gabrov
-
synced with 1.692005-05-20, by gabrov
-
1.973: macosx T behavior is standard, vo_macosx (will) have same special key2005-05-20, by kraymer
-
synced with 1.76 (increased sync tag after English consistency fix)2005-05-20, by gabrov
-
macosx T behavior is standard, vo_macosx (will) have same special key2005-05-20, by nplourde
-
Toggle only between ontop and normal.2005-05-20, by nplourde
-
Should fix altivec detection for g3 system.2005-05-20, by nplourde
-
Hopefully correct and non-confusing phrasing for the most talked-about2005-05-20, by diego
-
remove inclusion of stdio.h2005-05-19, by nicodvb
-
ported smb:// to the new stream api2005-05-19, by nicodvb
-
ported dvd:// to the new stream api2005-05-19, by nicodvb
-
Shorten a few lines to avoid ugly linebreaks.2005-05-18, by diego
-
Ignore codecs-status.html.2005-05-18, by diego
-
Fix overly long lines that mess up output.2005-05-18, by diego
-
simplification2005-05-18, by diego
-
misc updates, Snow spelling2005-05-18, by diego
-
Make version string depend of the last change of CVS/Entries for Darwin.2005-05-18, by diego
-
charset as reported, please fix if this is wrong2005-05-18, by reimar
-
8bit palette mode support for png2005-05-18, by henry
-
The Quicktime headers have changed slightly from 10.3.x to 10.4. Steven Schultz <sms@2BSD.COM>2005-05-18, by nplourde
-
Clarify that -dumpstream works for video as well as audio and mention2005-05-18, by diego
-
8bit palette mode support for png2005-05-18, by henry
-
new get_time_pos slave mode commando2005-05-18, by reimar
-
sync with 1.972: Remove capitalization and period from non-sentences2005-05-18, by gpoirier
-
8bit palette mode support (and spurious ^M removal)2005-05-18, by henry
-
wrong memcpy of extradata; 10l to whomever wrote that broken code2005-05-17, by nicodvb
-
mux extradata2005-05-17, by nicodvb
-
Saving streamed content2005-05-17, by gpoirier
-
Sync 1.972 + spelling mistake2005-05-17, by wight
-
Remove capitalization and period from non-sentences2005-05-17, by wight
-
Synced to 1.602005-05-17, by jheryan
-
Synced to 1.22005-05-17, by jheryan
-
Synced to 1.162005-05-17, by jheryan
-
Consistency fixes2005-05-16, by gpoirier
-
Fixes the vobsub extraction example2005-05-16, by gpoirier
-
Sync with 1.9712005-05-16, by gpoirier
-
sync 1.9712005-05-16, by wight
-
* some more \- in examples2005-05-16, by wight
-
Sync with 1.9702005-05-16, by gpoirier
-
Fix imprecise fps numbers, patch by Corey Hickey <bugfood-ml at fatooh dot org>.2005-05-16, by diego
-
simplifies the format matching logic. Chris Roccati <roccati@pobox.com>2005-05-16, by nplourde
-
Hopefully this phrasing is now correct English :-)2005-05-15, by gpoirier
-
restore vcd_track2005-05-15, by nicodvb
-
set define for apple gcc altivec2005-05-15, by nplourde
-
better implementation of read()2005-05-15, by nicodvb
-
synced with 1.252005-05-15, by gabrov
-
synced with 1.632005-05-15, by gabrov
-
synced with 1.752005-05-15, by gabrov
-
ftp is handled by the modular stream manager2005-05-15, by nicodvb
-
more efficient read() without memcpy()2005-05-15, by nicodvb
-
Fraps2005-05-14, by rtognimp
-
FRAPS decoder (FPS1) with binary dll2005-05-14, by rtognimp
-
If we use .m suffix we really should include it in .SUFFIXES2005-05-14, by wight
-
comment out useless/nonexistent variable breaking compile on gcc42005-05-14, by rfelker
-
some more fixes suggested by The Wanderer and Rich2005-05-14, by gpoirier
-
synced with 1.632005-05-14, by paszczi
-
sync with 1.969: Document new file:// syntax.2005-05-14, by gpoirier
-
Fix for stereo files2005-05-14, by rtognimp
-
Nits and corrections suggested by The Wanderer2005-05-14, by gpoirier
-
1.969: Document new file:// syntax.2005-05-14, by kraymer
-
German man page review part III2005-05-14, by kraymer
-
do not modify tv_param_noaudio2005-05-14, by henry
-
Document new file:// syntax.2005-05-14, by diego
-
cleanups of the mutex usage2005-05-14, by henry
-
fixed file:// syntax using newly introduced -string- urlpart2005-05-14, by nicodvb
-
introduced -string- parameter to match everything after :// syntax2005-05-14, by nicodvb
-
German man page review part II (finishes "PLAYER-SPEZIFISCHE OPTIONEN")2005-05-14, by kraymer
-
Explain how to drop movies on desktop shortcuts, other updates.2005-05-14, by diego
-
German man page review part I2005-05-14, by kraymer
-
Make FAAC detection follow standard enable/disable/auto semantics.2005-05-14, by diego
-
Update with Jindrich's latest change.2005-05-14, by diego
-
v4l2 update2005-05-14, by henry
-
compilation/link fix with --disable-qtx --disable-dshow2005-05-14, by diego
-
make file:// prefix work2005-05-14, by nicodvb
-
10l forgotten comment2005-05-14, by henry
-
removed unused variables2005-05-14, by nicodvb
-
improve playback with mplayer -tv immediatemode=02005-05-14, by henry
-
indicate the number of channels required, patch by Chris Roccati <roccati@pobox.com>2005-05-14, by nplourde
-
1.961: vo_quartz and vo_macosx support -ontop as well.2005-05-13, by kraymer
-
wording fix by diego(tm)2005-05-13, by kraymer
-
added toolame opts2005-05-13, by kraymer
-
1.936: noluma suboption for vf_pp2005-05-13, by kraymer
-
sync with 1.9682005-05-13, by gpoirier
-
enable hinting2005-05-13, by henry
-
wording fix2005-05-13, by kraymer
-
1.924: windows priority support patch2005-05-13, by kraymer
-
1.917: precise framerate values everywhere2005-05-13, by kraymer
-
1.907: Update xv and xvmc documentation to reflect recent colorkey changes.2005-05-13, by kraymer
-
fix the range and type of -tv immediatemode option2005-05-13, by henry
-
1.900: typo (skipped)2005-05-13, by kraymer
-
-edl works with MEncoder as well.2005-05-13, by diego
-
added some hyphens in quoted examples2005-05-13, by kraymer
-
1.894: Move audio filter descriptions to the man page.2005-05-13, by kraymer
-
How can I dump a full DVD title to a file?2005-05-13, by gpoirier
-
Document -hr-edl-seek, based on a description by Oded Shimon.2005-05-13, by diego
-
Only 2 consecutive bframes are needed for pyramid reordering2005-05-13, by gpoirier
-
prevent possible exploit2005-05-13, by nicodvb
-
initialize vorbis structure before calling ERROR()2005-05-12, by nicodvb
-
fixup the correct sh_a2005-05-12, by nicodvb
-
fixed too few parameters to mp_msg(); silence compilation warnings, removed unused variable2005-05-12, by nicodvb
-
don't call fixup_audio if there's no audio2005-05-12, by nicodvb
-
fix segfaults caused by socket and file descriptor mismatches on windows2005-05-12, by faust3
-
vorbis extradata is now passed from demuxer to decoder in matroska's way2005-05-12, by nicodvb
-
BGR formats are ok, too2005-05-12, by henry
-
v4l2 RGB15/16 is actually BGR2005-05-12, by henry
-
Sync with 1.9642005-05-12, by gpoirier
-
Document -vf pp=ac.2005-05-11, by diego
-
1.891: vstrict vs mjpeg update, typo2005-05-11, by kraymer
-
Sync with 1.9632005-05-11, by gpoirier
-
sync to x264 rev223 (options: ratetol, vbv_*)2005-05-11, by lorenm
-
1.888: renamed init_adelay to vdelay with opposite range2005-05-11, by kraymer
-
1.886: Sync -channels and -srate options with the XML docs.2005-05-11, by kraymer
-
1.883: fixes for previous commits (checked)2005-05-11, by kraymer
-
1.882: Sync to x264 r134: weighted prediction for B-frames.2005-05-11, by kraymer
-
1.962: vo_ggi now supports ontop.2005-05-11, by kraymer
-
vo_ggi now supports ontop.2005-05-11, by diego
-
- make use of libggiwmh if found by configure2005-05-11, by diego
-
If libggi has been found, search for the libggiwmh extension2005-05-11, by diego
-
large update patch by Mirco Macrelli (pigaz@pigaz.org) with some correction by me2005-05-11, by nicodvb
-
1.881: added new mpeg muxer options2005-05-10, by kraymer
-
1.879: man page review part XVI2005-05-10, by kraymer
-
1.877: x264: expose option "level_idc".2005-05-10, by kraymer
-
1.896: -format description updated to match current behavior.2005-05-10, by kraymer
-
1.874: Fix -sstep description.2005-05-10, by kraymer
-
1.872: vf_detc parameter names fixed. (already in prev commit)2005-05-10, by kraymer
-
1.870: man page review page XIV2005-05-10, by kraymer
-
do not define HAVE_ALTIVEC_H on osx with gcc42005-05-10, by nplourde
-
mcpu & mtune work on gcc42005-05-10, by nplourde
-
if define HAVE_ROUND do not define round again. patch by Steven M. Schultz <sms@2BSD.COM>2005-05-10, by nplourde
-
synced with 1.16, initial translation2005-05-10, by gabrov
-
vo_quartz and vo_macosx support -ontop as well.2005-05-09, by diego
-
wording/spelling2005-05-09, by diego
-
end of the locale nightmare, forever2005-05-09, by rfelker
-
sync with 1.959: border_mask and vstrict=-1 isn't so dangerous after all2005-05-09, by gpoirier
-
synced with 1.642005-05-09, by gabrov
-
update vstrict description2005-05-09, by reimar
-
actually output 2 channel audio (instead of 6 channel with 4 empty channels)2005-05-09, by reimar
-
synced with 1.612005-05-09, by gabrov
-
strdup() of a NULL pointer, truckload of cola for me2005-05-09, by henry
-
Nits - better description for border_mask2005-05-09, by gpoirier
-
small updates/fixes2005-05-09, by diego
-
Allow more gcc 3.x and 4.x versions.2005-05-09, by diego
-
Synced with 1.582005-05-09, by jheryan
-
Synced with 1.742005-05-09, by jheryan
-
Synced with 1.242005-05-09, by jheryan
-
Synced with 1.632005-05-09, by jheryan
-
Synced with 1.112005-05-09, by jheryan
-
Synced with 1.9532005-05-09, by jheryan
-
10l and more precise description of border_mask2005-05-08, by gpoirier
-
Fixes suggested by Diego2005-05-08, by gpoirier
-
lavc's border processing adaptive quant2005-05-08, by gpoirier
-
Add border masking support for lavc2005-05-08, by gpoirier
-
MinGW compilation fix by Erik Lunchpail <erik_27can at yahoo dot com>2005-05-08, by diego
-
explains what ARa is and a tries to improve the readability of the2005-05-08, by gpoirier
-
Sync with 1.955: updated t[wo]olameopts's psycho range2005-05-08, by gpoirier
-
ljpeg codec needs YUVJ colorspace, too2005-05-08, by reimar
-
updated t[wo]olameopts's psycho range2005-05-08, by nicodvb
-
updated psycho model range; made a parameter file-static in ae_toolame.c2005-05-08, by nicodvb
-
Sync with 1.954: documented twolameopts2005-05-07, by gpoirier
-
documented twolameopts2005-05-07, by nicodvb
-
added twolame mp2 audio encoder2005-05-07, by nicodvb
-
Minor fixes by Jeff Clagg2005-05-07, by gpoirier
-
Fix audio playback for no-sound-3gp.3gp (amr nb)2005-05-06, by rtognimp
-
Decode "d263" and "damr" atoms in 3gp files2005-05-05, by rtognimp
-
Sync with 1.953: expose x264 options 'me' and 'me_range'.2005-05-05, by gpoirier
-
mention the doc updates about x264 and some nits2005-05-05, by gpoirier
-
expose x264 options 'me' and 'me_range'.2005-05-05, by lorenm
-
expose x264 options 'me' and 'me_range'.2005-05-05, by lorenm
-
bandaid build fix2005-05-05, by diego
-
sync with 1.37: about mixed téléciné and progressive2005-05-05, by gpoirier
-
set pix_fmt2005-05-05, by michael
-
sync with 1.362005-05-05, by gpoirier
-
do not define video_out_macosx if corevideo is not present2005-05-05, by nplourde
-
Remove nonexisting dependency.2005-05-04, by diego
-
readability cosmetics2005-05-04, by diego
-
Support for new vssh dll, patch by adland2005-05-04, by rtognimp
-
1l for Andoni Zubimendi2005-05-04, by nauj27
-
5l to me, i didn't notice the extra quotes breaking things2005-05-04, by rfelker
-
remove nonportable and replace with proper quoting2005-05-04, by rfelker
-
1000000000l for using nonportable, obfuscated, and even2005-05-04, by rfelker
-
draw resize box2005-05-04, by nplourde
-
force C locale to assure consistent behavior of toupper()2005-05-04, by henry
-
sync 1.9522005-05-04, by wight
-
fix sed for syntax to work on gnu & bsd2005-05-04, by nplourde
-
Build fix, 1000l to Guillaume2005-05-03, by wight
-
proper list of libav codec2005-05-03, by nplourde
-
per (libav)codec enable/disable fix2005-05-03, by michael
-
macosx2005-05-02, by nplourde
-
enable panscan2005-05-02, by nplourde
-
Credits for Jeff Clang's x264 encoding guide and for me.2005-05-02, by gpoirier
-
Removes all English's short forms.2005-05-02, by gpoirier
-
vo_macosx author2005-05-02, by nplourde
-
enable rootwin2005-05-02, by nplourde
-
x264's encoding and install guide2005-05-02, by gpoirier
-
close button exit mplayer with esc key2005-05-02, by nplourde
-
Added charset file for lang es by Andoni Zubimendi2005-05-02, by nauj27
-
Sync with v1.167 by Andoni Zubimendi <andoni@lpsat.net>2005-05-02, by nauj27
-
sync 1.9512005-05-02, by wight
-
Fix the memleak fix: in case of error, demux_close_ogg should be called2005-05-02, by reimar
-
add ontop2005-05-02, by nplourde
-
syntax fixes by Mirco Macrelli <pigaz at pigaz dot org>2005-05-01, by diego
-
synced with 1.742005-05-01, by gabrov
-
synced with 1.602005-05-01, by gabrov
-
codecs-status.html now resides in DOCS/.2005-05-01, by diego
-
codecs-status.html should be written to an existing path.2005-05-01, by diego
-
fix timestamps2005-05-01, by michael
-
Prevent segfault when filter chain is empty (e.g. because all2005-05-01, by reimar
-
Error out when invalid format is specified2005-05-01, by reimar
-
compilation fix (libavcodec sync)2005-05-01, by rik
-
LIBAVFORMAT_BUILD >= 46242005-05-01, by michael
-
LIBAVCODEC_BUILD >= 47542005-04-30, by michael
-
vo quartz use command key2005-04-30, by nplourde
-
compilation fix for codecs2html2005-04-30, by diego
-
1l typo2005-04-30, by diego
-
Fix wrong compilation instructions.2005-04-30, by diego
-
On a Mac, option is Alt, the keys with the Apple logo are called command.2005-04-30, by diego
-
mac osx change2005-04-30, by nplourde
-
macosx vo2005-04-30, by nplourde
-
sync with 1.949: Replace duplicate and wrong -sws parameter description with a pointer.2005-04-30, by gpoirier
-
Fixes double import of avs_create_script_environment.2005-04-30, by gpoirier
-
revert one line of version 1.182 patch (caused use of already-freed2005-04-29, by rfelker
-
synced with 1.562005-04-29, by gabrov
-
unused define2005-04-29, by alex
-
recommended flags on osx2005-04-29, by nplourde
-
Replace duplicate and wrong -sws parameter description with a pointer.2005-04-29, by diego
-
enable vo_macosx if corevideo available2005-04-29, by nplourde
-
macosx core video module2005-04-29, by nplourde
-
sync with 1.948: af_volnorm method suboption2005-04-29, by gpoirier
-
macosx core video module2005-04-29, by nplourde
-
use darwin accurate timer2005-04-29, by nplourde
-
af_volnorm method suboption2005-04-28, by diego
-
Also '3g2a' can be used for 3GPP Profile 22005-04-28, by rtognimp
-
adds a parameter to the switch_audio command to directly select a track.2005-04-28, by reimar
-
sync with 1.947: explain how to use toolame in VBR mode + Diegos nits2005-04-27, by gpoirier
-
wording improvents2005-04-27, by diego
-
explain how to use toolame in VBR mode2005-04-27, by nicodvb
-
fixed variability range2005-04-27, by nicodvb
-
add mpeg demuxers maintener2005-04-27, by nicodvb
-
sync with 1.945: Document replacing , by . for -vo ggi:2005-04-27, by gpoirier
-
added support for AAC; moved most of MSGL_V to MSGL_DBG2 to reduce verbosity2005-04-27, by nicodvb
-
fix palette8tobgr32/palette8torgb32 on big endian2005-04-27, by nplourde
-
10l, fix wrong byterate in waveformat2005-04-27, by nicodvb
-
use sleep_accurate darwin timer2005-04-27, by nplourde
-
typo, memset 0 was done on desc instead of cdesc, see bug #2882005-04-27, by reimar
-
Document replacing , by . for -vo ggi:2005-04-27, by reimar
-
Make it possible to use a ggi device string that contains a ',' by writing2005-04-27, by reimar
-
Fix the pattern that wasn't repeated every 4 lines.2005-04-26, by gpoirier
-
not all Windows version have ABOVE_NORMAL and BELOW_NORMAL priorities...2005-04-26, by reimar
-
sync with 1.944: better slave mode description, spelling/grammar2005-04-26, by gpoirier
-
better slave mode description, spelling/grammar2005-04-26, by diego
-
(hopefully) better description of slave mode2005-04-26, by diego
-
sync with 1.943: faac options2005-04-25, by gpoirier
-
toolame now works in vbr mode, too2005-04-25, by nicodvb
-
better slave mode description2005-04-25, by diego
-
faac section review2005-04-25, by diego
-
faac options2005-04-25, by nicodvb
-
added format 0x706D for faac, compatible with ffmpeg2005-04-25, by nicodvb
-
mention audio encoding modularization and faac2005-04-25, by nicodvb
-
added faac audio encoder2005-04-25, by nicodvb
-
fixed wrong function pointers definitions2005-04-25, by nicodvb
-
synced with 1.792005-04-24, by gabrov
-
synced with 1.242005-04-24, by gabrov
-
synced with 1.732005-04-24, by gabrov
-
synced with 1.55 (initial translation)2005-04-24, by gabrov
-
explains how to fix the aspect ratio of an AVI file2005-04-24, by gpoirier
-
- preserve ordering of the slices2005-04-24, by henry
-
wrong framesize calculation for layers 1 and 2 with lsf set2005-04-24, by nicodvb
-
update to libogg 1.1.2 (needed for Theora)2005-04-24, by henry
-
check for negative strides before memcpy2005-04-24, by henry
-
support for both orderings of the slices (top->down / bottom->up)2005-04-24, by henry
-
16-bit unsigned (needed by Theora exp.)2005-04-24, by henry
-
Make "mplayer -- --a" play the file --a instead of bailing out with a useless2005-04-23, by reimar
-
restore old lavc_find_atag to be used when compiling mplayer without libavformat2005-04-22, by nicodvb
-
Credits for Michael Behrisch2005-04-22, by gpoirier
-
gcc 2.95 compilation fix2005-04-22, by reimar
-
Apply -srate and -channels only to the start of the filter chain, not2005-04-22, by reimar
-
macosx compilation fix2005-04-22, by nicodvb
-
mention vrc_eq, vrc_override. remove duplicate warning about 9/7 in lossless.2005-04-22, by lorenm
-
FreeBSD fix2005-04-22, by nexus
-
Remove § (paragraph) symbol, it's unavailable in non-latin charsets.2005-04-22, by diego
-
updates2005-04-22, by diego
-
audio encoding reworked2005-04-22, by nicodvb
-
Some fixes. Patch by Bougiz.2005-04-21, by gpoirier
-
More fixes by The Wanderer2005-04-20, by rtognimp
-
Sync with 1.941:2005-04-20, by gpoirier
-
Start changelog for next release2005-04-20, by rtognimp
-
Indeo2 (fourcc "RT21") decoder via lavc2005-04-20, by rtognimp
-
'cvs admin -o' is dangerous and should be handled with extra care.2005-04-20, by diego
-
synced with 1.1672005-04-20, by rathann
-
proper fix2005-04-20, by rfelker
-
undo dominik's 1000l cvs admin -o (recommitting bad patch)2005-04-20, by rfelker
-
Link with -z noexecstack, fixes bug #258. Please test on all platforms!2005-04-20, by reimar
-
Correct description for -tv adevice=...2005-04-20, by reimar
-
Rich's tips regarding cropping and scaling2005-04-20, by gpoirier
-
100l build fixes2005-04-20, by diego
-
Translation synced with 1.522005-04-20, by jheryan
-
100l to Jindrich! Changing the parameter name in the body, too.2005-04-19, by rathann
-
integer overflow when reading fps from h264 vui.2005-04-19, by lorenm
-
typo2005-04-19, by wight
-
Fix MP3 detection (list of found MP3 headers was not kep sorted).2005-04-18, by reimar
-
mention the generic ratecontrol options (lmin,lmax,vqcomp,vratetol)2005-04-18, by lorenm
-
check the result of poll() before read()ing; 100l2005-04-18, by nicodvb
-
replace VO and VF numeric flags with #defined identifiers2005-04-18, by henry
-
Compile fix when XF86VM is not defined2005-04-18, by iive
-
Some fixes2005-04-18, by wight
-
Do not force real demuxer on x-pn-realaudio mimetype2005-04-17, by rtognimp
-
syn2005-04-17, by paszczi
-
Fixes suggested by The Wanderer2005-04-17, by rtognimp
-
Snow supports 3-pass mode and 9/7 wavelet doesn't work lossless mode.2005-04-17, by gpoirier
-
nico partially fixed the bug i reported; here's the rest of the fix.2005-04-17, by rfelker
-
skip framelen-4 bytes after having successfully detected an mpeg audio frame2005-04-17, by nicodvb
-
First attempt to bring this howto closer to reality2005-04-17, by rtognimp
-
Sync with 1.940: 10l typo2005-04-17, by gpoirier
-
10l typo2005-04-17, by diego
-
Fix suggested by Diego2005-04-16, by gpoirier
-
Update for snow decoder2005-04-16, by rtognimp
-
GPL §22005-04-16, by diego
-
FreeBSD compilation fix by Bohdan Horst <nexus at hoth dot amu dot edu dot pl>2005-04-16, by diego
-
synced with 1.242005-04-16, by paszczi
-
more colorkey w/ panscan woes2005-04-16, by henry
-
change list traversal so the loop begins at the first filter after removing2005-04-16, by henry
-
redraw colorkey on panscan change2005-04-16, by henry
-
Snow 1.55 (and up) allows 2pass ratecontrol.2005-04-16, by gpoirier
-
bump up sync tag2005-04-16, by gpoirier
-
Sync with 1.939.2005-04-16, by gpoirier
-
- fix black screen problem on reinit2005-04-16, by al
-
synced with 1.9392005-04-16, by paszczi
-
Document af_gate, put af_gate and af_comp at the end, they're untested (broken).2005-04-16, by diego
-
All audio filters documented.2005-04-16, by diego
-
af_comp, af_center parameter, some af fixes2005-04-16, by diego
-
Use define instead of hardcodec value for max streams number2005-04-16, by rtognimp
-
af_center, af_sweep parameter, misc fixes2005-04-16, by diego
-
We are using parts of mpg123 outside of the LGPL mpglib subdir.2005-04-16, by diego
-
Mark modified imported files as such to comply more closely with GPL §2a.2005-04-16, by diego
-
noluma suboption for vf_pp2005-04-16, by diego
-
Clarify/correct TTF font usage description.2005-04-16, by diego
-
Security update2005-04-15, by rtognimp
-
spelling/wording fixes2005-04-15, by diego
-
Fix potential buffer overflow for urls with more than 20 streams2005-04-15, by rtognimp
-
Fix potential buffer overflow if server answers with too many lines2005-04-15, by rtognimp
-
releaseclean should now work as expected, crate of Coke going in my direction.2005-04-15, by diego
-
typo2005-04-15, by diego
-
nits and more missing entries2005-04-15, by rathann
-
added missing ChangeLog entries, release name and date2005-04-15, by rathann
-
Mark modified imported files as such to comply with (L)GPL §2a.2005-04-15, by diego
-
Mark modified imported files as such to comply with GPL §2a.2005-04-15, by diego
-
Mark unrarlib imported files as changed to comply with GPL §2a.2005-04-15, by diego
-
Mark imported files from uCIFS library as changed for GPL §2a compliance.2005-04-15, by diego
-
cross-compilation fix: don't use target CFLAGS to compile host tools2005-04-15, by aurel
-
Fix OSD when switching subtitles - set the osd buffer to Subtitle: off2005-04-15, by henry
-
Some fixups and clarifications2005-04-15, by wight
-
synced with 1.9352005-04-14, by paszczi
-
--Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:2005-04-14, by rik
-
Nits suggested by The Wanderer2005-04-14, by gpoirier
-
Synced with 1.9352005-04-14, by danny
-
Online audio switching now supports Matroska too2005-04-13, by gpoirier
-
Online audio switching now supports Matroska too. Patch by Michael Behrisch2005-04-13, by gpoirier
-
Nits, better formating and missed suggestions2005-04-13, by gpoirier
-
Sync with 1.9342005-04-13, by gpoirier
-
messed ordering of switch branches, 10l for Ivan2005-04-13, by henry
-
Make string_utf16 code behave almost the same with or without iconv2005-04-13, by rtognimp
-
remove x264 option "cabacidc", because the default is always best.2005-04-13, by lorenm
-
New section: "menc-feat-dvd-mpeg4-muxing" about how to mux a video2005-04-13, by gpoirier
-
misc corrections and clarifications in x264 options.2005-04-13, by lorenm
-
osx bundle option2005-04-13, by nplourde
-
sync 1.622005-04-13, by wight
-
sync 1.722005-04-13, by wight
-
sync 1.9322005-04-13, by wight
-
Synced with 1.9322005-04-13, by danny
-
credits for Jeff Clagg2005-04-13, by diego
-
Add missing <replaceable> tags.2005-04-12, by gpoirier
-
synced with 1.722005-04-12, by gabrov
-
synced with 1.622005-04-12, by gabrov
-
update site link and supported distributions list2005-04-12, by rathann
-
Typo fix2005-04-12, by gpoirier
-
credits for Luca Barbato2005-04-12, by diego
-
Use wildcards to make path detection less version-specific, fixes Gentoo.2005-04-12, by diego
-
Break overly long lines into something more manageable.2005-04-11, by diego
-
Fix HTML generation, <equation> is more elaborate in most DTDs.2005-04-11, by diego
-
Typo2005-04-11, by gpoirier
-
Typo noticed by Rich2005-04-11, by gpoirier
-
allow sub_select and vobsub_lang to select particular subtitle2005-04-11, by henry
-
Sync with 1.9322005-04-11, by gpoirier
-
Support syntax checking only2005-04-11, by wight
-
hrtf typo fix2005-04-11, by henry
-
More HRTF enhancements2005-04-11, by henry
-
colorkey,xvmc panscan, obsolete audio2005-04-11, by iive
-
Fixes suggested by The Wanderer.2005-04-11, by gpoirier
-
VMn2005-04-11, by diego
-
Add a starting point for people to implement stream quality selection.2005-04-11, by diego
-
Make the -priority warning obey the standard formatting.2005-04-11, by diego
-
Use | for alternatives and - for ranges in option parameter descriptions.2005-04-11, by diego
-
Initial commit.2005-04-10, by gpoirier
-
-pre7 features an improved guide based on Rich's draft, and a guide written2005-04-10, by gpoirier
-
better wording, suggested by Diego2005-04-10, by gpoirier
-
New section "Constraints for efficient encoding",2005-04-10, by gpoirier
-
Removes the section "menc-feat-fix-avi" as part of it was wrong and the other2005-04-10, by gpoirier
-
Move here the entry "How can I fix an AVIs with broken index or interleaving?"2005-04-10, by gpoirier
-
silence gcc warning:2005-04-10, by rathann
-
sync 1.9292005-04-10, by wight
-
override memory size detection bug on rage 128 RL/VR2005-04-10, by aurel
-
add support for one more radeon 9200 model (the one included in the Mac Mini)2005-04-10, by aurel
-
HRTF update2005-04-10, by henry
-
update for hrtf and mp3lib layer12005-04-10, by henry
-
sync 1.692005-04-10, by wight
-
Support WMware video (fourcc VMnc) via binary dll2005-04-10, by rtognimp
-
Use proper parameter range in stereo test2005-04-10, by henry
-
Add releaseclean target to remove generated files but keep the HTML.2005-04-10, by diego
-
fix vo_xv_draw_colorkey to a workable state2005-04-10, by iive
-
fix displaying of the subtitles when using slices2005-04-10, by henry
-
sync 1.122005-04-10, by wight
-
sync 1.792005-04-10, by wight
-
sync 1.612005-04-10, by wight
-
sync 1.212005-04-10, by wight
-
sync 1.112005-04-10, by wight
-
sync 1.1672005-04-10, by wight
-
Remove some ^M at end-of-line2005-04-10, by wight
-
Remove invalid character, causing compile to fail2005-04-10, by wight
-
Consistency run on 'default' and 'see also'.2005-04-10, by wight
-
sync 1.9282005-04-10, by wight
-
Sync with 1.928: Changed :vaspect option to float type2005-04-10, by gpoirier
-
Reviev, part I2005-04-10, by wight
-
revert the previous commit, gl needs to reload the font immediately2005-04-10, by henry
-
defer loading of the font after display size change to avoid useless2005-04-10, by henry
-
changed :vaspect option to float type2005-04-10, by nicodvb
-
changed :vaspect option to CONF_TYPE_FLOAT2005-04-10, by nicodvb
-
HRTF filter updates:2005-04-10, by henry
-
Update for pnm2005-04-09, by rtognimp
-
remove force_load_font stuff moved to sub.c2005-04-09, by henry
-
remove force_load_font stuff moved to sub.c2005-04-09, by henry
-
reload font on each change of the display size2005-04-09, by henry
-
"Fix" for pnm EOF detection (stop on read errors)2005-04-09, by rtognimp
-
Stop streaming if we got a server error or message on pnm streaming.2005-04-09, by rtognimp
-
reload font on fullscreen change when panscan is enabled2005-04-09, by henry
-
assign picture->(width,height) when parsing h2642005-04-09, by nicodvb
-
Remove flip form LOCO2005-04-08, by rtognimp
-
Better defaults encoding settings for XviD, intended to be a good tradeoff CPU/PSNR.2005-04-08, by gpoirier
-
Better defaults encoding settings for XviD, intended to be a good tradeoff CPU/PSNR.2005-04-08, by gpoirier
-
support for negative strides (fixes -vf spp,flip crash)2005-04-08, by henry
-
remove nonsense code left from copy&paste from another filter (it was never used)2005-04-08, by rfelker
-
obvious gcc warning fix, approved by Nico2005-04-08, by rathann
-
synced with 1.112005-04-07, by gabrov
-
Update for AASC and LOCO2005-04-07, by rtognimp
-
LOCO support via lavc2005-04-07, by rtognimp
-
Spelling corrections part II. Patch by Bougiz (getting ready for -pre7 ;-) )2005-04-07, by gpoirier
-
demux ac3 by means of lavf by default2005-04-07, by nicodvb
-
demux ac3 by means of lavf by default2005-04-07, by nicodvb
-
fix blackscreen when changing panscan.2005-04-07, by iive
-
Autodesk RLE decoder via lavc2005-04-06, by rtognimp
-
- fix gcc warnings, strlcat/strlcpy prototypes2005-04-06, by rathann
-
fix http://bugzilla.mplayerhq.hu/show_bug.cgi?id=2602005-04-06, by rathann
-
Errors that cause MEncoder to exit should be MSGL_FATAL, not MSGL_ERR.2005-04-06, by diego
-
Change all MSGT_FIXME, MSGL_FIXME to appropiate values.2005-04-06, by diego
-
10l, integer overflow. who uses 14 fractional bits?! only faad developers.... *sigh*2005-04-05, by rfelker
-
100l, messed up coefficients when improving precision..2005-04-04, by rfelker
-
Better spelling of charset2005-04-04, by wight
-
Another 10l for autror (whoever he was)2005-04-04, by wight
-
Minor fixes2005-04-04, by wight
-
Online audio switching is for MPEG files only at the moment.2005-04-03, by gpoirier
-
Sync with 1.925:2005-04-03, by gpoirier
-
The online switching patch also features a slave command: switch_audio2005-04-03, by gpoirier
-
Added support of audio stream switching in the MPEG demuxer using the #-key2005-04-03, by gpoirier
-
Translation review2005-04-02, by wight
-
100l for missing #ifdef in previous commit2005-04-02, by wight
-
better description for mpeg audio demuxer entry2005-04-02, by nicodvb
-
mpeg audio layers 1 and 22005-04-02, by nicodvb
-
added support for mpa layers 1 and 22005-04-02, by nicodvb
-
grammar fix by the Wanderer2005-04-01, by diego
-
1l! mplayer's verbose variable is not a flag but a signed number2005-04-01, by rfelker
-
sync 1.9232005-04-01, by wight
-
filename-based detection for h264 ES2005-04-01, by lorenm
-
misc fixes2005-03-31, by diego
-
grammar/spelling2005-03-31, by diego
-
updates2005-03-31, by diego
-
Fixes better wording. Suggestions by The Wanderer and Josh Varner.2005-03-31, by gpoirier
-
typo2005-03-31, by diego
-
correct spelling for mailing list names2005-03-31, by diego
-
spelling + updates2005-03-31, by diego
-
Rephrase codecs.conf entry to warn more clearly against using it.2005-03-31, by diego
-
Fix memset() usage, patch by Ismail Donmez2005-03-31, by rathann
-
Sync with 1.672005-03-31, by jheryan
-
Sync with 1.9232005-03-31, by jheryan
-
mplayer changes notice (take 2, 10l to diego :)2005-03-31, by rfelker
-
Fix alac from QTpro (in standard mov file, not in m4a file)2005-03-30, by rtognimp
-
Support wnv1 natively via lavc2005-03-30, by rtognimp
-
step 1 of fixing ad_faad:2005-03-29, by rfelker
-
Sync with 1.923:2005-03-28, by gpoirier
-
Fixes and improves the description of vqcomp.2005-03-28, by gpoirier
-
Mark tfields default mode as such.2005-03-28, by diego
-
Technical explanation of how to use vqcomp, and why, featured by Loren Merritt2005-03-28, by gpoirier
-
Spelling corrections. Patch by Bougiz2005-03-26, by gpoirier
-
sane default mode2005-03-26, by rfelker
-
1000l, last commit broke qpel interp entirely2005-03-26, by rfelker
-
various (de)muxer_lavf fixes2005-03-25, by michael
-
Improved encoding guide:2005-03-25, by gpoirier
-
endianness fix by Chris White <chriswhite at gentoo dot org>2005-03-25, by diego
-
less amateurish-looking mpcf.txt patch by (Jeff >snacky ikaruga co uk<)2005-03-25, by michael
-
set i_bps2005-03-25, by michael
-
plastik skin2005-03-25, by diego
-
1000l (dwSampleSize != nSamplesPerSec)2005-03-25, by michael
-
discard streams we dont need2005-03-25, by michael
-
Synced with 1.242005-03-24, by jheryan
-
Synced with 1.132005-03-24, by jheryan
-
Synced with 1.652005-03-24, by jheryan
-
Synced with 1.232005-03-24, by jheryan
-
Synced with 1.592005-03-24, by jheryan
-
Synced with 1.9212005-03-24, by jheryan
-
Synced with 1.1672005-03-24, by jheryan
-
100l to oded.. edl was causing the decoder to get a first broken packet2005-03-23, by rfelker
-
Fix the codecs.conf entry.2005-03-23, by gpoirier
-
Fix shared libpostproc installation.2005-03-23, by diego
-
wrong binary operator2005-03-23, by nicodvb
-
Mark modified files as such to comply more closely with GPL §2a.2005-03-22, by diego
-
MPlayer-specific changes to liba522005-03-22, by diego
-
Remove the MPlayer-specific copyright notices. The diff would not apply2005-03-22, by diego
-
New FAQ entry: Newer MPlayer can't play Vorbis file with an old codecs.conf2005-03-22, by gpoirier
-
synced with 1.132005-03-22, by gabrov
-
synced with 1.652005-03-22, by gabrov
-
synced with 1.782005-03-22, by gabrov
-
synced with 1.232005-03-22, by gabrov
-
synced with 1.1672005-03-22, by gabrov
-
Fixes rgb32to16 conversion for I think all platforms since the int82005-03-22, by diego
-
Sync 1.132005-03-21, by wight
-
Cumulative sync with 1.9212005-03-21, by gpoirier
-
Remove pp=tn from the filter chain, it's bad.2005-03-21, by diego
-
credits for ods15, updates2005-03-21, by diego
-
Sync 1.9212005-03-21, by wight
-
MEncoder now supports multiple files.2005-03-21, by diego
-
Sync 1.920 and some random fixes2005-03-20, by wight
-
don't buffer more future context that we need2005-03-20, by rfelker
-
alac and others2005-03-20, by rtognimp
-
new mencoder features2005-03-20, by rfelker
-
direct rendering support drastically improves speed, but it's buggy. :( disabled for now...2005-03-20, by rfelker
-
100l, meaning of strict_breaks was backwards...2005-03-20, by rfelker
-
export getbits() as mp_getbits()2005-03-20, by nicodvb
-
Sync 1.782005-03-20, by wight
-
Sync 1.232005-03-20, by wight
-
EDL for mencoder, patch by Oded (ods15)2005-03-19, by rfelker
-
-speed and -oac copy may fail together.2005-03-19, by diego
-
Replace placeholder message with something sane.2005-03-19, by diego
-
nitpicks2005-03-19, by diego
-
-speed is now available for MEncoder as well.2005-03-19, by diego
-
wording2005-03-19, by diego
-
precise framerate values everywhere2005-03-19, by diego
-
Sync 1.9162005-03-19, by wight
-
Some missing \ before -2005-03-19, by wight
-
missing declaration, fixes:2005-03-18, by rathann
-
Sync with 1.915: small fixes2005-03-16, by gpoirier
-
Small fixes.2005-03-16, by jonas
-
improve handling of soft-telecined input (faster, fewer mistakes)2005-03-16, by rfelker
-
1.869: pp filter documentation2005-03-15, by kraymer
-
completed x264enc options.2005-03-15, by kraymer
-
Sync with English man page 1.914:2005-03-15, by gpoirier
-
get_space fix by Florian Dietrich <flodt8 at yahoo.de>2005-03-15, by faust3
-
Added correct message for -speed.2005-03-15, by gabrov
-
synced with 1.1652005-03-15, by gabrov
-
Oded's patch for -speed in mencoder. This can be used for purposes2005-03-15, by rfelker
-
sync to x264 171: chroma_me, chroma_qp_offset2005-03-14, by lorenm
-
New translated file. Synced with 1.642005-03-14, by jheryan
-
patch by ods15:2005-03-13, by rfelker
-
Sync with 1.913:2005-03-11, by gpoirier
-
support for multichannel wav files; -aa* is no longer valid and replaced by2005-03-11, by ivo
-
Mark modified files as such to comply more closely with GPL §2a.2005-03-11, by diego
-
MPlayer-specific changes to libdvdread2005-03-11, by diego
-
1.163: fixes for encoding of multiple files2005-03-11, by kraymer
-
Convert vo_aa suboption parser to using the subopt-helper.2005-03-11, by ivo
-
Rather simple patch for RAWDV demuxer which lets it say whats the total2005-03-09, by rtognimp
-
New translated file. Synced with 1.122005-03-09, by jheryan
-
New translated file. Synced with 1.212005-03-09, by jheryan
-
New translated file. Synced with 1.312005-03-09, by jheryan
-
missing return statement (1e5l for me)2005-03-08, by henry
-
Clean up properly if preinit() fails.2005-03-07, by syrjala
-
set AvgBytesPerSecond to the correct value if encoding with mp3lame in cbr mode2005-03-07, by nicodvb
-
fixed support for mp3 at <32000 sample_rate2005-03-07, by nicodvb
-
sync with 1.912:2005-03-06, by gpoirier
-
documented scale=-n where n <= -92005-03-06, by nicodvb
-
subtracting 8 from negative w and h rounds the dimension to the closest multiple of 162005-03-06, by nicodvb
-
added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSM2005-03-06, by nicodvb
-
alac support via lavc decoder2005-03-06, by rtognimp
-
add a short note about how to use ttf fonts2005-03-06, by attila
-
use inttypes.h for checks instead of less spread-ed stdint.h2005-03-06, by iive
-
Typos2005-03-04, by gpoirier
-
Sync with 1.910:2005-03-04, by gpoirier
-
sync to x264 r150: new option 'b_pyramid'2005-03-04, by lorenm
-
restrictions on muxer's telecine option2005-03-04, by nicodvb
-
converted vframerate to CONF_TYPE_FLOAT2005-03-04, by nicodvb
-
Typos2005-03-04, by gpoirier
-
synced with 1.9072005-03-04, by paszczi
-
store local keyframes too so faster seeking is possible2005-03-04, by michael
-
100l to reimar.. sh_audio->samplerate and sh_audio->i_bps are not the same2005-03-04, by rfelker
-
Fix very old ra files with no fourcc2005-03-03, by rtognimp
-
Fix some 28.8 ra files with four text strings2005-03-03, by rtognimp
-
Sync with 1.907:2005-03-03, by gpoirier
-
partial indexes2005-03-03, by michael
-
Update xv and xvmc documentation to reflect recent colorkey changes.2005-03-03, by al
-
finished tasks2005-03-03, by alex
-
ADTS AAC works now.2005-03-03, by diego
-
libdvdcss is patched, move Tremor up with the other codec libs.2005-03-03, by diego
-
MEncoder now supports multiple files, Jack transport API requested.2005-03-03, by diego
-
better explain where and how to use doxygen comments2005-03-03, by diego
-
Patches should not be sent as replies to unrelated threads.2005-03-03, by diego
-
Fix rm files with a really big index chunk.2005-03-03, by reimar
-
Make nuv files work on bigendian (but old nuv files created with mencoder2005-03-03, by reimar
-
mention telecine in mpeg muxer section2005-03-03, by nicodvb
-
recalculate frame duration after soft telecine2005-03-03, by nicodvb
-
options in config file have been using '-' instead of '_' for ages2005-03-03, by rathann
-
35% faster turbo mode with 0.01dB drop. Based Loren Merritt's suggestions.2005-03-02, by gpoirier
-
Sync with 1.905:2005-03-02, by gpoirier
-
libsmbclient is sometimes built with ssl support. This takes it into account2005-03-02, by wight
-
Some more translations of 1.894 revision2005-03-02, by gpoirier
-
configurable field parity (default from source); bugfixes; speed up mode 02005-03-02, by rfelker
-
Fix:2005-03-01, by rathann
-
missing #include (for malloc and free)2005-03-01, by rathann
-
missing #include2005-03-01, by rathann
-
missing externs (fixes implicit declaration warnings)2005-03-01, by rathann
-
obvious typo2005-03-01, by rathann
-
all synced up to 1.905, except the part of the translation of 1.8942005-03-01, by gpoirier
-
100l wrong binary operator when setting progressive frame2005-03-01, by nicodvb
-
Sync with 1.893:2005-03-01, by gpoirier
-
fixes for encoding of multiple files2005-03-01, by henry
-
set sh_audio->delay ins audio-only case so that correct time is displayed2005-03-01, by reimar
-
10l Don't set SDL to X11 by default.2005-03-01, by ivo
-
From Eng man page 1.902: fix outdated/incorrect info about -srate.2005-03-01, by gpoirier
-
Typo noticed by Diego: it's mmap, not nmap.2005-03-01, by gpoirier
-
synced with 1.212005-03-01, by gabrov
-
Sync with 1.880:2005-03-01, by gpoirier
-
synced with 1.642005-03-01, by gabrov
-
Synced with 1.1622005-03-01, by jheryan
-
Synced with 1.9032005-03-01, by jheryan
-
synced with 1.1622005-03-01, by gabrov
-
From Eng manpage 1.892:2005-03-01, by gpoirier
-
We should match end of token as well, to prevent MSGTR_FOO2 matching instead of2005-03-01, by wight
-
From Eng manpage 1.882:2005-03-01, by gpoirier
-
Sync with 1.878: Updates -af format2005-03-01, by gpoirier
-
From Eng manpage 1.904:2005-03-01, by gpoirier
-
MPlayer-specific changes to libdvdcss2005-03-01, by diego
-
Mark modified files as such to comply more closely with GPL §2a.2005-03-01, by diego
-
Preserve $Id$ keyword from upstream on unmodified files.2005-03-01, by diego
-
cosmetics: Make diff -R apply without offsets.2005-03-01, by diego
-
Remove -noxv and -forcexv command line options and replace them by2005-03-01, by ivo
-
Arpi prefers root@mphq for CVS problems.2005-03-01, by diego
-
Remove left-over from old -z command line switch.2005-03-01, by ivo
-
some comments and whitespace changes by (Luca Barbato <lu_zero gentoo org>)2005-03-01, by michael
-
Sync with 1.8982005-02-28, by jheryan
-
Don't print (stupid) message if output directory is .2005-02-28, by ivo
-
stupid mistake i made when writing about divtc..2005-02-28, by rfelker
-
Fix compile warnings2005-02-28, by ivo
-
aos should respect the immed uninit flag (quit immediatly vs waiting till file2005-02-27, by reimar
-
10l fix. misplaced ;2005-02-27, by ivo
-
vo_jpeg now uses the generic int_pos() from subopt-helper.c2005-02-27, by ivo
-
memory leak2005-02-27, by lorenm
-
Multifile 10l bugfix by Oded:2005-02-27, by rfelker
-
cumulative sync with 1.877 + some fixes and misc.2005-02-27, by gpoirier
-
Fix the ogg fourcc nightmare!!!2005-02-27, by rfelker
-
Sync with 1.870: man page review page XIV2005-02-27, by gpoirier
-
Move native RealAudio 1.0 / 2.0 up in the list to prefer it over the binary2005-02-27, by diego
-
soft telecine support! :)) patch by nico2005-02-27, by rfelker
-
added a stream module for the vstream client library2005-02-27, by joey
-
Yet another fourcc for mpeg-4 (files should be made with Xvid)2005-02-27, by rtognimp
-
Have OSS audio out fall back to s16ne instead of u8 if it can't open the2005-02-26, by ivo
-
Add support for 32-bit float WAV files and support for extended WAV files2005-02-26, by ivo
-
some more "guessed" encodings, please check them2005-02-26, by reimar
-
helper files for charset conversion.2005-02-26, by reimar
-
--charset configure option to convert help messages charset2005-02-26, by reimar
-
Recommend using a stable gcc version or upgrading frequently, suggested by Rich.2005-02-26, by diego
-
grammar fix by Corey Hickey <bugfood-ml at fatooh dot org>2005-02-25, by diego
-
cleanups of the Multiple files patch2005-02-25, by henry
-
auto-fps for h264 and better wording2005-02-25, by nicodvb
-
50000l: fixed various memleaks; CC discontibuities aren't necessarily error conditions2005-02-25, by nicodvb
-
general gcc bug FAQ entry2005-02-25, by diego
-
typo2005-02-25, by diego
-
compile fix2005-02-25, by henry
-
where the hell they got these infos from2005-02-25, by alex
-
swf adpcm2005-02-25, by alex
-
Remove file-global mpadec, add ad_driver member to sh_audio_t instead.2005-02-25, by hzoli
-
Add float output support. Add ADCTRL_QUERY_FORMAT control to report the2005-02-25, by hzoli
-
better infoline2005-02-25, by alex
-
If -af-adv force=4 is in effect, use ADCTRL_QUERY_FORMAT to query the2005-02-25, by hzoli
-
more verbose message2005-02-25, by alex
-
do not hide frame skips/dups! if they happen it's very bad!!2005-02-25, by rfelker
-
Document reorder and noreorder as (no)reorder.2005-02-25, by diego
-
synced with 1.312005-02-25, by paszczi
-
synced with 1.8972005-02-25, by paszczi
-
both reorder and noreorder flags are now available2005-02-25, by nicodvb
-
Always print dup/skip messages when !quiet.2005-02-25, by hzoli
-
mphq uses ssh.com, explain RSA key generation for it.2005-02-25, by diego
-
UDP support implemented.2005-02-25, by diego
-
updates2005-02-25, by diego
-
-format description updated to match current behavior.2005-02-25, by diego
-
MEncoder multiple files patch by Oded Shimon (ods15)2005-02-25, by rfelker
-
documentation for the tools in the TOOLS directory2005-02-25, by diego
-
changed noreorder to reorder in mpegopts (ordering disabled by default)2005-02-24, by nicodvb
-
disabled by default frame reordering2005-02-24, by nicodvb
-
framerate autodetection for H264 in raw/ts streams2005-02-24, by nicodvb
-
Always use vo_x11_sizehint function ( even when going fullscreen ) to2005-02-24, by al
-
strides should always be signed2005-02-24, by rfelker
-
no effect in practice, but strides should always be signed2005-02-24, by rfelker
-
100l to me: bugfix for negative stride2005-02-24, by rfelker
-
bugfix for negative stride2005-02-24, by rfelker
-
stride must be signed! otherwise negative stride is broken on 64bit systems2005-02-24, by rfelker
-
sync 1.8832005-02-24, by wight
-
quick solution for making an option less braindead2005-02-24, by alex
-
synced with 1.312005-02-24, by gabrov
-
Move audio filter descriptions to the man page.2005-02-24, by diego
-
100l to michael :))))2005-02-24, by rfelker
-
missing linebreak2005-02-24, by diego
-
sync to x264 r137: adaptive B-frame decision, flush delayed frames.2005-02-23, by lorenm
-
100l, forgot to change an ifdef on last commit2005-02-23, by reimar
-
Don't change buffers when paused and redrawing.2005-02-23, by al
-
revert the flip part of vd_theora fix2005-02-23, by henry
-
revert the flip part of vd_theora fix2005-02-23, by henry
-
replace bzero() with memset()2005-02-23, by nicodvb
-
vstrict vs mjpeg update, typo2005-02-23, by diego
-
Make vd message fit 80 character displays.2005-02-23, by diego
-
a helpful new message about vd.2005-02-23, by joey
-
Use PIX_FMT_YUVJ420P for mjpeg so that vstrict=-1 is not necessary2005-02-23, by reimar
-
indentation fix2005-02-22, by diego
-
List the 'context' option for the ffvhuff codec.2005-02-22, by lorenm
-
renamed init_adelay to vdelay with opposite range2005-02-22, by nicodvb
-
The MPEG muxer now supports MPEG-2 as well.2005-02-22, by diego
-
typos2005-02-22, by diego
-
spelling, wording and consistency fixes2005-02-22, by diego
-
Sync -channels and -srate options with the XML docs.2005-02-22, by diego
-
switch from DIVX -> FMP4 fourcc for libavcodec2005-02-22, by michael
-
Finish incomplete -af-adv documentation.2005-02-22, by diego
-
Mention that vstrict is necessary for some codecs, add ffvhuff.2005-02-22, by diego
-
Theora fixes:2005-02-22, by henry
-
fix for MAP_ANON vs. MAP_ANONYMOUS fix...2005-02-22, by reimar
-
fixes for previous commits2005-02-22, by wight
-
Sync to x264 r134: weighted prediction for B-frames.2005-02-22, by lorenm
-
finally the dreaded white-noise-with-floats bug is fixed!!!!2005-02-22, by rfelker
-
initial, extremely experimental, libavformat muxer; don't expect anything to work yet2005-02-21, by nicodvb
-
mention new mpeg muxer2005-02-21, by nicodvb
-
added new mpeg muxer options2005-02-21, by nicodvb
-
typo, missing _no2005-02-21, by reimar
-
proper output formats for ffduck2005-02-21, by alex
-
swf and flv through libavformat2005-02-21, by alex
-
filter for adding a center channel, adding a high pass filter would be nice2005-02-21, by alex
-
filter for adding a center channel, adding a high pass filter would be nice2005-02-21, by alex
-
move the format related stuff to format.c2005-02-21, by alex
-
Remove a lot of duplicate code2005-02-21, by reimar
-
Add OpenDoh and changuito skin authors.2005-02-21, by diego
-
small updates2005-02-21, by diego
-
-af surround delay default is 20ms, not 15ms.2005-02-20, by diego
-
We should not crash, only because we couldn't hide the cursor.2005-02-20, by al
-
Unified colorkey code for vo xv and vo xvmc.2005-02-20, by al
-
man page review part XVI2005-02-20, by diego
-
fix sync tag after update by Reynaldo2005-02-20, by gabrov
-
Description of -af format was outdated. This updates it. Feel free to change2005-02-20, by ivo
-
x264: expose option "level_idc".2005-02-20, by lorenm
-
synced with 1.8762005-02-19, by paszczi
-
Move generic tests to a common place.2005-02-19, by al
-
Corrected/improved usage example for -af pan2005-02-19, by reimar
-
Update the MEncoder telecine documentation.2005-02-19, by diego
-
correct filename2005-02-19, by wight
-
Mark locally modified files as such to comply more closely with GPL 2a.2005-02-19, by diego
-
Point to local_changes.diff.2005-02-19, by diego
-
Update patch with missing changes.2005-02-19, by diego
-
Sync missing cosmetics from the 2004-07-12 CVS snapshot.2005-02-19, by diego
-
Correct CVS snapshot date and provide a little more detail.2005-02-19, by diego
-
Remove modification notice from files that have not been locally modified.2005-02-19, by diego
-
Remove modification notice from files that have not been locally modified.2005-02-19, by diego
-
- sync 1.772005-02-18, by wight
-
trailing whitespace cosmetics2005-02-18, by wight
-
sync 1.8752005-02-18, by wight
-
Move x264 version check into configure.2005-02-18, by lorenm
-
mention udp:// streaming2005-02-17, by nicodvb
-
added support for raw udp:// streaming2005-02-17, by nicodvb
-
sync to x264 r129: modified ratecontrol equation.2005-02-17, by lorenm
-
Make seek command parameter float.2005-02-17, by reimar
-
confusing mixture of typecasts and casted variable, removed typecasts2005-02-17, by reimar
-
Added NV12/NV21 support.2005-02-17, by syrjala
-
Improved NV12/NV21 support.2005-02-16, by syrjala
-
sync tag bump to 1.242005-02-16, by wight
-
sync 1.592005-02-16, by wight
-
MPlayer-specific changes to libfaad2005-02-16, by diego
-
updates2005-02-16, by diego
-
typo2005-02-16, by diego
-
Update for my latest commits2005-02-15, by rtognimp
-
Support for RealPlayer10 cook.so decoder in Linux2005-02-15, by rtognimp
-
outdated EDL limit reference2005-02-15, by reynaldo
-
Mp3On4 demuxer support2005-02-15, by rtognimp
-
Should be in sync with 1.874, except both man pages reviews which will be done2005-02-15, by gpoirier
-
synced with 1.1582005-02-15, by gabrov
-
synced with 1.592005-02-15, by gabrov
-
synced with 1.62 & fixed mis-spelling2005-02-15, by gabrov
-
./postproc contains libswscale.a not libpostproc.a2005-02-15, by wight
-
Simplify FAAD instructions.2005-02-15, by diego
-
set device id to 0 if the device selected on startup do not exist2005-02-14, by nplourde
-
FreeBSD fix2005-02-14, by nexus
-
Another files translated2005-02-14, by jheryan
-
Fix -sstep description.2005-02-13, by diego
-
10l2005-02-13, by faust3
-
avisynth demuxer2005-02-13, by faust3
-
avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it>2005-02-13, by faust3
-
Document missing slave mode commands.2005-02-13, by diego
-
better explanation of N-pass encoding2005-02-12, by diego
-
vf_detc parameter names fixed.2005-02-12, by diego
-
Put general note at the top of the file.2005-02-12, by diego
-
1.158: ESD configuration dialog and software volume control option for Gui2005-02-12, by kraymer
-
ESD configuration dialog and software volume control option for Gui2005-02-12, by reimar
-
command to log current subtitle to file2005-02-12, by henry
-
Comment and info field spelling/grammar corrections.2005-02-12, by diego
-
man page review part XV2005-02-11, by diego
-
fix "Unknown argument" with cmd containing spaces2005-02-11, by aurel
-
Fixed bug near line 761.2005-02-10, by jheryan
-
man page review page XIV2005-02-10, by diego
-
Fix the behaviour of -geometry according to the documentation.2005-02-09, by al
-
translation maintainer updates2005-02-09, by diego
-
sync2005-02-09, by paszczi
-
Sync with 1.572005-02-08, by jheryan
-
Sync with 1.582005-02-08, by jheryan
-
Sync with 1.8692005-02-08, by jheryan
-
sync 1.1572005-02-07, by wight
-
DGA works only with x112005-02-06, by reimar
-
pp filter documentation2005-02-06, by diego
-
Sync with 1.868 + small fix2005-02-06, by gpoirier
-
sync 1.582005-02-06, by wight
-
sync 1.572005-02-06, by wight
-
Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).2005-02-06, by reimar
-
synced with 1.772005-02-06, by gabrov
-
synced with 1.602005-02-06, by gabrov
-
X11 headers must be included also when X11_FULLSCREEN is not defined (although2005-02-06, by reimar
-
synced with 1.572005-02-06, by gabrov
-
synced with 1.612005-02-06, by gabrov
-
synced with 1.582005-02-06, by gabrov
-
synced with 1.302005-02-06, by gabrov
-
The included libfaad is at version 2.1 beta.2005-02-06, by diego
-
XvMC is not yet autodetected, don't claim otherwise in the help output,2005-02-05, by diego
-
removed forgotten old license clause2005-02-05, by henry
-
Missing space2005-02-05, by wight
-
Add Reimar's hint for building 32 bit MPlayer on Athlon64.2005-02-05, by diego
-
updates2005-02-05, by diego
-
small updates and typo fixes2005-02-05, by diego
-
Remove inaccurate guess about keyframe intervals.2005-02-05, by diego
-
Sync with 1.8672005-02-05, by gpoirier
-
link fix2005-02-05, by diego
-
Remove unnecessary options from the -dumpmicrodvdsub command line and add2005-02-05, by diego
-
Some systems (e.g. FreeBSD 5.3) only define MAP_ANON, not MAP_ANONYMOUS2005-02-05, by reimar
-
Remove outdated and hard to maintain sound driver table.2005-02-04, by diego
-
1.876: -alang suppots many languages2005-02-04, by kraymer
-
bzero is deprecated patch by ?Gianluigi Tiesi <mplayer at netfarm.it>2005-02-04, by faust3
-
bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>2005-02-04, by faust3
-
sync 1.8672005-02-04, by wight
-
-alang suppots many languages, guessing by the examples2005-02-04, by wight
-
fix for streams that do not send a bitrate2005-02-03, by reimar
-
sync with 1.57 by Savchenko Andrew <Bircoph at list dot ru>2005-02-03, by diego
-
Separate XF86 video mode extension check from XF86 keysym check as2005-02-02, by diego
-
sync with 1.55 by Savchenko Andrew <Bircoph at list dot ru>2005-02-02, by diego
-
pass wave extradata to the codec..2005-02-01, by alex
-
Updated the outdated audio section somewhat.2005-02-01, by diego
-
Print which of Tremor, internal Tremor or libvorbis has been enabled.2005-02-01, by diego
-
Compile fix on non-x862005-02-01, by reimar
-
BGR32 is now supported also by lavc tscc decoder2005-01-31, by rtognimp
-
support for 32 bit Camtasia samples2005-01-31, by diego
-
Yet another memleak...2005-01-31, by reimar
-
- Don't advertise IMGFMT_RGBxx2005-01-31, by syrjala
-
makes funnyCode pages executable (for CPU with NX bit)2005-01-31, by aurel
-
now supports float based operation aswell2005-01-31, by alex
-
using af_softclip2005-01-31, by alex
-
af_softclip2005-01-31, by alex
-
af_softclip2005-01-31, by alex
-
added ecx to clobber list2005-01-31, by alex
-
adding proper parenthesing2005-01-31, by alex
-
unused definitions removed2005-01-31, by alex
-
synced with 1.1572005-01-31, by gabrov
-
synced with 1.602005-01-31, by gabrov
-
Remove overly outdated entries, update a few others.2005-01-30, by diego
-
Expose support for 444P and 422P raw video.2005-01-30, by diego
-
Allow monitoraspect > 3 (up to 9)2005-01-30, by reimar
-
Typo in hwac3 string2005-01-30, by reimar
-
discard lavf packets with wrong ids2005-01-30, by nicodvb
-
Print CPUflags and extension support on x86_64, too2005-01-29, by reimar
-
print "Unknown/not supported internal format" message only with -v as it2005-01-29, by reimar
-
Fix possible hang when playing broken MP3 from linear stream and remove2005-01-29, by reimar
-
Fixed the syntax of the spdif device string.2005-01-28, by reimar
-
Sync with 1.8662005-01-28, by jheryan
-
Sync with 1.1572005-01-28, by jheryan
-
Sync with 1.8642005-01-28, by jheryan
-
Sync with 1.866:2005-01-27, by gpoirier
-
matroska capitalized2005-01-27, by kraymer
-
sync2005-01-27, by kraymer
-
NUT doesn't contain subtitles so the example with the nutfile had to be changed.2005-01-27, by kraymer
-
sync with 1.157: Add half size entry to the GMPlayer menu.2005-01-27, by kraymer
-
"support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work again2005-01-26, by reimar
-
Always select correct descramblig matrix for sipr audio2005-01-25, by rtognimp
-
free MSTRZ args also if parser fails2005-01-25, by rik
-
vo_zr2 moved to OPT_ARG_MSTRZ from OPT_ARG_STR2005-01-25, by rik
-
Sync with 1.864: Force missing linebreak.2005-01-25, by gpoirier
-
small updates by <plazmus at gmail dot com>2005-01-25, by diego
-
Add translator mail address.2005-01-25, by diego
-
Force missing linebreak.2005-01-25, by diego
-
Add half size entry to the GMPlayer menu.2005-01-25, by diego
-
x1 and y1 give last used position, must be < width/height2005-01-25, by reimar
-
small updates2005-01-25, by diego
-
Do not read any more data at eof: if got eof in the middle of an audio2005-01-24, by rtognimp
-
Be less verbose with -v (do not print a line for each demuxed packet)2005-01-24, by rtognimp
-
Sync with 1.863: Unify some option descriptions.2005-01-24, by gpoirier
-
Explain how to include libavcodec in cvs updates.2005-01-24, by diego
-
Unify some option descriptions.2005-01-23, by diego
-
Reset stream eof after parsing header, fixes bug #2182005-01-23, by reimar
-
Add support for the Linux RealPlayer 10 RV30/40 codec.2005-01-22, by diego
-
The test to check for working pthreads fails if the system can support2005-01-22, by diego
-
Reduce excessive verbosity.2005-01-22, by diego
-
avoid using vo_subdevice2005-01-22, by alex
-
wmv3 needs extradata2005-01-22, by alex
-
Remove obsolete options.2005-01-22, by diego
-
Make configure check for aalib dependency on libX11 if it fails without.2005-01-22, by diego
-
100l, missing () around *valp2005-01-22, by reimar
-
replaced bzero() with memset(); stream_type 0x0f is AAC2005-01-22, by nicodvb
-
Sync with the English description of "-alang".2005-01-22, by gpoirier
-
Make this file compile with gcc-4.0.0:2005-01-22, by gpoirier
-
Play RV30 with 8-elements cmsg242005-01-22, by rtognimp
-
openbsd xf86 aperture support2005-01-21, by alex
-
better test for MAP_FAILED by Ian Lindsay2005-01-21, by alex
-
Make this file compile with gcc-4.0.0. The old code was invalid C.2005-01-21, by gpoirier
-
tries to sync to ADTS/ADIF header before initializing the decoder; implement SYNC2005-01-21, by nicodvb
-
Cumulative sync with 1.862:2005-01-21, by gpoirier
-
More user-friendly stream, -xid and -slang info output even in non-verbose mode.2005-01-21, by mosu
-
NUT does not contain subtitles, correct -sid description.2005-01-21, by diego
-
synced with 1.592005-01-21, by gabrov
-
"Synced with 1.XXX" commit message rule.2005-01-21, by diego
-
Fix -alang and -slang descriptions, they should be similar.2005-01-21, by diego
-
fix few x86_64 registers handling2005-01-21, by aurel
-
sync 1.8602005-01-21, by wight
-
small fixes2005-01-21, by diego
-
Next file done.2005-01-21, by jheryan
-
fixed wrong deinterleaving of channels2005-01-21, by nicodvb
-
Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problems2005-01-20, by reimar
-
Sync with 1.860:2005-01-20, by gpoirier
-
Split examples into MPlayer and MEncoder examples, fix -aspect description,2005-01-20, by diego
-
Minor bugfixes2005-01-20, by wight
-
this shouldn't be here in the first place2005-01-20, by wight
-
Omission from previous commit.2005-01-20, by wight
-
sync 1.8592005-01-20, by wight
-
remove all setlocale calls, they break the behaviour of sscanf and2005-01-20, by reimar
-
Clarify confusing error message.2005-01-19, by diego
-
Print warning message when using -dvd-device without libdvdread support.2005-01-19, by diego
-
use MSTRZ suboption type2005-01-19, by reimar
-
New suboption type: malloc'ed, zero terminated string2005-01-19, by reimar
-
initialize modify_ldt struct to 0.2005-01-19, by reimar
-
100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_2005-01-19, by reimar
-
100l, completely broken pointer arithmetic causing crashes.2005-01-19, by reimar
-
Sync with 1.859. Some cosmetic appearance changes ignored for typographic reasons.2005-01-18, by jheryan
-
Binary codecs and Windows section overhauled to reflect recent changes.2005-01-18, by diego
-
wording, spelling, small updates2005-01-17, by diego
-
update2005-01-17, by faust3
-
print the actual commandline to stdout, too2005-01-17, by faust3
-
Revert sh_audio->wf freeing.2005-01-17, by iive
-
added section for x264enc options.2005-01-16, by kraymer
-
If asf/tcp fails, asf/http used a wrong port2005-01-16, by rtognimp
-
Sync with: 1.8592005-01-16, by gpoirier
-
detect and use the codecs paths instead of win32.2005-01-16, by reimar
-
added video encoding options for nuppel video (nuvopts)2005-01-16, by kraymer
-
Good news everyone! I finally managed to sync all lavcenc options :)2005-01-16, by kraymer
-
some minor formatting changes2005-01-16, by kraymer
-
synced with 1.552005-01-16, by gabrov
-
synced (wording, formatting) the following lavc options: tcplx_mask, scplx_mask, p_mask2005-01-16, by kraymer
-
More support for AVC in Matroska.2005-01-16, by mosu
-
set sub_utf8 only when actually using mkv subtitles, will break external2005-01-16, by reimar
-
sync:2005-01-16, by kraymer
-
sync2005-01-16, by paszczi
-
synced with 1.1562005-01-16, by paszczi
-
Replaced suboption parser by call to suboption helper.2005-01-15, by ivo
-
sync2005-01-15, by paszczi
-
1l. parser can work with pnm_maxfiles directly2005-01-15, by ivo
-
synced with 1.8582005-01-15, by paszczi
-
Transition of suboption parser to subopt-helper parser.2005-01-15, by ivo
-
print why waveOutOpen failed2005-01-15, by faust3
-
Move generic length and percent pos calculation to demuxer.c2005-01-15, by reimar
-
mms-over-http related fixes by me2005-01-15, by reimar
-
Add missing escaping for "2005-01-15, by reimar
-
Update2005-01-15, by rtognimp
-
Decode MP3 in rm files2005-01-15, by rtognimp
-
Codec packages now have different names, try to be less confusing about it.2005-01-15, by diego
-
Add missing \ in multiline define.2005-01-14, by reimar
-
Sync with 1.858:2005-01-14, by gpoirier
-
10l2005-01-14, by attila
-
disambiguate wording of -aspect2005-01-14, by diego
-
icc support by Darek Ostolski <ostolski at kwantum dot gda dot pl>2005-01-14, by diego
-
set ss_mul to number of channels. Works with all samples I found.2005-01-13, by reimar
-
100l, no endian conversion on floats!2005-01-13, by reimar
-
more on H.264's quantization parameter2005-01-13, by lorenm
-
\- instead of -2005-01-13, by wight
-
Sync with 1.855: Force linebreak.2005-01-13, by gpoirier
-
Force linebreak.2005-01-13, by diego
-
Sync with 1.854: better vf_lavcdeint description2005-01-13, by gpoirier
-
synced to 1.542005-01-13, by gabrov
-
better vf_lavcdeint description2005-01-13, by diego
-
Cumulative sync with 1.853: (NB: new CVS log commentation acknoledged)2005-01-12, by gpoirier
-
actually mp_msg.h includes config.h, but for consistency better include it2005-01-12, by reimar
-
af_format.h needs config.h to be included first.2005-01-12, by reimar
-
ensure null-termination after snprintf2005-01-12, by reimar
-
automatic fps calculation for mpeg4 in raw stream/mpeg-ts2005-01-12, by nicodvb
-
synced to 1.1562005-01-12, by gabrov
-
synced to 1.282005-01-12, by gabrov
-
Sync. Long lines' shortening.2005-01-12, by jheryan
-
synced to 1.762005-01-12, by gabrov
-
Format correction in microdvdsub section.2005-01-12, by jheryan
-
Here is an updated draft with the bits discussed previously merged:2005-01-12, by michael
-
Sync.2005-01-12, by jheryan
-
sun grep doesn't like binary files, thus the compiled file2005-01-12, by attila
-
sync to x264 r93:2005-01-12, by lorenm
-
Bugfix and improve microdvd conversion and bugfix section.2005-01-12, by jheryan
-
Sync with 1.850:2005-01-11, by gpoirier
-
Sync with 1.848 (and 1.847): more detail on x264's subq2005-01-11, by gpoirier
-
updates2005-01-11, by diego
-
Translation section created, small additions and fixes.2005-01-11, by diego
-
man page review part XIII2005-01-11, by diego
-
Call subcp_close when closing the demuxer2005-01-11, by reimar
-
free http field_name to fix memleak2005-01-11, by reimar
-
Synced with 1.842, trailing spaces2005-01-11, by danny
-
Support for AVC in Matroska.2005-01-11, by mosu
-
sync2005-01-10, by paszczi
-
synced with 1.8512005-01-10, by paszczi
-
assume OS support SSE on x86_642005-01-10, by aurel
-
typos :(2005-01-10, by kraymer
-
1.851: Implementation of vo_png suboption parser with subopt-helper and removal2005-01-10, by kraymer
-
Implementation of vo_png suboption parser with subopt-helper and removal2005-01-10, by ivo
-
1.849: documentation for ao dsound2005-01-10, by kraymer
-
Ignore autogenerated file2005-01-10, by wight
-
Sync with 1.1562005-01-10, by jheryan
-
Sync with 1.846, remove trailing spaces, minor bugfix.2005-01-10, by jheryan
-
Remove autogenerated.2005-01-10, by jheryan
-
Minor bugfix, autogenerated file remove.2005-01-10, by jheryan
-
Remove audio output driver table, it's incomplete, does not belong in that2005-01-10, by diego
-
Typo, remove mention of audio plugins.2005-01-10, by diego
-
Move audio filters section up one hierarchy level.2005-01-10, by diego
-
Audio plugins have been removed.2005-01-10, by diego
-
typo2005-01-09, by diego
-
synced2005-01-09, by paszczi
-
synced with 1.8492005-01-09, by paszczi
-
100l, set inited to 0 in uninit, otherwise only first file will play video.2005-01-09, by reimar
-
mention ao dsound2005-01-09, by faust3
-
documentation for ao dsound2005-01-09, by faust3
-
more detail on x264's subq2005-01-09, by lorenm
-
always cancel down fractions (frac_t) to avoid overflows and playback2005-01-08, by reimar
-
Fix black line on right of subtitle with -spuaa 4 by setting alpha of2005-01-08, by reimar
-
change malloc and free to av_ variants where needed.2005-01-08, by reimar
-
set sub_bg_alpha only to 255 when using hardware OSD.2005-01-08, by reimar
-
vo_zr2 moves to subopt-helper (per Alex's request)2005-01-08, by rik
-
synced to 1.12, initial translation2005-01-08, by gabrov
-
fixed broken seeking in mpeg-es files; syncword seeking for all 3 video codecs2005-01-08, by nicodvb
-
synced to 1.522005-01-08, by gabrov
-
synced to 1.222005-01-08, by gabrov
-
consistent two pass, pass two etc spelling2005-01-07, by diego
-
consistent pass two and pass one spelling2005-01-07, by diego
-
consistent "two pass" spelling2005-01-07, by diego
-
typo2005-01-07, by paszczi
-
Sync with 1.846 + spelling corrections :2005-01-07, by gpoirier
-
synced to 1.752005-01-07, by gabrov
-
synced with 1.8472005-01-07, by paszczi
-
synced to 1.592005-01-07, by gabrov
-
massive update and retranslation by plazmus at gmail dot com2005-01-07, by diego
-
more information about source files2005-01-07, by henry
-
Tremor vorbis decoder2005-01-07, by henry
-
aop has been removed2005-01-07, by alex
-
x264: disable subq=0 (the huge bitrate penalty wasn't worth the speed),2005-01-07, by lorenm
-
Playback video with multiple windows.2005-01-07, by reimar
-
Cleanup, removing internal conversions. Testing welcome.2005-01-06, by reimar
-
typo2005-01-06, by kraymer
-
wording ("Regressionstest")2005-01-06, by kraymer
-
synced (wording, formatting) the following lavc options:2005-01-06, by kraymer
-
libao2/eq.h was removed, use libaf/equalizer.h instead.2005-01-06, by reimar
-
Use AF_FORMAT_S16_NE instead of #ifdef WORDS_BIGENDIAN ...2005-01-06, by reimar
-
Reduce index verbosity2005-01-06, by rtognimp
-
Real multirate files support2005-01-06, by rtognimp
-
fixed-vo/libmpeg2 aspect change fix2005-01-06, by faust3
-
256 color mode support, use -vm to get better output when overlay is not supported2005-01-06, by faust3
-
af_fmt2str fixes (remove trailing space, call with size of buffer, not size-1)2005-01-06, by reimar
-
device selection support2005-01-06, by faust3
-
Check for every 24 and 32 bit AFMT_ separately if it is defined.2005-01-06, by reimar
-
license issues clarified2005-01-06, by henry
-
Print waveheader only when verbose2005-01-06, by reimar
-
Sync.2005-01-06, by jheryan
-
Added cs subdirectory.2005-01-06, by jheryan
-
Sync with 1.845:2005-01-06, by gpoirier
-
RTC check should no longer be Linux-only.2005-01-06, by diego
-
100l, mp_msg instead af_msg2005-01-06, by alex
-
unused parts removed2005-01-06, by alex
-
small fixes and wording2005-01-06, by kraymer
-
typo/wording2005-01-06, by diego
-
small fixes2005-01-06, by diego
-
missing ","2005-01-06, by diego
-
mention ATSC in the dvb section2005-01-06, by nicodvb
-
mention ATSC tools and conf.file (dvb section)2005-01-06, by nicodvb
-
added support for ATSC tuner and conf.file2005-01-06, by nicodvb
-
RTC support on FreeBSD, inspired by a patch from Michael Johnson2005-01-06, by diego
-
adjusted beginning of lavc section, work will go on from here2005-01-05, by kraymer
-
lavc is reintegrated, just as it was before removal some commits ago2005-01-05, by kraymer
-
finished xvid (api4) specific encoding options by adding the following options:2005-01-05, by kraymer
-
6-channel raw acc on stereo speakers playback example2005-01-05, by reimar
-
added new xvid (api4 only) options: frame_drop_ratio, (no)qpel, (no)gmc, (no)trellis2005-01-05, by kraymer
-
commit 1.841 changes: mostly small formatting changes for better readability2005-01-05, by gpoirier
-
rest of sync of xvidenc encoding options that already existed2005-01-05, by kraymer
-
sync2005-01-05, by paszczi
-
began with sync of xvidenc encoding options2005-01-05, by kraymer
-
Just the sync with 1.842: Remove bogus lines.2005-01-05, by gpoirier
-
Remove bogus lines.2005-01-05, by diego
-
changes against 1.0 + Dec 2004 SVN math code2005-01-05, by henry
-
mostly small formatting changes for better readability2005-01-05, by kraymer
-
added toolame to codec specific encoding options2005-01-05, by kraymer
-
(re-)added lameopts to codec specific encoding options2005-01-04, by kraymer
-
removed typos and changed wording regarding a few previous commits (courtesy to diego!)2005-01-04, by kraymer
-
creatded section for codec specific encoding options2005-01-04, by kraymer
-
10l, pointers aren't always 32bit2005-01-04, by faust3
-
further sync in encoding options, ranging from 'ovc' to 'vobsuboutindex'2005-01-04, by kraymer
-
synced encoding options from 'info' to 'ofps'2005-01-04, by kraymer
-
Cumulative sync with 1.840:2005-01-04, by gpoirier
-
fixed single typo2005-01-04, by kraymer
-
small changes (formatting, sync) to sections files, examples, bugs, authors2005-01-04, by kraymer
-
added video filters: delogo, zrmjpeg2005-01-04, by kraymer
-
added video filters: framestep, tile2005-01-04, by kraymer
-
updated/synced video filters: boxblur, sab, smartblur, perspective2005-01-04, by kraymer
-
added video filters: telecine, tinterlace, tfields2005-01-04, by kraymer
-
fix/simplify os_types.h. MPlayer needs inttypes.h anyway to compile.2005-01-04, by reimar
-
copyright change2005-01-04, by kraymer
-
Adding new files to czech translation.2005-01-04, by jheryan
-
Tremor license2005-01-04, by henry
-
Synced with 1.837, typos form 1.8312005-01-04, by danny
-
Extend copyright to 2005, typos.2005-01-04, by diego
-
anti-10l pepsi (removed english stuff from where it didn't belong)2005-01-03, by kraymer
-
1.838: bump (was already fixed)2005-01-03, by kraymer
-
alphabetical order2005-01-03, by diego
-
small fixes/improvements2005-01-03, by kraymer
-
1.832: small improvement2005-01-03, by kraymer
-
sync2005-01-03, by paszczi
-
1.827: Better -lavdopts option descriptions.2005-01-03, by kraymer
-
synced with 1.8372005-01-03, by paszczi
-
1.826: Created audio filters section to replace -af description.2005-01-03, by kraymer
-
1.821: Clarify vo_yuv4mpeg filename handling. (bump, was already corrected)2005-01-03, by kraymer
-
1.814: sstep is usually inaccurate.2005-01-03, by kraymer
-
1.812: -double is now default, thus -nodouble needs to be documented instead.2005-01-03, by kraymer
-
Ignore .depend2005-01-03, by ivo
-
changed wording enkodier* to encode* to be consistant with manpage2005-01-03, by kraymer
-
trivial: added [cfg]-tag in cfg.c section2005-01-03, by kraymer
-
1.154: printf --> mp_msg conversion, less verbosity2005-01-03, by kraymer
-
Sync to 1.837:2005-01-03, by gpoirier
-
More commands documented, based on Reimar's findings.2005-01-03, by diego
-
Use the subopt-helper for parsing suboptions.2005-01-03, by reimar
-
Use lavcresample only when libavcodec is compiled in.2005-01-03, by reimar
-
Sync with 1.836:2005-01-03, by gpoirier
-
grab_frame, osd_show_text, sub_step, screenshot documented.2005-01-03, by diego
-
synced to 1.74 (typo fix)2005-01-03, by gabrov
-
Sync with 1.8352005-01-03, by gpoirier
-
Clarification as suggested by Alexander Strasser.2005-01-03, by diego
-
typo fixes2005-01-03, by gabrov
-
whitespace fixes2005-01-03, by gabrov
-
many 10ls fixed... also better debugging2005-01-03, by arpi
-
synced to 1.212005-01-03, by gabrov
-
synced to 1.512005-01-03, by gabrov
-
synced to 1.582005-01-03, by gabrov
-
x264: clarify 4x4mv, b8x8mv (thanks to Bond)2005-01-03, by lorenm
-
Framestepping does not require pause mode.2005-01-02, by diego
-
happy new year2005-01-02, by diego
-
Document minimum required ALSA version.2005-01-02, by diego
-
Forward framestepping is now implemented.2005-01-02, by diego
-
x264: group together the primary ratecontrol options. misc clarifications.2005-01-02, by lorenm
-
change rc_init_buffer to be a fraction of total buffer size.2005-01-02, by lorenm
-
Decode WV1F version of MPEG4 with libavcodec2005-01-02, by rtognimp
-
more credits, some wording consistency2005-01-02, by diego
-
Sync with 1.834: Add -ao pcm suboptions and remove -aofile and -waveheader options.2005-01-02, by gpoirier
-
Raw encoder does not support stride.2005-01-02, by reimar
-
win95 fix fix by Rune Petersen <rune.mail-list at mail.tele.dk>2005-01-02, by faust3
-
Do not use strndup, it is missing on MinGW.2005-01-02, by reimar
-
missing ;2005-01-02, by faust3
-
Mingw compile fix, hm doesn't the inttypes solution always work?2005-01-02, by faust3
-
Add -ao pcm suboptions and remove -aofile and -waveheader options.2005-01-02, by reimar
-
Use libc qsort to sort ODML index.2005-01-02, by reimar
-
happy new year2005-01-02, by diego
-
synced to 1.582005-01-01, by gabrov
-
fix string argument parsing (e.g. one char strings were not accepted)2005-01-01, by reimar
-
synced to 1.142005-01-01, by gabrov
-
Make af_control_any_rev return the matching filter2005-01-01, by reimar
-
Install libdha into LIBDIR.2005-01-01, by reimar
-
rate/format matching and volume get/set support2005-01-01, by arpi
-
synced to 1.72, initial translation2005-01-01, by gabrov
-
synced with 1.8332004-12-31, by paszczi
-
fix quicksort to avoid stack overflow and extreme runtimes2004-12-31, by reimar
-
Use subopt helper to parse arguments2004-12-31, by reimar
-
Add a type name for the test function2004-12-31, by reimar
-
Use subopt parser2004-12-31, by reimar
-
faster packed<->planar conversation2004-12-31, by michael
-
suboption parser for vo and ao modules2004-12-31, by al
-
internal Tremor decoder for Ogg/Vorbis2004-12-30, by henry
-
Fix channels, sample rate and sample size for 3gp files2004-12-29, by rtognimp
-
Support amr_nb and amr_wb via libavcodec2004-12-29, by rtognimp
-
Update for after-pre6 changes2004-12-29, by rtognimp
-
TwinVQ decoder and demuxer2004-12-29, by rtognimp
-
less namespace pollution #2 (prefixed globals in filter.c with af_filter_)2004-12-29, by alex
-
less namespace pollution2004-12-29, by alex
-
more verbose messages2004-12-29, by alex
-
accelerated conversions2004-12-29, by alex
-
Updated with a reminder for mplayer-announce2004-12-29, by rtognimp
-
Remove unused defines2004-12-29, by reimar
-
Doxygen comments improved2004-12-29, by reimar
-
wording/spelling2004-12-29, by diego
-
last draft with some insignificant changes2004-12-29, by rathann
-
Sync with 1.8332004-12-28, by gpoirier
-
Try http if pnm connection fails2004-12-28, by rtognimp
-
af_fmt2str_short2004-12-28, by alex
-
af_fmt2str_short2004-12-28, by alex
-
10l, variable declarations must be before mp_msg.2004-12-28, by reimar
-
100l use right mask type when checking for input format2004-12-28, by rtognimp
-
100l set default format for AF_FORMATs not supported by sound card2004-12-28, by rtognimp
-
new x264 options: b8x8mv, direct_pred2004-12-28, by lorenm
-
Make af_ladspa use new AF_FORMAT define that was introduced by Alex's2004-12-28, by ivo
-
sync to x264 r72.2004-12-28, by lorenm
-
ensure af_fmt2str always return a 0 terminated string2004-12-27, by reimar
-
100l, buf etc. in af_fmt2str call are already pointers...2004-12-27, by reimar
-
Do not use audio plugins anymore2004-12-27, by reimar
-
win95 does not support GetMonitorInfo2004-12-27, by faust3
-
10l, nasty ao drivers2004-12-27, by alex
-
maybe now..2004-12-27, by alex
-
10l, patch by Martin Braun <braun12@gmx.de>2004-12-27, by faust3
-
hopefully final fix2004-12-27, by alex
-
removing AFMT_ dependancy2004-12-27, by alex
-
10l2004-12-27, by alex
-
CONF_TYPE_AFMT similar to CONF_TYPE_IMGFMT2004-12-27, by alex
-
removing AFMT_ dependancy2004-12-27, by alex
-
Fix ontop for some WMs that lose ontop state after fullscreen event.2004-12-27, by al
-
Use lavcresample when accuracy-optimized audio filter chain is requested.2004-12-26, by reimar
-
Demuxer was fixed, so do not skip the first frame anymore2004-12-26, by reimar
-
Set message level of the added subtitle message to INFO, fixes bug #1392004-12-26, by reimar
-
big sync2004-12-25, by paszczi
-
synced with 1.8322004-12-25, by paszczi
-
typo2004-12-25, by diego
-
fix memleak in idx parser. patch by elupus [elupus {at] ecce <dot) se]2004-12-25, by reimar
-
fix stream selection and -bandwidth for mms-over-http.2004-12-25, by reimar
-
Sync with 1.832: small improvements2004-12-24, by gpoirier
-
small improvements2004-12-24, by diego
-
synced to 1.1552004-12-24, by gabrov
-
even more ffmpeg changes2004-12-23, by diego
-
some more FFmeg changes2004-12-23, by diego
-
release name2004-12-23, by diego
-
Sync with 1.831:2004-12-23, by gpoirier
-
one more item2004-12-23, by diego
-
fixes2004-12-23, by diego
-
do not use pthreads on hpux (broken, hardly useful).2004-12-23, by reimar
-
support for Real codecs on OS X2004-12-23, by diego
-
forgot to remove now useless extern monitor_aspect2004-12-23, by reimar
-
wording, spelling, new categories, reordered entries2004-12-23, by diego
-
vo_screenwidth/vo_screenheight is _not_ monitor_aspect.2004-12-23, by reimar
-
sync 1.8302004-12-23, by wight
-
Synced with 1.8312004-12-23, by danny
-
Synced with 1.8302004-12-23, by danny
-
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.2004-12-23, by ivo
-
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.2004-12-23, by ivo
-
1l misplaced variable declaration2004-12-22, by rtognimp
-
fix a segfault when calling loadfile during v4l2 playback2004-12-22, by aurel
-
Make filters request a supported input format instead of failing.2004-12-22, by reimar
-
add missing registers in clobber list, fixes bug #1692004-12-21, by reimar
-
Cumulative sync:2004-12-21, by gpoirier
-
Last round French corrections for this file (spelling, corrects wrong2004-12-21, by gpoirier
-
French corrections:2004-12-21, by gpoirier
-
additional fixes by Torinthiel and Rathann2004-12-21, by paszczi
-
added -wid support for vo_directx.2004-12-21, by joey
-
automatic monitoraspect calculation for vo_directx.2004-12-21, by joey
-
added colorkey support for vo_directx.2004-12-21, by joey
-
savage_vid added2004-12-21, by faust3
-
experimental savage vidix driver by Reza Jelveh <reza.jelveh at tu-harburg.de>2004-12-21, by faust3
-
Sync with 1.828: Remove spurious .RE macro2004-12-21, by gpoirier
-
sumulative sync with 1.827:2004-12-21, by gpoirier
-
small updates, spelling2004-12-21, by diego
-
Remove spurious .RE macro.2004-12-21, by diego
-
fix position bar and length display for mov files2004-12-21, by reimar
-
Use demuxer_get_percent_pos for the OSD position bar2004-12-21, by reimar
-
Synced with 1.8252004-12-21, by danny
-
patches suggested by rathann2004-12-20, by paszczi
-
Better -lavdopts option descriptions.2004-12-20, by diego
-
Created audio filters section to replace -af description.2004-12-20, by diego
-
Sync with 1.8222004-12-20, by jheryan
-
Sync with 1.1542004-12-20, by jheryan
-
More French corrections2004-12-19, by gpoirier
-
Hopefully fixes problems with non-working vobsubs.2004-12-19, by reimar
-
10l fix I hope, reverse if not2004-12-19, by alex
-
Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set.2004-12-19, by reimar
-
sync 1.8252004-12-18, by wight
-
Sync to 1.8252004-12-18, by gpoirier
-
add the flip filter at the end of the filter chain.2004-12-18, by reimar
-
Fix paragraph indentation.2004-12-18, by diego
-
Fixes the bug that after opening the preferences panel gmplayer plays files2004-12-18, by reimar
-
added conditional lowres description2004-12-18, by nicodvb
-
Handle raw yv12 video as I420 to fix some Broadcast 2000 created samples.2004-12-18, by diego
-
Sync with 1.823: Mention how to concatenate files with -vo yuv4mpeg and -fixed-vo.2004-12-17, by gpoirier
-
Somebody obviously took a course "coding non-portable".2004-12-17, by reimar
-
Christoph Egger is now the vo_ggi maintainer.2004-12-17, by diego
-
- Fixed mode setting, so any video can be played on all supported ggi targets.2004-12-17, by diego
-
Mention how to concatenate files with -vo yuv4mpeg and -fixed-vo.2004-12-17, by diego
-
some clarification2004-12-17, by diego
-
Set mixer.afilter at a more appropriate place.2004-12-17, by reimar
-
Added rawy800 codec as according to the manpage it should be there2004-12-17, by reimar
-
Allow Y8 and Y800 as OUT format in codecs.conf2004-12-17, by reimar
-
conditional lowres: activate lowres if frame width >= threshold2004-12-17, by nicodvb
-
sync tag bump2004-12-17, by wight
-
pre5try2 release2004-12-17, by diego
-
y420 vs i420 typo2004-12-16, by diego
-
Fixes suggested by Diego2004-12-15, by gpoirier
-
Security fixes ported from upstream (xine)2004-12-15, by rtognimp
-
fix a problem pointed out by iDEFENSE and several similar ones.2004-12-15, by reimar
-
Looks like it was too weird after all ;-)2004-12-15, by reimar
-
fix a vulnerability reported by iDEFENSE.2004-12-15, by reimar
-
disable demuxer_bmp,2004-12-15, by iive
-
fix security vulnerability reported by iDEFENSE2004-12-15, by reimar
-
Cumulative sync to 1.821 (1.821, 1.820, 1.819)2004-12-15, by gpoirier
-
printf --> mp_msg conversion, less verbosity2004-12-15, by diego
-
credit Daniele Forghieri's work on lavc audio code2004-12-14, by nicodvb
-
small wording fixes2004-12-14, by diego
-
more details about the structure of VCDs2004-12-14, by diego
-
synced with 1.8212004-12-13, by paszczi
-
Sync with 1.8182004-12-13, by jheryan
-
Sync with 1.153.2004-12-13, by jheryan
-
Clarify vo_yuv4mpeg filename handling.2004-12-12, by diego
-
printf --> mp_msg2004-12-12, by diego
-
sync 1.8202004-12-12, by wight
-
better mention -vo yuv4mpeg can change output filename2004-12-12, by wight
-
fix leak with -fixed-vo, allow concatenating2004-12-12, by reimar
-
Fix streaming if not mlti_data (for some non-multirate streams)2004-12-11, by rtognimp
-
Some fixes and better wording, remove alsa9 and alsa1x audio output drivers2004-12-11, by diego
-
Improving gl2 under windows, moving some functionality to gl_common2004-12-11, by reimar
-
Remove alsa9 and alsa1x entries as well as duplicate video output drivers.2004-12-11, by diego
-
10l, should check for != NULL before using not after...2004-12-10, by reimar
-
language fix2004-12-09, by paszczi
-
make clean should also clean the native subdirectory.2004-12-09, by diego
-
sync 1.582004-12-08, by wight
-
- corrected <device< to <device>2004-12-08, by wight
-
disable all unknown formats in the windows aos2004-12-08, by faust3
-
sync + random fixes2004-12-08, by paszczi
-
Support for "NONE" audio in MOV files generated by Kodak CX62302004-12-07, by rtognimp
-
More French fixes2004-12-07, by gpoirier
-
Default rescaler is 2; bicubic2004-12-07, by gpoirier
-
synced to 1.202004-12-07, by gabrov
-
synced to 1.502004-12-07, by gabrov
-
synced to 1.572004-12-07, by gabrov
-
added support for dvhs and h264 over ts2004-12-07, by nicodvb
-
URL updates2004-12-07, by diego
-
updates, typo2004-12-07, by diego
-
Remove duplicate includes.2004-12-07, by diego
-
Make include paths consistent.2004-12-07, by diego
-
Remove dead link.2004-12-07, by diego
-
link updates, noticed by Nicolas Le Gaillart2004-12-07, by diego
-
wording fix2004-12-06, by diego
-
some French fixes here and there: some better translations and better tech words2004-12-06, by gpoirier
-
fix byteorder2004-12-06, by michael
-
synced to 1.56 (link update)2004-12-06, by gabrov
-
synced to 1.57 (link updates)2004-12-06, by gabrov
-
synced to 1.222004-12-06, by gabrov
-
More detailed HP-UX instructions, mostly taken from Martin Gansser's HOWTO.2004-12-06, by diego
-
link updates2004-12-05, by diego
-
ao_alsa and ao_polyp added, typo.2004-12-05, by diego
-
synced to 1.16 (new mailing list)2004-12-05, by gabrov
-
Some other fixes. Better wordings and better translations of tech stuff2004-12-05, by gpoirier
-
A great deal of French fixes (Nico doesn't seem to be an "audio litterate" ;-)2004-12-05, by gpoirier
-
sync 1.162004-12-05, by wight
-
French fixes2004-12-05, by gpoirier
-
some fixes, mainly wrong translations2004-12-05, by gpoirier
-
Sync with 1.818:2004-12-05, by gpoirier
-
MPlayer-translations mailing list created.2004-12-05, by diego
-
sync 1.818 and vocabulary fix2004-12-05, by wight
-
Use common labels.2004-12-04, by diego
-
Add a file= suboption to set output file. (stream.yuv -> %s)2004-12-04, by kraymer
-
new sync, first was fucked up2004-12-04, by nicolas
-
content moved to usage.xml, file no more needed2004-12-04, by nicolas
-
sync, typo fixes, better wording2004-12-03, by nicolas
-
keyframes are more like 10 - 20 seconds apart, not 120.2004-12-03, by reimar
-
yuv4mpeg now has file suboption2004-12-03, by reimar
-
Add a file= suboption to set output file.2004-12-03, by reimar
-
Unify all image encoding examples and fix a typo (*.jpg vs *.png) noticed2004-12-03, by diego
-
dvd_aid_from_lang() should return -1 if lang was not found2004-12-03, by aurel
-
synced to 1.172004-12-03, by gabrov
-
Move selection of internal texture format to appropriate place, should2004-12-03, by reimar
-
Make the context not current before destroying it.2004-12-02, by reimar
-
mention new -key-fifo-size option2004-12-02, by reimar
-
enable the run slave commande even without libmenu2004-12-02, by aurel
-
better label2004-12-02, by diego
-
Add "Available video filters:" line to -vf help.2004-12-01, by diego
-
Sync with 1.8.16: Better wording, better explain -nodouble.2004-12-01, by gpoirier
-
Sync with2004-12-01, by gpoirier
-
do not bring process to front if HAVE_SDL2004-12-01, by nplourde
-
clear menubar before adding new menu2004-12-01, by nplourde
-
suppress dummy frames due to B-frame delay.2004-12-01, by lorenm
-
Better wording, better explain -nodouble.2004-12-01, by diego
-
More similar code from gl and gl2 moved to gl_common2004-12-01, by reimar
-
use a configurable-size ringbuffer instead of a pipe for buffering key events.2004-12-01, by reimar
-
sstep is usually inaccurate.2004-12-01, by reimar
-
reserve enough memory for image2004-12-01, by henry
-
call draw_slice in top-down order (fixes crash with -vf expand=...,scale)2004-12-01, by henry
-
fix image dimensions at filter config time2004-12-01, by henry
-
Sync with 1.152, minor bugfix.2004-12-01, by jheryan
-
Sync to 1.811, bugfix2004-12-01, by jheryan
-
-identify now prints subtitle/audio track information.2004-11-30, by diego
-
-double is now default, thus -nodouble needs to be documented instead.2004-11-30, by diego
-
synced2004-11-30, by paszczi
-
more verbosity spam fixes2004-11-30, by rfelker
-
synced to 1.55 (better label, new entry)2004-11-30, by gabrov
-
synced to 1.56 (better label)2004-11-30, by gabrov
-
build fix, reflection English doc change2004-11-29, by wight
-
better label2004-11-29, by diego
-
FAQ about audio-only encoding (approved by Diego)2004-11-29, by rathann
-
Explain how (not) to handle execute permissions and binary files.2004-11-29, by diego
-
new lavc codec: ffvhuff2004-11-28, by lorenm
-
Compile fix2004-11-28, by ranma
-
fl32: BE float32 PCM audio in mov files2004-11-27, by rtognimp
-
Added support for MPEG-1 and MPEG-2 in Matroska.2004-11-26, by mosu
-
rescale the fonts with hidden OSD too2004-11-26, by henry
-
Remove the rest of fb_dev_name + directfb usage.2004-11-26, by syrjala
-
synced to 1.492004-11-26, by gabrov
-
synced to 1.552004-11-26, by gabrov
-
fb_dev_name no longer user in vo directfb2004-11-26, by zdar
-
We now only support directfb >= 0.9.13.2004-11-26, by diego
-
sync by Philippe De Swert <philippedeswert at pi dot be>2004-11-25, by diego
-
10l for me => is not >=2004-11-25, by zdar
-
URL update, more concise description2004-11-25, by diego
-
10l initial patch by Oded Shimon <ods15 at ods15.dyndns.org>2004-11-25, by faust3
-
Sync with 1.811 using gvim find/replace option. Hope I got them all...2004-11-25, by gpoirier
-
1.802: Mention unichrome_vid in the list of VIDIX drivers2004-11-24, by kraymer
-
sync2004-11-24, by wight
-
further updates in video filters section2004-11-24, by kraymer
-
small fix :)2004-11-24, by paszczi
-
synced with 1.811 + some small language fix2004-11-24, by paszczi
-
merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS2004-11-24, by nicodvb
-
synced to 1.48 (MPEG-X spelling)2004-11-24, by gabrov
-
synced to 1.12 (MPEG-X spelling)2004-11-24, by gabrov
-
synced to 1.16 (MPEG-X spelling)2004-11-24, by gabrov
-
synced to 1.53 (MPEG-X spelling)2004-11-24, by gabrov
-
synced to 1.20 (MPEG-X spelling) and small fix2004-11-24, by gabrov
-
synced to 1.55 (MPEG-X spelling)2004-11-24, by gabrov
-
Synced with 1.8102004-11-24, by danny
-
Separate XML and man page translation maintainers.2004-11-24, by diego
-
MPEG-X spelling2004-11-24, by diego
-
MPEG-X spelling2004-11-24, by diego
-
set sample aspect ratio2004-11-24, by lorenm
-
Remove broken support for directbuffer and including frame-handling use.2004-11-23, by iive
-
updates2004-11-23, by diego
-
spelling and small updates2004-11-23, by diego
-
synced to 1.542004-11-22, by gabrov
-
Try port 7070 if 554 fails for realrtsp streams2004-11-22, by rtognimp
-
fix segfault with (height|width)%6!=02004-11-22, by henry
-
revert useless uyvy planar->packed converter2004-11-22, by henry
-
check for __builtin_expect (used by libmpeg2)2004-11-22, by henry
-
revert useless uyvy planar->packed converter2004-11-22, by henry
-
1e6l fix (use 422P instead of UYVY)2004-11-22, by henry
-
Added maintainer of czech translation related files2004-11-22, by jheryan
-
*** empty log message ***2004-11-22, by jheryan
-
Sync with 1.810: wording2004-11-21, by gpoirier
-
typo2004-11-21, by rathann
-
sync 1.810 + some wording2004-11-21, by wight
-
Explain what you need to read to add a codec yourself, patch by2004-11-21, by diego
-
wording2004-11-21, by diego
-
The GUI shouldn't handle key events at two places.2004-11-21, by al
-
Sync with 1.809, with a different phrasing than original English one.2004-11-21, by gpoirier
-
should be \$ not $\2004-11-20, by wight
-
Some fixes by myself and compn <tempn at twmi dot rr dot com>2004-11-20, by diego
-
support for debianized LIVE.COM library2004-11-20, by henry
-
head related transfer function2004-11-20, by henry
-
libmpeg2 4:2:2 decoding2004-11-20, by henry
-
4 and 8 bit formats use a palette, so we cannot really support them (atm).2004-11-20, by reimar
-
4 and 8 bit formats work with a palette.2004-11-20, by reimar
-
add "pausing" prefix for MPlayer commands2004-11-20, by reimar
-
- sync 1.8082004-11-20, by wight
-
declare check_format and check_bps static, they are used nowhere else.2004-11-20, by reimar
-
synced with latest versions2004-11-19, by paszczi
-
synced to 1.132004-11-19, by gabrov
-
synced to 1.15 (URL update)2004-11-19, by gabrov
-
synced to 1.52 (URL update)2004-11-19, by gabrov
-
synced to 1.53 (URL update)2004-11-19, by gabrov
-
synced to 1.21 (URL update)2004-11-19, by gabrov
-
Sync with 1.808: v4l2 norm setting2004-11-19, by gpoirier
-
correct encoding2004-11-19, by diego
-
24bit LPCM is signed...2004-11-19, by reimar
-
v4l2 norm setting2004-11-19, by henry
-
setting the norm using text ID instead of numeric2004-11-19, by henry
-
URL updates2004-11-19, by diego
-
URL updates with some help by Gabor Mizda2004-11-19, by diego
-
grammar fix by the Wanderer2004-11-19, by diego
-
one more DivX --> MPEG4 change2004-11-19, by diego
-
typo patch by Gabor Mizda2004-11-19, by diego
-
Sync to 1.807:2004-11-18, by gpoirier
-
synced to 1.132004-11-18, by gabrov
-
synced to 1.502004-11-18, by gabrov
-
synced to 1.192004-11-18, by gabrov
-
initial translation, synced to 1.112004-11-18, by gabrov
-
Language fixes2004-11-18, by wight
-
sync 1.19 + some language fixes2004-11-18, by wight
-
sync to x264 r61 (improved 2pass ratecontrol)2004-11-18, by lorenm
-
Sync with 1.806: various fixes, and some long standing french fixes2004-11-17, by gpoirier
-
fixed missing para tag2004-11-17, by gabrov
-
synced to 1.12, fixed header2004-11-17, by gabrov
-
DivX is MPEG4, so let's call it MPEG4 to avoid confusion.2004-11-17, by diego
-
Better explanation of how to build an MPlayer that runs on different2004-11-17, by diego
-
miscellaneous fixes2004-11-17, by diego
-
Audio plugins are now audio filters, noticed by Gabor Mizda.2004-11-15, by diego
-
added language identifier (if any) to the caller during probing phase2004-11-15, by nicodvb
-
free freetype descriptor and library and mconfig data right before exit2004-11-15, by iive
-
Free WAVEFORMATEX in sh_audio when all other sh_audio members are freed.2004-11-15, by iive
-
3 memory leaks fixed2004-11-15, by iive
-
initial translation, synced to 1.102004-11-15, by gabrov
-
sync to 1.232004-11-15, by gabrov
-
sync to 1.542004-11-15, by gabrov
-
sync to 1.49, little fix2004-11-15, by gabrov
-
warning fix2004-11-15, by diego
-
wording2004-11-15, by diego
-
Reduce excessive verbosity.2004-11-15, by diego
-
Update for Lsvc codec2004-11-14, by rtognimp
-
Vianet Lsvx video decoder2004-11-14, by rtognimp
-
Update for WVP2, fixed codec name from picture to image2004-11-14, by rtognimp
-
Windows media video 9 image v2 support2004-11-14, by rtognimp
-
My e-mail address has changed2004-11-14, by gpoirier
-
Sync with 1.805:2004-11-14, by gpoirier
-
More detailed Debian package building instructions, based on a patch by2004-11-14, by diego
-
spelling, wording2004-11-14, by diego
-
document last status line entry2004-11-14, by attila
-
fix crash when a "driver" line is missing in codecs.conf.2004-11-14, by reimar
-
keep screensaver off when playing multiple files.2004-11-14, by reimar
-
-softvol and -softvol-max parameters2004-11-14, by reimar
-
allow forcing of software volume control and setting maximum amplification.2004-11-14, by reimar
-
fix: when doing -loop 0 -shuffle, the arg after shuffle was skipped2004-11-14, by reimar
-
initial translation, synced to 1.102004-11-14, by gabrov
-
update description of lavc's keyint, vb_strategy, and mbqmin.2004-11-14, by lorenm
-
MSS2 can decode also MSS12004-11-13, by rtognimp
-
fix scrolling status line in windows2004-11-13, by reimar
-
URL update, noticed by Gabor Mizda.2004-11-13, by diego
-
Avoid drawing before transformation matrices are set up.2004-11-13, by reimar
-
fix for negative values for width and height (aspect-preserving scaling).2004-11-12, by reimar
-
sync tag bump2004-11-11, by wight
-
Sync with structure changes2004-11-11, by wight
-
sync 1.8032004-11-11, by wight
-
added missing declaration of releaseGlContext2004-11-11, by reimar
-
missing return for InitGl function2004-11-11, by reimar
-
added fourcc of PNG-encoded Quicktime files2004-11-11, by reimar
-
compilation fix for gcc 3.4.22004-11-11, by reimar
-
compilation fix and partial sync2004-11-11, by diego
-
compilation fix2004-11-11, by diego
-
devices.html is no more, link updated.2004-11-11, by diego
-
devices.html is no more, links updated.2004-11-11, by diego
-
Update links to match the XML docs structure change.2004-11-11, by diego
-
Remove pointless devices section, make video and audio top level sections.2004-11-11, by diego
-
initial translation, synced to 1.192004-11-10, by gabrov
-
osx finder support2004-11-10, by nplourde
-
small clarification and syntactic fix (approved by Diego)2004-11-10, by rathann
-
fix --disable-termios, approved by Diego2004-11-10, by rathann
-
use get_screen_size from getch2.c instead of ioctl, fixes bug #131.2004-11-09, by reimar
-
10l2004-11-09, by gpoirier
-
sync 1.23 + language fixes2004-11-08, by wight
-
redundant "Note:" removed2004-11-08, by wight
-
initial translation, synced to 1.512004-11-08, by gabrov
-
h/w revision detection patch by Timothy Lee <timothy.lee@siriushk.com>2004-11-08, by faust3
-
Mention unichrome_vid in the list of VIDIX drivers2004-11-08, by diego
-
sync 1.51 and wording2004-11-08, by wight
-
initial translation, synced to 1.122004-11-08, by gabrov
-
Converted printf calls to mp_msg, reduced verbosity.2004-11-08, by diego
-
synced with 1.532004-11-07, by gabrov
-
Some work on the XviD section:2004-11-07, by gpoirier
-
fix insane CPU usage with ao_null2004-11-07, by reimar
-
We no longer provide (int)types.h for obsolete versions of Cygwin/MinGW,2004-11-07, by diego
-
Mac OS X shlib support has been replaced by support for Helix codecs.2004-11-07, by diego
-
more changes2004-11-07, by diego
-
Improved A-V sync, patch by Ed Wildgoose [lists(at)wildgooses<dot>com].2004-11-07, by reimar
-
initial translation, synced to 1.222004-11-06, by gabrov
-
respect immed uninit flag, initialize ao_data.outburst.2004-11-06, by reimar
-
recommit sascha's commit (Lennart Poettering's polyaudio stuff)2004-11-06, by rfelker
-
little video filters update2004-11-05, by kraymer
-
fix "last file is always played last" bug.2004-11-05, by reimar
-
And some corrections approved by frogu.2004-11-05, by wight
-
Fix member alignment for usage on 64bit processors.2004-11-05, by mosu
-
Changes the word "frontend" to "module"2004-11-05, by gpoirier
-
ao_polyp2004-11-05, by faust3
-
polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de>2004-11-05, by faust3
-
10l2004-11-05, by faust3
-
sync to 1.462004-11-05, by frogu
-
sync to 1.662004-11-05, by frogu
-
Explain how to use custom options while building Debian packages, based on a2004-11-05, by diego
-
slight grammar/wording/spelling/markup improvements2004-11-05, by diego
-
more fullscreen fixes and gl2 uses setGlWindow.2004-11-04, by reimar
-
added myself2004-11-03, by gabrov
-
Added Gabor Mizda (myself) as maintainer of the hungarian translation2004-11-03, by gabrov
-
Fix broken seek while on edl and audio only, spoted by Oded Shimon2004-11-03, by reynaldo
-
Fix EDL mute behavior, Patch by Oded Shimon2004-11-03, by reynaldo
-
add Loren Merritt as ve_x264 maintainer2004-11-03, by lorenm
-
proper gcc4 compile-fix suggested by richard2004-11-03, by atmos4
-
enable mmx support on x86_64 in libmpeg22004-11-03, by aurel
-
synced to 1.522004-11-03, by gabrov
-
synced to 1.152004-11-03, by gabrov
-
- the sync with XviD's API-4.1 has been2004-11-03, by gpoirier
-
remove mac shlb support to use new helix codec for realvideo support on osx2004-11-03, by nplourde
-
libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas dot edu>)2004-11-03, by michael
-
fixed some doxygen comments, patch by Oded Shimon2004-11-03, by reynaldo
-
reworked the status line to avoid scrolling and remove duplicate code.2004-11-02, by reimar
-
remove window shadow in fullscreen2004-11-02, by nplourde
-
set aqua default theme2004-11-02, by nplourde
-
Sync2004-11-02, by gpoirier
-
have each XviD's option flag have its (no)counterpart2004-11-02, by gpoirier
-
icons for the GUI context menu2004-11-02, by diego
-
winvidix requires -lgdi322004-11-02, by faust3
-
typo2004-11-02, by diego
-
spelling, wording, updates2004-11-02, by diego
-
further sync by Carl Furstenberg <azatoth at gmail dot com>2004-11-02, by diego
-
several updates in video filters section, almost finished sync2004-11-02, by kraymer
-
enable vcd support on all based darwin system2004-11-01, by nplourde
-
sync 1.7992004-11-01, by wight
-
vo_gl should work fine with -fixed-vo2004-11-01, by reimar
-
fullscreen fixes and GUI support for vo_gl2004-11-01, by reimar
-
fix build on darwin ppc2004-11-01, by nplourde
-
do not hide mouse and menubar in fulscreen if not using main device2004-11-01, by nplourde
-
more panscan fix2004-11-01, by nplourde
-
small compilation fix2004-11-01, by rathann
-
small fix to find DocBook DTD in more exotic locations like2004-11-01, by rathann
-
Memleak fix: free index data at demuxer_close2004-11-01, by rtognimp
-
More changes2004-11-01, by rtognimp
-
osx port related2004-10-31, by nplourde
-
Typo, found by Nico Sabbi2004-10-31, by rtognimp
-
more pre6 changes by Roberto and me2004-10-31, by diego
-
Different buffering scheme, avoiding possible races (SDL is using threads!).2004-10-31, by reimar
-
French fixes2004-10-31, by gpoirier
-
gcc-4 compile fix: invalid lvalue in assignment2004-10-31, by atmos4
-
Fix erroneus extern declarations, fix wrong signedness of some vars2004-10-31, by atmos4
-
gcc-4.0.0-20041024 compile-fix2004-10-31, by atmos4
-
Update decoders section2004-10-31, by rtognimp
-
QuickDraw video decoding support via lavc2004-10-31, by rtognimp
-
a few 10l fixes by Wei Jiang <jiangw98@yahoo.com>2004-10-31, by faust3
-
sync 1.152004-10-31, by wight
-
preliminary pre6 changes from Reimar2004-10-31, by diego
-
QuickSilver skin author, typo2004-10-30, by diego
-
sync with homepage2004-10-30, by diego
-
(re-)synced with 1.798 downto video filters section2004-10-30, by kraymer
-
window now save is old position when going in fullscreen or while using resize preset2004-10-30, by nplourde
-
(re-)sync downto decoding/filtering options2004-10-30, by kraymer
-
sync tag bump, forgot previously2004-10-30, by wight
-
-sync 1.7982004-10-30, by wight
-
-sync 1.522004-10-30, by wight
-
Marillat's homepage has moved.2004-10-30, by diego
-
sync tag bump2004-10-30, by wight
-
sync to 1.151 (but doesn't reflect according changes in help_mp-en.h; it's2004-10-30, by kraymer
-
little wording2004-10-30, by kraymer
-
AMD64 fixes based on patch by Timo Teräs <timo.teras@iki.fi>2004-10-30, by faust3
-
small memleak fix, based on patch by Wei Jiang <jiangw98@yahoo.com>2004-10-30, by faust3
-
Memory Free function Fix, based on patch by Wei Jiang <jiangw98@yahoo.com>2004-10-30, by faust3
-
Sync with 1.798 + french fixes2004-10-30, by gpoirier
-
avoid infinite recursion patch by Bernhard Rosenkraenzer <bero@arklinux.org>2004-10-30, by faust3
-
fix XVideo misdetection on OSF/1, patch by Gabucino <gabucino at mplayerhq.hu>2004-10-30, by faust3
-
Fixed the assumption user will always give 2+ args to the program.2004-10-29, by al
-
ffmpeg mjpeg-b is working2004-10-29, by rtognimp
-
continuing updates2004-10-29, by kraymer
-
compile fix on G32004-10-29, by pontscho
-
panscan now supported in vo_quartz2004-10-29, by nplourde
-
resize preset now respect movie aspect2004-10-29, by nplourde
-
enable pan-scan + menu option2004-10-29, by nplourde
-
Allow attaching gdb on crash automatically.2004-10-28, by reimar
-
get proper movie aspect2004-10-28, by nplourde
-
menu option to set desired movie aspect & keep aspect on window resize2004-10-28, by nplourde
-
autodetect proper monitor aspect2004-10-28, by nplourde
-
better wording2004-10-28, by diego
-
fs_res desc for vo_quartz2004-10-28, by nplourde
-
let you choose fullscreen resolution for slower system2004-10-28, by nplourde
-
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.2004-10-28, by diego
-
spelling2004-10-28, by diego
-
vivodump compiles now, so it can be added to OBJS.2004-10-28, by diego
-
Remove hardcoded filenames in favor of command line parameters, some error2004-10-28, by diego
-
compilation fix, mostly by Reza Jelveh2004-10-28, by diego
-
wording corrected again..2004-10-27, by kraymer
-
began updates of that part of the manpage that was in sync before (~six weeks ago)2004-10-27, by kraymer
-
Miro VideoXL support via lavc2004-10-27, by rtognimp
-
fix windows resizing ui glitch2004-10-27, by nplourde
-
Sync with 1.794: vcresample & sweep filters2004-10-27, by gpoirier
-
lavcresample & sweep filters2004-10-27, by michael
-
repace call to sleep_accurate to usleep which fix hang while using -cache option on osx2004-10-27, by nplourde
-
Removed one Edl debug message2004-10-26, by reynaldo
-
Fixed 2 debug edl messages2004-10-26, by reynaldo
-
1.147: skipped, typo was fixed earlier2004-10-26, by kraymer
-
Added dots at end of sentence (m_config.c section)2004-10-26, by kraymer
-
1.145: Translatable messages moved to help_mp-en.h. (codec-cfg.c)2004-10-26, by kraymer
-
sync by Gabor Mizda <gabrov at freemail dot hu>2004-10-26, by diego
-
cmd can be NULL when leaving the paused mode and using the GUI2004-10-26, by reimar
-
Removal of help_mp.h on make distclean, as requested by Felix Buenemann2004-10-26, by wight
-
Audio plugins have been superceded by audio filters, noticed by Gabrov.2004-10-26, by diego
-
further translation and sync by Mizda Gabor <gabrov at freemail dot hu>2004-10-26, by diego
-
further translation by Carl Furstenberg <azatoth at gmail dot com>2004-10-25, by diego
-
whitespace fixes by Mizda Gabor <gabrov at freemail dot hu>2004-10-25, by diego
-
synced with 1.502004-10-25, by paszczi
-
10l2004-10-25, by ivo
-
1.142: removing ao_alsa9.c and ao_alsa1x.c2004-10-25, by kraymer
-
1.134: New translatable messages for vo_pnm2004-10-25, by kraymer
-
1.132: MSGTR_EdlCantOpenForWrite updated2004-10-25, by kraymer
-
sync by Jiri Heryan <technik at domotech dot cz>2004-10-25, by diego
-
sync tag bump2004-10-25, by wight
-
Marillat's homepage has been down for ages.2004-10-25, by diego
-
translation (yet incomplete) by Carl Furstenberg <azatoth at gmail dot com>2004-10-24, by diego
-
Important typo noticed by Piero di Vita <scognito at libero dot it>2004-10-24, by diego
-
Support wmspdmod.dll version 10.0.0.36462004-10-24, by rtognimp
-
Support WMV Screen Codec 2 (MSS2) with binary codec2004-10-24, by rtognimp
-
print build num2004-10-24, by michael
-
Decode VDOWave (VDOM) with binary codec2004-10-24, by rtognimp
-
10l (mplayer doesnt like AV_NOPTS_VALUE)2004-10-24, by michael
-
_def_enca should always be set to something! And preferrably correctly..2004-10-24, by reimar
-
Windows media video advanced profile (wmva) support via binary codec2004-10-24, by rtognimp
-
Add --enable and --disable options for vo_pnm and vo_md5sum to configure.2004-10-23, by ivo
-
100l for playback speed changing in audio-only case2004-10-23, by reimar
-
10l, missing playback_speed argument in mp_msg call.2004-10-23, by reimar
-
FreeBSD compilation fix2004-10-23, by reimar
-
Remove obsoleted comment about wma9sp running only on windows2004-10-23, by rtognimp
-
Fix for Windows media audio 9 voice codec (format 0x0a)2004-10-23, by rtognimp
-
seeking based on the largest timestamp in an mpeg stream2004-10-23, by aurel
-
Sync with 1.793:2004-10-22, by gpoirier
-
overlay color control support based on patch by Vitos Laszlo <laca <at> evol.ro>2004-10-22, by faust3
-
Enable live resize2004-10-22, by nplourde
-
10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patch2004-10-22, by aurel
-
MEncoder needs -srate together with -af resample,2004-10-21, by diego
-
sync by Mizda Gabor <gabrov at freemail dot hu>2004-10-21, by diego
-
user selectable cutoff frequency2004-10-21, by michael
-
crash with Y8 colourspace fixed2004-10-21, by reimar
-
Sync with 1.7922004-10-21, by gpoirier
-
Sync with 1.791 + some French fixes2004-10-21, by gpoirier
-
small fixes2004-10-21, by diego
-
quartz vo driver specific key binding definition2004-10-21, by nplourde
-
sync 1.18 + linebreak2004-10-21, by wight
-
missing \2004-10-21, by wight
-
fixed typo2004-10-21, by nplourde
-
sine sweep generator2004-10-21, by michael
-
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_642004-10-21, by aurel
-
move variable declaration at beginning of block2004-10-21, by nplourde
-
The Hungarian translation has been available in XML format for some time2004-10-21, by diego
-
Remove incomplete key list and command list and update the other sections2004-10-21, by diego
-
Clarify filters vs plugins.2004-10-21, by diego
-
Better descriptions merged from the XML docs.2004-10-21, by diego
-
grammar + indentation cosmetics2004-10-21, by diego
-
libavcodec resampling ...2004-10-21, by michael
-
removed duplicate case and fixed aspect ratio for window zoom feature2004-10-20, by nplourde
-
darwin vcd support credit2004-10-20, by nplourde
-
allow changing playback speed during playback.2004-10-20, by reimar
-
Sync with 1.788: wording/spelling2004-10-20, by gpoirier
-
fix -loop in combination with -shuffle2004-10-20, by reimar
-
Fixed event handling for menubar and window close button.2004-10-20, by nplourde
-
sync and fixes by Carl Furstenberg <azatoth at gmail dot com>2004-10-20, by diego
-
Small Mp/mp/MP typo fix2004-10-20, by reynaldo
-
partial sync with help_mp-en 1.1482004-10-20, by reynaldo
-
Move help_mp.h generation to Makefile, so it's easier to maintain on2004-10-20, by wight
-
make uninstall was leaving vidix, dha, and libmpdvdkit libraries2004-10-20, by wight
-
sync by Carl Fürstenberg <azatoth at gmail dot com>2004-10-20, by diego
-
Index-Recovery cosmetix2004-10-20, by atmos4
-
printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>2004-10-20, by diego
-
wording/spelling2004-10-20, by diego
-
Typo noticed by Reimar Döffinger.2004-10-20, by diego
-
sync and fixes by Carl Fürstenberg <azatoth@gmail.com>2004-10-20, by diego
-
translation by Carl Furstenberg <azatoth@gmail.com>2004-10-19, by diego
-
Sync with 1.787:2004-10-19, by gpoirier
-
fix menu bar support and add new movie zoom option menu a la quicktime2004-10-19, by nplourde
-
lavc is faster than XviD and thus recommended for decoding and PP.2004-10-19, by diego
-
man page review part XII2004-10-19, by diego
-
consistent I/P/B-frame spelling2004-10-19, by diego
-
Spelling/wording/clarity improvements and bug fixes.2004-10-19, by diego
-
sync by Mizda Gabor <gabrov at freemail dot hu>2004-10-19, by diego
-
Typo noticed by Nicolas Plourde.2004-10-19, by diego
-
Remove redundant ASF status line, there is another for all formats.2004-10-19, by diego
-
Fix playback on big-endian systems.2004-10-19, by diego
-
10l, patch by Jan Knutar <jknutar@nic.fi>2004-10-18, by faust3
-
sync 1.7832004-10-18, by wight
-
support function for vcd on darwin2004-10-18, by nplourde
-
enable vcd for all darwin based sys not only mac osx2004-10-18, by nplourde
-
document global variables used with fribidi2004-10-18, by faust3
-
correctly display the commas of most hebrew subtitles on the left side2004-10-18, by faust3
-
add vcd support to darwin for ppc2004-10-18, by nplourde
-
Fix compilation when LOG is defined2004-10-18, by rtognimp
-
EOF detection (fix hanging at end of stream)2004-10-18, by rtognimp
-
Bitrate setting option in ve_xvid4.c doesn't follow the rules described2004-10-18, by rathann
-
channel reorder patch by Florian Dietrich <flodt8 at yahoo.de>2004-10-18, by faust3
-
Fix segfault for unexistant/unreachable rtsp streams2004-10-18, by rtognimp
-
Limit Gui redraw rate.2004-10-18, by reimar
-
Recover Keyframe-Index for XviD aswell2004-10-18, by atmos4
-
Synced with 1.779, some typo from 1.7712004-10-18, by danny
-
icon now in /usr/share/pixmaps not /usr/share/icons2004-10-18, by diego
-
Applications menu entry now handled through the top-level Makefile.2004-10-18, by diego
-
Menu entry for all freedesktop.org compliant window managers.2004-10-18, by diego
-
sync by Jiri Heryan <technik at domotech dot cz>2004-10-18, by diego
-
bug fixes by Jiri Heryan <technik at domotech dot cz>2004-10-18, by diego
-
sync 1.782 + 2 spelling mistakes2004-10-17, by wight
-
Sync with 1.782: Only use S/PDIF output when no other alsa device is set,2004-10-17, by gpoirier
-
Only use S/PDIF output when no other alsa device is set, allows to use2004-10-17, by reimar
-
OSD variant for vo_gl.c that behaves more like the one of other vos.2004-10-17, by reimar
-
compile error fix on PPC/G32004-10-17, by pontscho
-
Added new PCI IDS, patch by Benjamin Zores <ben@tutuxclan.org>2004-10-17, by faust3
-
I420 support patch by Benjamin Zores <ben@tutuxclan.org>2004-10-17, by faust3
-
Sync with 1.780: Documents two new postprocessing options: "dering-luma"2004-10-17, by gpoirier
-
Documents two new postprocessing options: "dering-luma" and "dering-chroma"2004-10-17, by gpoirier
-
added gl_common for code used by both vo_gl.c and vo_gl2.c.2004-10-17, by reimar
-
Sync with GomGom's patch-12 version.2004-10-16, by iive
-
Fix incompatibility with audio devices with more then 2 channels2004-10-16, by nplourde
-
Sync with 1.779: missing sentence dots2004-10-15, by gpoirier
-
avoid segfault with -vc dummy2004-10-15, by reimar
-
missing sentence dots2004-10-15, by wight
-
- sync 1.7782004-10-15, by wight
-
Synced with 1.771, drop not necessry \&2004-10-15, by danny
-
synced with 1.192004-10-14, by paszczi
-
Sync with 1.778: Make '.' key default for framestepping2004-10-14, by gpoirier
-
Sync with 1.7772004-10-14, by gpoirier
-
Make '.' key default for framestepping2004-10-14, by reimar
-
some memory leaks fixed2004-10-14, by reimar
-
ao dsound improvements patch by Florian Dietrich <flodt8 at yahoo.de>2004-10-14, by faust3
-
10l to me, noticed by Torinthiel2004-10-14, by diego
-
Added missing toolame to the list of codec specific encoding options.2004-10-14, by diego
-
sync by Mizda Gabor <gabrov@freemail.hu>2004-10-14, by diego
-
vo_gl now supports -panscan as well.2004-10-14, by diego
-
man page review part XI2004-10-14, by diego
-
Comment clarified, patch by Sylvain Colinet <scolinet at gmail dot com>.2004-10-13, by diego
-
Sync with 1.773: allow to step only one frame forward by pressing s.2004-10-13, by gpoirier
-
fixed small memleaks2004-10-13, by reimar
-
typo2004-10-13, by diego
-
sync by Mizda Gabor <gabrov at freemail dot hu>2004-10-13, by diego
-
typo found by Mizda Gabor <gabrov at freemail dot hu>2004-10-13, by diego
-
Remove CPU speed detection since2004-10-13, by diego
-
clarification2004-10-13, by diego
-
allow to step only one frame forward by pressing s.2004-10-12, by reimar
-
Creative ADPCM native decoder from lavc2004-10-12, by rtognimp
-
-fno-PIC will not work on OSX, and it is only useful on x86 anyway.2004-10-12, by reimar
-
10l2004-10-12, by iive
-
better component_func2004-10-12, by alex
-
modified outdated message which was still referring to ALSA 0.5 and 0.92004-10-12, by aurel
-
Translatable messages moved to help_mp-en.h.2004-10-12, by diego
-
bug fixes by Jiri Heryan <technik at domotech dot cz>2004-10-12, by diego
-
updates2004-10-12, by diego
-
translation by Mizda Gabor <gabrov at freemail dot hu>2004-10-12, by diego
-
sync by Mizda Gabor <gabrov at freemail dot hu>2004-10-11, by diego
-
Sync with 1.772: XviD's bvhq option desc2004-10-11, by gpoirier
-
XviD's bvhq option description2004-10-11, by gpoirier
-
Zeta OS support, mostly working.2004-10-11, by reimar
-
too large extradata2004-10-11, by michael
-
Sync with GomGom's patch-12 version.2004-10-11, by iive
-
set myself (Aurelien Jacobs) as vo_vesa maintainer2004-10-11, by aurel
-
removed dependency on liba522004-10-11, by nicodvb
-
LIBAVFORMAT_BUILD >= 46192004-10-10, by michael
-
fix Cyberblade VidiX driver TVOUT patch by Benjamin Zores <ben@tutuxclan.org>2004-10-10, by faust3
-
Do not loose commands while paused.2004-10-10, by reimar
-
The full name of the GPL is GNU General Public License.2004-10-10, by diego
-
aspect scaling and panscan support for vo_gl.c2004-10-10, by reimar
-
typo noticed by Shixin Zeng <shixinzeng at sjtu dot edu dot cn>2004-10-10, by diego
-
Variables for OSD support should be static2004-10-10, by reimar
-
Windows Media Image (WMVP) can be decoded with WMV9 dmo codec2004-10-09, by rtognimp
-
synced with 1.7702004-10-09, by paszczi
-
sync by Mizda Gabor <gabrov at dana dot hu>2004-10-09, by diego
-
Support for 24 bit and 20 bit LPCM (simple and slow :-( )2004-10-09, by reimar
-
correct scaling when the screen resolution is smaller than the flat panel resolution2004-10-09, by faust3
-
Sync with 1.770: af_extrastereo, af_volnorm2004-10-09, by gpoirier
-
fix compilation on mingw2004-10-09, by faust3
-
af_extrastereo, af_volnorm2004-10-09, by diego
-
consistency fix, typos and better wording as suggested by Loren Merritt2004-10-09, by diego
-
Support ON2 variation of AVI format (.vp5 files)2004-10-08, by rtognimp
-
Sync with 1.7672004-10-08, by gpoirier
-
minor revision to improve clearness, add a comprehensive list of all2004-10-08, by gpoirier
-
OpenGL OSD rendering for vo_gl2004-10-08, by reimar
-
Hint at FIXED_POINT for better (SBR) performance.2004-10-08, by diego
-
partial sync by Mizda Gabor <gabrov@dana.hu>2004-10-07, by diego
-
Some french corrections, mostly "s" on plurial forms2004-10-07, by gpoirier
-
credits for the Wanderer, by himself2004-10-07, by diego
-
printf --> mp_msg conversion2004-10-07, by diego
-
10l compilation fix2004-10-06, by reimar
-
fixed UNPACK_ALIGNMENT setting.2004-10-06, by reimar
-
Make Makefile conform to the general MPlayer style, alaw-gen added.2004-10-06, by diego
-
Also ignore alaw-gen and its output.2004-10-06, by diego
-
Missing .cvsignore file added.2004-10-06, by diego
-
Made Makefile conform to the general MPlayer style, clean target added.2004-10-06, by diego
-
File filter dropdown box value is now preserved between dialog invocations.2004-10-06, by diego
-
sync by Jiri Heryan <technik@domotech.cz>2004-10-06, by diego
-
Currently vbeGetProtModeInfo call the 0x4f0a function of int 10h the get2004-10-06, by faust3
-
synced with 1.7652004-10-05, by paszczi
-
make af_help conform better to the the afm/vfm/etc equivalents2004-10-05, by alex
-
unsinged 32 and 24bit types2004-10-05, by alex
-
postproc/yuv2rgb_altivec.c compile fix2004-10-05, by michael
-
keyframe index2004-10-05, by michael
-
xvmc clarification2004-10-05, by diego
-
branch field to distinguish mncf from nut2004-10-05, by michael
-
remove short startcodes2004-10-05, by michael
-
remove non native codec specific data2004-10-05, by michael
-
Sync with 1.764: -alang needs a language code, not a country code.2004-10-05, by gpoirier
-
Syntax check, space after apostrophe, i.e. and e.g. translated2004-10-05, by danny
-
-alang needs a language code, not a country code.2004-10-05, by diego
-
Errors from 1.737 sync, pointed out by Diego2004-10-05, by danny
-
Corrected 'synced with' string, now 1.182004-10-04, by reynaldo
-
make use of 24bit afmt2004-10-04, by alex
-
make use of new defines: 24 and 32bit integer types2004-10-04, by alex
-
reimplementation of the pl_extrastereo and pl_volnorm plugins2004-10-04, by alex
-
fixing authors2004-10-04, by alex
-
introducing 24bit formats and make the values compliant to OSS2004-10-04, by alex
-
How to take a screenshot, how to use dmix, how to choose languages and2004-10-04, by diego
-
Sync with 1.763:2004-10-04, by gpoirier
-
Better description of x264 PSNR stats.2004-10-04, by gpoirier
-
-alang description corrected.2004-10-04, by diego
-
removing ao_alsa9.c and ao_alsa1x.c as they are superseded by ao_alsa.c2004-10-04, by reimar
-
Added missing EOL.2004-10-04, by ivo
-
fixed memleak, especially for fixed-vo.2004-10-03, by reimar
-
fixed compilation warnings and errors (previously my network went down)2004-10-03, by paszczi
-
fixed compilation warnings and errors2004-10-03, by paszczi
-
synced with latest english docs2004-10-02, by paszczi
-
synced with 1.1402004-10-02, by paszczi
-
Typo, pointed out by lu_zero2004-10-02, by rtognimp
-
synced with 1.7612004-10-02, by paszczi
-
typo2004-10-02, by diego
-
typos2004-10-02, by diego
-
Remove preceding newline to make -XXX help output consistent.2004-10-02, by diego
-
Removed all obsolete and unused messages.2004-10-02, by diego
-
Obsolete and unused message removed.2004-10-02, by diego
-
support newer gcc2004-10-02, by faust3
-
Sync with 1.760:2004-10-02, by gpoirier
-
synced with 1.7602004-10-02, by paszczi
-
-sws and -vf scale sections improved, small fixes.2004-10-02, by diego
-
compilation fix2004-10-02, by diego
-
typos2004-10-02, by diego
-
Nroff fixes.2004-10-01, by gpoirier
-
mpi->w and h are set by vf_get_image, do not overwrite them.2004-10-01, by reimar
-
fixed small memleak2004-10-01, by reimar
-
Sync with 1.759:2004-10-01, by gpoirier
-
sync by Jiri Heryan <technik at domotech dot cz>2004-10-01, by diego
-
Documentation of x264 3-pass mode, and typos/fixes on lavc's *_mask2004-10-01, by gpoirier
-
typos2004-09-30, by paszczi
-
synced with 1.7582004-09-30, by paszczi
-
Sync2004-09-30, by gpoirier
-
consistency between the blur filter descriptions2004-09-30, by diego
-
sync by Jiri Heryan <technik at domotech dot cz>2004-09-30, by diego
-
Explanation how to play a VOB from the hard disk.2004-09-29, by diego
-
-dvd-device can point to a directory to play a VOB from the hard disk.2004-09-29, by diego
-
Sync with 1.756:2004-09-29, by gpoirier
-
Removal of vo_md5 and vo_pgm of MAINTAINERS file.2004-09-29, by ivo
-
Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnm2004-09-29, by ivo
-
sync by Reynaldo H. Verdejo Pinochet <reynaldo at opendot dot cl>2004-09-29, by diego
-
Better wording/descriptions as suggested by the Wanderer.2004-09-28, by diego
-
synced with 1.7542004-09-28, by paszczi
-
better, tuneable (via #define) MP3 detection, limit demux_audio to scanning2004-09-28, by reimar
-
show ogg subtitle language on OSD, if available2004-09-28, by joey
-
make sure exit_player gets called2004-09-28, by joey
-
sync2004-09-28, by wight
-
THE "vf=eq2=1.0:-0.8" fix2004-09-28, by gpoirier
-
changed include of stdint.h to inttypes.h2004-09-27, by ivo
-
This reverts the x264 modifications to the man page suggested my Loren, and2004-09-27, by gpoirier
-
identical text for identical suboptions2004-09-27, by diego
-
I need Cola! -vf=eq2=1.0:-0.8 is the syntax for conf file, -vf eq2=1.0:-0.8 is2004-09-27, by gpoirier
-
Sws default setting correction, and random wordings2004-09-27, by gpoirier
-
MEncoder-users mailing list created.2004-09-27, by diego
-
Porting of CRTC2 to mga_vid is stalled.2004-09-27, by diego
-
compensate for width/height being picture width/height instead of bitstream width/height2004-09-27, by michael
-
synced with 1.749 + random fixes2004-09-27, by paszczi
-
Better phrasing suggested by The Wanderer2004-09-27, by gpoirier
-
Tons of French corrections2004-09-27, by gpoirier
-
SBR code does NOT work with fixed point (uses floats, slow as hell)2004-09-27, by rfelker
-
Sync with 1.748: better descriptions for remaining, poorly documented masking2004-09-26, by gpoirier
-
sync with 1.6852004-09-26, by nauj27
-
better descriptions for remaining, poorly documented masking options.2004-09-26, by gpoirier
-
Cumulative sync patch:2004-09-26, by gpoirier
-
use aspect code when used with vidix2004-09-26, by faust3
-
man page review part X2004-09-26, by diego
-
detect byte order even for cross-compiling2004-09-26, by faust3
-
--host-cc option for crosscompiling2004-09-26, by faust3
-
-lavdopts lowres2004-09-26, by michael
-
Look for SDL includes in /usr/include as well, use cc instead of gcc.2004-09-26, by diego
-
Wrong comment, the bitmap is blue, not green.2004-09-26, by diego
-
low resolution decoding2004-09-26, by michael
-
Encoding tip regarding x264's deblock filter suggested by Loren Merritt.2004-09-26, by gpoirier
-
Cumulative sync with 1.7442004-09-26, by gpoirier
-
-lpthread --> $(ARCH_LIB), helps linking on systems without pthread.2004-09-26, by diego
-
quantizer --> quantization as pointed out by Attila2004-09-25, by diego
-
Hint at examples, better wording, some cosmetics.2004-09-25, by diego
-
printf --> mp_msg conversion in ao_plugin2004-09-25, by diego
-
synced with 1.7422004-09-25, by paszczi
-
almost sync :)2004-09-25, by nauj27
-
Sync with 1.7422004-09-25, by gpoirier
-
Better vme description2004-09-25, by gpoirier
-
printf --> mp_msg transition in vo_yuv4mpeg2004-09-25, by diego
-
add ao_dsound author2004-09-25, by faust3
-
Fixed [no]input suboptions.2004-09-25, by syrjala
-
synced with 1.492004-09-25, by paszczi
-
synced with 1.7412004-09-25, by paszczi
-
Better x264 descriptions/fixes based on Loren Merritt's patch (Thu, 23 Sep 2004)2004-09-25, by gpoirier
-
DirectX 7 or later is needed for -vo directx.2004-09-24, by diego
-
FAAD updated by adland.2004-09-24, by diego
-
Update FAAD to a 2.1 beta CVS snapshot from 2004.07.12.2004-09-24, by diego
-
Same wording of vo_jpeg's outdir option as vo_pnm's.2004-09-24, by ivo
-
sync by Jiri Heryan <technik@domotech.cz>2004-09-24, by diego
-
missing extern2004-09-23, by rathann
-
synced with 1.7392004-09-23, by paszczi
-
roff fixes2004-09-23, by diego
-
sync with 1.738 and fixes2004-09-23, by gpoirier
-
Encoding tips for x264 + 10l2004-09-23, by gpoirier
-
Rroff markup fixes and point out a 10l.2004-09-23, by diego
-
roff markup fix2004-09-23, by diego
-
fix examples for ao_alsa options dialog and add example for mixer index.2004-09-23, by reimar
-
Synced with 1.7372004-09-23, by danny
-
synced with 1.738 + small fixes2004-09-22, by paszczi
-
Add comment to remind that voxmsdec.ax requires also msms001.vwp2004-09-22, by rtognimp
-
small fixes2004-09-22, by diego
-
100l2004-09-22, by faust3
-
Cumulative patch2004-09-22, by gpoirier
-
Better lumi/dark_masking descriptions, tips for 4mv and autoaspect and 10l fix2004-09-22, by gpoirier
-
Better nssew description2004-09-22, by gpoirier
-
allow to select an alsa mixer channel index.2004-09-22, by reimar
-
Sync with 1.733: add support for subpel quality refinement option in x264.2004-09-22, by gpoirier
-
fixes, better wordings on the new portable anymap and md5sum video output2004-09-22, by gpoirier
-
add support for subpel quality refinement option in x264.2004-09-22, by iive
-
10l2004-09-22, by rfelker
-
Nobody maintains dvdnav, it's not supported.2004-09-22, by diego
-
sync with 1.732: encoding to mp2 with libtoolame2004-09-21, by gpoirier
-
setting samplesize to 2 in decoders where neccessary.2004-09-21, by reimar
-
encoding to mp2 with libtoolame2004-09-21, by nicodvb
-
encoding to mp2 with libtoolame - only cbr atm2004-09-21, by nicodvb
-
lot of bigendian fixes2004-09-21, by alex
-
credit for Loren Merritt, patch by himself2004-09-21, by diego
-
clarification about FFmpeg license, typo2004-09-21, by diego
-
Sync with 1.731: Better description of lavc's dia encoding option, thanks2004-09-21, by gpoirier
-
Better explain why we have no DVD menus and what to do about it (DIY).2004-09-21, by diego
-
typo, Xine --> xine2004-09-21, by diego
-
Better description of lavc's dia encoding option, thanks to Loren Merritt2004-09-21, by gpoirier
-
Fixes suggested by Diego2004-09-21, by gpoirier
-
Cumulative patch 1.727 and 1.7222004-09-21, by gpoirier
-
split patches up as far as sensibly possible, but no further.2004-09-21, by diego
-
typo2004-09-21, by diego
-
Cosmetics, start new sentences on a new line.2004-09-21, by diego
-
Roff interprets ' as markup, thus lines should never start with '.2004-09-21, by diego
-
sync by Jiri Heryan <technik at domotech dot cz>2004-09-21, by diego
-
cosmetics2004-09-20, by paszczi
-
synced with 1.728 + random fixes2004-09-20, by paszczi
-
Reworked description of lavc's 3-pass encoding; patch by its creator2004-09-20, by gpoirier
-
10l: Make turbo mode compatible with 3-pass encoding2004-09-20, by gpoirier
-
Better description of Loren Merritt's 3-pass mode, better qns desc., and a2004-09-20, by gpoirier
-
Added the uCIFS library, of which a part is used by vo_md5sum.2004-09-20, by ivo
-
"partial" sync with 1.726: Document the new portable anymap and md5sum video2004-09-20, by gpoirier
-
Credit where credit's due :)2004-09-20, by ivo
-
Document the new portable anymap and md5sum video output drivers.2004-09-20, by ivo
-
Added myself to AUTHORS and MAINTAINERS for the new vo_pnm and vo_md5sum2004-09-20, by ivo
-
This patch enables the compilation and linking of vo_md5sum to libvo.2004-09-20, by ivo
-
This patch enables the compilation and linking of vo_pnm (the portable2004-09-20, by ivo
-
New translatable messages for vo_pnm (the portable anymap video output2004-09-20, by ivo
-
New MD5 sum video output driver. For every frame, it calculates the MD5 sum2004-09-20, by ivo
-
New generic 'portable anymap' video output driver. It supports portable2004-09-20, by ivo
-
100l typo2004-09-19, by michael
-
Sync with 1.725: Better wording and clarity as suggested by the Wanderer.2004-09-19, by gpoirier
-
handle sigchld in mplayer.c2004-09-19, by faust3
-
switch_ratio may not work with some filter chains2004-09-19, by faust3
-
Better wording and clarity as suggested by the Wanderer.2004-09-19, by diego
-
cosmetics by frogu2004-09-19, by paszczi
-
Fixes indentation around my contributions, and adds lavc's "turbo" mode,2004-09-19, by gpoirier
-
New lavc flag: "turbo" mode which is supposed to speed up 2-pass encoding2004-09-19, by gpoirier
-
synced with 1.7232004-09-18, by paszczi
-
mp_msg transition of unmaintained audio output drivers.2004-09-18, by ivo
-
Cumulative patch:2004-09-18, by gpoirier
-
fix playback of files with displaysize not set (aspect was set to NaN for these)2004-09-18, by reimar
-
Use the same names as on mphq for the generated man pages.2004-09-18, by diego
-
Reduce excessive verbosity a bit.2004-09-18, by diego
-
man page review part IX2004-09-18, by diego
-
czech man page translation by Jiri Heryan <technik at domotech dot cz>2004-09-18, by diego
-
compile fix2004-09-18, by gabucino
-
force compilers not to optimize/inline extend_stack_for_dll_alloca2004-09-18, by reimar
-
fix reimar's 10l...no actually imho it's arpi's 100l for writing the2004-09-18, by rfelker
-
synced with 1.40 + random fixes2004-09-17, by paszczi
-
A bit of sync2004-09-17, by nauj27
-
synced with 1.7212004-09-17, by paszczi
-
Sync with English manpage2004-09-17, by gpoirier
-
-menu-startup, based on patch by Aurelien Jacobs <aurel at gnuage dot org>2004-09-17, by diego
-
runtime aspect switching, patch by Aurelien Jacobs <aurel at gnuage . org>2004-09-17, by diego
-
Quit now sends an optional return value, based on patch sent by Aurelien2004-09-17, by diego
-
Translate up to MSGL_STATUS so all normal output is translated.2004-09-17, by diego
-
MicroDVD IS a frame-based subtitle format, mistake noticed by Jiri Heryan2004-09-17, by diego
-
wording, spelling and small fixes to the video output driver section2004-09-17, by diego
-
Made the wording of MSGTR_EdlCantOpenForWrite and MSGTR_EdlCantOpenForWrite2004-09-17, by diego
-
10l2004-09-17, by faust3
-
center the image when screenw & height are set2004-09-17, by faust3
-
lastes sync with EDL messages2004-09-17, by kraymer
-
Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch2004-09-17, by diego
-
moved sh_audio initialization from dec_audio to demuxer.c to fix2004-09-16, by reimar
-
IBM Ultimotion native decoding via libavcodec2004-09-16, by rtognimp
-
Changed the default again so that the initial video position is in2004-09-16, by faust3
-
nick2004-09-16, by diego
-
Support "Creative ADPCM codec" and "Micronas speech codec" audio codecs2004-09-15, by rtognimp
-
synced with 1.7182004-09-15, by paszczi
-
mingw compile fix2004-09-15, by faust3
-
fix a memory corruption and make sure only getch2 handles stdin2004-09-15, by faust3
-
option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage.org>2004-09-15, by faust3
-
This time is a patch to improve subtitle alignment management. It2004-09-15, by faust3
-
Cumulative patch:2004-09-15, by gpoirier
-
Audio output driver suboptions documented2004-09-15, by danny
-
add a comment to the Xorg workaround2004-09-15, by faust3
-
Index must be positive to prevent endless loop on bad data2004-09-14, by rtognimp
-
workaround for Xorg-6.8 not saving the surface registers on bigendian2004-09-14, by faust3
-
fix compile on gcc 2.95.32004-09-14, by iive
-
AVC support moved to libavcodec, avcC atom is now passed in extradata2004-09-13, by rtognimp
-
sync 1.7172004-09-13, by wight
-
random fixes, spelling, vocabulary2004-09-12, by wight
-
Consistency fixes, spelling2004-09-12, by wight
-
Sync with English mp-v1.715.2004-09-12, by gpoirier
-
All video driver suboptions documented, gif and tga examples2004-09-12, by danny
-
small fixes2004-09-12, by diego
-
changed wording (s/Unteroption/Suboption)2004-09-12, by kraymer
-
2pass encoding support for x264(r46).2004-09-12, by iive
-
Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.2004-09-12, by mosu
-
Sync with 1.711:2004-09-12, by gpoirier
-
Added one more error check. Forgot it last time (grrr :) ).2004-09-12, by ivo
-
removed occurence of work as maintainer (in regard to Diego's email)2004-09-11, by kraymer
-
updates in video output drivers section (update rev 1710 of en/mplayer.1)\nother minor fixes2004-09-11, by kraymer
-
hopefully last format correction regarding prior commit in video output drivers section2004-09-11, by kraymer
-
fixes some typos, wording and formatting2004-09-11, by kraymer
-
Fixed typo.2004-09-11, by ivo
-
* Changed malloc and strncpy to strdup. Less code.2004-09-11, by ivo
-
added myself to AUTHORS file2004-09-11, by kraymer
-
changed email address2004-09-11, by kraymer
-
minor changes I came across during sync of videofilters section2004-09-11, by kraymer
-
spell-checking done for beginning until player-specific options (mplayer only)2004-09-11, by kraymer
-
Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi>2004-09-11, by diego
-
fix seeking in audio-only case (crash when seeking backwards, time reset to 0)2004-09-11, by reimar
-
output faad error message in case of a decoder error2004-09-11, by reimar
-
100l2004-09-10, by rtognimp
-
Don't prepend basepath to a full unix path. ( 10l to Joey. )2004-09-10, by al
-
libavformat2004-09-10, by diego
-
Fixes for VirtualAlloc function:2004-09-10, by rtognimp
-
typos, wording2004-09-10, by diego
-
show video format for all demuxers, not just avi (move this somewhere else if you prefer)2004-09-10, by rfelker
-
avoid always skipping first junk with a "sync lost" message2004-09-09, by reimar
-
Don't leave a messed up terminal after a crash2004-09-09, by rtognimp
-
typos and wordings picked up by Diego2004-09-09, by gpoirier
-
Sync with 1.709: "some typo, case change"2004-09-09, by gpoirier
-
Encoding options update, most are XviD related2004-09-09, by gpoirier
-
sync2004-09-09, by paszczi
-
some typo, case change2004-09-09, by danny
-
synced with 1.708 (aka first sync from my laptop;P)2004-09-09, by paszczi
-
All video filters are now documented and in sync against English man page.2004-09-09, by gpoirier
-
adding the code documentation guide lines2004-09-09, by attila
-
chunk size fix from Ross Finlayson, ported from xine2004-09-08, by diego
-
CVS policy updated as discussed on dev-eng.2004-09-08, by diego
-
Von/van should not determine alphabetical order, email address added.2004-09-08, by diego
-
Typos on the XviD section2004-09-08, by gpoirier
-
Synced with 1.7072004-09-08, by danny
-
Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can2004-09-08, by ivo
-
This patch moves the directory creation code to a separate function. I have2004-09-08, by ivo
-
Big changes on XviD documentation.2004-09-07, by gpoirier
-
OpenBSD clarification by Björn Sandell <biorn @ dce . chalmers . se>2004-09-07, by diego
-
newly created videofilters section2004-09-07, by kraymer
-
finished translation and review of decoding/filtering section2004-09-07, by kraymer
-
\-af note added2004-09-07, by kraymer
-
Cumulative patch2004-09-07, by gpoirier
-
Sync with Diego's alphabetical order for lavdopts2004-09-07, by gpoirier
-
disable direct rendering for h2642004-09-07, by michael
-
MPlayer X11 options do not affect SDL.2004-09-07, by diego
-
spelling2004-09-07, by diego
-
reorder lavdopts suboptions to achieve alphabetical order2004-09-06, by kraymer
-
\-jpeg moved2004-09-06, by kraymer
-
finally diego will be happy....this is totally useless but oh well :)2004-09-06, by rfelker
-
mplayer -af help now lists all available audio filters.2004-09-06, by ivo
-
pullup docs + new feature for slow cpus :)2004-09-06, by rfelker
-
Copy-n-Paste bug breaking channel selection in audio configuration dialog2004-09-06, by reimar
-
typo2004-09-06, by diego
-
pan filter needs number of _input_ channels, ported from the man page.2004-09-06, by diego
-
List administrators.2004-09-06, by diego
-
mailing lists and german documentation maintainers, spelling2004-09-06, by diego
-
-lavdopts fast, small fix to -lavdopts ec2004-09-06, by diego
-
alphabetical order for lavdopts2004-09-06, by diego
-
MB, QP explanation, some more consistency2004-09-06, by diego
-
some new patch policy: compression, mail threading, printf vs mp_msg2004-09-06, by diego
-
More information on XviD's "interlaced" and "4mv" options thanks to a2004-09-06, by gpoirier
-
fix seeking with -hr-mp3-seek. maybe not the best fix (why is last_pts2004-09-05, by rfelker
-
Sorry, typo2004-09-05, by kraymer
-
sync to latest updates in vo_jpeg.c section2004-09-05, by kraymer
-
Pretty much all filters documented and in sync now (up to "phase" filter,2004-09-05, by gpoirier
-
Some minor vo_jpeg fixes:2004-09-05, by ivo
-
fixed --enable-gif bug2004-09-05, by joey
-
fixed warning in my patch2004-09-05, by rfelker
-
ensure that avi files have a valid header as soon as possible.2004-09-05, by rfelker
-
updates -vo jpeg:options and minor sync2004-09-05, by gpoirier
-
Removal of -jpeg commandline option.2004-09-04, by ivo
-
alignment for SPARC64, second try2004-09-04, by reimar
-
af_pan wants number of _input_ channels, fixes bugzilla bug #222004-09-04, by reimar
-
switch_vsync patch by Aurelien Jacobs <aurel @ gnuage.org>, small fix2004-09-04, by diego
-
sync to latest manpage reviews by Diego2004-09-03, by kraymer
-
We don't need to support the old nvidia binary driver bug any longer.2004-09-03, by al
-
better documentation of not obvious subq default setting2004-09-03, by gpoirier
-
Diego's man page review part VIII commited, small syncs on video filters2004-09-03, by gpoirier
-
alphabetical order2004-09-03, by diego
-
All libavcodec encoding options are now documented2004-09-03, by gpoirier
-
improved suboption parsing, fixes also compiler warnings2004-09-03, by reimar
-
first attempt to make 24-bit PCM DVDs work2004-09-03, by reimar
-
strictness level -1 to 'almost' ignore breaks2004-09-03, by rfelker
-
just some debugging junk i'd like to have in there for now :)2004-09-02, by rfelker
-
missing initialization of round2004-09-02, by reimar
-
hue filter bugfix by ("James Crowson" <jbcrowso at ncsu dot edu>)2004-09-02, by michael
-
sync by Andoni Zubimendi <andoni at lpsat.net>2004-09-02, by nauj27
-
non spec compliant optizations support2004-09-02, by michael
-
slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gnuage.org>2004-09-02, by faust3
-
sync tag bumped to 1.472004-09-02, by wight
-
sync 1.652004-09-02, by wight
-
sync 1.472004-09-02, by wight
-
- <screen> -> <command>, improves readibility and sense.2004-09-02, by wight
-
typo2004-09-02, by diego
-
- sync 1.452004-09-01, by wight
-
synced with 1.694 + additional fixes2004-09-01, by paszczi
-
man page review part VIII2004-09-01, by diego
-
Fixes some upercase/points on sentences2004-09-01, by gpoirier
-
One-time cosmetics update.2004-09-01, by ivo
-
Sync against Diego's man page review part VI & VII2004-08-31, by gpoirier
-
Massive updates and sync on filters section.2004-08-31, by gpoirier
-
man page review part VII2004-08-31, by diego
-
synced with 1.692 + random fixes2004-08-31, by paszczi
-
cropdetect description update2004-08-31, by gpoirier
-
man page review part VI2004-08-31, by diego
-
cropdetect style fixup2004-08-31, by diego
-
Compn wished for forcing codecs.2004-08-31, by diego
-
The threads lavc option may negatively affect motion estimation.2004-08-31, by diego
-
Modified Files:2004-08-30, by kraymer
-
Using updated colorspace specifications from colorspaces.txt.2004-08-30, by reimar
-
Adds rounding parameter for width and height values returned.2004-08-30, by reimar
-
synced with 1.6822004-08-30, by danny
-
allow empty assignments, necessary for some weird servers...2004-08-30, by reimar
-
Small sync of just lavc options...2004-08-30, by gpoirier
-
Small syncs against english manpage around old-DiviX post-processing filtrers.2004-08-30, by gpoirier
-
removal of (hopefully) trailing spaces, small fixes and syncs.2004-08-30, by gpoirier
-
URL with lavc option descriptions, pointed out by Attila.2004-08-30, by diego
-
unrarlib2004-08-30, by diego
-
synced with 1.64 + fixed previous sync2004-08-30, by paszczi
-
#ifdef simplification and higher consistency2004-08-30, by diego
-
For some reason the arts sdl audio subdriver is called artsc.2004-08-30, by diego
-
synced with 1.632004-08-29, by paszczi
-
synced with 1.688 + some fixes2004-08-29, by paszczi
-
Cumulative patch for all Diego's patches before Aug 29 18:38:15 CEST 2004. Some minor fixes too.2004-08-29, by gpoirier
-
Addition of x264 encoding options plus minor spelling and syncs2004-08-29, by gpoirier
-
AVC (fourcc avc1) in mp4 support2004-08-29, by rtognimp
-
typo2004-08-28, by diego
-
small gcc warning fixes2004-08-28, by rathann
-
small fixes2004-08-28, by rathann
-
fix overcomplicated macros and a few warnings2004-08-28, by rathann
-
fix missing includes2004-08-28, by rathann
-
fall back to --> fall back on, some consistency2004-08-28, by diego
-
use correct headers2004-08-28, by rathann
-
loader gcc warning fixes and avifile sync2004-08-28, by rathann
-
small gcc warning fix2004-08-28, by rathann
-
x264 section reviewed.2004-08-28, by diego
-
more consistency, small changes2004-08-28, by diego
-
credits for Reynaldo Verdejo Pinochet2004-08-28, by diego
-
trailing whitespace2004-08-28, by diego
-
Small changes for added consistency.2004-08-28, by diego
-
Consistently insert lines with only "." between options.2004-08-28, by diego
-
Sync against english manpage. All done until "video filters"2004-08-28, by gpoirier
-
sync by Sebastian Krämer <mail@skraemer.de>2004-08-28, by diego
-
synced with 1.682 + random fixes2004-08-28, by paszczi
-
Some more dependency tracking2004-08-28, by wight
-
updates by Sebastian Krämer <mail@skraemer.de>2004-08-28, by diego
-
Added Reynaldo as maintainter for MPlayer's EDL code.2004-08-28, by al
-
EDL enhancement/fixes:2004-08-28, by rtognimp
-
Includes latest english patches translated in French, new sync against the2004-08-27, by gpoirier
-
Updated the AUTHORS file.2004-08-27, by ivo
-
wording2004-08-27, by paszczi
-
sync with 1.6812004-08-27, by paszczi
-
sync to 1.1252004-08-27, by henry
-
better -slang description inspired by a patch from Guillaume Poirier2004-08-27, by diego
-
simplification2004-08-27, by diego
-
Added output to multiple directories for vo_jpeg.2004-08-26, by ivo
-
added "xbutton" support for 4-5 button mice2004-08-26, by joey
-
Patches should be gzip or bzip2 compressed if necessary.2004-08-26, by diego
-
added forgotten dvb-t params lp_coderate and hierarchy2004-08-26, by nicodvb
-
Added myself as maintainer of vo_jpeg.2004-08-26, by ivo
-
fixed the removal of French maintainer of the Doc Nicolas Le Gaillart2004-08-26, by gpoirier
-
clenups2004-08-26, by henry
-
Changed the name of the French documentation maintainer2004-08-26, by gpoirier
-
some more segfault fixes2004-08-26, by faust3
-
10l2004-08-26, by michael
-
remove unnecessary mips check (it's obsolete anyway)2004-08-26, by rathann
-
update2004-08-26, by henry
-
More sync against latest english manpage patches and french grammar corrections2004-08-26, by gpoirier
-
change to match current bgr/rgb definition2004-08-26, by michael
-
properly set linking flags for NetBSD, patch by jb13@gomerbud.com2004-08-26, by diego
-
sync + some small fixes2004-08-25, by wight
-
Add \: after /2004-08-25, by wight
-
synced with 1.6772004-08-25, by paszczi
-
Apparently the latin1 groff device gives better results than ascii.2004-08-25, by diego
-
prevent libmpeg2 from freeing sh2004-08-25, by faust3
-
warning fixes and a 10l (.IPS vs .IPs)2004-08-25, by diego
-
Detect if the assembler supports receiving data through -pipe,2004-08-25, by diego
-
Search for X11 libs in /usr/lib as well (Digital Unix), patch by Gabucino.2004-08-25, by diego
-
keyboard control: some fixes and extensions, punctuation2004-08-25, by diego
-
Cycle through the available subtitles with 'b'.2004-08-25, by diego
-
10l2004-08-25, by faust3
-
Cosmetics: fix some compiler warnings.2004-08-25, by mosu
-
Document how to specify multiple paths with the --with-* options,2004-08-25, by diego
-
Display the language code for subtitles from Matroska files.2004-08-24, by mosu
-
compile fix (missing string)2004-08-24, by henry
-
Support for subtitle switching in Matroska.2004-08-24, by mosu
-
Synced with 1.642, minor changes, space at end of line2004-08-24, by danny
-
add rgb32 csp support2004-08-24, by nplourde
-
postproc fix2004-08-24, by henry
-
printf -> mp_msg conversion, first steps2004-08-24, by diego
-
id3edit updated2004-08-24, by diego
-
updates by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-24, by diego
-
fix crash when using close button2004-08-24, by nplourde
-
more TARGET_* conditionals2004-08-24, by henry
-
actually use the acceleration on SPARC2004-08-24, by henry
-
fix compilation withoud libdvdread2004-08-24, by henry
-
synced with 1.462004-08-24, by paszczi
-
spelling2004-08-24, by paszczi
-
synced with 1.6752004-08-24, by paszczi
-
libmpeg2 B-frame fix2004-08-24, by henry
-
H.263 spelling2004-08-24, by diego
-
vm window handling fixes2004-08-24, by faust3
-
cosmetics2004-08-24, by diego
-
spelling, rewording, some additions2004-08-24, by diego
-
vo_svga suboptions, yuv4mpeg note2004-08-23, by diego
-
wrong formats2004-08-23, by diego
-
10l Pepsi2004-08-23, by diego
-
default style2004-08-23, by wight
-
updates by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-23, by diego
-
large updates by Sebastian Krämer <mail@skraemer.de>2004-08-23, by diego
-
prevent XFree execution on wrong condition2004-08-23, by iive
-
mime handling support, patch by Konstantin G. Khlebnikov <c00nst@ezmail.ru>2004-08-23, by diego
-
Check if -liconv is needed for iconv.2004-08-23, by wight
-
Make the stepsize of volume changes, changeable by a commandline paarameter2004-08-23, by attila
-
Adding doxygen stuff.2004-08-23, by attila
-
small fixes2004-08-22, by diego
-
sync2004-08-22, by wight
-
fix for audio position inaccuracy2004-08-22, by joey
-
sync tag bump2004-08-22, by wight
-
forgot some ifdef's and broke mplayer.c without ogg & dvdread2004-08-22, by joey
-
added runtime toggle of root window playback2004-08-22, by joey
-
added -rootwin support to vo_directx2004-08-22, by joey
-
moved combined vobsub_lang into sub_select2004-08-22, by joey
-
spelling/wording as suggested by Sebastian Krämer <mail@skraemer.de>2004-08-22, by diego
-
wording fix suggested by the Wanderer2004-08-22, by diego
-
sync 1.6692004-08-22, by wight
-
minor fixes2004-08-22, by wight
-
sync2004-08-22, by wight
-
H.261 support via lavc codec and lavf demuxer2004-08-22, by rtognimp
-
spelling2004-08-22, by diego
-
more genre IDs by Bernd Ernesti <mplayer@lists.veego.de>2004-08-22, by diego
-
updates by Sebastian Krämer <mail@skraemer.de>2004-08-22, by diego
-
small fixes by Sebastian Krämer <mail@skraemer.de>2004-08-22, by diego
-
sync + random fixes2004-08-21, by wight
-
minor fixes2004-08-21, by wight
-
missing \2004-08-21, by wight
-
support for snow2004-08-21, by alex
-
support snow2004-08-21, by alex
-
ffsonic2004-08-21, by alex
-
nut is only handled by lavf, speed up detection2004-08-21, by alex
-
sync2004-08-21, by lumag
-
Include origin text for quote.2004-08-21, by lumag
-
updates by Sebastian Krämer <mail@skraemer.de>2004-08-21, by diego
-
man page review part V2004-08-21, by diego
-
updates by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-21, by diego
-
sync2004-08-21, by paszczi
-
Fix English before the translations.2004-08-20, by diego
-
man page review part IV2004-08-20, by diego
-
typo2004-08-20, by rtognimp
-
Credits for Guillaume Poirier, maintainers are listed elsewhere.2004-08-20, by diego
-
spelling/wording fixes2004-08-20, by diego
-
Removed fb_dev_name handling.2004-08-20, by syrjala
-
sync 1.6632004-08-20, by wight
-
consistency fix, same sentence should be changed to same2004-08-20, by wight
-
sync 1.172004-08-20, by wight
-
Removed superfluous XFlush calls before XSync.2004-08-20, by al
-
portability fix taken from the NetBSD patch set2004-08-19, by diego
-
updates by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-19, by diego
-
better description of the chroma_opt XviD option2004-08-19, by diego
-
spelling/wording consistency as suggested by the Wanderer2004-08-19, by diego
-
readability whitespace fix2004-08-19, by diego
-
updates by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-19, by diego
-
user can select which dvb card to use as vo2004-08-19, by nicodvb
-
user can select dvb card number to use (V3 api only)2004-08-19, by nicodvb
-
spelling: big-endian and little-endian2004-08-18, by diego
-
minor fixes2004-08-18, by diego
-
updates by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-18, by diego
-
Sync with 1.1232004-08-18, by rtognimp
-
sync2004-08-18, by wight
-
missing .br's added2004-08-18, by wight
-
sync 1.6572004-08-18, by wight
-
another wrong style Warning2004-08-18, by wight
-
Consistency, punctuation, some minor fixes/clarifications.2004-08-18, by wight
-
sync by Sebastian Krämer <mail@skraemer.de>2004-08-18, by diego
-
Missing quotes added.2004-08-18, by diego
-
10l, sb, st and vstats are lavc _de_coding, not _en_coding options.2004-08-18, by diego
-
massive sync, rewording, consistency, fixes etc.2004-08-17, by wight
-
xvid options sync, patch by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-17, by diego
-
simplify rounding2004-08-17, by wight
-
maybe more understandable?2004-08-17, by michael
-
Clarify a few things, spelling and wording fixes, some of this belongs to2004-08-16, by diego
-
credits for Robert Kesterson2004-08-16, by diego
-
dfbmga now fixed-vo compliant, lavc exports field flags.2004-08-15, by diego
-
Removed useless SetOpacity() calls.2004-08-15, by syrjala
-
Fixed BES aspect ratio.2004-08-15, by syrjala
-
Reorganized init/unint so that fixed-vo works.2004-08-15, by syrjala
-
print matroska check result2004-08-14, by iive
-
TSCC (TechSmith Camtasia Screen Codec) native support via lavc codec2004-08-14, by rtognimp
-
typo2004-08-14, by diego
-
Wording and spelling improvements, mostly suggested by the Wanderer.2004-08-14, by diego
-
Patch updated for latest changes to libmpeg2.2004-08-14, by diego
-
Change patch structure so it applies cleanly to libmpeg2 sources.2004-08-14, by diego
-
Improved SPARC CPU detection and SPARC compilation fixes.2004-08-14, by diego
-
untested multichannel support2004-08-14, by faust3
-
Missing quotes added2004-08-13, by wight
-
better XviD option descriptions by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-13, by diego
-
sync 1.452004-08-13, by wight
-
Update ao_jack for new bio2jack API, improve check in configure.2004-08-13, by diego
-
mpdvdkit now accepts X:\ as a device name, as well as X:2004-08-12, by joey
-
windows path seperator fixes2004-08-12, by joey
-
As discussed with Attila, I am now the new maintainer of2004-08-12, by al
-
do not exit without an error message2004-08-12, by faust3
-
Credit for DTS2004-08-12, by rtognimp
-
DTS support via lavc and libdts2004-08-12, by rtognimp
-
-rootwin is no longer X11 only.2004-08-12, by diego
-
nick, typo2004-08-11, by diego
-
typo2004-08-11, by diego
-
Documented sb, st and vstats lavc options.2004-08-11, by diego
-
Break some lines, stray .RE removed.2004-08-11, by diego
-
--Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:2004-08-11, by rik
-
RGBA variants2004-08-11, by michael
-
sync by Andoni Zubimendi <andoni at lpsat.net>2004-08-11, by nauj27
-
better? RGB/BGR spec2004-08-11, by michael
-
missing 32bit RGBA variants and some cleanup2004-08-11, by michael
-
man page review part III2004-08-10, by diego
-
alphabetical order2004-08-10, by diego
-
width instead of chromWidth causing segfault in some cases2004-08-10, by reimar
-
do not attempt to seek backward in stream on MDPR chunk with no codec data2004-08-10, by reimar
-
typo and consistency fixes2004-08-10, by diego
-
man page review part II2004-08-10, by diego
-
Lots of Pepsi, this was a leftover from the stone age.2004-08-10, by diego
-
Empty lines are not good troff markup, use .sp 1 instead.2004-08-10, by diego
-
trailing whitespace cosmetics2004-08-10, by diego
-
vo_tdfxfb2004-08-10, by diego
-
synced with 1.6372004-08-10, by paszczi
-
embarassing typo2004-08-09, by diego
-
more precise wording2004-08-09, by diego
-
some new maintainers, some cleanup2004-08-09, by diego
-
Don't drop frames when paused, fixes not displaying the pause OSD icon2004-08-09, by diego
-
Don't use flicker filtering.2004-08-09, by syrjala
-
Better protection against double definition of MPEGLAYER3WAVEFORMAT2004-08-09, by wight
-
XviD option descriptions, patch by Guillaume POIRIER <gpoirier@irisa.fr>2004-08-09, by diego
-
compilation fixes2004-08-09, by wight
-
We shouldn't translate filter names2004-08-09, by wight
-
sync with 1.1232004-08-09, by wight
-
LIVE.COM tests moved to ./configure2004-08-09, by wight
-
LIVE.COM autodetection2004-08-09, by wight
-
now use vo_rootwin var to check for -rootwin switch2004-08-08, by nplourde
-
-rootwin switch use vo_rootwin var for all vo2004-08-08, by nplourde
-
qpel and ilme lavc options are mutually exclusive.2004-08-08, by diego
-
Make symlinks behavior more sensible - regenerate symlinks (and documentation)2004-08-08, by wight
-
Use port number embedded in url for mms streams2004-08-07, by rtognimp
-
fix for crash when seeking with -novideo option2004-08-07, by reimar
-
compilation fix for test program2004-08-07, by reimar
-
Leftover from the old Matroska demuxer detection removed.2004-08-05, by mosu
-
language handling simplification2004-08-05, by diego
-
Ignore some more generated files.2004-08-05, by diego
-
Makefile replacement for compile script2004-08-05, by diego
-
sync with recent changes2004-08-05, by diego
-
Some explanation what the tool is good for added.2004-08-05, by diego
-
ADTS AAC support2004-08-05, by diego
-
Removed the old Matroska demuxer.2004-08-04, by mosu
-
fibmap_mplayer is long obsolete, noticed by Torinthiel.2004-08-04, by diego
-
libosdep directory does not exist. osdep does.2004-08-04, by wight
-
And a tiny compile fix.2004-08-04, by wight
-
Native darwin timer update.2004-08-04, by wight
-
missed word2004-08-04, by wight
-
sync with 1.122004-08-04, by wight
-
sync with 1.102004-08-04, by wight
-
sync2004-08-04, by wight
-
sync missing \2004-08-04, by wight
-
missing \ before -rawaudio2004-08-04, by reimar
-
Sync, some spelling and copy/paste issues.2004-08-03, by wight
-
credits for Ismail Dönmez2004-08-03, by diego
-
even better -vo md5 description2004-08-03, by diego
-
sync by Philippe De Swert <philippedeswert@pi.be>2004-08-03, by diego
-
Corrected my mistake in the last memfix patch.2004-08-03, by al
-
This fbset version is outdated and it is generally available in distros.2004-08-03, by diego
-
Moved to the TOOLS directory.2004-08-03, by diego
-
This alternative Debian directory was never used, so I'm removing it with2004-08-03, by diego
-
Hint how to decode raw AC32004-08-02, by reimar
-
summary of the MPlayer specific libmpeg2 changes2004-08-02, by henry
-
applied old patch that was missing an include...2004-08-02, by reimar
-
forgotten libmpeg2 postprocessing2004-08-02, by henry
-
Better documentation for -vo md5.2004-08-02, by diego
-
-cache-min, -cache-prefill documented.2004-08-02, by diego
-
Importing libmpeg2 from mpeg2dec-0.4.0b2004-08-02, by henry
-
Synced with 1.630, some typo from 1.6242004-08-02, by danny
-
missing guess_cp declaration (patch by Ismail Dönmez)2004-08-02, by henry
-
Preliminary Support for building MPlayer with Intel C++ compiler.2004-08-02, by atmos4
-
ICC 8.0 compilation fixes2004-08-02, by atmos4
-
support for passing mouse events on to MPlayer2004-08-01, by reimar
-
10l to the author of this longstanding and obscure bug. Each language2004-07-31, by diego
-
100l, fixes DXR3 compile problems caused by my last patch.2004-07-31, by reimar
-
cosmetic warning fix (missing newline at end of file)2004-07-31, by diego
-
sync2004-07-31, by lumag
-
mingw stdin fixes2004-07-31, by faust3
-
Removed long obsolete files.2004-07-30, by diego
-
Use = instead if # in ALSA device name, as # irritates our config-parser.2004-07-30, by reimar
-
unified audio options dialog, fixes also bug #402004-07-30, by reimar
-
Remove obsolete entries, patch by VMiklos <mamajom@axelero.hu>.2004-07-30, by diego
-
These files are long obsolete.2004-07-30, by diego
-
Remove leftover references to libmpflac/ad_flac2004-07-30, by lumag
-
Obsolete now that the docs are XML.2004-07-29, by diego
-
support for 24 bit audio2004-07-29, by reimar
-
add var vo_rootwin and -rootwin switch for mac osx2004-07-29, by nplourde
-
compilation fixes from Gentoo by Chris White <webmaster@securesystem.info>2004-07-29, by diego
-
10l, FILE is defined in stdio.h2004-07-28, by reimar
-
fixes a crash and unchecked string-handling in ENCA code.2004-07-28, by reimar
-
added missing 'synced with'2004-07-28, by paszczi
-
Sync2004-07-28, by lumag
-
We're long past 0.90.2004-07-28, by diego
-
typos2004-07-28, by diego
-
We support more than just DivX 5.01.2004-07-28, by diego
-
ff-snow added2004-07-27, by arpi
-
Fabian's nick2004-07-27, by diego
-
Wording/spelling suggestions by the Wanderer, merged sections about when to2004-07-26, by diego
-
prevent segfault on shmem failer2004-07-26, by iive
-
Explain how to handle big patches and why uploading patches is bad.2004-07-26, by diego
-
More sync2004-07-25, by nauj27
-
Fix -nosound and -novideo (bug #28)2004-07-25, by rtognimp
-
removed saver_on, saver_off calls, they are already in x11_common.c2004-07-25, by reimar
-
Fix segfault caused by changing a pointer that will be freed later2004-07-25, by rtognimp
-
fix segfault when loading subtitles (idea by pl)2004-07-25, by rathann
-
almost sync2004-07-24, by nauj27
-
added src level documentation for the get_path() function2004-07-23, by al
-
false-use-of-get_path() memleak fixes.2004-07-23, by al
-
removed ref to extern WinID2004-07-23, by nplourde
-
add support for -rootwin command2004-07-23, by nplourde
-
add rootwin cmd to mac osx2004-07-23, by nplourde
-
listen for key repeats, patch by Dan Christiansen2004-07-22, by nplourde
-
fix for people experimenting with GUI under windows2004-07-22, by reimar
-
typo2004-07-22, by paszczi
-
sync2004-07-22, by paszczi
-
update RedHat RPM sites in doc translations2004-07-21, by rathann
-
update RPM site location in docs2004-07-21, by rathann
-
nroff bugs fixed.2004-07-21, by diego
-
reduced code complexity, and also made consistent with other parts2004-07-21, by alex
-
removing broken and unneeded copy2004-07-21, by alex
-
unmaintained, outdated, unnecessary, removed2004-07-20, by diego
-
reorganized, reformatted, explanation improved, typos, wording2004-07-20, by diego
-
Fix typos and better explanatory text.2004-07-20, by diego
-
Patches should get an answer.2004-07-20, by diego
-
0.18 was never released and a few dates added.2004-07-20, by diego
-
synced with 1.1212004-07-20, by paszczi
-
synced with 1.6292004-07-20, by paszczi
-
sync2004-07-20, by paszczi
-
-adapters only works with directx2004-07-20, by attila
-
Updated to conform to a small change in the LIVE.COM API.2004-07-20, by rsf
-
Updated to cnform to a small change in the LIVE.COM API.2004-07-20, by rsf
-
Hint about . and ' in nroff.2004-07-20, by diego
-
updates and fixes by Sebastian Krämer <mail@skraemer.de>2004-07-19, by diego
-
embarassing typo2004-07-19, by diego
-
name change2004-07-19, by diego
-
embarassing typo2004-07-19, by diego
-
typo2004-07-19, by diego
-
embarassing typo and new name2004-07-19, by diego
-
embarassing typo2004-07-19, by diego
-
embarassing typos2004-07-19, by diego
-
-monitor-* options corrected.2004-07-19, by diego
-
cat disclaimer > /dev/null2004-07-19, by diego
-
Remove stray \.2004-07-19, by diego
-
typo2004-07-19, by diego
-
name change, codec download location2004-07-19, by diego
-
typos pointed out by The Wanderer.2004-07-19, by diego
-
removed unnecessary comments2004-07-18, by paszczi
-
manpage translated (finally) by Torinthiel and me2004-07-18, by paszczi
-
sync2004-07-18, by paszczi
-
style2004-07-18, by paszczi
-
no redefinition, clashes with OpenBSD2004-07-18, by alex
-
Synced with 1.6242004-07-17, by danny
-
changed misleading TEXTUREFORMAT_32BPP (was 24bpp!) to vo_gl2 style TEXTUREFORMAT_ALWAYS2004-07-17, by reimar
-
use RGB32 textures on OS X2004-07-17, by reimar
-
individual sub_select option not interferring with vobsub_lang2004-07-17, by alex
-
let DirectFB find it's headers in --with-extraincdir=DIR2004-07-17, by iive
-
fix altivec.h inclusion (vector keyword in structure)2004-07-17, by alex
-
simplify the init2004-07-17, by alex
-
some fixes2004-07-17, by alex
-
cache min fill adjustment, based on patch by Jeremy Huddleston2004-07-16, by iive
-
Major translation update. Sync, some rewording, etc.2004-07-16, by lumag
-
typo2004-07-16, by lumag
-
Add <application> tags around MPlayer.2004-07-16, by lumag
-
two small typos2004-07-16, by lumag
-
Fixed typo2004-07-16, by nplourde
-
Cinepak, CVID and RoqA/V are now in ffmpeg2004-07-15, by rtognimp
-
Cinepak and RoqA/V are now in ffmpeg2004-07-15, by rtognimp
-
Cinepak, CYUV and RoqA/V are now in ffmpeg2004-07-15, by rtognimp
-
Add Window Level Key, Can switch mode with T key2004-07-15, by nplourde
-
Sync, reword, fix 80 column barrier :)2004-07-15, by lumag
-
It's past midnight ;-P2004-07-15, by diego
-
Number of subtitles corrected.2004-07-14, by diego
-
last changes for pre5 (really)2004-07-14, by diego
-
VCD support does not yet work on OpenBSD.2004-07-14, by diego
-
synchronizoation2004-07-14, by paszczi
-
removed status in debug_msg as it is nonsens anyway.2004-07-14, by joyping
-
missed function name change after ENCA support commit2004-07-14, by iive
-
last minute changes/typos2004-07-14, by diego
-
-use-stdin renamed to -noconsolecontrols.2004-07-14, by diego
-
trailing whitespace removed (cosmetics)2004-07-14, by diego
-
pid syntax documented by Nico Sabbi2004-07-14, by diego
-
cd and cgop lavc options documented, based on a patch by Nico Sabbi.2004-07-14, by diego
-
Patches should be created from the root of the source directory, explanation2004-07-14, by diego
-
volume calc fixes for mixer, by reimar döffinger, 10l reverse by me2004-07-14, by joyping
-
saner order, additions, deletions for pre52004-07-13, by diego
-
final (?) pre5 changes2004-07-13, by diego
-
clarification2004-07-13, by diego
-
ao_alsa now uses the device= suboption syntax instead of hw= or hw:2004-07-13, by reimar
-
fix 10l fixed_quant bug reported by Michael2004-07-13, by iive
-
fixes provided by reimar dörfinger. mixer, subdevice parsing, alsa#help,2004-07-13, by joyping
-
Status updates and comments about other dll required by some codecs2004-07-12, by rtognimp
-
added multi-pid parsing code (up to 15), pid 0 is always added (for the PAT)2004-07-12, by nicodvb
-
Fix build on Turkish locales when LC_ALL is already set.2004-07-12, by diego
-
OpenBSD portability fixes from the OpenBSD ports tree2004-07-12, by diego
-
x86_64 fix by John Stebbins <john@stebbins.name>2004-07-12, by faust3
-
Make rtp:// cohexist with LIVE.COM2004-07-11, by rtognimp
-
Indentation fix from previous patch, as discussed on IRC.2004-07-11, by rtognimp
-
OpenBSD portability patches from the OpenBSD ports tree2004-07-11, by diego
-
This fixes the problems that originated from my ewmh2004-07-11, by rtognimp
-
10l2004-07-11, by faust3
-
don't use uninitialized font descriptions2004-07-11, by faust3
-
ao_macosx is fixed, moving it back to top2004-07-10, by nplourde
-
10l, patch by Piero di Vita2004-07-10, by faust3
-
updates2004-07-10, by rtognimp
-
ao_macosx by Dan Christiansen2004-07-10, by nplourde
-
enables resampling of audio in ao_macosx by Dan Christiansen2004-07-10, by nplourde
-
fix for xscreensaver disabling2004-07-09, by reimar
-
Remove duplicated make distclean for libavformat and libavcodec2004-07-09, by rtognimp
-
make mplayer capable of being in the foreground by Dan Christiansen2004-07-09, by nplourde
-
better menu icons by Piero di Vita <scognito@libero.it>2004-07-09, by diego
-
output wording2004-07-09, by diego
-
updates2004-07-09, by diego
-
updates, corrections, wording, spelling2004-07-09, by diego
-
homepage design, codec packages maintainers2004-07-09, by diego
-
typo2004-07-09, by diego
-
threads lavc option by Loren Merritt <lorenm@u.washington.edu>, typo2004-07-09, by diego
-
Sync and changed character encoding from euckr to utf8 by2004-07-08, by diego
-
3-pass encoding is evil.2004-07-08, by diego
-
make config accept true/false as parameters2004-07-08, by iive
-
sync by Sebastian Krämer <mail@skraemer.de>2004-07-07, by diego
-
Sync with mp_help-en.h v1.1212004-07-07, by rtognimp
-
updates by Sebastian Krämer <mail@skraemer.de>2004-07-07, by diego
-
sync by Ioannis Panteleakis <pioann@csd.auth.gr>2004-07-07, by diego
-
sync with help_mp-en.h2004-07-07, by luran
-
default is now to center the image2004-07-06, by faust3
-
Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at irisa dot fr>)2004-07-06, by michael
-
better wording/spelling as suggested by the wanderer2004-07-06, by diego
-
more credits, spelling2004-07-06, by diego
-
dc=11 fixed2004-07-06, by michael
-
dc precision and closed gop patch by (Nico Sabbi <nsabbi at tiscali dot it>)2004-07-06, by michael
-
Console message corrected and moved to help_mp-en.h.2004-07-06, by diego
-
100l, OSX compile fix, patch by Steven Schulz (sms (at) 2BSD (dot) com)2004-07-06, by reimar
-
Use aspect ratio from Theora context. Patch by j at v2v dot cc2004-07-06, by mosu
-
multi-threaded lavc patch by (Loren Merritt <lorenm at u dot washington dot edu>)2004-07-06, by michael
-
NSV added to formats, cinepak etc codec updates by Roberto Togni.2004-07-05, by diego
-
improved DVD ripping guide by Jason Tackaberry <tack@sault.org>2004-07-05, by diego
-
Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>2004-07-05, by diego
-
Remove useless "size restrictions" message2004-07-03, by ranma
-
Point at new XML documentation translation.2004-07-03, by diego
-
fix crash when no audio-out is available (e.g. mplayer -ao bad test.avi).2004-07-02, by reimar
-
We now have JACK audio output2004-07-02, by rtognimp
-
WMP doesn't encode urls with mmst protocol2004-07-02, by rtognimp
-
removed XFlush() before XSync()2004-07-02, by reimar
-
ao_alsa now uses -mixer-channel instead of its special -mixer syntax2004-07-02, by reimar
-
string, alloca etc. fixes2004-07-02, by joyping
-
updates by Sebastian Krämer <mail@skraemer.de>2004-07-02, by diego
-
better wording by Sebastian Krämer2004-07-02, by diego
-
sync with mplayer.1, noticed by Sebastian Krämer2004-07-02, by diego
-
(hopefully) better -use-stdin description2004-07-01, by diego
-
final pre5 changes, release name2004-07-01, by diego
-
code cleanup2004-07-01, by diego
-
ao_alsa and ao_oss documented.2004-07-01, by diego
-
Bandaid linking fix, somebody should do this properly some day.2004-07-01, by diego
-
10l2004-07-01, by diego
-
We still need to make sure the upper 16 bits of dwFlags are cleared2004-06-30, by ranma
-
Remove borken index fixup (breaks more than it fixes)2004-06-30, by ranma
-
Support for Winnov Videum WINX and WNV1 codecs with binary dll2004-06-30, by rtognimp
-
updates by Sebastian Krämer <mail@skraemer.de>2004-06-30, by diego
-
updates by Sebastian Krämer <mail@skraemer.de>2004-06-30, by diego
-
incomplete skin directories, noticed by Sebastian Krämer <mail@skraemer.de>2004-06-30, by diego
-
typos pointed out by Sebastian Krämer <mail@skraemer.de>2004-06-30, by diego
-
small updates by Sebastian Krämer <mail@skraemer.de>2004-06-29, by diego
-
sync and change widget -> control by Andoni Zubimendi <andoni@lpsat.net>2004-06-29, by nauj27
-
If we don't have a NEWAVIINDEX chunk, but have an OpenDML index,2004-06-29, by ranma
-
freedesktop.org compliant menu support2004-06-29, by diego
-
updates by Sebastian Krmer <mail@skraemer.de>2004-06-29, by diego
-
sync2004-06-29, by diego
-
sync by Sebastian Krämer <mail@skraemer.de>2004-06-29, by diego
-
new error icon by piero <scognito@libero.it>2004-06-28, by diego
-
better wording2004-06-28, by diego
-
Do not dereference NULL if no track could be found for a block.2004-06-28, by mosu
-
Zsolt Barat maintains all the new ALSA drivers.2004-06-28, by diego
-
typo2004-06-28, by diego
-
This should be the final changelog for pre5 up to now.2004-06-28, by diego
-
more credits for Reza2004-06-28, by diego
-
VIDEO OUTPUT DRIVERS moved right after VIDEO OUTPUT OPTIONS.2004-06-28, by diego
-
better -really-quiet description2004-06-28, by diego
-
Let's keep the full functionality for the release, we can switch this off2004-06-28, by diego
-
100l, stripping credits when applying patches is NOT a good way to get developers!!2004-06-28, by rfelker
-
-rtc-device2004-06-28, by diego
-
10l of a sweet liquid to Alex:2004-06-28, by diego
-
pre5 changes by Reimar and myself2004-06-28, by diego
-
avoid visuals with low color-depth.2004-06-27, by reimar
-
Negate default palette for grayscale cvid2004-06-27, by rtognimp
-
10l2004-06-27, by faust3
-
mingw crosscompiling step 12004-06-27, by faust3
-
Sync by Andoni Zubimendi <andoni@lpsat.net>2004-06-27, by nauj27
-
Paletted cvid support2004-06-27, by rtognimp
-
1000l in GET_VOLUME. Fix by Lu Ran, hephooey (at) fastmail (dot) fm.2004-06-27, by reimar
-
Explain that commenting string operations is important.2004-06-27, by diego
-
update2004-06-27, by faust3
-
altivec yuv->rgb converter2004-06-27, by michael
-
Real now supports index building as well.2004-06-26, by diego
-
this is broken and causes relink during 'make install'. fix it or leave it disabled2004-06-26, by rfelker
-
grammar/typos pointed out by the Wanderer2004-06-26, by diego
-
make the awk script working for localized machines too, patch by Onur Kucuk2004-06-26, by alex
-
Fix GUI compilation, patch by Reimar Döffinger and Alexander Strasser.2004-06-26, by diego
-
Seeking in RM works now.2004-06-26, by diego
-
Support for comments in plaintext playlist by adland2004-06-26, by alex
-
1000l2004-06-26, by alex
-
x86-64 (amd64) support by Kenny Root2004-06-26, by alex
-
simple subtitle editor by Michael Klepikov2004-06-26, by alex
-
scroll strings from the left to right, patch by Andre Kuhne2004-06-26, by alex
-
ac3 passthrough, initial patch by Gianluigi Tiesi <sherpya at netfarm.it>2004-06-26, by faust3
-
SDL_HWACCEL is a readonly flag according to DOCS, noticed by John Philip2004-06-26, by alex
-
rtc-device cmd option by James Noble2004-06-26, by alex
-
fix loader build on windows2004-06-26, by faust3
-
avoid double slashes, patch by Yoshinori Sato2004-06-26, by alex
-
cseq starts from 1 according to the standard, patch by Yoshinori Sato2004-06-26, by alex
-
10l2004-06-26, by faust3
-
102004-06-26, by alex
-
disable iconv in case setlocale is disabled - compile fix2004-06-26, by alex
-
make the internal sdl mixer optional, idea by Reimar Doffinger2004-06-26, by alex
-
sync tag bump2004-06-26, by wight
-
top/bottom mb row skipping2004-06-26, by michael
-
mplayer.rc moved to osdep where it belongs, approved by Sascha.2004-06-25, by diego
-
10l2004-06-25, by alex
-
silence gcc 3.4 warnings, patch by VMiklos <mamajom@axelero.hu>2004-06-25, by diego
-
shorten description, typo2004-06-25, by diego
-
10l2004-06-25, by diego
-
JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>2004-06-25, by alex
-
email changeback2004-06-25, by alex
-
neomagic tv out support throught vesa vbe, patch by Rudolf Marek2004-06-25, by alex
-
line breaks, clarification2004-06-25, by diego
-
enable .PHONY for correct dependancy handling2004-06-25, by alex
-
bigendian fix2004-06-25, by alex
-
static tables2004-06-25, by alex
-
more verbosity2004-06-25, by alex
-
correct spelling2004-06-25, by alex
-
degccify2004-06-25, by alex
-
1l cosmetics2004-06-25, by alex
-
typo2004-06-25, by diego
-
Unify the config.h #include, use "config.h" instead of "../config.h"2004-06-25, by diego
-
more wishes2004-06-25, by diego
-
Real codecs and Mac OS X, don't recommend installing Real player.2004-06-25, by diego
-
credits for Alexander Strasser2004-06-25, by diego
-
string handling security fixes2004-06-25, by diego
-
name change2004-06-25, by diego
-
darwin flags cleanup by Dan Christiansen2004-06-25, by alex
-
dvd-device option by Anton Tropashko <atropashko@yahoo.com>2004-06-25, by alex
-
green stripe fix by Jan Kanty Palus <atler@o2.pl>2004-06-25, by alex
-
tcp fragging bugfix by Song Du <freewizard at gmail.com>2004-06-25, by alex
-
mpst fix2004-06-25, by alex
-
RFC compliance patch by Eric Lammerts <eric@lammerts.org>2004-06-25, by alex
-
uber 10l found by Ilia <chest4l at mail.ru>2004-06-25, by alex
-
move macosx in the priority list after sdl, patch by Dan Christiansen2004-06-25, by alex
-
credits for Alexander Neundorf, straight from Linuxtag2004-06-25, by diego
-
ranlib cleanup2004-06-24, by alex
-
another 10l2004-06-24, by alex
-
ranlib cleanup by Dan Christiansen2004-06-24, by alex
-
Fix memory corruption, noticable at reallocate image2004-06-24, by iive
-
10l2004-06-24, by alex
-
support for realvideo codecs under macosx, original patch by Donnie Smith2004-06-24, by alex
-
credits for Fabian Franz2004-06-24, by diego
-
build fix2004-06-24, by wight
-
More information about modifications to comply more closely with GPL 2a.2004-06-23, by diego
-
added more key to keyboard event2004-06-23, by nplourde
-
removed buggy rgb32 support2004-06-23, by nplourde
-
bugzilla2004-06-23, by alex
-
wording/spelling improvements as suggested by the Wanderer2004-06-22, by diego
-
wording, spelling, bug fixes2004-06-22, by diego
-
typo2004-06-21, by diego
-
better wording, patch by Sebastian Krämer <mail@skraemer.de>2004-06-21, by diego
-
width and height in seq_header could never be 02004-06-21, by iive
-
sync VOBsub2004-06-21, by wight
-
uniform VOBsub spelling2004-06-21, by diego
-
Prefer libavcodec for cvid files2004-06-20, by rtognimp
-
disable buggy sse on mingw2004-06-18, by faust3
-
Just a tiny fix with configure/Makefile for not using2004-06-18, by diego
-
array initialization fix by SungKwanKang <ksquarekr at yahoo.com>2004-06-18, by faust3
-
10l, patch by Michael Nottebrock <michaelnottebrock@gmx.net>2004-06-18, by faust3
-
10l for Michael, nsse_weight should be nssew, spelling.2004-06-17, by diego
-
credits for Dan Christiansen, by himself2004-06-17, by diego
-
libfame has been removed from MPlayer long ago. Compilation fix pointed2004-06-17, by diego
-
Debian Sarge build instructions2004-06-17, by wight
-
another DTD location2004-06-17, by wight
-
cosmetic reformatting (preparation for upcoming changes)2004-06-17, by diego
-
moved vo_quartz higher in the list2004-06-17, by nplourde
-
consistent suboption description for vo_quartz2004-06-17, by nplourde
-
MEncoder has problems reading from stdin, files need to be concatenated2004-06-17, by diego
-
consistent suboption description for vo_quartz2004-06-17, by diego
-
Better audio filter description, use same values as in the XML docs,2004-06-17, by diego
-
sync2004-06-16, by paszczi
-
add more info about vo_quartz2004-06-16, by nplourde
-
synced with 1.442004-06-15, by paszczi
-
nsse2004-06-15, by michael
-
typo2004-06-15, by diego
-
Address removed upon request.2004-06-15, by diego
-
some missing libraries2004-06-15, by wight
-
Make configure point to translated docs2004-06-15, by wight
-
sync2004-06-14, by wight
-
and one more consistency change2004-06-14, by wight
-
More consistent naming pointed out by Torinthiel.2004-06-14, by diego
-
sync tag bump2004-06-14, by wight
-
10l for a copy and paste error noticed by Alex.2004-06-14, by diego
-
typos pointed out by the wanderer2004-06-14, by diego
-
major reindentation of x11 code try #22004-06-14, by attila
-
qprd needs mbd=22004-06-13, by michael
-
synced with 1.382004-06-13, by paszczi
-
Sync with website, more uniformity, better descriptions.2004-06-13, by diego
-
's should be outside of <application> tags.2004-06-13, by diego
-
Sync tag bump - was OK.2004-06-13, by wight
-
10l to Alex2004-06-13, by diego
-
change linking order for static build with live.com on mingw2004-06-13, by joey
-
detect screen resolution as in x11_common.c2004-06-13, by reimar
-
Fix for big endian systems2004-06-12, by rtognimp
-
Fix playback of file after playing an url2004-06-11, by rtognimp
-
additional formats - 8bit & float2004-06-11, by henry
-
debug printf junk2004-06-11, by henry
-
freetype depends on iconv2004-06-11, by diego
-
sync2004-06-11, by wight
-
1l2004-06-11, by alex
-
1l2004-06-11, by alex
-
translated2004-06-11, by alex
-
OpenBSD/VAX support, patch by Gabucino2004-06-11, by faust3
-
mpeg2 chroma422/444 support2004-06-11, by iive
-
We play RV20 natively, some rewording.2004-06-10, by diego
-
wishes--;2004-06-10, by diego
-
typos2004-06-10, by diego
-
SYNOPSIS reordered.2004-06-10, by diego
-
synced with 1.552004-06-10, by paszczi
-
forgot to add changes:)2004-06-10, by paszczi
-
synced with 1.92004-06-10, by paszczi
-
synced with 1.432004-06-10, by paszczi
-
1l2004-06-10, by alex
-
removing unused parts2004-06-10, by alex
-
ports translated2004-06-10, by alex
-
configurable 'junk' borders for pullup2004-06-10, by rfelker
-
old changes in my local tree i forgot to commit - minor fixes2004-06-10, by rfelker
-
We don't want junk in unused parts of the BITMAPINFOHEADER2004-06-08, by ranma
-
Fix hang on broken mmst streams2004-06-07, by rtognimp
-
dvd:// now supports title ranges, patch by Roberto Togni.2004-06-07, by diego
-
Support dvd://start_title-end_title as requested on wishlist2004-06-07, by rtognimp
-
nsse weight2004-06-07, by michael
-
small updates2004-06-07, by diego
-
libfaad2 updated to version 2.0.2004-06-07, by diego
-
More support for audio format 0x02004-06-06, by rtognimp
-
Enhance detection of embedded smil playlist, add embedded ram playlist2004-06-06, by rtognimp
-
Support for audio format 0x02004-06-06, by rtognimp
-
Synced with 1.5932004-06-06, by danny
-
Use same order as WMP for mms protocols (MMSU, MMST, HTTP)2004-06-06, by rtognimp
-
Segfault fix for some h264 in avi files2004-06-06, by rtognimp
-
Compilation fix with --disable-liba522004-06-06, by rtognimp
-
small linux/altivec compile fix in postproc/ by (Romain Dolbeau <dolbeau at irisa dot fr>)2004-06-04, by michael
-
MinGW compilation fix from a patch by Joey Parrish, approved by Sascha2004-06-03, by diego
-
MinGW compilation fix, idea and approval by Sascha Sommer2004-06-03, by diego
-
history translated2004-06-02, by alex
-
update to the 2.0 release of faad, patch by adland2004-06-02, by diego
-
progress2004-06-02, by alex
-
hungarian xml docs2004-06-02, by alex
-
hungarian xml docs, first try2004-06-02, by alex
-
Indeo audio support via acm binary codec2004-06-02, by rtognimp
-
Buffer overflow fix in string handling, patch by c0ntex, approved by .so.2004-06-02, by diego
-
Added "audio_id", "video_id", "dvdsub_id" to the call to "demux_open()".2004-06-02, by rsf
-
Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,2004-06-02, by diego
-
choose fullscreen device with suboption device_id=#2004-06-02, by nplourde
-
uyvy osd support2004-05-31, by nplourde
-
draw alpha for uyvy2004-05-31, by nplourde
-
Big Endian fix. Patch by Romain Dolbeau2004-05-31, by nplourde
-
Fix X11 libs detection on Cygwin.2004-05-31, by diego
-
Fix Cygwin compilation, patch by Sascha Sommer.2004-05-31, by diego
-
vo_quartz now default vo on OSX2004-05-30, by nplourde
-
1000l to me, leftover line from a correction not deleted.2004-05-30, by diego
-
Update by Alexander Strasser <eclipse7@gmx.net>, some corrections mine.2004-05-30, by diego
-
CVS snapshots come with libavcodec.2004-05-26, by diego
-
sync with 1.422004-05-26, by paszczi
-
credits for Scognito2004-05-26, by diego
-
MPlayer logo as taskbar icon by Scognito2004-05-26, by diego
-
xvmc and *vidix suboptions documented, better ao/vo suboption syntax2004-05-25, by diego
-
new and improved icons by Scognito2004-05-25, by diego
-
disposition2004-05-25, by michael
-
index fixes2004-05-25, by michael
-
remove index flag2004-05-25, by michael
-
fix compile with network disabled2004-05-25, by rfelker
-
nicer icons by Scognito2004-05-24, by diego
-
Fix "raw " audio in mov files.2004-05-23, by rtognimp
-
no kabbe-bytes or men in black or any of that nonsense here...2004-05-23, by rfelker
-
MinGW comes without zlib (necessary for compressed MOV headers).2004-05-22, by diego
-
first cut at pre5 changes2004-05-21, by diego
-
credit for Ross Finlayson2004-05-21, by diego
-
1e6l2004-05-21, by henry
-
fix crash due to fast_memcpy calling itself instead of libc memcpy2004-05-20, by reimar
-
MinGW doesn't accept trailing /2004-05-20, by reimar
-
1000l....of pepsi :(broke -ovc copy!)2004-05-19, by rfelker
-
more lame options2004-05-19, by rfelker
-
Add quartz to Romain contrib2004-05-18, by nplourde
-
re-use same window when playing multiple files2004-05-18, by nplourde
-
using bswap.h for endianness conversion2004-05-18, by reimar
-
Remove 3-pass encoding guide (can break A/V sync), rescaling is not2004-05-17, by diego
-
Peter Simon (wma2ogg.pl)2004-05-17, by diego
-
WMA to Ogg conversion script by Peter Simon <simon.peter@linuxuser.hu>,2004-05-17, by diego
-
fix endian conversion for (curently unused) case where in buffer != out buffer2004-05-16, by reimar
-
some corrections by Haris Kouzinopoulos2004-05-16, by diego
-
Change divx4 examples to lavc, based on a patch by Compn.2004-05-16, by diego
-
support for 24 bit pcm/wav files2004-05-16, by reimar
-
Add detection of nsa streamed by aol ultravox server2004-05-14, by rtognimp
-
removed #ifdefs that are already handled by libao2/afmt.h2004-05-14, by reimar
-
give Y8 and Y800 lower conversion priority to avoid grayscaled video2004-05-14, by reimar
-
Support audio format 0xff (it's aac)2004-05-14, by rtognimp
-
If demuxer does not fill codecdata try to get if from waveformatex2004-05-14, by rtognimp
-
-ao option removed, there is a AUDIO OUTPUT DRIVERS section for that now,2004-05-14, by diego
-
sync2004-05-14, by wight
-
ENCA support2004-05-13, by henry
-
skin authors, alphabetical order2004-05-13, by diego
-
AUDIO OUTPUT DRIVERS section added.2004-05-13, by diego
-
AUDIO OUTPUT DRIVER section added, VO section extended, small fixes.2004-05-13, by diego
-
segfault fix by Jarrod Johnson <jbj-zl@ura.dnsalias.org>2004-05-13, by diego
-
alsa9/1.x merge, now with api_compat-definition2004-05-12, by joyping
-
changes for alsa9/alsa1.x merge, only alsa.2004-05-12, by joyping
-
segfault fix2004-05-12, by michael
-
changes for alsa9/1.x-merge only alsa2004-05-12, by joyping
-
Mark EDL only options as such, typo.2004-05-12, by diego
-
Event Handling Makeover2004-05-12, by nplourde
-
correct model number2004-05-12, by diego
-
FFSVQ1 in avi2004-05-12, by michael
-
better CVS checkout parameters2004-05-11, by diego
-
sync (pre)2004-05-10, by nauj27
-
more cola for jindrich2004-05-09, by rfelker
-
Add support for a few more Radeons, patch by Nyk Tarr.2004-05-09, by diego
-
10l2004-05-09, by faust3
-
typo2004-05-09, by diego
-
synced with 1.587, some typo and some word untranslated2004-05-09, by danny
-
report if the service creation failed2004-05-09, by faust3
-
1000000l for sig11 without -subcp!!! (and 1l for my first commit :)2004-05-09, by rfelker
-
removing useless code, improving readability2004-05-08, by reimar
-
fix bigendian problems (left-right swapped 8bit pcms), add 32bit support2004-05-08, by reimar
-
fixed memory leak and removed unnecessary static variable2004-05-08, by reimar
-
changes to get manyfmts nearer to working and fixed memory leak2004-05-08, by reimar
-
Use roqvideo and roqaudio decoders from libavcodec2004-05-08, by rtognimp
-
ENCA support (http://trific.ath.cx/software/enca/)2004-05-08, by henry
-
synced with 1.412004-05-08, by paszczi
-
Support ffmpeg cinepak decoder2004-05-07, by rtognimp
-
use fallback for unsupported formats instead of quitting2004-05-07, by reimar
-
Cygwin and MinGW now behave similarly with regard to VCD/DVD playback.2004-05-07, by diego
-
missing spaces2004-05-07, by diego
-
Hint at -playlist option for playing streams.2004-05-07, by diego
-
clarification2004-05-07, by diego
-
List Attila as maintainer of a few video out drivers.2004-05-07, by diego
-
More code cleanup2004-05-07, by nplourde
-
Switch rgb32 from QD to QT2004-05-07, by nplourde
-
Qt RLE is now in ffmpeg2004-05-05, by rtognimp
-
extendible frame_code table2004-05-05, by michael
-
vo_quartz, yuv related usage2004-05-05, by nplourde
-
more credits, names, nicks2004-05-05, by diego
-
Disable live resize for yuv - HW accel bug2004-05-05, by nplourde
-
Cosmetic change std ident style2004-05-05, by nplourde
-
Removed unused debug code.2004-05-05, by nplourde
-
Support vp6vfw.dll version 6.0.7.32004-05-04, by rtognimp
-
sync2004-05-04, by paszczi
-
VIDIX now works on Win32, approved by Sascha.2004-05-04, by diego
-
Hint at diff options useful for avoiding cosmetic changes, patch by Reimar.2004-05-04, by diego
-
winvidix documented, alternative ways of specifying -dvd-device.2004-05-04, by diego
-
subtitles in black bands2004-05-04, by diego
-
unnecessary escape2004-05-04, by diego
-
typo2004-05-04, by diego
-
Add yuv csp support2004-05-04, by nplourde
-
proposals by rich:2004-05-04, by michael
-
100l for me2004-05-03, by rtognimp
-
libavformat, realrtsp2004-05-03, by diego
-
sync2004-05-03, by wight
-
Spelling and wording fixes pointed out by the wanderer.2004-05-03, by diego
-
typos, wording and mistakes pointed out by the wanderer2004-05-03, by diego
-
spelling, wording, consistency in comments and printed messages2004-05-03, by diego
-
spelling, wording sync with cfg-mencoder.h2004-05-03, by diego
-
wrong number, pointed out by Scognito2004-05-03, by diego
-
more wishes2004-05-03, by diego
-
missing name2004-05-03, by diego
-
Hint at -mf in mf:// syntax description.2004-05-03, by diego
-
Blinkenlights section expanded.2004-05-03, by diego
-
divx --> lavc, spelling, more sensible section name2004-05-03, by diego
-
Obsolet -mf syntax replaced by mf://, based on a patch sent by Compn, bug2004-05-03, by diego
-
Restore ftp support (was erroneusly disabled while fixing bogus errors2004-05-02, by rtognimp
-
Enable cyuv decoder from libavcodec, use it as preferred codec for cyuv2004-05-02, by rtognimp
-
Fix hang for some asf video stream like http://193.219.139.115/ltv/zinios/news1830_20040501.wmv2004-05-02, by rtognimp
-
bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>)2004-05-02, by michael
-
clear buffer after (glX)SwapBuffers in fullscreen to avoid flickering borders2004-05-02, by reimar
-
As pointed by Diego, I forgot this.2004-05-02, by lumag
-
nicer startcode before keyframe rule2004-05-02, by michael
-
Fix url escaping and avoid double escape2004-05-01, by rtognimp
-
Try to get an asf file with normal http protocol if http streaming2004-05-01, by rtognimp
-
-adapter is not directx specific anymore.2004-05-01, by diego
-
vo_directx now supports keepaspect.2004-05-01, by diego
-
more stupid crap2004-05-01, by rfelker
-
this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as such2004-05-01, by rfelker
-
10l2004-05-01, by rfelker
-
ok this one is beyond stupid. the code didn't even do what was intended2004-05-01, by rfelker
-
GUI support2004-05-01, by reimar
-
Sync, update my email.2004-05-01, by lumag
-
10000000000l twisted typecasting2004-05-01, by henry
-
limits too small, my CBR mp3 samples have 2x overhead after removial of size prediction2004-05-01, by michael
-
more lvalue casts, ugly this time2004-05-01, by rfelker
-
more lvalue casts2004-05-01, by rfelker
-
more nonsense lvalue casts, at least these aren't quite as stupid2004-05-01, by rfelker
-
and more and more stupidity2004-05-01, by rfelker
-
more stupidity2004-05-01, by rfelker
-
1000000000000l2004-05-01, by rfelker
-
sync + wording2004-05-01, by wight
-
keepaspect and nokeepaspect are now useable by all vos2004-05-01, by faust3
-
sync2004-05-01, by wight
-
S/PDIF spelling corrected2004-05-01, by wight
-
cosmetic2004-05-01, by michael
-
100l for me. Header seek is not needed to fix 28_8 and can cause sig112004-05-01, by rtognimp
-
standard notation2004-04-30, by diego
-
additional start_code rule (implemenattion does this since a long time already)2004-04-30, by michael
-
wording2004-04-30, by diego
-
Allow user to disable writing of ODML index2004-04-30, by ranma
-
Only use odml index for files that need it2004-04-30, by ranma
-
support for a few more radeons patch by Reza Jelveh <reza.jelveh at tu-harburg.de>2004-04-30, by faust3
-
10l on cygwin WIN32 gets defined in config.h2004-04-30, by faust3
-
add X11 headers to OPTFLAGS patch by Steven M. Schultz <sms at 2BSD.COM>2004-04-30, by faust3
-
more cola, not mine tho2004-04-30, by rfelker
-
minimal fix for alex's 1000000000000l compile errors. imo the fix in2004-04-30, by rfelker
-
oops, forgot this with the softskip patch2004-04-30, by rfelker
-
100l to me!2004-04-30, by rfelker
-
Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpeg2004-04-29, by rtognimp
-
Should be Connection: close, and not closed.2004-04-29, by bertrand
-
sync2004-04-29, by wight
-
spelling2004-04-29, by diego
-
typos, wording2004-04-29, by diego
-
XML translation complete2004-04-29, by wight
-
sync by Andoni Zubimendi <andoni at lpsat.net>2004-04-29, by nauj27
-
dewinify2004-04-29, by alex
-
sync by paszczi2004-04-29, by alex
-
don't even mention avifile, 14 subtitles2004-04-29, by alex
-
forgot to commit2004-04-29, by alex
-
sync2004-04-28, by paszczi
-
updated documentation for detc,ivtc,pullup2004-04-28, by rfelker
-
document harddup and softskip2004-04-28, by rfelker
-
soft skipping for mencoder. rather than skipping decoding/filtering2004-04-28, by rfelker
-
1l debug junk2004-04-28, by rfelker
-
forgot this, needed for vf_harddup2004-04-28, by rfelker
-
"hard" frame duplication for mencoder. this finally makes it possible2004-04-28, by rfelker
-
remove frame types2004-04-28, by michael
-
Spelling, mention that one vulnerability was fixed in 1.0pre3try2.2004-04-27, by diego
-
Mark all options that work only in combination with XXX as (XXX only).2004-04-27, by diego
-
don't use odml when we don't have to -- the code is buggy!2004-04-27, by rfelker
-
wma9 speech codec dmo and dshow entries2004-04-27, by alex
-
Fix for 28_8 in rm files and header length != 0x4e2004-04-27, by rtognimp
-
More about myself + typo2004-04-27, by rtognimp
-
Hint about testing different colorspaces and putting codes in ./, based on2004-04-27, by diego
-
vocabulary2004-04-27, by rathann
-
2 more FAQs based on a patch made by Compn.2004-04-27, by diego
-
Send updates to mplayer-docs instead of dev-eng, wording, spelling.2004-04-27, by diego
-
English messages removed, comments summarized.2004-04-27, by diego
-
more demuxer maintainers2004-04-27, by diego
-
updates2004-04-27, by diego
-
typos pointed out by the wanderer2004-04-27, by diego
-
More credit for adland, added a missing name.2004-04-27, by diego
-
final2004-04-27, by alex
-
Copyright notice added back.2004-04-27, by diego
-
dvb_set_channel now has two parameters, patch by Nico Sabbi.2004-04-27, by diego
-
spelling, additions, slight reordering2004-04-27, by diego
-
New and old maintainers added.2004-04-27, by diego
-
multiple DVB card syntax, based on a patch by Nico Sabbi2004-04-27, by diego
-
DVB now supports multiple cards, patch by Nico Sabbi.2004-04-27, by diego
-
new configuration structure, gcc warn silencing2004-04-26, by nicodvb
-
new configuration structure, multi-card support2004-04-26, by nicodvb
-
new configuration structure, dvb_set_channel takes 2 parameters, 1000l memleak fix2004-04-26, by nicodvb
-
slave command dvb_set_channel now takes 2 arguments: channel card2004-04-26, by nicodvb
-
Update2004-04-26, by rtognimp
-
fix possible segfault on lavf demuxer patch by (adland <adland123 at yahoo dot com>)2004-04-26, by michael
-
attribute_used patch by (VMiklos <mamajom at axelero dot hu>)2004-04-26, by michael
-
The eve of a new release is always a good time to take history lessons, so2004-04-26, by diego
-
attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>)2004-04-26, by michael
-
Fix embedded smil playlist detection if there are parameters on the url2004-04-26, by rtognimp
-
additions, wording2004-04-26, by diego
-
spelling, some additions2004-04-26, by diego
-
imo i'm one of the nut spec authors :)2004-04-26, by rfelker
-
Add Fullscreen, Ontop and OSD support2004-04-26, by nplourde
-
Added Nicolas Plourde2004-04-26, by nplourde
-
typos2004-04-26, by diego
-
release name, changes2004-04-26, by alex
-
attribute_used for gcc3.42004-04-26, by alex
-
attribute_used macro2004-04-26, by alex
-
potentially exploitable buffer overflow with maliciously crafted cd toc2004-04-26, by rfelker
-
fix exploitable buffer overflow2004-04-26, by rfelker
-
missing2004-04-26, by alex
-
support for ATI fireglx2004-04-26, by alex
-
a52 dynamic range compression support by Peter Gansterer2004-04-26, by alex
-
updated2004-04-26, by alex
-
Ogg spelling fixed as pointed out by the wanderer.2004-04-26, by diego
-
rawaudio bitrate option2004-04-26, by diego
-
needed for a/v sync with compressed audio (e.g. raw .mp2 or .ac3 file)2004-04-26, by rfelker
-
Name corrected.2004-04-25, by diego
-
spelling2004-04-25, by diego
-
Synced with 1.573, remove unwanted space at end of line2004-04-25, by danny
-
More keyframe search fix for VP6x2004-04-25, by rtognimp
-
Fixed CRTC2 surface size message.2004-04-25, by syrjala
-
Fix VP62 keyframe search2004-04-25, by rtognimp
-
Suggest -playlist if asf_stream_start fails2004-04-25, by rtognimp
-
Don't say that a protocol is unsupported if that's not true2004-04-25, by rtognimp
-
Fix support for audio only streams2004-04-25, by rtognimp
-
More bounds checking fixes (thnaks to Miguel Freitas)2004-04-25, by rtognimp
-
Escape urls (needed for urls in playlists)2004-04-24, by rtognimp
-
Stop parsing an url after connection failure2004-04-24, by rtognimp
-
Handle url redirection2004-04-24, by rtognimp
-
Fail if empty or nonexitant playlist2004-04-24, by rtognimp
-
Some sanity and bound checking2004-04-24, by rtognimp
-
1000000000000l to bunkus2004-04-23, by rfelker
-
update to version 0.5.1 by the author VMiklos <mamajom@axelero.hu>2004-04-23, by diego
-
remove data_size prediction2004-04-23, by michael
-
prefer yuv formats over rgb in case both are supported by hw2004-04-23, by faust3
-
update, spelling2004-04-23, by diego
-
Less verbosity by moving some debug messages from printf --> dbgprintf.2004-04-23, by diego
-
I consider myself ao_nas maintainer2004-04-23, by ranma
-
revised list2004-04-23, by alex
-
dr bugfix by zoli (author of the filter)2004-04-23, by rfelker
-
new time_base_nom limit2004-04-22, by michael
-
and sync counter goes up :)2004-04-22, by paszczi
-
wording2004-04-22, by diego
-
cosmetics, wording update2004-04-22, by diego
-
missing names2004-04-22, by diego
-
Missing options added, one put into default order.2004-04-22, by diego
-
forgot to translate :)2004-04-21, by paszczi
-
remove bad requirement2004-04-21, by rfelker
-
sync2004-04-21, by paszczi
-
more nicks2004-04-21, by diego
-
more nicks2004-04-21, by diego
-
copyright --> MPlayer team2004-04-21, by diego
-
file_id_string (idea by ivan)2004-04-20, by michael
-
Common -vo driver problem solution explained by Lukasz Proszek.2004-04-20, by diego
-
dhahelper.sys is put here for installation.2004-04-20, by diego
-
libavformat may be found in the main tree now.2004-04-20, by diego
-
removing backward pointers2004-04-20, by michael
-
QNX does not support -rdynamic.2004-04-19, by diego
-
10l: don't run strcmp if arg is NULL2004-04-19, by rtognimp
-
Get rid of the 'RIFF chunks have to be aligned on ODML_CHUNKLEN'2004-04-19, by ranma
-
credits for Ville Saari, one more nick2004-04-19, by diego
-
translation prepared by Boski Cinek <boski_cinek(at)o2.pl>2004-04-18, by paszczi
-
translation prepared by frogu <frogu(at)frogu.emdej.pl>2004-04-18, by paszczi
-
sync2004-04-18, by paszczi
-
sync2004-04-18, by paszczi
-
Joe Barr calls us Mplayer.2004-04-17, by diego
-
typo fix: Mplayer --> MPlayer2004-04-17, by diego
-
/usr/lib/win32 --> /usr/lib/codecs2004-04-17, by diego
-
sync2004-04-17, by paszczi
-
New filter by Ville Saari (114263 at foo dot bar dot org)2004-04-17, by rfelker
-
Respect -playlist for asx streams2004-04-17, by rtognimp
-
sync by Daniele Forghieri2004-04-17, by diego
-
10l for me - stray option draft left behind.2004-04-17, by diego
-
vo_gl suboption doc improved2004-04-17, by reimar
-
less verbosity + printf --> mp_msg2004-04-17, by diego
-
Patches should not be compressed.2004-04-17, by diego
-
updates2004-04-17, by diego
-
-vo caca documentation, patch by Pigeon <pigeon@pigeond.net>2004-04-17, by diego
-
lol, that sure deserves some Cola2004-04-16, by diego
-
OS/X localtime_r multiply defined patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)2004-04-16, by michael
-
10l to me: writing outside allocated memory2004-04-15, by rtognimp
-
fixed suboption parsing, added help for suboptions2004-04-15, by reimar
-
All entries in alphabetical last, first name order, some nicks added.2004-04-15, by diego
-
specify field mode when setting image height2004-04-15, by henry
-
moving f() and u()2004-04-14, by michael
-
Fix segfault if EDL is used without video2004-04-14, by rtognimp
-
Try Real rtsp, then live.com on every rtsp stream (remove extension2004-04-14, by rtognimp
-
sync2004-04-14, by paszczi
-
Missing options added to --help output.2004-04-13, by diego
-
updates2004-04-13, by diego
-
Nicks added.2004-04-13, by diego
-
Make caca detection consistent with the others using *-config, also avoids2004-04-13, by diego
-
Nicks added.2004-04-13, by diego
-
OpenGL vo driver suboptions by Reimar and me.2004-04-13, by diego
-
Do not crash on audio only streams2004-04-13, by rtognimp
-
-vo quartz docs by Nicolas Plourde <nicolas.plourde@sympatico.ca>2004-04-13, by diego
-
quartz vo, based on patch byNicolas Plourde <nicolas.plourde@sympatico.ca>2004-04-13, by diego
-
printf -> mp_msg; print error msg when qtmlClient.dll is missing2004-04-13, by faust3
-
printf -> mp_msg, error msg when qtmlClient.dll is missing2004-04-13, by faust3
-
printf -> mp_msg2004-04-13, by faust3
-
ignore mouseclicks when activating the window2004-04-13, by faust3
-
-rdynamic is not supported on Win32. Both _xanim and _real set it, so both2004-04-13, by diego
-
always add versionsinfo and icon on windows2004-04-13, by faust3
-
-rdynamic is not supported on windows2004-04-13, by faust3
-
DVB updates, patch by Nico <nsabbi@tiscali.it>2004-04-13, by diego
-
DVB update, patch by Nico <nsabbi@tiscali.it>2004-04-13, by diego
-
Some release dates added, consistent date format.2004-04-13, by diego
-
win32 macro added to simplify detecting both Cygwin and MinGW.2004-04-13, by diego
-
(de)coder -> (de)muxer2004-04-13, by michael
-
whitespace changes (improves changelog mode in vim/emacs)2004-04-13, by diego
-
libmpflac was removed.2004-04-13, by diego
-
Add license, remove bogus comment as told by Reza Jelveh, the author.2004-04-12, by diego
-
spelling, more wishes2004-04-12, by diego
-
Fix vp61 keyframe search (do not skip blocks if 1st frame is keyframe)2004-04-12, by rtognimp
-
libavformat support for windows2004-04-12, by faust3
-
Support AAC in NSV2004-04-12, by rtognimp
-
NSV demuxer author added2004-04-12, by rtognimp
-
nsv (Nullsoft streaming video) demuxer2004-04-12, by rtognimp
-
.mp4 with lavf support2004-04-11, by michael
-
FLV with lavc+lavf support2004-04-11, by michael
-
4xm with lavf+lavc2004-04-11, by michael
-
BGR162004-04-11, by michael
-
lavf ASF support2004-04-11, by michael
-
forgotten person who added an important feature to the mingw port2004-04-11, by faust3
-
seeking2004-04-11, by michael
-
avoid unneeded stream_reset()2004-04-11, by michael
-
nicer EOF solution, mpeg-ps works now too2004-04-11, by michael
-
libavformat really doesnt like it that the streams get stuck if the end is reached2004-04-11, by michael
-
demux_lavf2004-04-11, by michael
-
quant_parameter is 2*mpeg1_quant, no problems noticed with too high values2004-04-09, by iive
-
remove old example stream2004-04-09, by michael
-
removing checksum_threshold & keyframe prediction2004-04-09, by michael
-
1l fix.2004-04-09, by nauj27
-
vo_gl supporting more color formats for testing2004-04-08, by reimar
-
Added <application> missing tags.2004-04-08, by nauj27
-
check for invalid user input2004-04-08, by iive
-
print at least the error number when there is no text for it2004-04-07, by faust3
-
typo2004-04-07, by paszczi
-
'%' is unsafe and need to be escaped.2004-04-07, by bertrand
-
update2004-04-07, by faust3
-
language_code & fourcc vb->v reversal2004-04-07, by michael
-
support for abitrary imaadpcm encoding, ported from ffmpeg2004-04-07, by alex
-
10l, patch by Bjoern Sandell2004-04-06, by faust3
-
sync2004-04-06, by nauj27
-
support immed flag2004-04-06, by faust3
-
uninit immed flag2004-04-06, by alex
-
vo_caca by Howell Tam2004-04-06, by alex
-
SSE support under OpenBSD, patch by Bjorn Sandell2004-04-06, by alex
-
inttypes2004-04-06, by alex
-
altivec support under netbsd, patch by Matthew Green2004-04-06, by alex
-
netbsd audio support by Bernd Ernesti2004-04-06, by alex
-
correct typeconversion of fps, patches by several ppl2004-04-06, by alex
-
MPL2 subreader, patch by Cezary Jackiewicz (cjackiewicz@poczta.onet.pl)2004-04-06, by alex
-
100l and sync with upstream, patch by rgselk2004-04-06, by alex
-
skip {...} parts in SAME subs, patch by Salvatore Falco2004-04-06, by alex
-
some more globals2004-04-06, by alex
-
removed obsoleted defs2004-04-06, by alex
-
removing more globals2004-04-06, by alex
-
AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)2004-04-06, by michael
-
libcaca video output driver by Howell Tam2004-04-06, by alex
-
ability to disable mp3lib, liba52 and libmpeg22004-04-05, by alex
-
added my nick2004-04-05, by rathann
-
full screen flipping synchronization corrections (by Adam Tla/lka)2004-04-05, by rathann
-
make gcc happy under hurd2004-04-05, by alex
-
morphos support by Nicolas Det2004-04-05, by alex
-
make gcc eating this under hurd2004-04-05, by alex
-
Quartz/MacOSX video output module by Nicolas Plourde2004-04-05, by alex
-
sync2004-04-05, by nauj27
-
switching from crc32 to adler32 checksums, cuz they are faster and simpler2004-04-05, by michael
-
minor changes2004-04-04, by michael
-
fixed broken diseqc fetch from channels file2004-04-04, by nicodvb
-
10l for the orignial author and 1000l for me for commiting a broken workaround2004-04-04, by faust3
-
This was discussed a long time ago but some reason never done. Anyway2004-04-03, by rfelker
-
restore old SAMPLESIZE2004-04-03, by faust3
-
- win_gravity memorizing and restoring while switching fullscreen mode (by Adam Tla/lka)2004-04-03, by rathann
-
restrictions to ensure that O(log n) seeking and error recovery is possible2004-04-03, by michael
-
- compilation error fix2004-04-03, by rathann
-
Developers should subscribe to mplayer-cvslog, mention mplayer-docs.2004-04-02, by diego
-
cosmetics2004-04-02, by diego
-
Update my mail address2004-04-02, by rtognimp
-
1l2004-04-02, by diego
-
small additions, some nicks added, wording, spelling2004-04-02, by diego
-
Remove spurious +1 to lame_param_quality that contradicts documentation and2004-04-02, by diego
-
Commit independent changes separately.2004-04-02, by diego
-
Error message improved, wording.2004-04-01, by diego
-
Support for smil playlist, both standalone and embedded into other2004-04-01, by rtognimp
-
ALSA syc is not so good as OSS - small corrections2004-04-01, by atlka
-
Added my nick for easier placement of blame.2004-04-01, by mosu
-
dvb should be added to $_noinputmodules as well as $_inputmodules.2004-04-01, by diego
-
How to handle incomplete translations of message files.2004-04-01, by diego
-
security fix2004-04-01, by diego
-
prevent crash in case we are unable to get aligned buffer2004-04-01, by faust3
-
although this SSE fix is an ugly hack it seems to work fine for me2004-04-01, by faust3
-
reenable SSE support for mingw2004-04-01, by faust3
-
10l (some broken compilers take this serious)2004-03-31, by alex
-
make stupid gcc versions happy2004-03-31, by rfelker
-
remote exploitable heap overflow fix by ("blexim" <blexim at hush dot com>)2004-03-30, by michael
-
removing subpackets (everyone hates them ...)2004-03-30, by michael
-
vf_phase filter by Ville Saari (114263 at foo dot bar dot org)2004-03-29, by rfelker
-
Revert my old twos fix, it seems to break more files than it fixed.2004-03-28, by rtognimp
-
added <application> tag and some 10l, patch by frogu <l_j_p@wp.pl>2004-03-28, by paszczi
-
svgalib 1.9.18 compile fix, still wont work for me though...2004-03-28, by atmos4
-
Fix hanging at end of mms:// streams.2004-03-28, by rtognimp
-
Stop reading the file if an INDX chunk is found instead of a data packet.2004-03-28, by mosu
-
Missing echores "no" added, duplicate variable setting removed.2004-03-27, by diego
-
Make wmv9 playback less verbose.2004-03-27, by diego
-
Implemented "seek to position".2004-03-26, by mosu
-
temporary workaround to make it work on windows2004-03-26, by faust3
-
fseeko emulation patch by Steven M. Schultz <sms at 2bsd.com>2004-03-26, by faust3
-
fix compilation on cygwin2004-03-26, by faust3
-
patch from Rune <runner@mail.tele.dk>2004-03-25, by pontscho
-
Add adland to authors2004-03-25, by rtognimp
-
Support for Alparysoft lossless video codec (DShow and VfW)2004-03-25, by rtognimp
-
Removed the limitation to max. eight laced blocks.2004-03-25, by mosu
-
remove stupid misadvice2004-03-25, by rfelker
-
The attached patch fixes a minor build problem on GNU/k*BSD: getch2.c should2004-03-24, by diego
-
Round Chunklen to word boundary2004-03-24, by ranma
-
Use aspect from encoder for AVI vprp header2004-03-24, by ranma
-
Mobility Radeon 9600/9700 support2004-03-23, by faust3
-
Add support for Lead MCMW 2.0 wavelet codec eval version2004-03-23, by rtognimp
-
1000l2004-03-23, by faust3
-
Windows XP support2004-03-23, by faust3
-
windows xp support2004-03-23, by faust3
-
sync by danny <guru@digitalfantasy.it>2004-03-23, by diego
-
Better vprp aspect fix2004-03-22, by ranma
-
-aviaspect option moved to its alphabetical position, new sentences should2004-03-21, by diego
-
explicit option for AVI PRP header2004-03-21, by henry
-
Add LEAD fourcc, patch by adland < adland123 (at) yahoo (dot) com >2004-03-21, by rtognimp
-
Bigendian macro 10l2004-03-19, by ranma
-
-geometry examples corrected.2004-03-19, by diego
-
100l bug fixes, -noaspect moved just below -aspect.2004-03-19, by diego
-
Support for vp5 and vp6 dll decoders2004-03-18, by rtognimp
-
-adapter, -refreshrate options, based on patch by Sascha Sommer2004-03-18, by diego
-
small correction as suggested by Nico2004-03-17, by diego
-
updates, spelling2004-03-17, by diego
-
copy&paste 10l2004-03-17, by ranma
-
OpenDML read/write support2004-03-17, by ranma
-
corrected problems with switching to and from fullscreen mode esp. with fixed-vo2004-03-17, by reimar
-
Raw audio and video are always keyframes2004-03-17, by ranma
-
use flag for XvMC codec recognition and enable dr1 for fixed version of lavc2004-03-16, by iive
-
Don't mess with the window position in xinerama when -geometry changes it.2004-03-16, by diego
-
Use system clock for xscreensaver pings (Tobias Diedrich).2004-03-16, by diego
-
some additions, spelling fixes2004-03-15, by diego
-
Italian man page translation by Daniele Forghieri <guru@digitalfantasy.it>2004-03-15, by diego
-
spelling fixes2004-03-15, by diego
-
Cygwin provides setenv. Fixes compilation on Cygwin.2004-03-15, by diego
-
How to make MPlayer work on Fedora core.2004-03-15, by diego
-
Explain why 'cvs admin' should only be used on the last revision of a file.2004-03-15, by diego
-
whitespace cosmetics2004-03-15, by diego
-
altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)2004-03-14, by michael
-
Use MultiplyElement to control volume.2004-03-13, by ranma
-
mouse support by Nehal Mistry <nehalmistry at gmx.net>2004-03-13, by faust3
-
fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net>2004-03-13, by faust3
-
Seek in HTTP streams and stdin seek fixes2004-03-13, by rtognimp
-
rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>2004-03-09, by ranma
-
sync2004-03-09, by paszczi
-
OpenGL now works under Windows.2004-03-09, by diego
-
-vo directfb options by Jiri Svoboda2004-03-05, by diego
-
v0.50 by VMiklos2004-03-05, by diego
-
--disable-xmms option was missing, noticed by Enrico Weigelt.2004-03-05, by diego
-
Telecined and related sync2004-03-04, by nauj27
-
sync by Andoni Zubimendi <andoni@lpsat.net>2004-03-04, by nauj27
-
10l - replace 6 with AF_NCH2004-03-04, by henry
-
xvmc use get_format for IDCT/MC recognition2004-03-01, by iive
-
replace set_periods and set_period_size with their _near cousins2004-02-27, by henry
-
1000l2004-02-27, by henry
-
an almost complete re-translation of the last version of help_mp-en.h2004-02-27, by gabucino
-
Keep the ./configure options for xvid in sync.2004-02-27, by rathann
-
Use system clock for xscreensaver pings2004-02-26, by ranma
-
fix compilation without libavcodec2004-02-26, by henry
-
missing video thread shutdown, frame count rounding fix2004-02-25, by henry
-
dont mess with the window position in xinerama when -geometry changes it.2004-02-24, by attila
-
set min width/height2004-02-24, by attila
-
spp softthresholding in mmx2004-02-24, by michael
-
spp soft thresholding patch by (James Crowson <jbcrowso at ncsu dot edu>)2004-02-24, by michael
-
A bit late, but here's the "more sane options ordering" patch.2004-02-23, by ranma
-
new location of codecs-status.html2004-02-23, by gabucino
-
Support for v3 audio section (used with 14_4 codec) in real files2004-02-22, by rtognimp
-
printf -> mp_msg2004-02-22, by attila
-
fieldparity verbosity and tvnorm patch2004-02-22, by attila
-
dont mess up v4l volumes2004-02-22, by attila
-
Added support for multiplexed (audio+video) RTP streams.2004-02-22, by rsf
-
Added support for multiplexed audio+video RTP streams.2004-02-22, by rsf
-
Added support for handling multiplexed audio+video RTP streams.2004-02-22, by rsf
-
cut and paste typo fixed2004-02-21, by zdar
-
Line breaks inserted, overly long lines wrapped, partly reworded.2004-02-19, by diego
-
copyright update by the author2004-02-19, by diego
-
update, cosmetics2004-02-19, by diego
-
updates2004-02-18, by diego
-
10l2004-02-18, by alex
-
replaygain2004-02-18, by alex
-
write out extraheaders from lavc2004-02-18, by alex
-
ffmpeg flac decoder2004-02-18, by alex
-
remove 1000000l example that DOES NOT WORK. 9 times out of 10 it will2004-02-17, by rfelker
-
update by VMiklos2004-02-17, by attila
-
get some new maintainers2004-02-17, by attila
-
add support for avid meridien uncompressed files2004-02-17, by attila
-
Adds support for the film grain effect and deblocking filters in xvid2004-02-17, by attila
-
remove raw nonsense and replace it by one ovc2004-02-17, by attila
-
enable seeking in http streams2004-02-17, by attila
-
- Cleaned up the Makefile, added some *.o's2004-02-17, by gabucino
-
bump version2004-02-17, by gabucino
-
architecture type reporting for non-x86 CPUs (try 2, tested on x86 and x86-64)2004-02-16, by gabucino
-
adding accents and changing email address2004-02-16, by gabucino
-
More Camtasia colorspaces2004-02-15, by rtognimp
-
Fix playback of some Camtasia files.2004-02-15, by rtognimp
-
Polish documentation team added2004-02-13, by gabucino
-
Use qtrle decoder from ffmpeg2004-02-12, by rtognimp
-
Fix ffmpeg RGB24 mapping (needed for qtrle)2004-02-12, by rtognimp
-
dfbmga docs update2004-02-12, by gabucino
-
iive fame2004-02-12, by iive
-
SuSE docbook DTD path, patch by Thomas Jarosch <tomj@simonv.com>2004-02-11, by diego
-
more authors, patches by themselves2004-02-11, by diego
-
100l (cvs commit + tired ...)2004-02-10, by michael
-
slight wording improvement, noticed by Dominik2004-02-10, by diego
-
small additions, patches by themselves2004-02-10, by diego
-
m_option_type_double2004-02-10, by michael
-
We need make 3.80 to build.2004-02-10, by diego
-
new section structure2004-02-10, by diego
-
GENERAL OPTIONS section added with a few entries, misc changes.2004-02-10, by diego
-
Keyboard control section moved to the beginning.2004-02-10, by diego
-
filmdint=fast description corrected, xvidencopts clarified.2004-02-10, by diego
-
video filters ...2004-02-10, by michael
-
small additions, cosmetics2004-02-10, by diego
-
better description bit_exact lavc option2004-02-10, by diego
-
sync2004-02-09, by nicolas
-
Display Framedropping state on the OSD.2004-02-09, by diego
-
XAnim spelling corrected.2004-02-09, by diego
-
sync2004-02-09, by nicolas
-
change_rectangle documentation by Angel <knight@sunflower.com>2004-02-09, by diego
-
bit_exact lavc option, patch by "Steven M. Schultz" <sms@2BSD.COM>2004-02-08, by diego
-
bit_exact patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)2004-02-07, by michael
-
allow using of float fixed_quant2004-02-06, by iive
-
new filter: vf_noformat.2004-02-06, by joey
-
new filter: vf_noformat.2004-02-06, by joey
-
get_bit_count -> put_bits_count2004-02-06, by rik
-
Expand frame dropping state description, qp filter explanation improved.2004-02-06, by diego
-
avi-fix v0.1: simple tool to fix chunk sizes in a RIFF AVI file2004-02-05, by arpi
-
#include dsputil.h as it contains the lrintf emu code2004-02-05, by michael
-
Duplicate -include option moved to cfg-common.h.2004-02-05, by diego
-
qp change filter2004-02-05, by michael
-
psnr and debug option added2004-02-04, by iive
-
missing \2004-02-04, by wight
-
sync2004-02-03, by nauj27
-
xvid4 new aspect options - patch by Nico <nsabbi@tiscali.it>2004-02-03, by iive
-
lame accepts only integers, pointed out by iive.2004-02-02, by diego
-
sync2004-02-02, by nicolas
-
duplicate words and spaces removed2004-02-02, by nicolas
-
qns tip2004-02-02, by michael
-
quantizer noise shaping2004-02-02, by michael
-
sync2004-02-02, by wight
-
& removed - build fix2004-02-02, by wight
-
Search links updated.2004-02-02, by diego
-
Fix description of -srate, as pointed out by Rich.2004-02-02, by diego
-
Telecine HOWTO by Corey Hickey <bugfood-ml@fatooh.org>, some modifications2004-02-01, by diego
-
rgbtest filter added, kerndeint filter description fixed and moved to a2004-02-01, by diego
-
kerndeint documentation2004-02-01, by ranma
-
1000l2004-02-01, by faust3
-
Do not open more than one audio/video/subtitle stream at the same time.2004-02-01, by mosu
-
add libvo to include list for lavc2004-01-31, by alex
-
Do not try to seek beyond the end of the stream when parsing the headers.2004-01-31, by mosu
-
sync2004-01-31, by paszczi
-
100l for forgetting to update this. It would brake building after distclean.2004-01-30, by wight
-
a few more nvidia cards (only tested card is GeForceFX 5200)2004-01-30, by faust3
-
Move symlinks to a separate target2004-01-30, by wight
-
sync2004-01-30, by paszczi
-
Make URL a little more precise.2004-01-30, by diego
-
Simplified support for libc5 systems.2004-01-30, by diego
-
sync (PJS name discovered:)2004-01-30, by gabucino
-
build fix2004-01-30, by diego
-
Simplifications and bug fixes by Torinthiel.2004-01-30, by diego
-
1000000000l reported by Steven Schultz (thanks!)2004-01-30, by rfelker
-
sync by Ioannis Panteleakis <pioann@csd.auth.gr>2004-01-30, by diego
-
Sync with the last DVB update, patch by Nico <nsabbi@tiscali.it>.2004-01-30, by diego
-
Structure rewritten, to allow single language build and some simplifications.2004-01-29, by wight
-
Sync2004-01-29, by rtognimp
-
spelling, random fixes2004-01-29, by diego
-
Scale filter reworded, presize option documented, lowpassfreq and2004-01-29, by diego
-
10l fix by Jindrich Makovicka2004-01-29, by ranma
-
fix some 10ls in sample rate handlin2004-01-29, by attila
-
add support for aac in real media files2004-01-29, by attila
-
10l2004-01-29, by henry
-
* changes mencoder's exit code on explicit kill to 22004-01-29, by attila
-
fix broken fullscreen start of gmplayer2004-01-29, by attila
-
Fix the PJS (aka dunnowhat) subtitles2004-01-29, by attila
-
Compliance with the DVB power management specification (doesn't close2004-01-29, by attila
-
softpulldown + kerndeint2004-01-29, by ranma
-
continue playing real files after errors2004-01-29, by attila
-
kerndeint adaptive deinterlacer2004-01-29, by ranma
-
switch to inttypes.h (u_int32_t vs uint32_t) in favour of Solaris9/x86 support2004-01-29, by alex
-
disable buggy code, patch by Romain Dolbeau2004-01-28, by alex
-
support for latest CVS, patch by Ville Syrjala2004-01-28, by alex
-
removed unused headeer dependencies2004-01-28, by alex
-
use inttypes.h and std types, this fixes compilation problems on solaris 9 x862004-01-28, by alex
-
sync2004-01-27, by paszczi
-
sync2004-01-27, by nicolas
-
sync2004-01-27, by gabucino
-
if the user wants fast, use fast code! otherwise the user has to put2004-01-27, by rfelker
-
10000l2004-01-27, by rfelker
-
not pretty, but at least it prevents the channels from getting out of order...2004-01-27, by rfelker
-
100l2004-01-27, by rfelker
-
10l2004-01-27, by rfelker
-
Initial translation prepared by chomar <duch at wla dot pl> and myself.2004-01-25, by rathann
-
reviewed the locking codes, a mutex should be unlocked before destroying it2004-01-25, by alex
-
Don't mutex_unlock if it was never locked. Patch by Min Sik Kim2004-01-25, by alex
-
support for AVID DV fourcc, patch by xliska at informatics.muni.cz2004-01-25, by alex
-
added changes until now2004-01-25, by alex
-
ppc970 support, patch by Romain Dolbeau2004-01-25, by alex
-
Use fli decoder from libavcodec2004-01-25, by rtognimp
-
Pass header to codec in extradata (needed by ffmpeg fli decoder)2004-01-25, by rtognimp
-
freebsd fix (btw, why does it needs this int_max shit?2004-01-25, by alex
-
sync2004-01-25, by nicolas
-
updates by smoker <smoker@smokerz.net>2004-01-25, by diego
-
sync2004-01-24, by gabucino
-
Make the build system print everything it does.2004-01-24, by diego
-
small fixes2004-01-24, by diego
-
add divx2svcd script.2004-01-24, by attila
-
prevent subreader from segfaulting when sami subs dont have2004-01-24, by attila
-
add option to select mixer channel2004-01-24, by attila
-
mkv.cpp -> mkv_old.cpp, to avoid dependency name collision with mkv.c2004-01-23, by arpi
-
Fix for compilation with libmatroska 0.6.3.2004-01-23, by mosu
-
add lame filter options2004-01-23, by iive
-
fix aspect 4 according to the standart2004-01-23, by iive
-
Do not deactivate the video stream if no audio stream was wanted/found...2004-01-22, by mosu
-
sync. Named parameters documented.2004-01-22, by nauj27
-
sync and livavcodecs tags2004-01-22, by nauj27
-
100000l2004-01-22, by michael
-
sync2004-01-22, by paszczi
-
sort -u is equivalent to sort | uniq, hint by Dominik.2004-01-21, by diego
-
some new locations from newest Gentoo2004-01-21, by wight
-
How come TODO lists never shrink?2004-01-21, by diego
-
Our DirectFB documentation is dated, the current version is now linked to2004-01-21, by diego
-
10l2004-01-21, by diego
-
Add <systemitem class="library"> tags to libavcodec and a few others.2004-01-21, by diego
-
uniq is ineffective without sort.2004-01-21, by diego
-
100l bug fix for a wrong command line by Christian Ohm <chr.ohm@gmx.net>,2004-01-21, by diego
-
What was synced is still synced.2004-01-21, by wight
-
Build target names shortened.2004-01-20, by diego
-
Shiny new build system by Torinthiel, polished and improved by myself.2004-01-20, by diego
-
Small wording and consistency improvements, named parameters documented.2004-01-20, by diego
-
Compiler/system compatibility fixes.2004-01-20, by mosu
-
compile fix when v4l2 is present but disabled2004-01-20, by alex
-
How to help with documentation and translation.2004-01-20, by diego
-
Fixed subtitle clearing.2004-01-20, by mosu
-
prevent the libdv decoder from adding "NTSC setup" on decode2004-01-20, by attila
-
Have the MOV demuxer recognize and display (via MPINFO) registered ISO2004-01-20, by diego
-
MPlayer translation HOWTO2004-01-20, by diego
-
Added the new C based Matroska demuxer by Aurelien Jacobs.2004-01-19, by mosu
-
sync2004-01-19, by nauj27
-
edl.xml removed, now included into usage.xml2004-01-19, by nauj27
-
support for newer openbsd versions, which are fully elf based2004-01-19, by alex
-
synced with 1.352004-01-18, by paszczi
-
Some <replaceable> tags added.2004-01-18, by diego
-
previously skipped text translated2004-01-18, by gabucino
-
typo2004-01-17, by paszczi
-
sync2004-01-17, by paszczi
-
typo fix2004-01-17, by gabucino
-
Fix for Real files with header size == 0x10 (normally is 0x12)2004-01-16, by rtognimp
-
Time to bump the dates, filter configuration file example, .TH expanded.2004-01-16, by diego
-
Modification statement added.2004-01-16, by diego
-
Unknown subtitle format is PJS as pointed out by Salvador Eduardo Tropea.2004-01-16, by diego
-
Support binding F11 and F12 keys to commands.2004-01-16, by diego
-
Some capitalisation fixes.2004-01-16, by wight
-
Removed obsolete entry.2004-01-16, by diego
-
100l2004-01-16, by rfelker
-
And another 10l for not updateing sync tag2004-01-15, by wight
-
10l for not removing edl.xml2004-01-15, by wight
-
Sync with EDL moving.2004-01-15, by wight
-
EDL section moved into usage.2004-01-14, by diego
-
swedish yes/no options support2004-01-13, by wight
-
Use MSZH and ZLIB decoders from libavcodec2004-01-12, by rtognimp
-
Fix "panning" display2004-01-12, by lumag
-
document xv port2004-01-12, by attila
-
polish yes/no options support2004-01-12, by wight
-
some little clarifications and additions2004-01-12, by diego
-
happy new year, copyright is MPlayer team now, naming cosmetics2004-01-12, by diego
-
Happy new year to all from Argentina :-)2004-01-12, by diego
-
sync2004-01-11, by wight
-
ALSA 1.x audio out driver2004-01-11, by henry
-
Added more legacy CodecIDs (S_ASS).2004-01-11, by mosu
-
10l2004-01-11, by henry
-
Fix long standing bug where last (and sometimes first) char of the2004-01-10, by albeu
-
10l2004-01-10, by henry
-
initial translation prepared by emdej <emdej@emdej.com>2004-01-10, by paszczi
-
lavcodec compile fix2004-01-10, by henry
-
prevent sig11 when $HOME is not set2004-01-10, by attila
-
fix for nv12 swapped chroma2004-01-10, by attila
-
linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr>2004-01-10, by attila
-
use -mixer with alsa92004-01-10, by attila
-
filter list management2004-01-09, by diego
-
misc fixes2004-01-09, by diego
-
initial translation2004-01-08, by paszczi
-
patch from Kelemen Gábor <kg0021@stud.unideb.hu>2004-01-08, by pontscho
-
add -codecs-file for selecting a specific codecs.conf on the comand line2004-01-08, by attila
-
proper capitalisation of DivX and the like2004-01-06, by wight
-
updated -pass examples2004-01-06, by gabucino
-
Changed to conform to recent changes to the "LIVE.COM Streaming Media" code.2004-01-06, by rsf
-
Changes to conform to recent changes to the "LIVE.COM Streaming Media" code.2004-01-06, by rsf
-
ildctcmp, VSAD, VSSE2004-01-05, by michael
-
sync2004-01-05, by wight
-
MPlayer is now GPL, URL updated.2004-01-05, by diego
-
URL updated.2004-01-05, by diego
-
VIDEO OUTPUT DRIVERS section added.2004-01-05, by diego
-
typo2004-01-05, by diego
-
lavc audio codecs are now supported.2004-01-05, by diego
-
updates by smoker <smoker@smokerz.net>2004-01-05, by diego
-
spelling plus some docs updates2004-01-05, by diego
-
sync, tested :-P2004-01-05, by nauj27
-
10l2004-01-05, by gabucino
-
synchronization2004-01-04, by paszczi
-
compilation fixes2004-01-03, by wight
-
sync2004-01-03, by nauj27
-
synced with 1.162004-01-03, by paszczi
-
missing dot2004-01-03, by paszczi
-
missing <replaceable> tag2004-01-03, by paszczi
-
sync2004-01-03, by nicolas
-
sync2004-01-03, by wight
-
an ocean of Cola for the G man2004-01-02, by diego
-
small fixes2004-01-02, by diego
-
DVD ripping section added courtesy of Samuli Kärkkäinen with some2004-01-02, by diego
-
typo2004-01-02, by diego
-
one more task2004-01-02, by diego
-
Port to new video filter layer: -vf disabled --> -vf-clr2004-01-02, by diego
-
typo2004-01-02, by diego
-
Add a note about CVS sync with main FLAC.2004-01-02, by lumag
-
documented changes since pre32004-01-02, by alex
-
sync with netbsd ports: audio grabbing support fixed2004-01-02, by alex
-
x86_64/amd64 detection under freebsd2004-01-02, by alex
-
FreeBSD 5.2-CURRENT support2004-01-02, by alex
-
initial translation prepared by Qba <jim85@wp.pl>2004-01-02, by paszczi
-
initial translation prepared by Frogu <l_j_p@wp.pl>2004-01-02, by paszczi
-
missing subtitle type added (yeah, we dunno what its name is...)2004-01-02, by gabucino
-
10l2004-01-02, by gabucino
-
synchronization2004-01-01, by paszczi
-
synced&additional wording2004-01-01, by paszczi
-
synced2004-01-01, by paszczi
-
missing <application> tags2004-01-01, by paszczi
-
<replaceable> tags' attack :P + missing space2004-01-01, by paszczi
-
<replaceable> tags' attack :P2004-01-01, by paszczi
-
disable dr1&slices for the other vissualizations too2004-01-01, by michael
-
<replaceable> tags by Qba <jim85@wp.pl>2004-01-01, by wight
-
fix the crash when seek with 'unknown' subtitles, hopefully...2004-01-01, by luran
-
-fontconfig option2003-12-31, by diego
-
SCNR ;-)2003-12-31, by diego
-
LRMI added.2003-12-31, by diego
-
MPlayer's configure fails to detect fontconfig on a system with2003-12-31, by diego
-
spelling + grammar2003-12-31, by diego
-
sync by Philippe De Swert <philippe.deswert@student.denayer.wenk.be>2003-12-31, by diego
-
vismv, alt, ilme options2003-12-30, by michael
-
Sync to original FLAC.2003-12-29, by lumag
-
interlaced scaling2003-12-29, by michael
-
scenechange_threshold command line option patch by (Balatoni Denes <pnis at coder dot hu>)2003-12-28, by michael
-
sync, various fixes2003-12-28, by nicolas
-
sync2003-12-28, by nauj27
-
lets see if lmin/lmax for constant IP quantizer and different constant quant for B works ...2003-12-28, by michael
-
fix typo2003-12-28, by nexus
-
Cosmetics, inter_threshold lavc option, BUGS and AUTHORS section rewritten.2003-12-28, by diego
-
wording cosmetics2003-12-27, by diego
-
GSM 06.10 library and id3edit added.2003-12-27, by diego
-
correct C init tables2003-12-27, by alex
-
just the same include reordering as in vo_xv (codemetics :)2003-12-27, by alex
-
optimizing for cpus on irix2003-12-27, by alex
-
10l. found by John Wehle <john@feith.com>2003-12-27, by alex
-
MicroDVD, not Microdvd2003-12-26, by wight
-
sync2003-12-26, by wight
-
-cygwin list is also about MinGW, <application> tags2003-12-26, by wight
-
audio fmt 0x45 == scg726.acm added2003-12-26, by arpi
-
workaround for min_srcsize==0 (scg726.acm)2003-12-26, by arpi
-
japanese translation2003-12-26, by gabucino
-
VAX architecture support (tested on VAXstation 4000/VLC)2003-12-25, by gabucino
-
added capital letter at the beginning of the sentence2003-12-24, by paszczi
-
Pruning empty directories is a good idea and even better is using the2003-12-24, by diego
-
occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>2003-12-24, by diego
-
better parisc detection2003-12-23, by alex
-
Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC2003-12-23, by rtognimp
-
Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC2003-12-23, by rtognimp
-
Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC2003-12-23, by rtognimp
-
Christmas sync :-D2003-12-23, by nauj27
-
better top_field_first behaviour (mostly what rich suggested)2003-12-22, by michael
-
lavc options: obmc,top,loop.aiv,ss2003-12-22, by michael
-
using top_field_first from mpi, and support overriding it2003-12-22, by michael
-
set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACED2003-12-22, by michael
-
added <systemitem class=systemname> tag to /proc2003-12-22, by paszczi
-
zrmjpeg options and two examples, per Diego's request2003-12-21, by rik
-
sync2003-12-21, by nicolas
-
change email adress2003-12-20, by attila
-
10l let path behave like before the start/stop patch2003-12-19, by rtognimp
-
vf_zrmjpeg MJPEG encoding filter, works together with vo_zr2. Only YV122003-12-19, by rik
-
add ZORAN makefile variable for conditional compilation of vf_zrmjpeg2003-12-19, by rik
-
message fix2003-12-19, by rik
-
changed <filename> tag to <filename class=directory> - font is a directory2003-12-19, by paszczi
-
Makes radeon_vid work with the Radeon 9600 Pro card.2003-12-19, by wight
-
UYVY support (port from v4l1)2003-12-19, by henry
-
make outfmt=uyvy work with rivatv patch by Stephen Beahm2003-12-18, by faust3
-
and one last fontconfig2003-12-16, by wight
-
added <systemitem> tag for fontconfig, some wording2003-12-16, by paszczi
-
precise P4 and cpu speed detect2003-12-16, by pontscho
-
cdda: endianness fix2003-12-16, by colin
-
dvbstream added, info from Nico.2003-12-16, by diego
-
100l Fix audio decoding and random sig112003-12-15, by rtognimp
-
mmx simplifications2003-12-15, by michael
-
remove zlib dependency2003-12-15, by faust3
-
mmx optimizations2003-12-15, by rfelker
-
document new mode argument for ilpack2003-12-15, by rfelker
-
big updates to ilpack: do proper interpolation rather than just2003-12-15, by rfelker
-
sync2003-12-14, by nicolas
-
various updates:2003-12-14, by rfelker
-
Sync.2003-12-13, by lumag
-
compile fix2003-12-12, by wight
-
compile fix2003-12-12, by wight
-
ffrv202003-12-12, by alex
-
1l (I delete this phrase in the last sync)2003-12-11, by nauj27
-
sync2003-12-11, by nauj27
-
Sync2003-12-11, by lumag
-
Sync.2003-12-11, by lumag
-
synced with 1.332003-12-11, by paszczi
-
fixing more stupid mistakes2003-12-11, by rfelker
-
Add two <replaceable> tags2003-12-11, by lumag
-
pass quantizer tables through (averaging values when fields come from2003-12-11, by rfelker
-
simplified frame decision logic and reduced the occurrance of length=12003-12-11, by rfelker
-
and remove one stupid debug printf2003-12-11, by rfelker
-
allow for different combing metrics to be selected (not useful yet)2003-12-11, by rfelker
-
100l bug found by Zoli, wasted time and unfairly delocalized the metrics2003-12-11, by rfelker
-
Patch from the author, Zoltan Hidvegi:2003-12-11, by rfelker
-
synced with 1.322003-12-10, by paszczi
-
made MorphZone resources more readable2003-12-10, by paszczi
-
fix bug when bmovl can't read the whole pic at once2003-12-10, by attila
-
This patch contains bugfixes for the esd audio output driver that I2003-12-10, by attila
-
add codecs.conf to the dependency list of codecs.conf.h2003-12-10, by attila
-
missing dot2003-12-09, by wight
-
small word fixes2003-12-09, by paszczi
-
sync with 1.30 and 1.312003-12-09, by paszczi
-
added missing <application> tags2003-12-09, by paszczi
-
Sync2003-12-09, by lumag
-
Fix one FIXME. Url from a table below.2003-12-09, by lumag
-
dx50 = DX502003-12-09, by attila
-
Sync header.2003-12-09, by lumag
-
small fixes2003-12-09, by wight
-
using more common function strchr instead index2003-12-09, by alex
-
hp-ux and amiga sections2003-12-09, by alex
-
1000l to me2003-12-09, by alex
-
Copyright and authorship declaration along with an (incomplete) list of2003-12-09, by diego
-
spelling cosmetics2003-12-09, by diego
-
small fixes2003-12-09, by diego
-
final releasename :)2003-12-08, by alex
-
filmdint2003-12-08, by alex
-
sync tag update2003-12-08, by wight
-
removing last pitiful traces of old-style DVD support, with no remorse, but2003-12-08, by gabucino
-
fruit of today2003-12-08, by alex
-
keyframe detection support by rgselk <rgselknospam@yahoo.com>2003-12-08, by alex
-
10l found by atmos2003-12-08, by alex
-
removed the historic libcss support2003-12-08, by alex
-
removed the historic libcss support2003-12-08, by alex
-
bsdism by Steven Schultz2003-12-08, by alex
-
LML-M4 mpeg4 capture card raw stream format support2003-12-08, by arpi
-
vobsub seeking support by Lu Ran2003-12-08, by alex
-
nincs para2003-12-08, by gabucino
-
xvid 1.0 beta22003-12-08, by iive
-
100l. Probably I was smoking crack while committing...2003-12-08, by alex
-
100l2003-12-08, by alex
-
RAWYUV output in MEncoder. Patch by Tuukka Toivonen <tuukkat@ee.oulu.fi>2003-12-08, by alex
-
prevent possible segfault when vidmodes is freed and config() calls vo_vm_switch2003-12-08, by attila
-
Security fixes for fibmap_mplayer by Adam Rice <adamrice@ntlworld.com>2003-12-08, by attila
-
1000l2003-12-08, by alex
-
Fixes for a couple of warnings.2003-12-08, by mosu
-
Remove unused define2003-12-08, by attila
-
Forced subs support for mencoder2003-12-08, by attila
-
-vf yuvcsp2003-12-08, by diego
-
spelling, line length adjusted2003-12-07, by diego
-
pre3 final2003-12-07, by alex
-
VCD/SVCD Images (*.bin) option in file selector by Spammail <spammail01@gmx.net>2003-12-07, by alex
-
alsa 1.x support by Bernhard Rosenkraenzer <bero@arklinux.org>2003-12-07, by alex
-
query_format support by Matthias Goerner <m.goerner@iu-bremen.de>2003-12-07, by alex
-
gigantic changelog update (past 1 and half months)2003-12-07, by alex
-
small update2003-12-07, by diego
-
updates2003-12-07, by diego
-
updates, fixes, cosmetics2003-12-07, by diego
-
redundant info, available in DOCS/tech/manpage.txt2003-12-07, by diego
-
sync and minor fixes2003-12-05, by nauj27
-
typo2003-12-05, by nauj27
-
sync by Maciek Paszta2003-12-04, by wight
-
native RV202003-12-04, by gabucino
-
Duck truemotion1 support using libavcodec2003-12-03, by rtognimp
-
vidix_get_image() fix2003-12-03, by michael
-
NOTE: now uniformly handled.2003-12-03, by diego
-
last missing lavc options2003-12-03, by diego
-
InitTimer has to be called before *Timer-Functions can be used.2003-12-02, by ranma
-
Sync and some random fixes2003-12-02, by wight
-
twos 16bit 2 channels fixed.2003-12-02, by rtognimp
-
sync2003-12-02, by lumag
-
Patch by Maciej Paszta:2003-12-01, by rathann
-
lavc ra28.8 is broken with MPlayer2003-11-30, by rtognimp
-
10l2003-11-30, by rtognimp
-
Sync and a lot of cosmetics2003-11-30, by wight
-
runtime 'stay-on-top' functionality2003-11-30, by joey
-
ffrv20 decoder2003-11-30, by michael
-
<application> attack2003-11-30, by wight
-
bug fixes, cleanup, consistency, uniformity2003-11-30, by diego
-
sync2003-11-29, by nauj27
-
uninit support2003-11-29, by alex
-
yuv colorspace converter2003-11-29, by alex
-
FreeType detection, patch send by Pierre Lombard <p_l@gmx.fr>2003-11-29, by iive
-
--enable-dvbhead, wording, clearer error messages2003-11-29, by diego
-
Ports section added, spelling, small additions2003-11-29, by diego
-
Replace " with proper markup.2003-11-29, by diego
-
link fixes2003-11-29, by diego
-
Added a patch from Anders Rune Jensen to support the latest em8300 CVS changes2003-11-28, by mswitch
-
minor fixes by ed@catmur.co.uk2003-11-28, by alex
-
wording & sync2003-11-26, by wight
-
Use SMC decoder from libavcodec2003-11-26, by rtognimp
-
reget_buffer() support2003-11-26, by rtognimp
-
Based on previous lines and nonsense of this I guess this file2003-11-25, by wight
-
added link to nVidia drivers2003-11-25, by wight
-
Macedonian translation by Zoran Dimovski <zoki@email.com>.2003-11-25, by diego
-
wording2003-11-25, by diego
-
Executables are not directories, improved wording.2003-11-25, by diego
-
Commands should be in <command> tags, better wording.2003-11-24, by diego
-
SuSE update2003-11-24, by diego
-
wording & punctuation2003-11-24, by wight
-
Support arbitrary compression level in ZLIB.2003-11-24, by rtognimp
-
Punctuation. ;)2003-11-24, by rathann
-
wording & punctuation2003-11-23, by wight
-
workaround! exit if there's no video stream (hopefully it's a proper fix)2003-11-23, by alex
-
original config:2003-11-23, by joey
-
send quit command instead of key 'q'.2003-11-23, by joey
-
fix version number on cygwin2003-11-23, by joey
-
sync2003-11-23, by nauj27
-
Update.2003-11-23, by rtognimp
-
Real rtsp Range parameter (Start and End) support.2003-11-23, by rtognimp
-
Add detection of Real rtsp when there are queries in url.2003-11-23, by rtognimp
-
Checking if MPlayer has vo Xv2003-11-23, by wight
-
sync & some fix.2003-11-22, by nauj27
-
wording & style2003-11-21, by wight
-
Small fix by Maciej Paszta.2003-11-20, by rathann
-
freetype build fix2003-11-20, by henry
-
double nVidia VIDIx link removed2003-11-20, by wight
-
sync2003-11-19, by nicolas
-
some spaces, xv -> Xv, missing "that"2003-11-19, by wight
-
10l2003-11-19, by luran
-
XviD math lib missed - patch by <ismail.donmez@boun.edu.tr>2003-11-18, by iive
-
sync & style2003-11-18, by wight
-
sync2003-11-18, by wight
-
remove useless --with-xvidcore option and add *-xvidlibdir and *-xvidincdir2003-11-18, by iive
-
use the old names for 4 options2003-11-18, by iive
-
10l :(2003-11-17, by rathann
-
sync2003-11-17, by nauj27
-
proper name instead of here2003-11-17, by wight
-
style and vocab2003-11-17, by wight
-
Added the FLAC CodecId.2003-11-16, by mosu
-
install-path is obsolete2003-11-16, by wight
-
Support for FLAC tracks that already contain the "fLaC" header.2003-11-16, by mosu
-
move section out of <link> tags2003-11-16, by wight
-
Support for FLAC in Matroska written in the MS compatibility mode.2003-11-16, by mosu
-
patch by "ismail \(cartman\) donmez" <ismail.donmez@boun.edu.tr>2003-11-16, by gabucino
-
Sleep(0) != usleep(0), bugreport by Paul-Kenji Cahier2003-11-16, by faust3
-
Support for FLAC in Matroska.2003-11-16, by mosu
-
memcpy pix instead of black screen if no DR and codec provides no qscale table2003-11-16, by michael
-
Made the FLAC decoder be less greedy resulting in much better A/V sync handling.2003-11-16, by mosu
-
check whether termcap is provided by tinfo2003-11-16, by attila
-
fix smb libs inclusion when using --enable-smb.2003-11-16, by attila
-
Cosmetics.2003-11-16, by rathann
-
More style corrections. ;)2003-11-16, by rathann
-
Correct some of my corrections as discussed with Torinthiel.2003-11-16, by rathann
-
- style corrections2003-11-16, by rathann
-
- style and vocabulary corrections2003-11-16, by rathann
-
less verbosity2003-11-16, by diego
-
Small format fixes.2003-11-15, by mosu
-
missing extern2003-11-15, by rathann
-
-quiet shortened and reworded, each sentence should start on a new line.2003-11-15, by diego
-
message made similar to other vidix drivers' (and only print if -v)2003-11-15, by gabucino
-
message expanded with hint to use -v option2003-11-15, by gabucino
-
Link added by Maciej Paszta <paszczi@go2.pl>.2003-11-15, by diego
-
sync2003-11-14, by wight
-
Contributors should also patch AUTHORS if they wish to appear there.2003-11-14, by diego
-
Translation process explained.2003-11-14, by diego
-
missing clause2003-11-13, by gabucino
-
cumulative libc5 compatibility patch ;)2003-11-13, by gabucino
-
cumulative libc5 compatibility patch ;)2003-11-13, by gabucino
-
1l2003-11-13, by gabucino
-
sync2003-11-13, by wight
-
update2003-11-13, by luran
-
wording2003-11-12, by wight
-
Intel --> Intel compatible, inspired by Maciej Paszta <paszczi@go2.pl>2003-11-12, by diego
-
sync2003-11-12, by gabucino
-
fixes2003-11-12, by gabucino
-
sync2003-11-12, by wight
-
qprd2003-11-12, by michael
-
RD optimal lambda->qp support2003-11-12, by michael
-
removed for added consistency, we do not use them anywhere else.2003-11-12, by diego
-
missing \ before -2003-11-12, by wight
-
seek in realmedia files2003-11-12, by luran
-
seek in realmedia files2003-11-12, by luran
-
some updates2003-11-12, by diego
-
FAAD detection improved and fixed.2003-11-12, by diego
-
mpegvideo is back2003-11-12, by iive
-
XviD Api4 driver from http://ed.gomez.free.fr/2003-11-12, by iive
-
XviD Api4 support2003-11-12, by iive
-
-vc ffmpeg12 compatibility requested by gabu2003-11-11, by michael
-
Fix pthread & lrmi segfault issue. ("Oleg I. Vdovikin" <vdovikin@jscc.ru>)2003-11-11, by ranma
-
honorary titles by Mike Melanson and Attila himself2003-11-11, by diego
-
matroxset is a generated file.2003-11-11, by diego
-
1l, another version check missing, noted by rgselk2003-11-10, by rtognimp
-
1l2003-11-10, by nicolas
-
10l and other fixes :-)2003-11-10, by nauj27
-
sync2003-11-10, by nicolas
-
oops, forgot some updates2003-11-10, by nicolas
-
sync2003-11-10, by nicolas
-
sync+gramatical fix2003-11-10, by nicolas
-
no more than 79 chars per line in man page2003-11-10, by nicolas
-
FIXING A/V SYNC WHEN ENCODING, from an old mail by Rich:2003-11-10, by diego
-
1l missing version check2003-11-10, by iive
-
Use 8BPS, MS rle, MS Video 1, QT rpza from libavcodec2003-11-09, by rtognimp
-
Support for paletted codecs in ffmpeg2003-11-09, by rtognimp
-
Fix build with LIBAVCODEC_BUILD < 4684.2003-11-09, by ranma
-
sync2003-11-09, by nauj27
-
specification of video norm should not be mandatory2003-11-08, by rik
-
verbosity changes, zero the whole surface_render[]2003-11-08, by iive
-
aspect change does not flush buffers2003-11-08, by iive
-
Missing commands added, parameters checked, explanations improved.2003-11-08, by diego
-
Warning fixes (approved by A'rpi).2003-11-08, by rathann
-
gammas --> gamma, vqblur clarified.2003-11-08, by diego
-
wrong include on shared lavc2003-11-07, by iive
-
fix lavc fail on missing lame2003-11-07, by iive
-
Change conflicting function declaration between .c and .h file, causing a2003-11-07, by diego
-
--disable-mp1e is long obsolete.2003-11-07, by diego
-
1000l2003-11-06, by michael
-
pass extra includes to lavc too (hopefully fixes the bsd & lavc & lame issue)2003-11-06, by alex
-
prefer our cpuinfo.c over linux emu proc/cpuinfo under freebsd on x862003-11-06, by alex
-
fallback to non-iconv dummy utf16 conversion if iconv failed2003-11-06, by alex
-
now distclean will run on systems which don't have 'readlink'2003-11-06, by gabucino
-
Missing & + quotes should be entities, pointed out by2003-11-06, by diego
-
Fix for compilation on Mac OS X by Steven M. Schultz <sms@2BSD.COM>.2003-11-06, by mosu
-
Oops, removed a debugging printf from teh previous version.2003-11-06, by rsf
-
another file translated2003-11-05, by wight
-
Some notes about general CVS documentation added, new 'cvs admin' section2003-11-05, by diego
-
small fix by Maciej Paszta <paszczi@go2.pl>2003-11-05, by diego
-
Proper usage of zlib for decompression.2003-11-05, by mosu
-
ugly FreeBSD fix ..2003-11-04, by nexus
-
eq2 gamma weight doku by (Alexander Stege <mplayer at legale-software dot com>)2003-11-04, by michael
-
new zoran driver as discussed on the CVS list. Hardware passthrough is2003-11-04, by rik
-
zoran mjpeg passthrough 'decoder'2003-11-04, by rik
-
updates for new image formats for zoran mjpeg passthrough2003-11-04, by rik
-
provisions for new zoran driver (zr2)2003-11-04, by rik
-
addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.c2003-11-04, by rik
-
The message parameter was removed.2003-11-04, by diego
-
Removed outdated telecine messages.2003-11-04, by diego
-
sync2003-11-04, by nauj27
-
vhq and vrc_strategy lavc options documented, spelling.2003-11-04, by diego
-
sync2003-11-04, by nauj27
-
forgotten lavc options ...2003-11-04, by michael
-
-sws 0 && -ssf chs fixed2003-11-04, by michael
-
sync2003-11-04, by wight
-
sync2003-11-03, by wight
-
proper fix for 'some chipsets can't handle buffers > 128kB', vo_zr used2003-11-03, by rik
-
mencoder lavc audio encoding support2003-11-03, by ranma
-
Fix waveformatex size calculation2003-11-03, by ranma
-
another lame workaround for the g1 filter layer ...2003-11-03, by michael
-
If alex is too lazy to apply a patch, then i'll do it :)2003-11-03, by attila
-
patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>2003-11-03, by attila
-
1000000l!!!!2003-11-03, by rfelker
-
10l2003-11-03, by michael
-
10l (forgot that the dstW offset is hardcoded in the asm)2003-11-03, by michael
-
change misleading messages as discussed...2003-11-03, by rfelker
-
Export audio filter documentation by Gustavo Sverzut Barbieri2003-11-03, by diego
-
Document TV outfmt arbitrary formats and outfmt=help.2003-11-03, by diego
-
These directories are usually only writable by root, so insinuate being2003-11-03, by diego
-
noise reduction2003-11-02, by michael
-
Spot the typo, part 2.2003-11-02, by diego
-
10l to Nico Sabbi for a bogus command line2003-11-02, by diego
-
buglets and consistency improvements2003-11-02, by diego
-
DVB section expanded based on a patch by Nico Sabbi that was committed to2003-11-02, by diego
-
sync2003-11-02, by wight
-
int_fastXY_t emulation2003-11-02, by michael
-
two small fixes by Maciej Paszta <paszczi@go2.pl>2003-11-02, by diego
-
FFV1 BGR322003-11-01, by michael
-
sync2003-11-01, by wight
-
Patch by Nico <nsabbi@libero.it>2003-11-01, by attila
-
define install itself instead of a path to install, needed for ginstall2003-11-01, by attila
-
Current mplayer (mine is mplayer-1.0-pre1cvs20031001) cannot play mms2003-11-01, by attila
-
cosmetics2003-10-31, by diego
-
sync2003-10-31, by nicolas
-
sync2003-10-31, by nicolas
-
codecs-status finally working again2003-10-31, by alex
-
10l again :(2003-10-31, by alex
-
some clarifications2003-10-31, by alex
-
10l2003-10-31, by alex
-
a bit of consistency changes and new macos&darwin sections2003-10-31, by alex
-
Sync2003-10-31, by lumag
-
10l2003-10-31, by diego
-
Moved to FTP site2003-10-31, by diego
-
etc/cygwin_inttypes.h moved to ftp.2003-10-31, by diego
-
1000l2003-10-31, by michael
-
10l2003-10-31, by michael
-
Document lmin and lmax lavcopts; mpeg vrc_buf_size values2003-10-30, by ranma
-
Sync2003-10-30, by lumag
-
sync2003-10-30, by wight
-
bug fixes based on a patch by Nicolás Lichtmaier <nick@technisys.com.ar>2003-10-30, by diego
-
Dependencies for autogenerated files added.2003-10-30, by diego
-
QT DLLs need to be in the system dir.2003-10-30, by diego
-
Missing <application> tags added, patch by Maciej Paszta <paszczi@go2.pl>.2003-10-30, by diego
-
A-V sync fix by Timo Kanera <timo@kanera.de>.2003-10-30, by diego
-
sync2003-10-29, by nauj27
-
added ffzygo2003-10-29, by alex
-
sync & fix2003-10-29, by nauj27
-
sync2003-10-29, by nauj27
-
Sync2003-10-29, by lumag
-
10l2003-10-29, by alex
-
forgot to commit fftheora entry, but it's only support by g2 til now2003-10-29, by alex
-
ultimotion vfw decoder2003-10-29, by alex
-
Add -vf format=fmt=help hint.2003-10-29, by diego
-
spelling fixes, small additions, codename suggested2003-10-29, by diego
-
Mention README.2003-10-29, by diego
-
Linebreaks added for improved readability, long lines in error message2003-10-29, by diego
-
autoq2003-10-28, by michael
-
hue changeing of grayscale probably isnt usefull2003-10-28, by michael
-
10l2003-10-28, by michael
-
another 10l ...2003-10-28, by michael
-
alphabetical order2003-10-28, by diego
-
-nocolorkey readded.2003-10-28, by diego
-
optimize2003-10-28, by michael
-
New translation by Qba <jim85@wp.pl>2003-10-28, by wight
-
optimizing2003-10-27, by michael
-
change offsets (quality 2-4 looks better now)2003-10-27, by michael
-
prevent lockups on words which do not fit on the screen - temporary fix2003-10-27, by henry
-
different / faster / simpler "quantization"2003-10-27, by michael
-
10l2003-10-27, by michael
-
Sync2003-10-27, by lumag
-
-loadidx and -saveidx explanation extended.2003-10-27, by diego
-
sync2003-10-27, by nicolas
-
_ ---> - in -monitor* options2003-10-27, by diego
-
1l2003-10-27, by diego
-
_ ---> - in monitor_* options2003-10-27, by diego
-
update2003-10-27, by wight
-
_ --> - in option names2003-10-27, by wight
-
Torinthiel: -nocolorkey removed (-colorkey present), \ missing,2003-10-27, by diego
-
-vf hue2003-10-27, by michael
-
in configure --help output:2003-10-27, by diego
-
_ vs - in option names2003-10-27, by diego
-
_ ---> - in option names, approved by Alex.2003-10-27, by diego
-
120l2003-10-27, by michael
-
10l and minor optimization2003-10-26, by michael
-
-vf spp2003-10-26, by michael
-
Dead links updated or removed, Joe Barr section rewritten taking into2003-10-26, by diego
-
simple alternative postprocessing filter2003-10-26, by michael
-
* fix my 100l from before2003-10-26, by attila
-
separate options2003-10-26, by wight
-
forgot there are two generators now2003-10-26, by wight
-
sync2003-10-26, by wight
-
typo fix by <ismail.donmez@boun.edu.tr>2003-10-26, by diego
-
spelling fixes, mostly by <ismail.donmez@boun.edu.tr>2003-10-26, by diego
-
64bit types fix by a unkown mandrake 64bit expert2003-10-26, by attila
-
Red Hat support added by Dominik, README updated.2003-10-26, by diego
-
10!2003-10-26, by attila
-
Make gabu happy2003-10-26, by attila
-
reverting my last change as buggy gcc 3.x fails with it :(2003-10-25, by alex
-
1l2003-10-25, by gabucino
-
Neomagic TVout experiences...2003-10-25, by gabucino
-
finally removing pthread dependency!!2003-10-25, by gabucino
-
updates2003-10-25, by diego
-
-vop ---> -vf2003-10-25, by diego
-
Support for -chapter selection.2003-10-25, by mosu
-
Polish HTML encoding standard is iso-8859-2 not utf-8.2003-10-25, by wight
-
constant qscale was broken due to libavcodec changes, fix taken from ve_lavc.c2003-10-24, by ranma
-
fix issue when compiler is called 'cc', and --disable-gcc-checking was used2003-10-24, by gabucino
-
sync message + typo2003-10-24, by wight
-
make 'your system is too slow' appear only once2003-10-23, by iive
-
remove 'yes' from nowhere (after flac check)2003-10-23, by iive
-
sync2003-10-23, by wight
-
-vf fil2003-10-23, by michael
-
vf_hue2003-10-23, by michael
-
MPlayer-DOCS mailing list added2003-10-23, by gabucino
-
loadidx and saveidx options based on Jasons patch2003-10-23, by alex
-
10l to me, noticed by Bjorn Sandell2003-10-23, by alex
-
100l patch by (Tilmann Bitterberg <transcode at tibit dot org>)2003-10-23, by michael
-
100l to Nick2003-10-23, by alex
-
100000l again2003-10-22, by arpi
-
fast deinterleaver (= il filter with stride/width/height tricks)2003-10-22, by michael
-
removed obsoleted (or never ending) code2003-10-22, by alex
-
removed the stdcall convention2003-10-22, by alex
-
mingw port2003-10-22, by faust3
-
imho static linking causes less problems for mingw2003-10-22, by faust3
-
(i)dct algos2003-10-22, by michael
-
update2003-10-22, by faust3
-
more updates2003-10-22, by alex
-
Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>2003-10-22, by alex
-
cvidix geometry support in textmode2003-10-22, by faust3
-
added aspect && geometry support2003-10-22, by faust3
-
enable Vidix on Linux/Alpha2003-10-22, by gabucino
-
detection of 'Alpha' architecture2003-10-22, by gabucino
-
User settable http user-agent. Patch by Per Wigren2003-10-22, by alex
-
disable a silly errormessage2003-10-22, by alex
-
10l2003-10-22, by alex
-
Fixing tons of 10ls. Patch by rgselk <rgselknospam@yahoo.com>2003-10-22, by alex
-
colorkeying fixes2003-10-22, by alex
-
update by Andriy N. Gritsenko <andrej@lucky.net>2003-10-22, by alex
-
some updates in muxer api2003-10-22, by alex
-
handle sis_vid the same way as the other drivers2003-10-22, by faust3
-
updates2003-10-22, by alex
-
updates2003-10-22, by alex
-
sync2003-10-22, by alex
-
-nocolorkey support2003-10-22, by alex
-
fixed -nocolorkey2003-10-22, by alex
-
Support for newer Apple GCC's. Patch by Magnus Damm <damm@opensource.se>2003-10-22, by alex
-
Filters should be in <option> tags.2003-10-22, by wight
-
minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv)2003-10-22, by michael
-
grammar fixes by ismail.donmez@boun.edu.tr2003-10-21, by diego
-
adapting to init_put_bits prototype change2003-10-21, by rik
-
update overlay only if it is configured2003-10-21, by faust3
-
html.xsl -> html-single.xsl2003-10-21, by lumag
-
html.xsl ---> html-single.xsl2003-10-21, by diego
-
number of branches increased from 3 to 42003-10-21, by gabucino
-
html.xsl ---> html-single.xsl + more consistency + small fixes2003-10-21, by diego
-
Renamed to html-single.xsl.2003-10-21, by diego
-
grammar + renamed target2003-10-21, by diego
-
-tskeepbroken and -tsprog descriptions by Nico <nsabbi@libero.it>2003-10-21, by diego
-
Include HTML-single in README's.2003-10-21, by wight
-
Get rid of the annoying and useless "Subtitles requested but not found" message.2003-10-21, by mosu
-
Big consistency overhaul, targets and variables renamed to *-single and2003-10-21, by diego
-
Add some whitespace for readability + some wording improvements.2003-10-21, by diego
-
HTML-single added.2003-10-21, by diego
-
(C) MPlayer Team2003-10-21, by diego
-
More precise wording inspired by michaelni.2003-10-20, by diego
-
mpeg4 has only 8bit per numerator and denominator ...2003-10-20, by michael
-
sample_aspect_ratio2003-10-20, by michael
-
sync2003-10-20, by nauj27
-
maintainers info belongs to master file2003-10-20, by nicolas
-
Explain why sending complete files is a bad idea.2003-10-20, by diego
-
big demux_ts fix from Nico <nsabbi@libero.it>2003-10-20, by attila
-
obsolete2003-10-20, by diego
-
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)2003-10-20, by lumag
-
small fix2003-10-20, by luran
-
-nuvopts rtjpeg + small fixes2003-10-20, by diego
-
more docs path fixes2003-10-19, by diego
-
wrong path2003-10-19, by diego
-
DOCS/en/ ---> DOCS/HTML/en/2003-10-19, by diego
-
DOCS/en/ ---> DOCS/HTML/en/2003-10-19, by diego
-
Man pages moved to DOCS/man/.2003-10-19, by diego
-
-icelayer is long gone.2003-10-19, by diego
-
Another file translated.2003-10-19, by wight
-
Fixed a few still missed \- and better linebreaks.2003-10-19, by wight
-
Polish docs are now available as XML.2003-10-19, by diego
-
2 new translated files2003-10-19, by wight
-
sync with en2003-10-19, by luran
-
hope this is the last commit to sync with en...2003-10-19, by luran
-
sync again.2003-10-19, by luran
-
sync2003-10-19, by luran
-
forgot to update2003-10-19, by nicolas
-
sync, cosmetics, countless fixes2003-10-19, by nicolas
-
gamma weight patch by (Alexander Stege <mplayer at legale-software dot com>)2003-10-18, by michael
-
Sync + change DOCS/HTML/en to DOCS/HTML/ru.2003-10-18, by lumag
-
sync2003-10-18, by nicolas
-
optimization2003-10-17, by michael
-
fixed colorkey enabling/disabling2003-10-17, by faust3
-
small fixes2003-10-17, by diego
-
updated by sed2003-10-17, by diego
-
Punctuation fixes, better line breaks.2003-10-17, by diego
-
Massive consistency and spelling update inspired by Torinthiel.2003-10-17, by diego
-
double buffering fix for cards > NV04 && windows colorkeying fix2003-10-17, by faust3
-
support for disabling the colorkey2003-10-17, by alex
-
Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying support2003-10-17, by alex
-
backward compatibility patch by Ville2003-10-17, by alex
-
more files by Torinthiel <torinthiel@wp.pl> and crew2003-10-17, by diego
-
Support for MP2 audio.2003-10-16, by mosu
-
Support for uncompressed VobSubs.2003-10-16, by mosu
-
Support for VobSub-in-Matroska; parts outside of demux_mkv.cpp.2003-10-16, by mosu
-
SSE (small spelling error)2003-10-16, by lumag
-
File converted from UTF-8 to ISO-8859-1.2003-10-16, by nauj27
-
sync & other minor fix2003-10-16, by nauj27
-
sync & other minor fix2003-10-16, by nauj27
-
Sync2003-10-16, by lumag
-
Updates by Ville Syrjälä <syrjala@sci.fi>2003-10-16, by alex
-
consistency fixes2003-10-16, by alex
-
wording2003-10-16, by diego
-
wording, cosmetics, updates2003-10-16, by diego
-
Add some missing <option> tags, patch by Torinthiel.2003-10-16, by diego
-
Sync2003-10-16, by lumag
-
Fix compilation when libavcodec is missing.2003-10-16, by attila
-
punctuation fixes2003-10-16, by attila
-
Fix for compilation on mingw32/cygwin. Patch by Goodwu <goodwu@21cn.com>.2003-10-16, by mosu
-
Typo noticed by Lu Ran.2003-10-16, by diego
-
Revision keyword added.2003-10-16, by diego
-
spelling fixes2003-10-15, by diego
-
sync2003-10-15, by nicolas
-
Fix building: remove extra </qandadiv> tag.2003-10-15, by lumag
-
Don't include chunk.xsl directly.2003-10-15, by lumag
-
Document, that chunk.xsl mustn't be included directly.2003-10-15, by lumag
-
-colorkey documented.2003-10-15, by diego
-
Also build Polish documentation.2003-10-15, by diego
-
I found that the tdfxfb video output driver doesn't work when compiled with2003-10-15, by attila
-
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.2003-10-15, by diego
-
-noaspect isnt necessary anymore for -geometry2003-10-15, by attila
-
fix aspect hack2003-10-15, by attila
-
* why codecs.conf should be removed2003-10-15, by attila
-
dither scaling coefficients so they add up to 1.02003-10-15, by michael
-
rounding fixes2003-10-15, by michael
-
Point to generated HTML instead of old HTML docs.2003-10-15, by diego
-
Philippe De Swert <philippe.deswert@student.denayer.wenk.be>2003-10-14, by diego
-
Sync2003-10-14, by lumag
-
10l2003-10-14, by alex
-
stdin should be \-.2003-10-14, by diego
-
stdin should also be \-, forgotten \.2003-10-14, by diego
-
K6 MTRR support with a little help from Alex.2003-10-14, by diego
-
Prefer TOOLS/cpuinfo over /proc/cpuinfo on Cygwin, approved by Sascha.2003-10-14, by diego
-
10l found by Raindel Shachar <raindel@techunix.technion.ac.il>2003-10-14, by alex
-
non-directbuffer and slices support2003-10-14, by alex
-
10l found by Mark Berryman <mplayer@theberrymans.com>2003-10-14, by alex
-
typo2003-10-14, by alex
-
Stray duplicated line spotted by Torinthiel plus a typo.2003-10-14, by diego
-
documentation maintainer updates2003-10-14, by diego
-
docs updates, spelling, cosmetics2003-10-14, by diego
-
-vf eq only supports brightness and contrast, noticed by Torinthiel.2003-10-13, by diego
-
-stop option2003-10-13, by diego
-
further clarification2003-10-13, by diego
-
typo2003-10-13, by diego
-
Explain some troff tricks.2003-10-13, by diego
-
some typos, extended explanation2003-10-13, by diego
-
HTML documentation removed in favor of XML.2003-10-13, by diego
-
All filter names in audio.xml are inside <option> tags. All except2003-10-13, by diego
-
-sub-demuxer description extended.2003-10-13, by diego
-
Consistency in the use of \- vs - plus a typo or two.2003-10-13, by diego
-
Errare humanum est. Buxfixes, now compile ok.2003-10-12, by nauj27
-
Now the 'es' doc is complete. No need more symlink :)2003-10-12, by nauj27
-
sync2003-10-12, by nauj27
-
typo2003-10-12, by nauj27
-
reworked the libavcodec section2003-10-12, by alex
-
w0w w0w w0w! Today is the new big day in the Spanish world! :D2003-10-12, by nauj27
-
* clear window on fullscreen switch2003-10-12, by attila
-
the yv12 image looked more like a yuy2 image ;)2003-10-12, by faust3
-
fixed the mysterious segfaults on faster machines2003-10-12, by faust3
-
sync2003-10-12, by nicolas
-
sync, typos, cosmetics, more accurate translation & other various fixes2003-10-12, by nicolas
-
ffsp5x2003-10-11, by alex
-
some missing declarations for libavcodec2003-10-11, by alex
-
skip null frames in mpeg files, patch by Zoltan Hidvegi <mplayer@hzoli.2y.net>2003-10-11, by attila
-
the author's homepage points to us as the latest driver's source, so we2003-10-11, by gabucino
-
sync2003-10-11, by gabucino
-
generic instructions on DOCS subdirectories2003-10-11, by gabucino
-
ffmpeg moved to MPlayerHQ2003-10-11, by gabucino
-
English HTML documentation retired (moved to Attic/)2003-10-11, by gabucino
-
ffmpeg moved to mphq, URLs changed2003-10-10, by gabucino
-
added a few more device ids2003-10-10, by faust3
-
yv12->uyvy MMX2003-10-10, by michael
-
1E10l2003-10-10, by michael
-
10l2003-10-09, by michael
-
some missing formats2003-10-09, by alex
-
uyvy output support in swscaler2003-10-09, by alex
-
updated Vidix section to reflect newest developments2003-10-09, by gabucino
-
bsd support2003-10-09, by alex
-
nvidia info update2003-10-09, by gabucino
-
YUV422P dr1 fix2003-10-09, by michael
-
clean -> clean-html2003-10-09, by gabucino
-
sub autoloading fix for windows2003-10-09, by faust3
-
yet another hack to prevent crashes with dr2003-10-09, by faust3
-
sync and some other fix2003-10-09, by nauj27
-
New translated file.2003-10-08, by lumag
-
Sync2003-10-08, by lumag
-
Yep, I have missed this.. thanks Diego2003-10-08, by nauj27
-
correct handling of subdevice, -fb device is obsoleted2003-10-08, by alex
-
changes after pre22003-10-08, by alex
-
sync2003-10-08, by nauj27
-
Fix two missing slashes.2003-10-08, by lumag
-
Document USE_SYMLINKS2003-10-08, by lumag
-
FLAC now supported.2003-10-08, by diego
-
wording improvement2003-10-08, by diego
-
2l to Alex2003-10-08, by diego
-
spelling fixes2003-10-08, by diego
-
new XML build system2003-10-08, by diego
-
Support for building incomplete translations.2003-10-08, by diego
-
Commenting out sections reversed.2003-10-08, by diego
-
Bug fixes, now finally builds without errors.2003-10-08, by diego
-
microfix2003-10-08, by diego
-
build fixes2003-10-08, by diego
-
sync2003-10-07, by diego
-
some words about the sis and nvidia vidix drivers2003-10-07, by alex
-
SiS 650/651/740/etc driver by Jake Page <jake@CS.Stanford.EDU>2003-10-07, by alex
-
vidix equalizer support by Jake Page <jake@CS.Stanford.EDU>2003-10-07, by alex
-
<para>Note:.... </para> really should be <note><para>....</para></note>2003-10-07, by lumag
-
1) I prefer to get all mail at work.2003-10-07, by lumag
-
From: "Dominik 'Rathann' Mierzejewski" <dominik@rangers.eu.org>2003-10-07, by gabucino
-
use lagrange multipler instead of qscale2003-10-07, by michael
-
libfaad FAQ, external FAAD info added back.2003-10-07, by diego
-
sync2003-10-07, by diego
-
bug found by Alexander Stege2003-10-06, by nexus
-
sync2003-10-06, by nicolas
-
fixes2003-10-06, by nauj27
-
sync2003-10-06, by nauj27
-
New spanish doc file. Only faq.xml remaining!2003-10-06, by nauj27
-
Fix external FLAC detection on Mandrake.2003-10-06, by lumag
-
Only comment out the missing files.2003-10-05, by diego
-
/dev/svga* creation instructions2003-10-05, by gabucino
-
Improve flac detection a bit. Now you can safely remove all files from2003-10-05, by lumag
-
hopefully final pre2, it depends on gabucino..2003-10-05, by alex
-
consolevidix -> cvidix2003-10-05, by faust3
-
consolevidix renamed to cvidix2003-10-05, by gabucino
-
consolevidix -> cvidix2003-10-05, by faust3
-
final pre2 changelog2003-10-05, by alex
-
correct handling of select ret=0, patch by Jonas Jensen <jbj@knef.dk>2003-10-05, by alex
-
Sync2003-10-05, by rtognimp
-
100L fix the bug added by last commit2003-10-05, by albeu
-
Cygwin support2003-10-05, by diego
-
Commented out all buggy sections.2003-10-05, by diego
-
"compile" fix2003-10-05, by diego
-
bug fixes, should build now2003-10-05, by diego
-
FLAC and altivec2003-10-04, by diego
-
configure altivec patch by Magnus Damm <damm@opensource.se>2003-10-04, by attila
-
Resync :)2003-10-04, by lumag
-
Sync2003-10-04, by lumag
-
FLAC decoding support via imported libmpflac.2003-10-04, by lumag
-
CMIPCI information update by ismail.donmez@boun.edu.tr2003-10-04, by diego
-
Configure option typo found by Piotr Michniewski <cobra_666@poczta.onet.pl>2003-10-04, by diego
-
libcss stuff is horribly misleading2003-10-04, by rfelker
-
many small typo and grammar fixes2003-10-04, by gabucino
-
Sync by Philippe De Swert <philippe.deswert@student.denayer.wenk.be>2003-10-04, by diego
-
More precise wording as suggested by Maciej Paszta <macp@wp.pl>.2003-10-04, by diego
-
1000l to pl, this made mplayer crash when playing playlists longer2003-10-04, by rfelker
-
sync2003-10-03, by nauj27
-
typo2003-10-03, by diego
-
micro cleanup2003-10-03, by alex
-
10l2003-10-03, by alex
-
updates2003-10-03, by alex
-
sdl only -noxv2003-10-03, by alex
-
some updates2003-10-03, by alex
-
synced with current cvs2003-10-03, by alex
-
user settable colorkey2003-10-03, by alex
-
Spelling checked, DOCS section corrected.2003-10-03, by diego
-
supermount hint2003-10-03, by gabucino
-
codec_specific_data_size2003-10-02, by alex
-
Backwards compatibility fix for old SSA CodecIDs.2003-10-02, by mosu
-
workaround for mingw2003-10-02, by faust3
-
Windows port2003-10-02, by faust3
-
mingw port2003-10-02, by faust3
-
port libdha to mingw2003-10-02, by faust3
-
new vidix vo modules for textmode console and windows2003-10-02, by faust3
-
reversing my brokeness, but imho dnet is still broken on BE systems2003-10-02, by alex
-
make it work in textmode again && support for nv03 with 4MB RAM2003-10-02, by faust3
-
sync2003-10-02, by gabucino
-
Typos and some confusion noticed by Lukasz frogu Proszek <l_j_p@wp.pl>.2003-10-02, by diego
-
mv02003-10-02, by michael
-
typos and lavc voodoo2003-10-02, by diego
-
Add some credits.2003-10-02, by diego
-
Clumsy wording improved byRuben Garcia <ruben@ugr.es> and2003-10-02, by diego
-
Sometimes (especially with big images) reading pitch 0 from card's register2003-10-01, by lumag
-
few more words2003-10-01, by michael
-
remove outdated para about "newer version supporting URL-like syntax".2003-10-01, by lumag
-
New translation file.2003-10-01, by lumag
-
latest lavc uses the AIC flag also to turn mpeg4 ac prediction on/off2003-10-01, by michael
-
typo2003-10-01, by nauj27
-
"sync" (wtf is this option..?:)2003-10-01, by gabucino
-
rd cbp2003-09-30, by michael
-
typos and additions2003-09-30, by diego
-
typo, some additions2003-09-30, by diego
-
Small correction from Stanislaw Klekot <dozzie@wp.pl>2003-09-29, by eyck
-
Small improvement - added replaceable tags.2003-09-29, by lumag
-
according to xfree cvs maximum overlay size is only 2046x20462003-09-28, by atmos4
-
support for selecting which plane to use for metrics in the pullup2003-09-28, by rfelker
-
more exact cpu mhz detect for fats cpus (remove rounding)2003-09-28, by atmos4
-
experimental nvidia_vid, use at your own risk2003-09-27, by faust3
-
disable code that DOES NOT WORK (it won't load real playlists and2003-09-27, by rfelker
-
srcSliceY % 4 != 0 fix2003-09-26, by michael
-
eh 10l, better read compiler messages2003-09-26, by atmos4
-
big update of cputable:2003-09-26, by atmos4
-
fix for bigendian systems2003-09-26, by alex
-
10l found by Dominik 'Rathann' Mierzejewski <dominik@rangers.eu.org>2003-09-26, by alex
-
100l to me2003-09-26, by alex
-
updated for pre2003-09-26, by alex
-
initial MorphOS/Amiga (GeekGadgets) support2003-09-26, by alex
-
typo2003-09-26, by diego
-
Comment about translations added.2003-09-25, by diego
-
sync2003-09-25, by gabucino
-
sync2003-09-25, by gabucino
-
OSD stride fix and correct email2003-09-25, by iive
-
simple fix for buffer overflow (remotely exploitable). feel free to2003-09-25, by rfelker
-
Tpyo noticed by Torinthiel <torinthiel@wp.pl>.2003-09-24, by diego
-
Changed the criteria for when to drop RTP packets whose timestamp is too far2003-09-24, by rsf
-
Get more keys from X window (punctuation, etc.) Hopefully, all alnum keys2003-09-24, by lumag
-
Fix long-known bug with handling 'down key' in lists.2003-09-24, by lumag
-
Fixed xreflabel attributes.2003-09-24, by lumag
-
New file translated.2003-09-23, by lumag
-
subtitles priority calculation correction2003-09-23, by atlka
-
Mistake reversed. sync with english version comment added.2003-09-22, by nauj27
-
Fix for imprecise floating point calculations.2003-09-22, by mosu
-
corrected utf8 files autoselection2003-09-22, by atlka
-
add a read function for slave mode on mingw2003-09-22, by faust3
-
Typo fix + some additions by Mike Swieton <swietonm@student.gvsu.edu>.2003-09-22, by diego
-
Added a note about "synced with ..." comment.2003-09-22, by lumag
-
Massive docs update. (sync, etc.) New translated files coming soon.2003-09-22, by lumag
-
New spanish DOC file2003-09-21, by nauj27
-
sync2003-09-21, by nauj27
-
10l really disable faad if gcc is broken2003-09-21, by faust3
-
prevent crashes with vo_sdl2003-09-21, by henry
-
fix fullscreen switching in vo gl and vo gl22003-09-21, by faust3
-
temporary fix for attilas 10l, until better solution is found2003-09-21, by atmos4
-
Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>2003-09-21, by attila
-
Subtitle alignment & smart splitting by Salvatore Falco2003-09-21, by henry
-
Remove generated files at cleaning, and install some more examples.2003-09-21, by lumag
-
I don't think, that anybody likes seeng rm -f /* command :)2003-09-21, by lumag
-
Add revision keyword to english xml files, to ease translation synchronization2003-09-21, by lumag
-
Fix chunk.xsl autodetection.2003-09-21, by lumag
-
Update readme's. Remove incorrect bug :)2003-09-21, by lumag
-
Lol! This command will try to change xfer_mode, and not a cdrom spin speed. Removed.2003-09-21, by lumag
-
MinGW 3.1.0 supports MPlayer out of the box.2003-09-21, by diego
-
disable af export for systems without mmap2003-09-21, by faust3
-
make aspect recognize -noaspect2003-09-21, by attila
-
directx now supports geometry.2003-09-21, by diego
-
dont fix things at the wrong place2003-09-21, by attila
-
add some docu about when and how to call geometry2003-09-21, by attila
-
10l2003-09-21, by attila
-
fix black screen on linux, patch by Jindrich Makovicka2003-09-21, by faust3
-
make sure ppl know that geometry doesnt change aspect2003-09-21, by attila
-
use vo_fs + geometry support2003-09-21, by faust3
-
ev56 doesnt support mvi2003-09-21, by attila
-
patch from Pierre Lombard <p_l@gmx.fr>2003-09-21, by attila
-
wording fix2003-09-21, by diego
-
patch by Andrew A. Gill <superluser@frontiernet.net>:2003-09-21, by pl
-
reversed for cause of code obsolescence2003-09-21, by pl
-
documentation for get_vo_Fullscreen and get_sub_visibility, patch by Mike Swieton2003-09-20, by faust3
-
binary flag is rquired for win322003-09-20, by faust3
-
Adding filter for exporting audio data to visual effect applications2003-09-20, by anders
-
Fixed 'reading after EOF'. demuxers didn't check, how many they've read!2003-09-20, by lumag
-
printf() requires stdio.h2003-09-20, by pl
-
fix aspect for gl2 fullscreen2003-09-20, by attila
-
fix for the no video/black screen with some dmo/wmv9 movies2003-09-20, by pl
-
Update CPUID-Table for current Athlon CPUs2003-09-20, by atmos4
-
make vo_gl2 compile on cygwin, too2003-09-19, by faust3
-
get_percent_pos support in demux_audio, patch by ROSEN Jeremy <jeremy.rosen at c-s.fr>2003-09-19, by faust3
-
Added Matroska file extensions to the GUI. Patch by t0nik@yandex.ru.2003-09-17, by mosu
-
10L -fixed-vo must be a global option2003-09-17, by albeu
-
I have already translate more documentation that Andoni 8-)2003-09-16, by nauj27
-
New file2003-09-16, by nauj27
-
fixed " character2003-09-16, by nauj27
-
Different decision making for seeking which takes the direction into account.2003-09-15, by mosu
-
moved file_size and len_in_msec2003-09-15, by alex
-
sync2003-09-15, by nauj27
-
sync2003-09-15, by nauj27
-
minor updates2003-09-15, by diego
-
sync with HTML2003-09-15, by diego
-
XML tools download and installation instructions2003-09-14, by gabucino
-
spelling cosmetics2003-09-14, by diego
-
sync, cosmetics & various updates2003-09-14, by nicolas
-
Fixed 2 bugs spotted by Nico + extended a description, spelling cosmetics.2003-09-13, by diego
-
This file does not need to be translated.2003-09-13, by diego
-
codecs-in.html moved to DOCS/tech/.2003-09-12, by diego
-
warning fix (missing C initializers)2003-09-12, by pl
-
warning fix (missing C initializer)2003-09-12, by pl
-
patch by Guido Guenther <agx@sigxcpu.org>:2003-09-12, by pl
-
fix some warnings (define order)2003-09-12, by pl
-
fix for warning in some vo_*.c2003-09-12, by pl
-
force a new line if a message is very long2003-09-12, by pl
-
1000l2003-09-12, by henry
-
yet another sync fix2003-09-11, by henry
-
initial revision2003-09-11, by gabucino
-
Fixed seeking in MPEG4 files. Patch by Uwe Reder <Uwe.Reder@3SOFT.de>.2003-09-11, by mosu
-
pass stream header FCC2003-09-11, by michael
-
Fixed PAUSED message (it was too long :)2003-09-10, by lumag
-
10l, debug code broke compile with mmx disabled2003-09-08, by rfelker
-
hopefully final xv ports.2003-09-07, by attila
-
IRIX support by Timo Kanera <timo@kanera.de>2003-09-07, by alex
-
100l typo found by Dima K. <dimakar@yahoo.com>2003-09-07, by alex
-
external faad support via --enable-externalfaad and fix my 1000l bug2003-09-07, by alex
-
adaptors are not ports2003-09-07, by attila
-
1l forgot info2003-09-07, by rtognimp
-
plen=0 is handled2003-09-07, by alex
-
moved packet header after startcodes2003-09-07, by alex
-
catch negative port numbers, just in case2003-09-06, by attila
-
sync2003-09-06, by nicolas
-
sync2003-09-06, by nauj27
-
102003-09-06, by michael
-
add port parameter to -vo xv2003-09-06, by attila
-
fix debug compilation on mingw2003-09-06, by faust3
-
reserved_bytes & byte order stuff2003-09-06, by michael
-
disable sse support for mingw because of missing memalign2003-09-06, by faust3