Mercurial > mplayer.hg
graph
-
Some indentation fixes.2010-11-09, by reimar
-
Merge pointlessly split string.2010-11-08, by reimar
-
Fix one -subcc sample.2010-11-08, by reimar
-
Document that -subcc now takes a channel option.2010-11-08, by reimar
-
Add code to allow selecting the Close Captioning channel.2010-11-08, by reimar
-
cosmetics: Fix Bluray vs. Blu-ray typo.2010-11-08, by diego
-
Prefer FFmpeg AAC decoder over libfaad2.2010-11-08, by diego
-
document how to add ffmpeg codecs in codecs.conf.txt2010-11-08, by compn
-
Replace hardcoded str size with sizeof2010-11-07, by cboesch
-
Use MSGTR_MemAllocFailed instead of hardcoded string2010-11-07, by cboesch
-
Remove outdated reference to 80kB patch size limit; the limit no longer exists.2010-11-07, by diego
-
Use calloc instead of malloc+memset.2010-11-07, by reimar
-
Avoid unnecessary ().2010-11-07, by reimar
-
Remove some useless NULL pointer checks before invoking free() on the pointer.2010-11-07, by diego
-
Add a comment to codecs that require their fourcc's added to demuxer.c.2010-11-07, by cehoyos
-
Add missing fourcc's that require libavcodec parsing.2010-11-07, by cehoyos
-
Fix typo: There is no fourcc 'MPE '.2010-11-07, by cehoyos
-
Use IMGFMT to compare instead of PIX_FMT to avoid issues2010-11-06, by reimar
-
For FFmpeg codecs YV12 should always be in the supported format2010-11-06, by reimar
-
Fix dvd:// fill_buffer function to actually write into the specified2010-11-06, by reimar
-
Fix spelling.2010-11-06, by reimar
-
100l, add missing return.2010-11-06, by reimar
-
Change code to something understandable (but equivalent).2010-11-06, by reimar
-
Remove a pointless and stupid condition.2010-11-06, by reimar
-
Fix subtitle sync issues by ensuring we enqueue all subtitle packets2010-11-06, by reimar
-
Fix -ac faad with -demuxer lavf.2010-11-06, by reimar
-
fflatm seems to be working, wheras internal faad does not work with2010-11-06, by reimar
-
Use only one fourcc for LATM.2010-11-06, by reimar
-
Handle EAGAIN in ad_ffmpeg, this is necessary for LATM to work properly with2010-11-06, by reimar
-
Add support for LATM parsing.2010-11-06, by reimar
-
Fix bd:// with -cache, the bd_read function does not work when2010-11-06, by reimar
-
Fix program switching with -demuxer lavf.2010-11-06, by reimar
-
Print PROGRAM_ID -identify output similar to demux_ts2010-11-06, by reimar
-
Set st->discard in the same way for audio and video, fixes -aid no2010-11-06, by reimar
-
Support NV12/NV21/HM12 in ve_raw.2010-11-03, by reimar
-
Make scale filter accept all non-hardware-acceleration input formats we know a2010-11-03, by reimar
-
Add and use a IMGFMT_IS_HWACCEL define.2010-11-03, by reimar
-
Add video/3gpp and application/x-flash-video mime types.2010-11-03, by diego
-
Do not enable rpath on NetBSD.2010-11-03, by diego
-
Enable joystick support on FreeBSD.2010-11-03, by diego
-
Support FFmpeg LATM decoding.2010-11-02, by cehoyos
-
Restore all the attributes after changing aspect ratio.2010-11-02, by komh
-
Prevent a parent window from painting over our window on slave mode2010-11-02, by komh
-
Fix possible out-of-bounds access.2010-10-30, by reimar
-
sync with en/mplayer.1 rev. 325662010-10-30, by jrash
-
Support for -force-key-frames for ve_xvid4.2010-10-29, by cigaes
-
Support for -force-key-frames for ve_x264.2010-10-29, by cigaes
-
Support for -force-key-frames for ve_lavc.2010-10-29, by cigaes
-
Add the -force-key-frames option.2010-10-29, by cigaes
-
Store src/dstFormat after calling handle_jpeg2010-10-29, by mstorsjo
-
make indentation consistent (no content changes)2010-10-28, by siretart
-
Update release instructions to be more in line with current practice.2010-10-28, by diego
-
Add internal read and seek function to avoid a useless memcpy when using2010-10-27, by reimar
-
vo_corevideo.m: change path for sub.h.2010-10-27, by cigaes
-
Move spuenc.[ch] from libvo to sub.2010-10-27, by cigaes
-
Move osd.[ch] and osd_template.c from libvo to sub.2010-10-27, by cigaes
-
Remove som irrelevant commented-out code.2010-10-27, by reimar
-
Move libvo/sub.[ch] from libvo to sub.2010-10-27, by cigaes
-
Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.2010-10-27, by cigaes
-
Ignore .d and .ho files in sub.2010-10-27, by cigaes
-
Do not use a path for including files in the same directory.2010-10-27, by reimar
-
Makefile: add the sub directory to DIRS.2010-10-27, by cigaes
-
Move subassconvert.[ch] to the sub directory.2010-10-27, by cigaes
-
Move ass_mp.[ch] to the sub directory.2010-10-27, by cigaes
-
Move eosd.[ch] to the sub directory.2010-10-27, by cigaes
-
Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.2010-10-27, by cigaes
-
Move sub_cc.[ch] to the sub directory.2010-10-27, by cigaes
-
Move av_sub.[ch] to the sub directory.2010-10-27, by cigaes
-
Move spudec.[ch] to the sub directory.2010-10-27, by cigaes
-
Move find_sub.c to the sub directory.2010-10-27, by cigaes
-
Create a new directory, "sub", for subtitles and OSD related code.2010-10-27, by cigaes
-
Fix compilation with networking disabled due to FFmpeg CONFIG_RTPDEC handling.2010-10-27, by diego
-
stream_dvd: millisecond accuracy for chapters in -identify output.2010-10-27, by cigaes
-
bump package build-dependency on x264 to versions later than 0.992010-10-27, by siretart
-
sync x264 version check with the check in ffmpeg/configure2010-10-27, by siretart
-
Consistency fix: select track specified by -aid/-vid/-sid automatically2010-10-26, by reimar
-
Replace malloc+memset by calloc.2010-10-26, by reimar
-
Add manual page changes after adding support for additional xvid2010-10-23, by cehoyos
-
Fix Italian translation.2010-10-23, by cehoyos
-
Use proper include instead of extern declarations in the .c file.2010-10-23, by reimar
-
Change capture feature to append to file instead of overwriting.2010-10-23, by reimar
-
Simplify and fix capture feature to not always return an error.2010-10-23, by reimar
-
EOSD: overlay_add: use read_pnm instead of the internal reimplementation.2010-10-22, by cigaes
-
Add stereo3d filter.2010-10-22, by reimar
-
Remove unused message string.2010-10-22, by reimar
-
Improve vd_ffmpeg aspect handling to respect container aspect if possible2010-10-22, by reimar
-
Implement a basic capture feature, available through -capture.2010-10-21, by diego
-
Add CONFIG_RTPDEC to config.h/config.mak for FFmpeg.2010-10-21, by diego
-
Fix detection of mips processor variants.2010-10-21, by diego
-
Cosmetics: split a couple long "if" lines.2010-10-21, by corey
-
Make mencoder account for encoder delay when considering the current2010-10-21, by corey
-
Make commas and backslashes show in manpage output as they are supposed2010-10-20, by attila
-
make the packaged binaries identify themselves properly2010-10-19, by siretart
-
10l, unbreak building of mplayer-doc package2010-10-19, by siretart
-
Make clean target even more robust and forcefully remove generated HTML docs2010-10-19, by siretart
-
switch to source format 3.0 (native) to build tarballs on demand2010-10-19, by siretart
-
Make the parse_timestring public, with a slightly extended API.2010-10-18, by cigaes
-
Move the read_pnm function into a separate file.2010-10-18, by cigaes
-
Add a flag "initialized" to the mp_eosd_source structure.2010-10-18, by cigaes
-
don't fail debian package build if not all shlibdeps information could be retrieved2010-10-18, by siretart
-
Reindent.2010-10-17, by reimar
-
Add support for AOPLAY_FINAL_CHUNK, reportedly also fixes a possible2010-10-17, by reimar
-
Fix possible crash for invalid http_proxy URLs like just2010-10-17, by reimar
-
More strict autodetection of RT subtitle format.2010-10-17, by reimar
-
Mention af_cmdline command in Changelog.2010-10-17, by reimar
-
Add experimental af_cmdline slave command to allow changing filter options at runtime.2010-10-17, by reimar
-
Make af_reinit "public", to allow using it in future patches.2010-10-17, by reimar
-
Avoid C99-style loops with variable declaration inside for ()2010-10-17, by reimar
-
Add proper include for set_priority,2010-10-17, by reimar
-
Move gui-specific code out of common_init, it certainly does2010-10-17, by reimar
-
Add windows.h include to fix compilation in some cases.2010-10-17, by reimar
-
Make code clearer by putting the "special case hack" inside the if.2010-10-17, by reimar
-
Fix indentation.2010-10-17, by reimar
-
Do not fail opening a -input file= file just because stat failed, but try2010-10-17, by reimar
-
Add missing avstring include for av_strlcpy.2010-10-17, by reimar
-
Add proper include for av_strlcpy.2010-10-17, by reimar
-
Small grammar and formatting fixes2010-10-17, by reynaldo
-
in auto mode, enable internal libdvdcss only if it is actually available2010-10-15, by siretart
-
Cosmetic: remove useless braces.2010-10-14, by cigaes
-
Use intptr_t for integers stored in opaque pointers.2010-10-14, by cigaes
-
ignore debhelper generated debug logfiles2010-10-14, by siretart
-
make clean target more robust (i.e. don't fail when config.mak isn't there)2010-10-14, by siretart
-
Replace snprintf by av_strlcpy.2010-10-13, by reimar
-
Do not call Setup_FS_Segment if the QuickTime framework is used on OSX2010-10-13, by reimar
-
do not create a fake 'bestsites' if neither 'fping' or 'netselect' are installed2010-10-13, by siretart
-
use 'dpkg --print-architecture'2010-10-13, by siretart
-
EOSD: add a function to test if a source has already been registered.2010-10-12, by cigaes
-
Remove some obsolete and misleading comments.2010-10-12, by diego
-
Fix handling of invalid values in aspect_save_screenres to not overwrite2010-10-11, by reimar
-
Remove #warning preprocessor directives or replace them by suitable comments.2010-10-11, by diego
-
Extract code to read a pnm file into a separate function.2010-10-10, by reimar
-
Add the overlay_add and overlay_remove commands.2010-10-10, by cigaes
-
Use a dynamic list for the sources of EOSD elements.2010-10-10, by cigaes
-
Avoid printing AAC with SBR warning on every decode call, instead print2010-10-09, by reimar
-
Write the code in a more understandable way instead of trying to explain2010-10-09, by reimar
-
Whitespace cosmetics: format init function more consistent with the2010-10-09, by reimar
-
Fix typo in error message: ACC -> AAC2010-10-09, by reimar
-
Simplify some ifdefs.2010-10-09, by reimar
-
Move OS-fixup hacks in init code into a separate function.2010-10-09, by reimar
-
Sanitize indentation of common init functions.2010-10-09, by reimar
-
Avoid duplicating common init code between MPlayer and mencoder.2010-10-09, by reimar
-
Remove some commented-out and generally useless code.2010-10-09, by reimar
-
Fix validity checks before closing a file descriptor.2010-10-09, by reimar
-
Fix indentation.2010-10-09, by reimar
-
Remov gui-specific code, the way teh GUI works was changed so most2010-10-09, by reimar
-
Add a va_list version of mp_msg and use it to avoid yet another intermediate2010-10-09, by reimar
-
Add a missing const to declaration.2010-10-09, by reimar
-
Simplify code for writing to /proc/mtrr.2010-10-09, by reimar
-
Spelling fix.2010-10-09, by reimar
-
Use FFALIGN macro.2010-10-09, by reimar
-
Spelling fix.2010-10-09, by reimar
-
Remove an unmotivated and pointless panscan_calc call.2010-10-09, by reimar
-
xvidix: reconfigure also on window move.2010-10-09, by reimar
-
Fix xmga event handling: Reconfigure hardware on move and resize,2010-10-09, by reimar
-
Remove a useless MGA_VID_CONFIG ioctl, set_window already does this.2010-10-09, by reimar
-
Add VO_EVENT_MOVE which is required for VOs that interact directly2010-10-09, by reimar
-
Switch (x)mga vo to new libvo API to reduce code duplication and improve2010-10-09, by reimar
-
Add fallback values to aspect_save_screenres to avoid division by 02010-10-09, by reimar
-
cosmetics: Drop some {} from if statements to get rid of pointless #ifdefs.2010-10-08, by diego
-
AC-3 streams need to be byteswapped on little-endian machines.2010-10-08, by diego
-
Change libmp3lame check to test for lame_set_VBR_quality().2010-10-08, by diego
-
Make sure some x86 config.h entries are available on all architectures.2010-10-07, by diego
-
Add missing values for the chanlist suboption of -tv.2010-10-07, by diego
-
Add xmm clobbers test for FFmpeg.2010-10-07, by diego
-
Fix switching audio track with the native MPEG-TS demuxer after an2010-10-06, by cehoyos
-
Add necessary #includes to make headers compile standalone.2010-10-05, by diego
-
Ignore generated .ho files.2010-10-05, by diego
-
Require LAME 3.98.3 for MPlayer, same as is required for FFmpeg.2010-10-05, by diego
-
Ensure that CONFIG_NETWORK is always #defined to either 0 or 1.2010-10-05, by diego
-
add another xdcam mpeg2 fourcc/isom2010-10-05, by compn
-
Handle libavformat adding additional streams during playback.2010-10-04, by reimar
-
1000l, %lf is not valid format string for printf (only for scanf) and actually2010-10-04, by reimar
-
yadif: Explicit wordlength for compare. Fixes compile with clang.2010-10-03, by cehoyos
-
Move pva_get_payload() around to avoid a forward declaration.2010-10-03, by diego
-
Mark pva_get_payload() as static, it is not used outside of the file.2010-10-03, by diego
-
Move AVI muxer functions around to avoid forward declarations.2010-10-03, by diego
-
Move mp_unescape03 function around to avoid forward declaration.2010-10-03, by diego
-
Remove unused hexdump() forward declaration.2010-10-03, by diego
-
Replace forward declarations of skip_audio_frame() by proper #include.2010-10-03, by diego
-
Replace forward declarations of resync_{audio|video}_stream by proper #includes.2010-10-03, by diego
-
Remove some unnecessary #includes from IVTV and V4L2 checks.2010-10-03, by diego
-
Simplify some X11 checks with the help of statement_check_broken().2010-10-03, by diego
-
Remove some dead and commented-out variable declarations and assignments.2010-10-03, by diego
-
cosmetics: alphabetical order for the DIRS list2010-10-03, by diego
-
Add missing "ffmpeg/" prefix to libpostproc entry in DIRS list.2010-10-03, by diego
-
100l, fix sws_getCachedContext. It did not set the colorspace details,2010-10-03, by reimar
-
Fix ds_get_packet_sub to actually respect the pts-based read-ahead limit.2010-10-02, by reimar
-
Remove UNUSED macros used to shut up unused function parameter warnings.2010-10-02, by diego
-
Move some code around to avoid forward declarations in top-level .c files.2010-10-01, by diego
-
Drop removal of AAC encoder from list of FFmpeg encoders.2010-10-01, by diego
-
100l, actually add yasmdefines to YASMFLAGS.2010-09-30, by reimar
-
Synced with help_mp-en.h rev. 320662010-09-30, by jrash
-
Use calloc instead of malloc and memset.2010-09-30, by cehoyos
-
Simplify comparison.2010-09-30, by cehoyos
-
Set default values for the scale context in sws_alloc_context().2010-09-29, by stefano
-
Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.2010-09-29, by stefano
-
Set valid default values for the srcw, srch, dstw, dsth options in the2010-09-29, by stefano
-
Use bluray_device variable also for bd:// instead of dvd_device2010-09-29, by reimar
-
Reindent.2010-09-29, by reimar
-
spudec: support "clear" packets that contain no data but instead2010-09-29, by reimar
-
Move config.asm back to root and append a '/' to SRC_PATH2010-09-29, by reimar
-
Allow configure to accept nasm instead of yasm again.2010-09-29, by reimar
-
Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asm2010-09-29, by reimar
-
config.asm should be generate in ffmpeg/, not the root.2010-09-29, by reimar
-
Cosmetics: put "if (...)" and "av_log(...)" in the same line for2010-09-29, by stefano
-
Put if (...) av_log() in the same line, more compact and increase2010-09-29, by stefano
-
Amend constraints for the src_format and dst_format options in the2010-09-29, by stefano
-
Cosmetics: fix braces placement.2010-09-29, by stefano
-
Deprecate sws_getContext(), use sws_alloc_context() and2010-09-28, by stefano
-
Add documentation for the returned value of sws_init_context().2010-09-28, by stefano
-
Use a single svn:externals declaration for all of FFmpeg.2010-09-28, by diego
-
synced to r323972010-09-28, by ptt
-
corrected a _ to - in -udp-slave message2010-09-28, by ptt
-
Bump minor version after the addition of sws_alloc_context() and2010-09-28, by stefano
-
100l fix if condition2010-09-27, by bcoudurier
-
Y400A (gray alpha) input support in libswscale2010-09-27, by bcoudurier
-
swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r320682010-09-27, by janne
-
cosmetics: break long line update_flags_cpu2010-09-27, by janne
-
Fix condition for compiling lrintf, fixes compilation on cygwin/MinGW.2010-09-27, by reimar
-
Remove unnecessary Xlib.h #include from xf86keysym check.2010-09-27, by diego
-
Revert accidentally committed changes.2010-09-27, by diego
-
Drop two unnecessary Xlib.h #includes and use helper functions.2010-09-27, by diego
-
cosmetics: Move some functions around to avoid ugly forward declarations.2010-09-27, by diego
-
Mark some function parameters that are not modified as const.2010-09-27, by diego
-
Check for __STDC_VERSION__ >= 199901L before declaring lrintf().2010-09-27, by diego
-
cosmetics: Make diff apply cleanly.2010-09-27, by diego
-
Ignore all config.* files.2010-09-27, by diego
-
Sync with current FFmpeg head.2010-09-27, by diego
-
Add config.asm with (sub)architecture definitions for FFmpeg's YASM support.2010-09-27, by diego
-
Simplify some configure checks through statement_check{_broken}().2010-09-27, by diego
-
cosmetics: Rename function_check{_broken}() --> statement_check{_broken}().2010-09-27, by diego
-
Remove unnecessary sys/types.h #include from shm check.2010-09-26, by diego
-
Add proper autodetection for FTP support; should fix Bugzilla #1804.2010-09-26, by diego
-
Simplify inet_pton/inet_aton checks with function_check().2010-09-26, by diego
-
Simplify jpeglib check with header_check_broken().2010-09-26, by diego
-
Switch back to using '-MD -MP' as gcc .d file creation flags.2010-09-26, by diego
-
Remove unnecessary linux/types.h #include from Apple IR check.2010-09-26, by diego
-
Move xmga check after X11, which xmga requires.2010-09-26, by diego
-
Simplify ENCA check.2010-09-26, by diego
-
fix typos and grammar2010-09-26, by ramiro
-
Make the avoptions list of sws more complete.2010-09-26, by michael
-
Split alloc and init of context so that parameters can be set in the context2010-09-26, by michael
-
Update documentation on how to add checks; mention helper functions.2010-09-26, by diego
-
Fix the way the dynamic loader check adds linker flags.2010-09-26, by diego
-
Simplify Windows waveout test with header_check_broken().2010-09-26, by diego
-
Simplify Direct3D check with header_check().2010-09-26, by diego
-
Remove some unnecessary windows.h #includes in configure checks.2010-09-26, by diego
-
synced with r323612010-09-26, by Gabrov
-
typo fix2010-09-26, by Gabrov
-
swscale: use full chroma input for point scaler2010-09-26, by ramiro
-
Partial support for ffwmvp (only works with -demuxer lavf).2010-09-26, by cehoyos
-
Automatic downmix using the pan filter when the requested channel count is 22010-09-26, by cigaes
-
Omit header dependency declaration for codec-cfg.d.2010-09-26, by diego
-
Ignore generated .d files.2010-09-25, by diego
-
Add CFLAGS/LDFLAGS for all FFmpeg libraries when using pkg-config in configure.2010-09-25, by diego
-
Ignore generated .d files.2010-09-25, by diego
-
Change the way encoders necessary for both MPlayer and MEncoder are enabled.2010-09-25, by diego
-
Add HAVE_STDLIB_H to config.h for libfaad2.2010-09-25, by diego
-
Sync some minor changes from upstream libdvdcss, up to r237.2010-09-25, by diego
-
Remove __USE_UNIX98 from libdvdcss/libdvdnav/libdvdread CPPFLAGS.2010-09-25, by diego
-
Minor simplification of af_init.2010-09-25, by reimar
-
Fix af_append and af_prepend prototypes, the name should be const.2010-09-25, by reimar
-
vf_ass: avoid divisions in alpha blending.2010-09-23, by cigaes
-
Do not compile libfaad2 with -D_GNU_SOURCE.2010-09-22, by diego
-
Mark output_to_PCM_sux as static, it is not used outside of the file; fixes:2010-09-22, by diego
-
Do not compile libfaad2's lrintf() implementation if __STDC_VERSION__ is set.2010-09-22, by diego
-
MPEG4AAC_DECODER does not exist in FFmpeg; do not remove it from libavdecoders.2010-09-21, by diego
-
Move network requirement check for FTP into the FTP test.2010-09-21, by diego
-
Add HAVE_ALIGNED_STACK definition for FFmpeg.2010-09-21, by diego
-
Drop obsolete CONFIG_IPV6 #definition for FFmpeg from config.h.2010-09-21, by diego
-
Move ASMALIGN check into x86 section of configure.2010-09-21, by diego
-
Move lrintf definition to the FFmpeg section of config.h.2010-09-21, by diego
-
Remove local HAVE_LRINTF hack; it should no longer be necessary.2010-09-21, by diego
-
Restore trailing whitespace in local diff file.2010-09-21, by diego
-
Drop separate compilation rules for dhahelperwin files.2010-09-20, by diego
-
Use generated dependency information files for dhahelper.2010-09-20, by diego
-
Merge dhahelperwinclean and dhahelperclean targets.2010-09-20, by diego
-
Use generated dependency information files for tools and tests.2010-09-20, by diego
-
Generate dependency information for netstream and vivodump as well.2010-09-20, by diego
-
Work around linking failure due to unresolved reference to mplayer_version.2010-09-20, by diego
-
Remove remnants of explicit dependency file generation.2010-09-20, by diego
-
Fix osdep/mplayer.rc.o vs. osdep/mplayer-rc.o typo.2010-09-20, by diego
-
Use dependency files to track the compile-time dependencies of kernel modules.2010-09-20, by diego
-
Generate dependency files also when compiling binaries straight from .c files.2010-09-20, by diego
-
Add an actual .c file for the rage128_vid kernel module.2010-09-20, by diego
-
Simplify generation of dependency file list.2010-09-20, by diego
-
Also read dependency files generated while compiling Assembler files.2010-09-20, by diego
-
cosmetics: Rename DEPS variable to DEP_FILES.2010-09-20, by diego
-
Use CFLAGS directly when compiling Assembler files, we do not set ASFLAGS.2010-09-20, by diego
-
Move ASFLAGS and AS_DEPFLAGS to the FFmpeg section of config.mak.2010-09-20, by diego
-
Add dependency flags to CC invocation for .S files.2010-09-20, by diego
-
Simplify libbluray test with function_check().2010-09-20, by diego
-
Remove another set of unnecessary #ifdefs around vosub_vidix.h #include.2010-09-20, by diego
-
Remove unnecessary #ifdefs around vosub_vidix.h #include.2010-09-20, by diego
-
Do not falsely declare some vo_functions_t declarations as const.2010-09-20, by diego
-
Remove unnecessary #include from libbluray test.2010-09-20, by diego
-
1000l: Fix shift amount in function_check_broken().2010-09-19, by diego
-
vf_ass: skip alpha blending for pixels where alpha is zero.2010-09-18, by cigaes
-
Check for realloc failure. Ignore the memleak this causes since2010-09-18, by reimar
-
Matroska allows data to be compressed multiple times, thus ensure2010-09-18, by reimar
-
Fix format string to match type.2010-09-18, by reimar
-
Fix label indentation.2010-09-18, by reimar
-
Fix decoded length calculation of LZO decompression in demux_mkv.2010-09-18, by reimar
-
Add many integer overflow checks to mkv demuxer.2010-09-18, by reimar
-
Make sure that HAVE_MKSTEMP is always #defined to a value.2010-09-18, by diego
-
Simplify librtmp check using function_check().2010-09-18, by diego
-
Make sure that CONFIG_LIBMP3LAME is always #defined.2010-09-18, by diego
-
cosmetics: Drop a bunch of unnecessary parentheses from big-endian check.2010-09-18, by diego
-
Simplify libdca check using function_check_broken().2010-09-18, by diego
-
Add function_check_broken convenience function.2010-09-18, by diego
-
cosmetics: Slightly reformat a comment.2010-09-18, by diego
-
cosmetics: Slightly shorten swab() check.2010-09-18, by diego
-
Fix compilation on Windows: MinGW unistd.h does not define NULL.2010-09-18, by reimar
-
Adapt license header from libass to MPlayer boilerplate.2010-09-17, by diego
-
Move libass/ass_mp.[ch] ---> ass_mp.[ch].2010-09-17, by diego
-
Rename preprocessor directives: CONFIG_LIBAVCODEC --> CONFIG_FFMPEG2010-09-17, by diego
-
Add an #ifdef to avoid unused variable warnings when iconv is disabled.2010-09-17, by diego
-
Ignore possible errors from dvdread-config invocation.2010-09-17, by diego
-
Check for vbeInit() instead of vbeVersion() in VESA test.2010-09-17, by diego
-
Mark functs not used outside of the file as static, remove from header; fixes:2010-09-17, by diego
-
cosmetics: Move vlvo_preinit() below the functions that it uses.2010-09-17, by diego
-
Mark vlvo_draw_slice_420() as static, it is not used outside the file; fixes:2010-09-17, by diego
-
Revert marking vo_functions_t video_out_vesa as const; fix vo_vesa compilation.2010-09-17, by diego
-
Mark fillMultiBuffer() as static, it is not used outside of the file; fixes:2010-09-17, by diego
-
Remove outdated warning about obsolete gcc 2.96.2010-09-17, by diego
-
Replace local min/max macros by FFMIN/FFMAX.2010-09-17, by diego
-
Remove old obsolete warning about dfbopts.2010-09-17, by diego
-
mga: use libswscale interface for g200 (untested)2010-09-16, by ramiro
-
Unconditionally #include subreader.h.2010-09-16, by diego
-
misc whitespace cosmetics2010-09-16, by diego
-
Remove pointless fontconfig #ifdefs and conditional font_fontconfig declaration.2010-09-16, by diego
-
Remove pointless fontconfig version #ifdef.2010-09-16, by diego
-
Add necessary #include for text_font_scale_factor and subtitle_autoscale.2010-09-16, by diego
-
100l: Set _XOPEN_SOURCE to a proper integer value.2010-09-16, by diego
-
Simplify check for external dvdread.2010-09-16, by diego
-
Slightly restructure OSS audio check; fixes the warning:2010-09-16, by diego
-
Remove pointless sys/ioctl.h #includes from OSS audio checks.2010-09-16, by diego
-
Add missing stdio.h #include to the test program in the PNG check.2010-09-16, by diego
-
Simplify glob() check.2010-09-16, by diego
-
Simplify termcap check.2010-09-16, by diego
-
Simplify mkstemp() check.2010-09-16, by diego
-
Add _XOPEN_SOURCE >= 500 #define to mkstemp check; mkstemp() requires it.2010-09-16, by diego
-
swscale-test: cosmetic alignment2010-09-16, by ramiro
-
Simplify libggiwmh check using function_check().2010-09-16, by diego
-
Simplify OS/2 header checks using header_check_broken().2010-09-16, by diego
-
Simplify libmpeg2 check using header_check_broken().2010-09-16, by diego
-
Simplify esd checks using function_check().2010-09-16, by diego
-
Update URL to patch for new API support.2010-09-16, by diego
-
Update mp3lame_lavc check to match recent FFmpeg changes.2010-09-16, by diego
-
swscale: remove useless temporary variable2010-09-16, by ramiro
-
swscale: factorize plane copying code out of 2 functions2010-09-16, by ramiro
-
swscale-test: always use bilinear scaler to get output for SSD2010-09-16, by ramiro
-
Replace libmpdemux/stheader.h #include by 'struct sh_video' declaration.2010-09-15, by diego
-
Add libmpdemux/stheader #include for struct sh_video.2010-09-15, by diego
-
Require DirectFB version 0.9.22.2010-09-15, by diego
-
Simplify DirectFB check.2010-09-15, by diego
-
Require DirectFB version 0.9.15 instead of 0.9.13.2010-09-15, by diego
-
Cast return value to long instead of int in byte order check.2010-09-15, by diego
-
Simplify libggiwmh check.2010-09-14, by diego
-
Simplify kstat check.2010-09-14, by diego
-
cosmetics: Replace some double quotes by single quotes for consistency.2010-09-14, by diego
-
Simplify a bunch of configure checks through the use of function_check().2010-09-14, by diego
-
Remove pointless casts from configure checks.2010-09-14, by diego
-
Use inline_asm_check to simplify a bunch of configure checks.2010-09-14, by diego
-
Add inline_asm_check function to simplify configure checks.2010-09-14, by diego
-
Initialize variable in giflib check; fixes the warning:2010-09-14, by diego
-
rgb2rgb: don't misuse HAVE_* defines2010-09-14, by ramiro
-
Simplify libdv test.2010-09-14, by diego
-
Simplify mman.h/mmap check.2010-09-14, by diego
-
Simplify math function checks.2010-09-14, by diego
-
Initialize variable in libspeex configure check; fixes the warning:2010-09-14, by diego
-
Simplify FreeType check.2010-09-14, by diego
-
Simplify DirectFB check using function_check().2010-09-14, by diego
-
Initialize variable in vsscanf configure check; fixes the warning:2010-09-14, by diego
-
Remove bogus cast from configure check; fixes the warning:2010-09-14, by diego
-
Simplify dynamic loader check.2010-09-14, by diego
-
Remove unnecessary extern declarations from aalib check; fixes the warnings:2010-09-14, by diego
-
Fix parameter types in swab() check; fixes the warnings:2010-09-14, by diego
-
Add some missing headers to configure checks; fixes the warnings:2010-09-14, by diego
-
Mark local functions in configure tests as static; fixes the warnings:2010-09-14, by diego
-
Use complete set of warning flags during compilation checks.2010-09-14, by diego
-
build system: Merge all FFmpeg library checks into a single FFmpeg check.2010-09-13, by diego
-
Move TV input new_handle static function to tv.c and make it non-static.2010-09-13, by diego
-
Replace sizeof(type) by sizeof(variable) in malloc invocation.2010-09-13, by diego
-
Remove vim/emacs coding style hints.2010-09-13, by diego
-
swscale: indentation and emtpy line cosmetics2010-09-13, by ramiro
-
swscale: avoid reading prior to the source buffer in planar2x() MMX22010-09-13, by ramiro
-
Mark srcArray as const pointer to const data, fixes the warnings:2010-09-13, by diego
-
const-correctness for the menu_info_t OSD menu info declarations2010-09-13, by diego
-
const-correctness for af_info_t audio filter declarations2010-09-13, by diego
-
Mark some vo_functions_t declarations that were not yet const as const.2010-09-13, by diego
-
cosmetics: Place mga_vid tests along with the other video output tests.2010-09-13, by diego
-
swscale-test: allow specifying src/dst pixel formats2010-09-12, by ramiro
-
indent2010-09-12, by ramiro
-
swscale-test: take input from reference file2010-09-12, by ramiro
-
swscale-test: always use SWS_BILINEAR to convert from ref to src2010-09-12, by ramiro
-
swscale-test: move conversion from ref to source back to doTest()2010-09-12, by ramiro
-
Add standard multiple inclusion guards.2010-09-12, by diego
-
Reindent.2010-09-12, by reimar
-
Remove a pointless if.2010-09-12, by reimar
-
Replace sizeof(BITMAPINFOHEADER)2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace sizeof(WAVEFORMATEX) occurrences.2010-09-12, by reimar
-
Skip #ifdefs around harmless ae_*.h header #includes.2010-09-12, by diego
-
Replace malloc+memset by calloc2010-09-12, by reimar
-
Merge one malloc() + memset() invocation into calloc().2010-09-12, by diego
-
Remove libavcodec ifdeffery from the GUI code.2010-09-12, by diego
-
Avoid some pointless uses of sizeof() and one related cast.2010-09-12, by reimar
-
Replace one more instance of sizeof(WAVEFORMATEX); fix compilation.2010-09-12, by diego
-
Replace sizeof(WAVEFORMATEX) and sizeof(BITMAPINFOHEADER) in mencoder.c2010-09-12, by reimar
-
Replace several sizeof(WAVEFORMATEX)2010-09-12, by reimar
-
Remove a useless cast.2010-09-12, by reimar
-
Replace sizeof(type)2010-09-12, by reimar
-
Remove a useless cast.2010-09-12, by reimar
-
Replace sizeof(type) by sizeof(*ptrvar)2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()2010-09-12, by ramiro
-
Replace sizoef(type) by sizeof(*ptrvar).2010-09-12, by reimar
-
Replace malloc+memset by calloc2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Fix a condition that would never be false (and thus cause2010-09-12, by reimar
-
Replace some sizeof(type) by sizeof(*pointer)2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace malloc+memset by calloc.2010-09-12, by reimar
-
Replace malloc+memset by calloc2010-09-12, by reimar
-
cosmetics: Reformat in K&R style, prettyprinting.2010-09-12, by diego
-
Remove stheader.h include from mpcommon.h since it2010-09-12, by reimar
-
Remove a duplicate mconfig declaration2010-09-12, by reimar
-
Fix win32 gui compilation2010-09-12, by reimar
-
Add missing #include for vd_ffmpeg.h; fixes the warning:2010-09-12, by diego
-
Enable Apple remote code when compiling is possible; do not require running it.2010-09-12, by diego
-
Move TV input free_handle static function to tv.c and make it non-static.2010-09-11, by diego
-
Separate compiler warning flags from other compiler flags.2010-09-11, by diego
-
cosmetics: Place some FFmpeg-related variables in a more sensible order.2010-09-11, by diego
-
Add explanatory comment for video_out.h #inclusion in libao2/.2010-09-11, by diego
-
Remove pointless typedef keyword from struct RTPState declaration; fixes:2010-09-11, by diego
-
Add required #includes to fix 'make checkheaders'.2010-09-11, by diego
-
Add required config.h #includes.2010-09-11, by diego
-
Use identical signature for eosd_ass_init in both the .c and .h file.2010-09-11, by diego
-
Add required header m_config.h; fixes 'make checkheaders'.2010-09-11, by diego
-
cosmetics: Add #endif comment.2010-09-11, by diego
-
cosmetics: Break some long lines.2010-09-11, by diego
-
Add #include for required header mp_core.h; fixes 'make checkheaders'.2010-09-11, by diego
-
Get rid of MPLAYER_DSP_H hack and #include dsp.h instead.2010-09-11, by diego
-
Move local_wm extern variable declaration to loader.h, which is better suited.2010-09-11, by diego
-
Move dxr2_fd extern variable declaration to vo_dxr2.h, where it belongs.2010-09-11, by diego
-
Move ivtv_fd extern variable declaration to vo_ivtv.h, where it belongs.2010-09-11, by diego
-
Move v4l2_fd extern declaration to vo_v4l2.h, where it belongs.2010-09-11, by diego
-
indent2010-09-11, by ramiro
-
swscale: remove unused code2010-09-11, by ramiro
-
rgb2rgb: remove unused yvu9toyv12 function2010-09-11, by ramiro
-
Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd.2010-09-11, by diego
-
Mark is_mplayer_front() as static, it is only used within the file; fixes:2010-09-11, by diego
-
Replace proc_priority extern declaration by osdep/priority.h #include.2010-09-11, by diego
-
Move codecname extern variable declaration to gui.h, which is better suited.2010-09-11, by diego
-
Move disable_gui_conf extern var declaration to mplayer.h, where it belongs.2010-09-11, by diego
-
Move sx/sy extern variable declaration to gmplayer.h, which is better suited.2010-09-11, by diego
-
Move all MEncoder-related extern variable declarations to mencoder.h.2010-09-11, by diego
-
Move mconfig extern variable declaration to mpcommon.h.2010-09-11, by diego
-
Move stream_cache_* extern variable declarations to mpcommon.h.2010-09-11, by diego
-
Move video_time_usage / vout_time_usage extern var declarations to mpcommon.h.2010-09-11, by diego
-
Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.2010-09-11, by diego
-
Replace force_fps extern declaration by mpcommon.h #include.2010-09-11, by diego
-
Replace dvdsub_id extern declaration by mpcommon.h #include.2010-09-11, by diego
-
Replace a bunch of extern declarations by proper mpcommon.h #include.2010-09-10, by diego
-
Add necessary config.h #include.2010-09-10, by diego
-
Replace audio_delay extern declaration by proper mplayer.h #include.2010-09-10, by diego
-
Move slave_mode extern declaration to mplayer.h, where it belongs.2010-09-10, by diego
-
Replace audio_id / video_id extern declarations by mpcommon.h #include.2010-09-10, by diego
-
Remove unnecessary stream_cache_size extern declaration.2010-09-10, by diego
-
Remove duplicate stream_cache_size extern declaration.2010-09-10, by diego
-
Remove duplicate vobsub_id extern declaration.2010-09-10, by diego
-
Move fs_seg extern variable declaration to ldt_keeper.h, where it belongs.2010-09-10, by diego
-
fix XML structure to make xmllint happy :-)2010-09-10, by gpoirier
-
Remove unnecessary cache_fill_status #define.2010-09-10, by diego
-
Synced with help_mp-en.h rev. 320662010-09-10, by jrash
-
Synced with help_mp-en.h rev. 320662010-09-10, by jrash
-
cosmetics: reorder declarations, prettyprinting2010-09-09, by diego
-
Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.2010-09-09, by diego
-
Remove unused video_driver/audio_driver extern variable declarations.2010-09-09, by diego
-
Move mplPBFade extern declaration to gmplayer.h, which is better suited.2010-09-09, by diego
-
Move stream_dump_type extern declaration to mplayer.h, where it belongs.2010-09-09, by diego
-
Add appropriate #include instead of declaring seek-related variables extern.2010-09-09, by diego
-
Add appropriate #include instead of declaring vo_gamma_* extern.2010-09-09, by diego
-
Remove unused cache_stats function.2010-09-09, by diego
-
Move cache_fill_status extern declaration to cache2.h, where it belongs.2010-09-09, by diego
-
Mark encoder_list declaration as const pointers to const data, fixes:2010-09-09, by diego
-
Mark vf_info_t declaration for the fixpts filter as const.2010-09-09, by diego
-
Mark video encoder vf_info_t structs as const.2010-09-09, by diego
-
Move **sub_name extern declaration to mpcommon.h.2010-09-09, by diego
-
Move use_menu extern declaration to mplayer.h, where it belongs.2010-09-09, by diego
-
Move **sub_name extern declaration to mplayer.h, where it belongs.2010-09-09, by diego
-
cosmetics: Group all extern variable declarations together.2010-09-09, by diego
-
gui: remove direct usage of rgb2rgb interface, use swscale instead2010-09-09, by ramiro
-
mga: disable g200 support2010-09-09, by ramiro
-
Mark libmenu_vfs declaration as const, fixes the warning:2010-09-09, by diego
-
Mark vf_info_menu declaration as const.2010-09-09, by diego
-
Move mime_type_table extern declaration to network.h, where it belongs.2010-09-09, by diego
-
Fix make checkheaders for udp_sync.h2010-09-09, by reimar
-
av_fill_image_linesizes -> av_image_fill_linesizes2010-09-08, by ramiro
-
Remove some unnecessary extern variable declarations.2010-09-08, by diego
-
Replace m_config_parse_config_file() forward declaration by proper #include.2010-09-08, by diego
-
Add proper #include instead of declaring sub_unicode extern.2010-09-08, by diego
-
Add proper #include instead of declaring index_mode extern.2010-09-08, by diego
-
Move lavc_param_* extern declarations to ve.h.2010-09-08, by diego
-
Replace mp_wav_taglists extern declaration by proper #include.2010-09-08, by diego
-
Refactor all font_fontconfig extern declarations to libvo/font_load.h.2010-09-08, by diego
-
Move sub_cp extern declaration to subreader.h, where it belongs.2010-09-08, by diego
-
cosmetics: Group all sub_* extern variable declarations together.2010-09-08, by diego
-
Move sub_justify extern declaration to libvo/sub.h, where it belongs.2010-09-08, by diego
-
Simply parse all received packets even if we might overwrite the2010-09-08, by reimar
-
Use NULL for recvfrom return arguments we don't care about (source address).2010-09-08, by reimar
-
Make get_udp static, it is not used outside the file.2010-09-08, by reimar
-
Use sockfd value to detect if we initialized already instead of a2010-09-08, by reimar
-
Handle failures to create a socket.2010-09-08, by reimar
-
Actually set the destination address in the sockaddr_in struct for Windows as well...2010-09-08, by reimar
-
Move vf_info_menu extern declaration to menu.h, where it belongs.2010-09-08, by diego
-
Add proper #includes instead of filename/file_filter extern declarations.2010-09-08, by diego
-
Mark a constant as such and move it into the block where it is used.2010-09-08, by reimar
-
Use initializer to avoid leaving struct timeval half-uninitialized.2010-09-08, by reimar
-
Avoid duplicating the #if HAVE_WINSOCK2_H mess.2010-09-08, by reimar
-
Move menu_mouse_* extern declarations to menu.h, where they belong.2010-09-08, by diego
-
Reindent.2010-09-08, by reimar
-
Avoid duplicating the recvfrom/"bye"-handling code.2010-09-08, by reimar
-
Add proper include instead of declaring the vo_pts variable extern.2010-09-08, by diego
-
Reindent.2010-09-08, by reimar
-
Remove a useless "else".2010-09-08, by reimar
-
Do not check a condition that can never be false and move its comment2010-09-08, by reimar
-
Refactor *demuxer_name extern declarations to demuxer.h.2010-09-08, by diego
-
Fix indentation.2010-09-08, by reimar
-
Cosmetics: remove some useless {}2010-09-08, by reimar
-
Use initializer instead of memset, the memset in addition never2010-09-08, by reimar
-
cosmetics: Repair some of the damage that 'indent' caused.2010-09-08, by diego
-
Remove useless include.2010-09-08, by reimar
-
Remove useless ifdef.2010-09-08, by reimar
-
Remove duplicated audio_output_channels extern variable declaration.2010-09-08, by diego
-
whitespace cosmetics2010-09-08, by diego
-
rgb2rgb: build SSE2 codepath2010-09-08, by ramiro
-
Fix compilation on ia32 after r32064.2010-09-08, by cehoyos
-
Add synchronization of multiple MPlayer instances over UDP.2010-09-08, by reimar
-
Add the proper include instead of declaring the fakemono variable extern.2010-09-07, by diego
-
Remove duplicated divx_quality extern declaration.2010-09-07, by diego
-
Add the proper include instead of declaring the divx_quality variable extern.2010-09-07, by diego
-
Add the proper include instead of declaring the correct_pts variable extern.2010-09-07, by diego
-
Rename decode_audio() to mp_decode_audio().2010-09-07, by diego
-
Add myself as vdpau (co-)maintainer.2010-09-07, by cehoyos
-
Factorize some initialisation code.2010-09-07, by cehoyos
-
Remove commented-out mpcodecs_ad_null leftovers.2010-09-07, by diego
-
Revert r31349 "Make -mc 1 the default".2010-09-07, by cehoyos
-
Improve A/V sync when not using -correct-pts.2010-09-07, by cehoyos
-
Time-based PTS recalculation.2010-09-07, by cehoyos
-
Cosmetics pointed out by Diego Biurrun2010-09-07, by reynaldo
-
Remove useless casts.2010-09-06, by reimar
-
swscale: also update flags on sws_getCachedContext()2010-09-06, by ramiro
-
swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path2010-09-06, by ramiro
-
Fix mlib compilation: add mising include for SwsContext.2010-09-05, by reimar
-
Fix nit pointed out by Diego Biurrun2010-09-04, by reynaldo
-
Grammar fixes2010-09-04, by reynaldo
-
Cosmetics2010-09-04, by reynaldo
-
Cosmetics2010-09-04, by reynaldo
-
Add a hack to work with BeOS/Haiku libsdl.2010-09-04, by reimar
-
Refactor more instances of avcodec_initialized handling into init_avcodec().2010-09-04, by diego
-
Introduce init_avcodec function to avoid duplicated FFmpeg initializations.2010-09-04, by diego
-
cosmetics: Move header compilation rules to the bottom of the rules list.2010-09-04, by diego
-
Add -edl-start-pts option to Adjust positions in EDL records according2010-09-03, by reynaldo
-
Add new slave mode command for loading EDL file on demand.2010-09-03, by reynaldo
-
Attempt to fix compilation with FreeBSD's dvdio.h2010-09-02, by reimar
-
Set coded_width/coded_height instead of width/height since that's2010-08-31, by reimar
-
Improve correct-pts with PAFF streams.2010-08-30, by cehoyos
-
add binary codec for fourcc AMV22010-08-30, by compn
-
fix crash with un-commonly formated ASS files2010-08-29, by aurel
-
Always use convergence_duration for subtitles otherwise2010-08-29, by reimar
-
Also reset subtitle EOF on seeking.2010-08-29, by reimar
-
Fix indentation.2010-08-29, by reimar
-
Replace ass_mp.h include by eosd.h include.2010-08-29, by reimar
-
Fix compilation with --disable-networking.2010-08-27, by cehoyos
-
100l, we need to search for SetDllDirectoryA instead of SetDllDirectory2010-08-27, by reimar
-
Disable loading codecs from the current directory.2010-08-27, by reimar
-
Fix arts check to actually check linking so it doesn't2010-08-27, by reimar
-
Add Doxygen comments and formal parameters names in eosd.h.2010-08-27, by cigaes
-
add matchware screen codec fourcc MWSC2010-08-27, by compn
-
Fix compilation with gcc 2.95.3 with some help by Reimar.2010-08-26, by cehoyos
-
Fix --disable-ass-internal to actually have an effect.2010-08-26, by reimar
-
Print a warning, but allow to encode to a non-supported frame rate with2010-08-26, by cehoyos
-
Add new Simple Profile Levels to the Xvid encoder.2010-08-26, by cehoyos
-
Cosmetic: reformat a if...return.2010-08-26, by cigaes
-
Cosmetic: reindent a line.2010-08-26, by cigaes
-
Add #ifdefs to fix build with ASS disabled.2010-08-26, by cigaes
-
Clarify the meaning of the -nosub option.2010-08-25, by reimar
-
swscale: simplify selection of optimizations to compile.2010-08-25, by ramiro
-
swscale: Always define COMPILE_xxx to either 0 or 1.2010-08-25, by ramiro
-
swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion2010-08-23, by mru
-
swscale: remove unused macro parameter in BGR2UV template2010-08-23, by mru
-
Forgot to svn add those two files.2010-08-23, by cigaes
-
EOSD/ASS code factorization2010-08-23, by cigaes
-
Remove pointless casts of avcodec_find_decoder_by_name() return value.2010-08-22, by diego
-
Print subtitle type also for internally-supported types with a libavcodec decoder.2010-08-21, by reimar
-
Pass the video dimensions specified in the subtitle to spudec.2010-08-21, by reimar
-
Remove pointless casts.2010-08-21, by reimar
-
Use vf_open_filter, just like in the previous change for mencoder.2010-08-21, by reimar
-
Use vf_open_filter instead of vf_open_plugin+hacks.2010-08-21, by reimar
-
Add consts to avoid a warning about pointer type mismatch in function2010-08-21, by reimar
-
Deobfuscate mencoder decode_video call.2010-08-21, by reimar
-
Make sure we return an "empty" line on eof, to make sure we get2010-08-21, by reimar
-
Check stream_read_line result instead of checking stream_eof,2010-08-21, by reimar
-
Fix reading of VUK: actually fail if the key is incomplete instead2010-08-21, by reimar
-
Avoid another unnecessary intermediate variable.2010-08-21, by reimar
-
Avoid a pointless extra variable.2010-08-21, by reimar
-
Format NULL-pointer check consistently.2010-08-21, by reimar
-
Simplify searching for discid by comparing the string representations.2010-08-21, by reimar
-
Switch to uppercase hex.2010-08-21, by reimar
-
Simplify/fix printing of disc id/VUK2010-08-21, by reimar
-
Add const to pointer argument.2010-08-21, by reimar
-
Remove a unused assignment.2010-08-21, by reimar
-
Fix a memleak.2010-08-21, by reimar
-
Extract reading KEDB.cfg into a separate function.2010-08-21, by reimar
-
Update to include latest x86 binary codec packs.2010-08-20, by rathann
-
100l, re-add vobsub_get_id_by_index call accidentally removed in2010-08-20, by reimar
-
fix anonymous memory mapping for NetBSD2010-08-19, by ramiro
-
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA12010-08-19, by compn
-
swscale-test: add CRC output2010-08-19, by ramiro
-
Fix documentation language variables in summary output after configure run.2010-08-18, by diego
-
Merge radio chapter into the usage chapter.2010-08-18, by diego
-
Restore mistakenly removed TV input chapter introduction.2010-08-18, by diego
-
Merge TV input and TV teletext chapter into the usage chapter.2010-08-18, by diego
-
Remove empty paragraph from TV input chapter.2010-08-18, by diego
-
validate input data and linesizes2010-08-18, by ramiro
-
introduce new option --enable-system-ffmpeg to use shared ffmpeg libraries only2010-08-18, by siretart
-
synced to r319382010-08-18, by ptt
-
Add #includes for headers necessary to pass 'make checkheaders'.2010-08-18, by diego
-
Fix a bunch of grammar and spelling errors in mp_msg calls.2010-08-17, by diego
-
Merge CD/DVD chapter into the usage chapter for all translations.2010-08-17, by diego
-
Merge CD/DVD chapter into the usage chapter.2010-08-17, by diego
-
Remove hack that skips including dependency files on distclean.2010-08-17, by diego
-
Remove dep/depend targets for FFmpeg; they no longer exist in FFmpeg.2010-08-17, by diego
-
Sync with current FFmpeg HEAD.2010-08-17, by diego
-
Add copy of English usage.xml file to Chinese translation.2010-08-17, by diego
-
Remove usage.xml symlink in the Chinese documentation translation.2010-08-17, by diego
-
Simplify and document MinGW stdin hack.2010-08-16, by reimar
-
Do not call *_aid_from_lang when audio_lang is NULL.2010-08-16, by reimar
-
Synced with help_mp-en.h rev. 319382010-08-15, by jrash
-
Avoid trying to parse playlists without any recognized entries.2010-08-13, by siretart
-
sanity check to avoid a segmentation fault in playtree.c on empty playlists.2010-08-13, by siretart
-
Mark constant sws_spu_image() parameter as const, fixes the warning:2010-08-13, by diego
-
Add incomplete clipinf reading support to display audio2010-08-11, by reimar
-
Add const qualifiers to function string arguments as appropriate.2010-08-11, by reimar
-
Import libass 0.9.112010-08-11, by greg
-
Make it possible to use relative, http:// etc. paths with bd://2010-08-10, by reimar
-
Avoid pointless additional string pointers.2010-08-10, by reimar
-
Use the stream functions instead of the fopen/fread/fclose interface2010-08-10, by reimar
-
Simplify code: allow file_format argument to open_stream to be NULL.2010-08-10, by reimar
-
Sync with current FFmpeg HEAD.2010-08-10, by diego
-
Fix compilation after FFmpeg r24741.2010-08-08, by cehoyos
-
indent2010-08-08, by ramiro
-
swscale-test: get strides using av_fill_image_linesizes() from libavcore2010-08-08, by ramiro
-
Remove pointless compilation sections from radio and TV input chapters.2010-08-07, by diego
-
Avoid redundant use of variable 'size' in demux_ogg_read_packet(), fixes:2010-08-07, by diego
-
Add missing header for mp_a52_framesize, fixes the warning:2010-08-07, by diego
-
restore functionality to be able to pass custom configure flags or override the used compiler2010-08-07, by siretart
-
ignore common files during building the tarball and .diff.gz in debian packaging2010-08-07, by siretart
-
Integrate advanced audio usage sections into the general usage chapter.2010-08-07, by diego
-
Restore hunk previously removed in r31354.2010-08-06, by diego
-
Add 'z' length modifier to %d printf format specifier for size_t argument.2010-08-06, by diego
-
Add 'z' length modifier to %d printf format specifiers for size_t arguments.2010-08-06, by diego
-
Remove bogus teletext hotkeys section; it is both wrong and misplaced.2010-08-06, by diego
-
Add 'z' length modifier to %d printf format specifiers for size_t arguments.2010-08-06, by diego
-
Copyright: add libass2010-08-06, by greg
-
Add 'z' length modifier to %d printf format specifier for size_t argument.2010-08-06, by diego
-
Import libass 0.9.102010-08-06, by greg
-
Add CONFIG_HUFFMAN to config.mak / config.h for FFmpeg.2010-08-06, by diego
-
add yasm to build depends for some asm parts in libavcodec2010-08-05, by siretart
-
Move mp_a52_framesize from demux_ts.c to parse_es.c.2010-08-05, by diego
-
Add sys/types.h #include before socket.h #include in sockaddr_storage test.2010-08-05, by diego
-
Return an error when seeking beyond EOF.2010-08-04, by reimar
-
Move one AES initialization out of inner loop.2010-08-04, by reimar
-
Minor optimization/simplification and document the alignment requirements2010-08-04, by reimar
-
Use the "key" type also for the IV constant.2010-08-04, by reimar
-
Simplify ts_sync. Might also make it easier to optimize a bit.2010-08-04, by reimar
-
Remove an unused variable.2010-08-04, by reimar
-
Remove some useless casts.2010-08-04, by reimar
-
reintroduce typo in genres.h that was fixed fixed r31913 to match the id3v2 spec2010-08-04, by siretart
-
whitespace cosmetics: prettyprinting, move statements to the next line.2010-08-04, by diego
-
100l, do not free vo_spudec if e.g. just the audio is reinitialized.2010-08-03, by reimar
-
Move initialization of vo_spudec further behind to avoid issues with2010-08-03, by reimar
-
Remove useless cast.2010-08-03, by reimar
-
Add support for bd:// streams as a test for a part of the AACS algorithm.2010-08-03, by reimar
-
Add sanity-check for sector size to avoid strange crashes if it is2010-08-03, by reimar
-
various spelling fixes, found by the Debian QA tool 'lintian'2010-08-03, by siretart
-
Add new debian packaging based on official distro packages2010-08-03, by siretart
-
remove old debian packaging2010-08-03, by siretart
-
Suppress unsupported compiler options when building with clang on Darwin/PPC.2010-08-03, by diego
-
Add -Wno-parentheses to CFLAGS.2010-08-03, by diego
-
The default CD-ROM device on OpenBSD is /dev/rcd0c, not /dev/rcd0a.2010-08-03, by diego
-
Avoid STREAM_CTRL_SEEK_TO_TIME messing up the current position for stream2010-08-03, by reimar
-
Add msvcr100 support to the win32 loader.2010-08-02, by alexc
-
Reuse do_cpuid from cpudetect.c in loader/win32.c.2010-08-02, by reimar
-
Remove outdated cpuid code.2010-08-02, by reimar
-
Add const to avoid warnings.2010-08-02, by reimar
-
Avoid arithmetic on void * pointers.2010-08-02, by reimar
-
Fix type in conditional.2010-08-02, by reimar
-
Make function declarations proper prototypes.2010-08-02, by reimar
-
Avoid mixing code and declarations.2010-08-02, by reimar
-
Make library/export function tables static const.2010-08-02, by reimar
-
Add missing libavcore bits: enabling options and help output2010-08-02, by diego
-
dvd: Improve seeking by position.2010-08-01, by diego
-
dvd: Improve seeking by chapters.2010-08-01, by diego
-
Fix the incorrect assumption that the number of chapters of a DVD title2010-08-01, by diego
-
Remove unnecessary #undef (f)printf.2010-08-01, by diego
-
Remove unnecessary libavutil/internal.h #includes.2010-08-01, by diego
-
Update for libavformat matroska demuxer name change.2010-08-01, by reimar
-
Reindent.2010-08-01, by reimar
-
Use early return instead of large if block.2010-08-01, by reimar
-
More readable OSD rendering code.2010-08-01, by reimar
-
Also allow setting msglevel for MSGT_FIXME.2010-08-01, by reimar
-
Fix typo in documentation.2010-08-01, by reimar
-
Handle failing ioctls more gracefully for dvdcss.2010-08-01, by reimar
-
Fix subtitle selection: make selecting -sid 0 work again by replacing the2010-08-01, by reimar
-
Fix DVD playback with region-free drives.2010-08-01, by reimar
-
Default to -O2 optimization level for the clang compiler.2010-07-31, by diego
-
swscale-test: merge declaration and initialization2010-07-31, by ramiro
-
Fix compilation with --enable-crash-debug2010-07-31, by reimar
-
Initialize conf_file variable to kill the warning:2010-07-31, by diego
-
Use mp_a52_framesize() in all cases; gets rid of liba52 dependency.2010-07-31, by diego
-
Add 'z' length modifier to %d printf format specifiers for size_t arguments.2010-07-31, by diego
-
Initialize frame_length variable to zero to avoid the warning:2010-07-31, by diego
-
10l: Add the Subversion revision to the version string, not "VERSION".2010-07-31, by diego
-
add binary expression codec for fourcc MTS22010-07-31, by compn
-
Properly close file on error or uninit.2010-07-30, by reimar
-
Avoid code duplication, use the generate file name instead of generating it twice.2010-07-30, by reimar
-
Rename libass types to match upstream libass >= 0.9.72010-07-30, by greg
-
remove sys/timeb.h include, it is obsolete and breaks compilation with new gcc2010-07-30, by compn
-
sync with en/mplayer.1 rev. 318142010-07-30, by jrash
-
Newly added subtitle support also includes DVB and XSUB in addition to PGS.2010-07-29, by reimar
-
Move function to avoid a forward declaration.2010-07-29, by reimar
-
Update global_sub_pos if we auto-selected a subtitle.2010-07-29, by reimar
-
Start rc5 development in trunk's Changelog as rc4 has been branched now.2010-07-29, by siretart
-
remove libavutil/avconfig.h on distclean2010-07-29, by siretart
-
Use header_check_broken to simplify cdio.h check.2010-07-29, by reimar
-
Add a special header_check_broken to be used for broken2010-07-29, by reimar
-
Make the sys/cdio.h header test work by explictly including2010-07-29, by reimar
-
Revert commit:2010-07-28, by stefano
-
Skip searching for an xmllint command.2010-07-28, by diego
-
whitespace cosmetics: fix indentation2010-07-28, by diego
-
Add an XML catalog search path that works for current macports systems.2010-07-28, by diego
-
Simplify adding --catalogs option to xsltproc/xmllint command line.2010-07-28, by diego
-
Remove instructions for installing XML/XSL packages from source.2010-07-28, by diego
-
The package list for Debian systems is not specific to the Sarge release.2010-07-28, by diego
-
cosmetics: Use more compact "if .. then" shell syntax.2010-07-28, by diego
-
Adding XML entities for the English XML files to main.xml is enough.2010-07-28, by diego
-
Remove unused variable fake_docbook_xsl.2010-07-28, by diego
-
cosmetics: Drop leading underscores from variable names.2010-07-28, by diego
-
Simplify xmllint test.2010-07-28, by diego
-
MPlayer is licensed as GPL version 2, not any later version.2010-07-28, by diego
-
synced with r318332010-07-27, by Gabrov
-
Improve documentation for overlay colour.2010-07-27, by cehoyos
-
Reduce probability that a window on top of VDPAU uses the overlay colour.2010-07-27, by cehoyos
-
Don't allow black windows on top of VDPAU to shine through.2010-07-27, by cehoyos
-
Support FFmpeg's native AMR Narrowband decoder.2010-07-27, by cehoyos
-
Make the VDPAU background black instead of the default green.2010-07-27, by cehoyos
-
Support for image highlights for dvdnav menus.2010-07-26, by reimar
-
Remove useless end_col/end_row variables.2010-07-26, by reimar
-
Move variable into the only function where it is used.2010-07-25, by reimar
-
Move mouse hiding code to check_events, this allows mouse hiding2010-07-25, by reimar
-
Make the Quit menu entry work.2010-07-25, by reimar
-
Simplify check_events: avoid seemingly pointless untilDate argument.2010-07-25, by reimar
-
Change window-closing handling so it works properly if the2010-07-25, by reimar
-
Remove graphics cards subsections from Xv section in video output chapter.2010-07-25, by diego
-
Remove MTRR section from video output chapter.2010-07-25, by diego
-
Split TV chapter in two.2010-07-25, by diego
-
Drop one level of pointless subsectioning.2010-07-25, by diego
-
Remove pointless and non-informative SDL section from video output chapter.2010-07-25, by diego
-
Remove subsection that describes how to tweak CD/DVD drives.2010-07-25, by diego
-
Drop one pointless subsectioning level from radio input chapter.2010-07-25, by diego
-
Teletext keys are always available, not only if TV support is compiled-in.2010-07-25, by diego
-
Fix wrong option name in example.2010-07-25, by reimar
-
Remove unused kQuitCmd from vo_quartz.2010-07-25, by reimar
-
Remove kQuitCmd, it has no purpose or effect at all.2010-07-25, by reimar
-
Fix indentation.2010-07-25, by reimar
-
Avoid some code duplication.2010-07-25, by reimar
-
Cosmetics: indentation fixes.2010-07-25, by reimar
-
Avoid some code duplication in update_screen_info.2010-07-25, by reimar
-
Simplify update_screen_info.2010-07-25, by reimar
-
Declare variables with proper types to avoid dangerous pointer casts.2010-07-25, by reimar
-
Remove pointless casts.2010-07-25, by reimar
-
Remove yet more useless ()2010-07-25, by reimar
-
Remove useless ().2010-07-25, by reimar
-
Send KEY_CLOSE_WIN instead of KEY_ESC when the user requested2010-07-25, by reimar
-
Remove unused variables.2010-07-25, by reimar
-
Slightly simplify rle decoding.2010-07-25, by reimar
-
Remove a useless condition that is already handled a few lines2010-07-25, by reimar
-
Avoid useless malloc/frees2010-07-25, by reimar
-
Switch to non-deprecated avcodec_decode_video2 API.2010-07-25, by reimar
-
Change cast to avoid a warning.2010-07-25, by reimar
-
Add stream_time_pos property.2010-07-25, by reimar
-
Refuse to compile without yasm unless it was explicitly requested.2010-07-25, by reimar
-
Remove useless NULL checks before freeing and NULL pointers2010-07-24, by reimar
-
Allocate memory for paletted image data separately to avoid2010-07-24, by reimar
-
Slightly simplify dvd subtitle RLE decoding.2010-07-24, by reimar
-
Share paletted -> gray/alpha conversion code, and keep a copy2010-07-24, by reimar
-
Simplify creation of color/alpha map.2010-07-24, by reimar
-
Only try to merge packets if we have a previous packet stored.2010-07-24, by reimar
-
Add least some binary Quicktime codecs now work with -demuxer lavf.2010-07-24, by reimar
-
Some indentation fixes.2010-07-24, by reimar
-
Generate a ImageDescription if none is passed neither via ImageDesc nor2010-07-24, by reimar
-
Fix dependency generation for libav*2010-07-24, by reimar
-
Fix compilation, forgot to add const also to the2010-07-24, by reimar
-
More const-correctness fixes to avoid warnings.2010-07-24, by reimar
-
Add some "const" to avoid incompatible pointer type warnings2010-07-24, by reimar
-
Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.2010-07-24, by stefano
-
Add some comments to the rgb2yuv_table, clarifying the standard where2010-07-24, by stefano
-
swscale-test: scale from reference to source only once for each algorithm2010-07-23, by ramiro
-
indent2010-07-23, by ramiro
-
swscale-test: change order tests are run, maintaining the same algorithm for2010-07-23, by ramiro
-
sync with en/mplayer.1 rev. 317692010-07-23, by jrash
-
Synced with help_mp-en.h rev. 317522010-07-23, by jrash
-
Prefer impersonal form over third person, for consistency with the2010-07-22, by stefano
-
swscale-test: use only 3 characters to print width/height since they're always2010-07-22, by ramiro
-
swscale-test: print test name before running test, so that it's available in2010-07-22, by ramiro
-
Mention -af stats as an alternative to -af volume to find the max volume etc.2010-07-22, by reimar
-
swscale-test: allocate more memory to prevent scalers from writing out of bounds2010-07-22, by ramiro
-
ffvp8 is now significantly faster for x86-64 than fflibvpx.2010-07-22, by cehoyos
-
libass: remove yet another version check2010-07-21, by greg
-
Do not compile subassconvert.c if libass is disabled, the functionality2010-07-21, by reimar
-
Add support for libavcore.2010-07-21, by reimar
-
Put sub_ass_read_line_subviewer under CONFIG_ASS to avoid a warning.2010-07-21, by reimar
-
Printing maximum volume only works when prefering float format.2010-07-21, by reimar
-
subtitles: fix build without libass2010-07-21, by greg
-
darwin: allow 64-bit darwin to allocate executable memory2010-07-21, by ramiro
-
swscale-test: use av_pix_fmt_descriptors[].name directly2010-07-20, by ramiro
-
Restore vertical alignment in some defines2010-07-20, by ramiro
-
Cosmetics: reindent and unify whitespace2010-07-19, by mstorsjo
-
Do planar copy with a single memcpy only if the stride is equal to the length2010-07-19, by mstorsjo
-
Pass libass messages to mp_msg2010-07-19, by greg
-
Require libass version with ass_flush_events2010-07-19, by greg
-
Prefer external libass2010-07-18, by greg
-
subtitles: convert SRT/MicroDVD markup into ASS markup2010-07-18, by greg
-
Another try at fixing swscale on win64, as per r31153.2010-07-18, by darkshikari
-
Use identical code to -vo gl for -wid mode in gl2.2010-07-18, by reimar
-
Rename network build system variable and command line option to networking.2010-07-17, by diego
-
Fix LADSPA test variable initialization so it actually works (without stddef.h).2010-07-17, by diego
-
cosmetics: Use 'elif' instead of 'else .. if'.2010-07-17, by diego
-
In planarCopyWrapper, Only copy length, not stride of the last line in the plane2010-07-16, by mstorsjo
-
sync with en/mplayer.1 rev. 317152010-07-16, by jrash
-
Fix a few web page links in the documentation.2010-07-16, by diego
-
Make it possible to select GL_NEAREST scaling.2010-07-15, by reimar
-
Helper macros to build the yuv conversion type number.2010-07-15, by reimar
-
Add () around macro arguments.2010-07-15, by reimar
-
Cosmetics: create luma texture first, then the other textures.2010-07-15, by reimar
-
Reindent.2010-07-15, by reimar
-
Use sigaction() instead of signal(), the latter has a unavoidable2010-07-15, by reimar
-
Add support for parameter changes (e.g. channel count) during playback.2010-07-15, by reimar
-
Allow fullscreen switching during -idle. Useful in combination2010-07-14, by reimar
-
Give signal handler function in test programs correct argument list.2010-07-14, by diego
-
Move memalign_hack definition out of the FFmpeg section of config.h.2010-07-14, by diego
-
Fix gettimeofday type to match the real one.2010-07-13, by reimar
-
Enable robust resync for mpg123 decoder.2010-07-13, by diego
-
Port GNU assembler check from FFmpeg.2010-07-13, by diego
-
Add CONFIG_PIC #define for FFmpeg to config.h.2010-07-13, by diego
-
Move PIC test out of the x86 section; it is not only required on x86.2010-07-13, by diego
-
Add IBM ASM check for FFmpeg on PowerPC.2010-07-13, by diego
-
Remove unused static function menu_text_get_next_line, fixes the warning:2010-07-12, by diego
-
Reindent and align after r31725.2010-07-12, by adrian
-
Improve handling of the "help" suboption in coreaudio:2010-07-12, by adrian
-
Improve MPEG-TS subtitle support: make it use the infrastructure for2010-07-12, by reimar
-
Remove some unused variables along with the corresponding warnings.2010-07-12, by diego
-
Change the type of Y table to pointer to void in fill_table().2010-07-12, by benoit
-
Define HAVE_GNU_AS to enable Altivec-accelerated FFT.2010-07-11, by reimar
-
15 bpp tga format is little endian.2010-07-11, by reimar
-
Use the proper imgfmt names.2010-07-11, by reimar
-
Fix vo_tga RGB with alpha output on little-endian (blue and alpha were swapped),2010-07-11, by reimar
-
Fix cosmetics after r31715.2010-07-11, by adrian
-
Consistently use types as they are used by the API in ao_coreaudio.2010-07-11, by adrian
-
Replace deprecated functions in ao_coreaudio with their new ones introduced in OSX 10.4.2010-07-11, by adrian
-
Fix printf specifiers used in ao_coreaudio. Fixes warnings:2010-07-11, by adrian
-
Fix calculation of global_sub_size.2010-07-11, by reimar
-
Remove pointless assignments that would assing the value it already2010-07-11, by reimar
-
Avoid incorrectly duplicating initialization code in new_demux_packet,2010-07-11, by reimar
-
Set size correctly for decoded text subs.2010-07-11, by reimar
-
Faster paletted to OSD conversion.2010-07-11, by reimar
-
Document code inefficiency.2010-07-11, by reimar
-
Fix conversion from paletted to MPlayer's OSD format.2010-07-11, by reimar
-
Simplify alpha conversion code.2010-07-11, by reimar
-
Call spudec_draw for the unscaled case instead of duplicating code.2010-07-11, by reimar
-
Remove useless casts2010-07-11, by reimar
-
Fix calc_bbox to always return sensible values.2010-07-11, by reimar
-
Fix compilation if CONFIG_QTX_CODECS is defined (on OS X).2010-07-11, by cehoyos
-
Reindent.2010-07-11, by reimar
-
Avoid calling av_resample_init again when the values are the same as before.2010-07-11, by reimar
-
Try to get subtitle scaling somewhat right with libavcodec decoded2010-07-11, by reimar
-
10l, also assign the original width in spudec_new_scaled.2010-07-11, by reimar
-
Fix indentation.2010-07-11, by reimar
-
Add support for DVB and XSUB subtitles, not yet working properly.2010-07-11, by reimar
-
Fix compilation with liblive555 after r31675.2010-07-11, by cehoyos
-
Remove dvdsub_id checks that should not be necessary.2010-07-11, by reimar
-
Avoid status line being mangled together with error messages and other2010-07-11, by reimar
-
Fix memory leak for subtitles decoded by libavcodec.2010-07-11, by reimar
-
Fix some remaining bswap-related compilation issues.2010-07-10, by reimar
-
Add AV_HAVE_FAST_UNALIGNED define.2010-07-10, by reimar
-
bswap compatibility defines.2010-07-10, by reimar
-
Remove disabled and pointless code.2010-07-10, by reimar
-
Remove some pointless uses of be2me/le2me.2010-07-10, by reimar
-
Use AV_WB* where possible and be2me -> be2ne compilation fix.2010-07-10, by reimar
-
100l compialtion fix and use AV_RB32.2010-07-10, by reimar
-
Remove completely nonsensical le2me usages, the only effect2010-07-10, by reimar
-
Remove obfuscating use of le2me_32.2010-07-10, by reimar
-
Use AV_RL* macros instead of typecasts where appropriate.2010-07-10, by reimar
-
Add av_ prefix to bswap macros2010-07-10, by mru
-
Change global subtitle numbering scheme so that demuxers can "asynchronously"2010-07-10, by reimar
-
Fix compilation of tv support.2010-07-10, by reimar
-
Revert and accidentally committed hunk from last commit.2010-07-10, by reimar
-
Make the stream language an argument to the stream creation function2010-07-10, by reimar
-
Automatically allocate a vo_spudec if there is none.2010-07-10, by reimar
-
Get rid of useless INITIALIZED_SPUDEC flag.2010-07-10, by reimar
-
100l, only set VO_EVENT_RESIZE on an actual resize, not just for movement.2010-07-10, by reimar
-
Add packet->len checks to avoid out-of-bounds reads and negative2010-07-10, by reimar
-
Add back LIBXVID to $libavencoders once more.2010-07-10, by diego
-
Check packet size before memmove to avoid crashes e.g. if we recognized the2010-07-10, by reimar
-
Remove unused extern variable declarations.2010-07-10, by reimar
-
Move EBX availability #define within config.h; it is not FFmpeg-specific.2010-07-10, by diego
-
Mention PGS support.2010-07-10, by reimar
-
Add support for PGS subtitle decoding via libavcodec.2010-07-10, by reimar
-
We no longer have a libgsm copy in SVN.2010-07-10, by reimar
-
Make subdelay handling work the same way for all subtitle types and also allow2010-07-10, by reimar
-
Remove useless LIBXVID entry from libavencoders list.2010-07-10, by diego
-
Reuse spudec_visible to avoid code duplication.2010-07-10, by reimar
-
Handle and print a warning about invalid values in the function2010-07-10, by reimar
-
Extract spudec image allocation code to a separate function.2010-07-10, by reimar
-
Fix compilation broken due to GET_UTF8 being undefined.2010-07-10, by reimar
-
Remove copy of old and ugly libgsm code and wrapper.2010-07-10, by reimar
-
Add/fix GSM audio decoding through FFmpeg.2010-07-10, by reimar
-
Make it possible to set all options for lavc audio encoder.2010-07-10, by reimar
-
1 memcpy less in lavf demuxing.2010-07-10, by michael
-
Synced with help_mp-en.h rev. 316312010-07-09, by jrash
-
sync with en/mplayer.1 rev. 316482010-07-09, by jrash
-
Fix compilation with --disable-mencoder.2010-07-09, by cehoyos
-
Fix 'Xvid in libavcodec', broken in r31649.2010-07-09, by cehoyos
-
Fix compilation after FFmpeg r24137.2010-07-09, by cehoyos
-
Quadbuffered stereo does work on selected hardware.2010-07-08, by cehoyos
-
Independent tests indicate that GLX_STEREO is working fine on supported hardware.2010-07-08, by cehoyos
-
Implement edl-backward-delay to avoid jumping right over an2010-07-08, by reynaldo
-
cosmetics: Drop leading underscore from FFmpeg component variables.2010-07-07, by diego
-
Remove duplicated FFmpeg external codec library variables from config.mak.2010-07-07, by diego
-
Enable libvorbis encoder in FFmpeg if libvorbis is available.2010-07-07, by diego
-
stricter check for convergence_duration validity, avoid using meaningless values2010-07-06, by aurel
-
Move libgsm #define to the FFmpeg section of config.h.2010-07-05, by diego
-
Implement slave mode compatible stream controls for Blu-ray.2010-07-05, by ben
-
Some small whitespace and {} cosmetics.2010-07-05, by reimar
-
Try to get a quadbuffered visual if the corresponding 3D mode was selected.2010-07-05, by reimar
-
Use a more sensible variable name.2010-07-05, by reimar
-
Move declaration to where it is actually used.2010-07-05, by reimar
-
Mention stereo support in Changelog.2010-07-05, by reimar
-
Fix outdated -vo gl usage example.2010-07-05, by reimar
-
Add initial stereo support to -vo gl.2010-07-05, by reimar
-
Fix Bulgarian vs. Hungarian typo in Czech manual page.2010-07-05, by diego
-
Support for unencrypted Blu-ray playback through libbluray.2010-07-05, by ben
-
Add a manifest file to disable file and registry2010-07-04, by reimar
-
Support decoding and encoding via libgsm via libavcodec.2010-07-03, by reimar
-
Fix 'assignment from incompatible pointer type' warning.2010-07-03, by cehoyos
-
Synced with help_mp-en.h rev. 315792010-07-03, by jrash
-
Avoid out-of-bounds read if mp_msg prints an empty string.2010-07-02, by reimar
-
Factor out a large conditional, hopefully making it easier to2010-07-02, by reimar
-
Move the subtitle pts handling code to demuxer.c2010-07-02, by reimar
-
Get window dimensions also for -wid 0.2010-07-02, by reimar
-
Re-enable keyboard input for GUI video window.2010-07-02, by reimar
-
Remove useless ()2010-07-02, by reimar
-
Remove some commented-out code that has no purpose and is only confusing.2010-07-02, by reimar
-
Hopefully fix librtmp detection.2010-07-02, by cehoyos
-
Use cflag_check utility function in cross-compilation check.2010-07-02, by diego
-
Add return statement to function_check test program.2010-07-02, by diego
-
Replace some more manual compiler flag checks with cflag_check function.2010-07-01, by diego
-
Declare FARPROC/PROC/FARPROC16/PROC16 parameter lists as 'void'.2010-07-01, by diego
-
Separate automatic dependency generation flags from general CFLAGS.2010-07-01, by diego
-
Add convenience function to check for compiler flags directly and use it.2010-07-01, by diego
-
cosmetics: Rename _warn_CFLAGS variable to warn_cflags.2010-07-01, by diego
-
Give functions proper prototypes.2010-07-01, by reimar
-
Use AV_RL32 also in x86, it is well enough optimized nowadays.2010-07-01, by reimar
-
Fix function prototypes to match the required type.2010-07-01, by reimar
-
Avoid void *-arithmentic warnings.2010-07-01, by reimar
-
Fix ffmpeg logging: mp_msg_test must be called after the proper target2010-07-01, by reimar
-
Add some const, the ad_functions structs are in rodata.2010-07-01, by reimar
-
Always request expose events, we have to handle them, the application2010-07-01, by reimar
-
Fix resizing with -wid after previous commit.2010-07-01, by reimar
-
* fix compilation using external libfaad2010-07-01, by attila
-
Some indentation fixes.2010-07-01, by reimar
-
Do not try to grab input from -wid windows, it will most likely break2010-07-01, by reimar
-
Fix -geometry with -wid behaviour (y position was flipped).2010-07-01, by reimar
-
skinName is already declared in interface.h, so remove2010-07-01, by reimar
-
Fix win32 gui compilation.2010-07-01, by reimar
-
Avoid some deprecated functions.2010-07-01, by reimar
-
config.log belongs into mplayer's root directory, not into the tmp directory2010-07-01, by attila
-
Add disabling input to hints.2010-07-01, by reimar
-
Fix variable name for tmpdir selection iterator.2010-07-01, by diego
-
Add convenience function to check for the availability of system functions.2010-07-01, by diego
-
Place temporary files in a subdirectory of their own.2010-07-01, by diego
-
Move dvd_speed extern variable declaration from stream_dvd_common.h to stream.h.2010-06-30, by diego
-
MP3 decoding through libmpg1232010-06-30, by diego
-
configure: Fix detection of SDL backend for vo_gl on OS X2010-06-30, by astrange
-
Add config.h include needed for other included files2010-06-29, by reimar
-
Avoid a crash if stream->url is not set, but print a warning since this2010-06-29, by reimar
-
Replace HAVE_BIGENDIAN #ifdef around swap_palette() by av_unused attribute.2010-06-29, by diego
-
Update ffvp8 comment.2010-06-29, by cehoyos
-
Place swap_palette declaration under the same #ifdef as its usage; fixes:2010-06-28, by diego
-
Remove help target that prints available targets.2010-06-28, by diego
-
Remove some commented-out cruft.2010-06-28, by diego
-
Clean up #include handling in mplayer.c and mencoder.c.2010-06-28, by diego
-
cosmetics: Move volstep global var to the top where all other global vars live.2010-06-28, by diego
-
Remove unnecessary HELP_MP_DEFINE_STATIC #define and corresponding #ifdefs.2010-06-28, by diego
-
Revert the previous two commits to configure and clarify the res_comment.2010-06-28, by siretart
-
Factorize MPlayer/MEncoder version string handling.2010-06-28, by diego
-
ffvp8 decodes all reference vectors fine.2010-06-27, by cehoyos
-
fflibvpx is significantly faster than ffvp8 for nearly all users.2010-06-27, by cehoyos
-
reindent after last commit2010-06-27, by siretart
-
libvpx does not require static libavcodec2010-06-27, by siretart
-
Fix indentation.2010-06-27, by reimar
-
Simplify clang version extraction.2010-06-27, by reimar
-
clang also does not support -march=native.2010-06-27, by reimar
-
Experimental support for clang compiler.2010-06-27, by reimar
-
Include internal.h last to avoid a conflict between its dprintf()2010-06-27, by reimar
-
100l, actually enable libvpx encoder if libvpx is detected.2010-06-27, by reimar
-
Use MSG_NOSIGNAL flag if available for send().2010-06-27, by reimar
-
Remove (or for now actually only disable) support for external libfaad.2010-06-27, by reimar
-
Update VP8 support information.2010-06-27, by reimar
-
Fix arpa/inet.h configure check.2010-06-27, by reimar
-
Add missing include for usec_sleep.2010-06-27, by reimar
-
Fix missing iopl declaration on x86_64 systems.2010-06-27, by reimar
-
Allow the FFmpeg VP8 decoder to work by disabling dr for it (thus we do not2010-06-26, by reimar
-
Ensure that e.g. -af-pre will not cause the filter list to be2010-06-25, by reimar
-
ladspa: ensure that activate is called on each filter instance, even2010-06-25, by reimar
-
Synced with help_mp-en.h rev. 315122010-06-25, by jrash
-
sync with en/mplayer.1 rev. 315522010-06-25, by jrash
-
Clean up sub-related extern declarations.2010-06-24, by diego
-
Add libvo/sub.h #include instead of declaring sub_visibility extern.2010-06-24, by diego
-
Add #include for libvo/sub.h instead of duplicating sub_pos extern declaration.2010-06-24, by diego
-
make clear that -frames 0 surpresses all _video_ output and not the2010-06-24, by attila
-
Add prototypes for exported FilterGraph_ functions.2010-06-24, by diego
-
Remove redundant mp_msg_levels[] extern declaration.2010-06-24, by diego
-
Move rtsp_port extern declaration to demuxer.h.2010-06-24, by diego
-
Fix catch() callback function declaration in two compile tests.2010-06-24, by diego
-
whitespace cosmetics2010-06-24, by diego
-
Remove unnecessary #includes from libnut test.2010-06-24, by diego
-
Replace manual header checks by header_check function.2010-06-24, by diego
-
Improve extrastereo audio filter description.2010-06-23, by diego
-
Improve LATM recognition.2010-06-23, by cehoyos
-
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires2010-06-23, by reimar
-
Change libvpx configure check to match FFmpeg's and also enable the encoder.2010-06-23, by reimar
-
Replace ever-growing-to-uglyness IS_* macros to by functions2010-06-23, by reimar
-
Move rtsp_destination extern declaration to stream.h.2010-06-23, by diego
-
Get rid of xsltproc wrapper redirection; run commands directly from make.2010-06-23, by diego
-
Move xsltproc target file hack to the Makefile.2010-06-23, by diego
-
Drop support for the Saxon XSLT processor.2010-06-23, by diego
-
Drop configure support for Jade/OpenJade XSLT processors.2010-06-23, by diego
-
Get rid of xmllint wrapper redirection; run commands directly from make.2010-06-23, by diego
-
Fix iopl() function declaration, fixes the warning:2010-06-23, by diego
-
Remove pointless __linux__ preprocessor checks.2010-06-23, by diego
-
Remove duplicated MKTAG macro definition, #include libavutil/common.h instead.2010-06-23, by diego
-
Change timer_name type from char* to char[]; patch taken from Uoti's tree.2010-06-23, by diego
-
Add CONFIG_SHARED to config.h for FFmpeg.2010-06-23, by diego
-
Move the .SUFFIXES rule to the bottom of the Makefile and explain it.2010-06-22, by diego
-
Remove disabled and unused timer-linux test main routine.2010-06-22, by diego
-
Remove some unnecessary #includes from configure tests.2010-06-22, by diego
-
Improves EDL to avoid jumping into a skipped out scene. It also2010-06-21, by reynaldo
-
typo fixes; mention lowering of hardware MPEG decoder priority2010-06-21, by diego
-
Move video decoder option array extern declarations to vd.h.2010-06-21, by diego
-
Add header file for video encoder extern variable declarations.2010-06-21, by diego
-
Place AUDIO_AAC_LATM definition next to AUDIO_AAC.2010-06-21, by reimar
-
Make demux_ts detect LATM AAC as a separate type.2010-06-21, by reimar
-
Surround conditionally used orig_lines variable declaration by #ifdefs.2010-06-21, by diego
-
Move lavfopts_conf/mpegopts_conf/nuvopts_conf extern declarations to muxer.h.2010-06-21, by diego
-
Move dvbin_opts_conf extern variable declaration to stream.h.2010-06-21, by diego
-
Use angular brackets for system #includes.2010-06-21, by diego
-
Fix type of dvbin_opts_conf extern declaration.2010-06-21, by diego
-
Move cddb_data_t and cd_toc_t structs to the only place they are used.2010-06-21, by diego
-
Shut up strict prototype warnings from the gui subdirectory.2010-06-21, by diego
-
Adjust printf length modifier, fixes the warning:2010-06-21, by diego
-
cosmetics: Reorder functions to avoid forward declarations.2010-06-21, by diego
-
Remove unused static function cddb_freedb_sites_parse().2010-06-21, by diego
-
Move declarations for functions defined in stream_cddb.c to cdd.h.2010-06-21, by diego
-
Remove unused static function cddb_get_freedb_sites(), fixes the warning:2010-06-21, by diego
-
Reorder #includes and drop an unnecessary set of #ifdefs.2010-06-21, by diego
-
Move cdda_priv structure to the only place it is used.2010-06-21, by diego
-
Move demuxer-specific option array declarations to demuxer.h.2010-06-21, by diego
-
Move faac/lame/toolame/twolame option array declarations to appropriate headers.2010-06-21, by diego
-
Move mpae_twolame_ctx structure to ae_twolame.c.2010-06-21, by diego
-
Move mpae_toolame_ctx structure to ae_toolame.c.2010-06-21, by diego
-
Remove redundant dvd_device extern variable declaration.2010-06-21, by diego
-
Move dvd_device extern declaration from stream_dvd_common.h to stream.h.2010-06-21, by diego
-
Remove redundant cdrom_device extern variable declarations.2010-06-21, by diego
-
Prefere the use of inet_ntop over inet_ntoa, as the former is ipv6 safe.2010-06-20, by attila
-
Fix compilation after r31490.2010-06-20, by cehoyos
-
Move noconfig_opts extern variable declaration to mpcommon.h.2010-06-20, by diego
-
Move network_prefer_ipv4/reuse_socket extern declarations to tcp.h/udp.h.2010-06-20, by diego
-
Mark data parameter of my_write function as const.2010-06-20, by diego
-
Remove duplicate network_bandwidth extern declarations.2010-06-20, by diego
-
Add declarations for open.c externally used variables to stream.h.2010-06-20, by diego
-
Move af_cfg extern variable declaration to dec_audio.h.2010-06-20, by diego
-
Move extern declarations for vf.c variables to vf.h.2010-06-20, by diego
-
Add appropriate #include instead of duplicating mf_ extern var declarations.2010-06-20, by diego
-
Move rtsp_transport_ extern variable declarations to demuxer.h.2010-06-20, by diego
-
Move audio_stream_cache extern variable declaration to demuxer.h.2010-06-20, by diego
-
Move more sws_ extern variable declarations to vf_scale.h.2010-06-20, by diego
-
Move pvr_ extern variable declarations to stream/pvr.h.2010-06-20, by diego
-
Move hr_mp3_seek extern variable declaration to demux_audio.h.2010-06-20, by diego
-
Move cdda_opts extern declaration to stream/cdd.h.2010-06-20, by diego
-
Move sws_flags extern variable declaration to vf_scale.h.2010-06-20, by diego
-
Add appropriate #include instead of duplicating pp_help extern declaration.2010-06-20, by diego
-
Add header file for externally used variable ps_probe.2010-06-20, by diego
-
Add header file for VIVO extern variable declarations.2010-06-20, by diego
-
Remove duplicate dvd_device extern variable declaration.2010-06-20, by diego
-
Move demuxer-related extern variable declarations to demuxer.h.2010-06-20, by diego
-
Add correct #include instead of duplicating dvd_speed extern declaration.2010-06-20, by diego
-
Remove unused parsehtml parameters.2010-06-19, by reimar
-
Add static to functions used only locally.2010-06-19, by reimar
-
Remove incorrect additional printf arguments.2010-06-19, by reimar
-
Auto-update CODEC_CFG_MIN value to release value in etc/codecs.conf.2010-06-19, by reimar
-
Move audio_substream_id extern variable declaration to demux_ts.h.2010-06-18, by diego
-
Remove examples of no longer supported gui commands.2010-06-18, by reimar
-
Move ts_* extern variable declarations to demux_ts.h.2010-06-18, by diego
-
Move audio_output_channels/fakemono extern variable declarations to dec_audio.h.2010-06-18, by diego
-
Move field_dominance extern variable declaration to dec_video.h.2010-06-18, by diego
-
Move codecs_file extern variable declaration to codec-cfg.h.2010-06-18, by diego
-
100l, never just ignore a backwards skip, even if the stream is not2010-06-18, by reimar
-
Error messages should not be hidden at -v level.2010-06-18, by reimar
-
Remove includes that break building if X11 is not available.2010-06-18, by reimar
-
Fix type: struct mp_image_s no longer exists, it is now2010-06-18, by reimar
-
sync with en/mplayer.1 rev. 313722010-06-18, by jrash
-
Synced with help_mp-en.h rev. 314302010-06-18, by jrash
-
Move extern variable declarations for network.c to network.h.2010-06-18, by diego
-
Move mp_msg-related extern variable declarations to mp_msg.h.2010-06-18, by diego
-
Simplify fribidi check - console output is not necessary.2010-06-17, by diego
-
Rename loader/qt_comp.h --> loader/qt_comp_template.c.2010-06-17, by diego
-
Add header file for externally used dxr2_opts array.2010-06-17, by diego
-
Add appropriate header files for GUI variables.2010-06-17, by diego
-
Add extern declaration for guiWinID variable.2010-06-17, by diego
-
Add #include for unrar_exec.h instead of declaring unrar_executable extern.2010-06-17, by diego
-
Declare stop_xscreensaver extern in x11_common.h instead of all over the code.2010-06-17, by diego
-
Add #include for geometry.h instead of declaring vo_geometry variable extern.2010-06-17, by diego
-
Move vo_panscanrange extern declaration to aspect.h, where it belongs.2010-06-17, by diego
-
Move LIRC-related extern variable declarations to lirc.h.2010-06-17, by diego
-
Move extern variable declarations for mp_fifo.c to mp_fifo.h.2010-06-17, by diego
-
Move menu-related extern variable declarations to menu.h.2010-06-17, by diego
-
Add header file for externally used variables from vo_fbdev.c.2010-06-17, by diego
-
Move force_monitor_aspect and monitor_pixel_aspect declarations to aspect.h.2010-06-17, by diego
-
Add header file for the extern declarations from muxer_avi.c.2010-06-17, by diego
-
Lower priority of hardware MPEG decoder cards below software decoders.2010-06-17, by diego
-
Factorize monitor_aspect extern declaration into aspect.h.2010-06-17, by diego
-
Add vd.h #include instead of declaring movie_aspect extern.2010-06-17, by diego
-
Place vo_osd_list extern declaration in sub.h instead of all over the code.2010-06-17, by diego
-
Remove unused 'extern int vo_osd_changed_flag' declaration.2010-06-17, by diego
-
Disable only G200 support when compiling against dynamic libswscale instead2010-06-16, by reimar
-
Add header_check convenience function to check for header availability.2010-06-16, by diego
-
Remove unused extern fs_layer declaration.2010-06-16, by diego
-
Replace common options template by a common options array.2010-06-16, by diego
-
Use a struct timezone as second parameter for gettimeofday in the function test.2010-06-16, by diego
-
SIGPIPE is not really a crash, try to exit cleanly in case we receive one.2010-06-16, by reimar
-
Remove some unnecessary #includes from compilation tests.2010-06-16, by diego
-
Rename libvo/mga_common.c --> libvo/mga_template.c.2010-06-16, by diego
-
Remove commented-out forward declaration for removed function.2010-06-16, by diego
-
More sensible behaviour for -geometry with -wid and -vo gl.2010-06-15, by reimar
-
Add symver defines for FFmpeg. Since we don't care about2010-06-15, by reimar
-
Make sure we always have exactly one CONFIG_LIBRTMP define.2010-06-15, by reimar
-
Remove an unused extern declaration.2010-06-15, by diego
-
Remove some unused extern declarations.2010-06-15, by diego
-
Cleanup some demux_ty code and at the same time possibly fix vstream support (untested).2010-06-14, by reimar
-
Consistently use "None" instead of "NULL" for X resources.2010-06-14, by reimar
-
Rename cfg-common-opts.h --> cfg-common_template.c.2010-06-14, by diego
-
Fix embarassing OCNFIG vs. CONFIG typo.2010-06-14, by diego
-
Add header for ivtv_write() instead of forward declaring it.2010-06-14, by diego
-
Mark first parameter of ivtv_write as const; it is never changed.2010-06-14, by diego
-
cosmetics: Reindent after last commit.2010-06-14, by diego
-
Drop linux-devfs configure option.2010-06-14, by diego
-
Rename configure.log file to the more standard name config.log.2010-06-14, by diego
-
Replace forward declarations by proper loader/wine/winbase.h #include.2010-06-14, by diego
-
Ignore generated .d files below loader/qtx/.2010-06-14, by diego
-
Adjust comment after the removal of the pt_iter_add_gui_file macro.2010-06-14, by diego
-
Remove unnecessary and unused #defines.2010-06-14, by diego
-
Replace forward declarations by loader/wine/winbase.h #include.2010-06-14, by diego
-
Remove unnecessary get_path() declaration.2010-06-14, by diego
-
Remove unnecessary get_path() declaration.2010-06-14, by diego
-
Add path.o to the dependency list of the loader test programs.2010-06-14, by diego
-
Remove unused function ComponentDummy().2010-06-14, by diego
-
Add ad_mp3lib.h #include for the mplayer_audio_read prototype.2010-06-14, by diego
-
Revert marking mplayer_audio_read() as static; it is used from linked .o files.2010-06-14, by diego
-
Mark exit_sig() function as static; it is only used within the file.2010-06-14, by diego
-
Add a command to the binary build rule.2010-06-14, by diego
-
typo: Add missing '$' to EXESUF variable in binary build rule.2010-06-14, by diego
-
Revert linking vd_zrmjpeg.c and vf_zrmjpeg.c to MPlayer only.2010-06-14, by diego
-
Ignore .d files with dependency information.2010-06-14, by diego
-
get_path.c was renamed to path.c.2010-06-14, by diego
-
Remove redundant monitor_aspect extern declaration, fixes the warning:2010-06-14, by diego
-
Mark mplayer_audio_read() function as static; it is not used outside the file.2010-06-14, by diego
-
Reinstate libmpeg2 hook to export quantization2010-06-14, by lu_zero
-
Remove more gui-related code from libvo.2010-06-13, by reimar
-
Remove some unused win32 GUI code.2010-06-13, by reimar
-
Fix sub_window default.2010-06-13, by reimar
-
Move wsSearch function and make it static.2010-06-13, by reimar
-
Drop inline attribute, it does not really make sense and without2010-06-13, by reimar
-
Install error handler as early as possible to avoid crashing.2010-06-13, by reimar
-
Fix function pointer types in tvi_functions struct2010-06-13, by reimar
-
Add CONFIG_LIBRTMP and HAVE_ISATTY #defines to config.h for FFmpeg.2010-06-13, by diego
-
Remove unused function pt_add_gui_file().2010-06-13, by diego
-
Remove unused mp_input_init parameter.2010-06-13, by reimar
-
100l, add missing 0-termination of keymap file.2010-06-13, by reimar
-
Add missing font_load.h include (previously hidden by gui include).2010-06-13, by reimar
-
Remove unused includes.2010-06-13, by reimar
-
For vos that support the new libvo API (provide UPDATE_SCREENINFO),2010-06-13, by reimar
-
Gui: Do not just exit on X error, just ignoring problems is already2010-06-13, by reimar
-
Indentation fix.2010-06-13, by reimar
-
Remove Gui-specific slave commands and associated key-bindings and other code.2010-06-13, by reimar
-
Remove mp_msg related GUI hacks.2010-06-13, by reimar
-
Allow LGPL for csputils as well, they were previously part of gl_common2010-06-13, by reimar
-
Dual-license gl_common and vo_gl under the LGPL v2.1 or later as2010-06-13, by reimar
-
Extend libvpx configure check to reject too old versions.2010-06-13, by reimar
-
Add QuantizeBuffer function call to gif test to actually test linking.2010-06-13, by reimar
-
Add quotes around tune names, otherwise "(psy tuning)" does not get2010-06-12, by tack
-
Respect -cache-seek-min also for on-disk files to reduce issues with mov.2010-06-12, by reimar
-
mga_vid depends on static libswscale.2010-06-11, by diego
-
sync with en/mplayer.1 rev. 313642010-06-11, by jrash
-
Synced with help_mp-en.h rev. 313532010-06-11, by jrash
-
Drop hunk that was forgotten in the quantizer_scale removal.2010-06-11, by diego
-
move the mga video check below the libswscale check2010-06-11, by siretart
-
Cosmetics: properly indent block after introducing if statement in r31363.2010-06-10, by tack
-
-x264encopts: document preset, tune, and profile options; remove2010-06-10, by tack
-
ve_x264: rewrite option parsing and add support for x264's presets,2010-06-10, by tack
-
yuv422 is not supported by current VDPAU hardware.2010-06-10, by cehoyos
-
Only enable vd_zrmjpeg.c/vf_zrmjpeg.c for MPlayer.2010-06-10, by diego
-
Add support for compiling against external libmpeg2.2010-06-10, by diego
-
libmpeg2: Remove local quantizer scale changes related to postprocessing.2010-06-10, by diego
-
ao_jack: increase maximum allowed channels from 6 to 8.2010-06-09, by tack
-
We use unmodified r231 of libdvdcss, no point in mentioning older revisions.2010-06-09, by reimar
-
libmpeg2: Move pending_buffer stuff to local decoder context.2010-06-09, by diego
-
cosmetics: Remove commented-out cruft.2010-06-09, by diego
-
Remove stale leftovers from MPlayer-specific buffer handling in libmpeg2.2010-06-09, by diego
-
Reduce verbosity about suboption parsing in vo drivers.2010-06-09, by diego
-
Split internal and external libmpeg2 support in the build system.2010-06-09, by diego
-
cosmetics: Drop leading underscore from configuration variable.2010-06-09, by diego
-
remove libmpcodecs/vf_rgb2bgr.c2010-06-09, by siretart
-
Make -mc 1 the default.2010-06-08, by cehoyos
-
Fix compilation with nemesi and live555.2010-06-08, by cehoyos
-
Support RTSP/RTP over HTTP via LIVE555.2010-06-08, by cehoyos
-
Extract duplicated code into a separate function.2010-06-07, by reimar
-
Ensure the SAMI subtitle reader does not read more lines than we support.2010-06-07, by reimar
-
Print media start time with -identify.2010-06-07, by reimar
-
Move code printing -identify output for a file to a separate function.2010-06-07, by reimar
-
M701: Matrox MPEG-2 intra-only.2010-06-07, by cehoyos
-
Fix typo in comment2010-06-06, by hyc
-
Remove nonsense commented-out function header.2010-06-06, by reimar
-
Update common.mak and subdir.mak to latest FFmpeg versions.2010-06-06, by reimar
-
Fix ds_get_next_pts to also work for the first packet of a stream.2010-06-06, by reimar
-
Fix the ds->first documentation to actually match reality.2010-06-06, by reimar
-
Minor code simplification.2010-06-06, by reimar
-
Disable index reading in real demuxer if stream is not seekable.2010-06-06, by reimar
-
Some more Changelog updates.2010-06-06, by reimar
-
yuv4mpeg interlaced changes.2010-06-06, by reimar
-
Update codecs.conf version again, we had quite a few additions to it.2010-06-05, by reimar
-
Extend -vf format to allow substituting the format for a compatible one2010-06-05, by reimar
-
Fix -vf format and -vf noformat to work with slices.2010-06-05, by reimar
-
Add webm/VP8 support to native matroska demuxer.2010-06-05, by reimar
-
If we have no FPS value, try enabling -correct-pts mode, it does2010-06-05, by reimar
-
Add partial support for dirac to TS demuxer.2010-06-05, by reimar
-
Also print current stream position in mp_read debug output.2010-06-05, by reimar
-
Remove explicit eof check for mp_read code, stream code handles this case2010-06-05, by reimar
-
Di not do a stream_reset on seeking backwards, the seek itself should2010-06-05, by reimar
-
Do not make seek fail explicitly simply because eof was hit somewhen,2010-06-05, by reimar
-
Fix compilation after FFmpeg r23485.2010-06-05, by cehoyos
-
sync with en/mplayer.1 rev. 312922010-06-05, by jrash
-
Remove colorspace conversion code from -vo yuv4mpeg, -vf scale should2010-06-05, by reimar
-
Sync libdvdcss with their latest SVN.2010-06-05, by reimar
-
Add support for -geometry x syntax since the documentation claims2010-06-05, by reimar
-
Do not use libass functions if it is disabled.2010-06-04, by reimar
-
Default to -correct-pts off if -fps was given, since -fps has no effect2010-06-04, by reimar
-
Force window placement also if -xineramascreen was set >= 0,2010-06-04, by reimar
-
Try always enabling correct pts again for lavf demuxer, since the know2010-06-03, by reimar
-
Limit buffered PTS only when we actually got a frame from the decoder.2010-06-03, by reimar
-
If an invalid pts value is detected, try to to make up some if it seems2010-06-03, by reimar
-
vo_yuv4mpeg: disable RGB support when compiling against a shared libswscale2010-06-03, by siretart
-
Simplify libass version check.2010-06-03, by cehoyos
-
Raise LIBASS_VERSION, forgotten in r31293.2010-06-03, by cehoyos
-
Add the -march fallback for amdfam10 also to the x86_64 case.2010-06-02, by reimar
-
libavcodec/libx264.c requires x264 0.98 since r23430.2010-06-02, by cehoyos
-
Fix compilation with external libass.2010-06-02, by cehoyos
-
ass_set_aspect_ratio() takes three arguments since 0x00907010.2010-06-02, by cehoyos
-
avoid using swscale internals by copying in palette8torbg16 and its bgr variant2010-06-01, by siretart
-
Extend geometry parsing to reject all invalid strings.2010-06-01, by reimar
-
Move internal scale context fields initialization from2010-06-01, by stefano
-
Fix compilation after FFmpeg r23402.2010-06-01, by cehoyos
-
remove palette8torgb15 and palette8tobgr152010-06-01, by siretart
-
Factor out some common code and ensure we will not try to draw OSD2010-05-31, by reimar
-
Reindent.2010-05-31, by reimar
-
Fix subtitle display for http://samples.mplayerhq.hu/sub/largeres_vobsub.mkv2010-05-31, by reimar
-
Switch mkv demuxing to lavf by default.2010-05-31, by aurel
-
backport ass_flush_events() from upstream libass and make use of it2010-05-31, by aurel
-
Extend the range of the -a52drc range up to two, as a experimental feature2010-05-31, by reimar
-
Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it.2010-05-30, by diego
-
synced with r312892010-05-30, by Gabrov
-
Change code to let Window Manager chose window location by default.2010-05-30, by reimar
-
Add a referrer option to set the HTTP Referer field.2010-05-30, by reimar
-
Forgotten part of previous commit (extern declaration of drc_level).2010-05-30, by reimar
-
Use the -a52drc option also for the libavcodec decoder.2010-05-30, by reimar
-
Fix compilation without librtmp.2010-05-30, by cehoyos
-
Treat a NULL renderer string as indication for software renderer.2010-05-30, by reimar
-
Prefer -vo sdl over "probably software" OpenGL.2010-05-30, by reimar
-
Change compiler argument order for compile_check to avoid incorrect linking2010-05-30, by reimar
-
Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).2010-05-30, by reimar
-
Add codec-cfg.h to the dependency list of codec-cfg.2010-05-30, by diego
-
Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.2010-05-30, by diego
-
Remove GPL-licensed YUV to RGB MMX routines.2010-05-30, by diego
-
Add librtmp support2010-05-30, by hyc
-
Cast void* pointer to appropriate type before using it in an addition; fixes2010-05-29, by diego
-
Update 1.0rc3 release name and date.2010-05-29, by diego
-
minor spelling fixes2010-05-29, by siretart
-
add myself to the AUTHORS file2010-05-29, by siretart
-
Use edi instead of ebx to avoid issues with PIC.2010-05-29, by reimar
-
Remove obsolete may_alias-related defines, lavu handles this now2010-05-29, by reimar
-
Actually run a detection whether external libass exists, instead2010-05-29, by reimar
-
Fix compilation if the compiler does not support -march=amdfam102010-05-29, by reimar
-
cosmetics: Drop leading '_' from noinputmodules variable.2010-05-29, by diego
-
misc cosmetics: K&R style nits, #include placement, indentation2010-05-29, by diego
-
Mark key_type structure as const.2010-05-29, by diego
-
getch2-os2.c: Add #include for the header that declares the public functions.2010-05-29, by diego
-
cosmetics: Remove some commented-out #includes, fix a comment grammar error.2010-05-29, by diego
-
Directly mark jpeg_buf_src() as void instead of using some indirection marcro.2010-05-29, by diego
-
add "lpcJ" fourcc for the RealAudio 1.0 codec.2010-05-28, by compn
-
Fix typo in message.2010-05-28, by reimar
-
stream_check_interrupt should sleep even if no callback is set.2010-05-28, by reimar
-
100l, stream_check_for_interrupt argument is not in usec,2010-05-28, by reimar
-
Document time scale for stream_check_interrupt argument.2010-05-28, by reimar
-
Document thatg time argument is in milliseconds.2010-05-28, by reimar
-
Improve handling of cache process/thread hanging/being killed.2010-05-28, by reimar
-
Fix cache process accidentally being killed by SIGUSR1.2010-05-28, by reimar
-
Use MSGT_DECVIDEO in a video decoder.2010-05-28, by cehoyos
-
Remove commented-out declaration of nonexisting function uGetTimer().2010-05-28, by diego
-
Drop pointless _t suffix from 'struct lavf_priv'.2010-05-28, by diego
-
Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section.2010-05-27, by diego
-
cosmetics: vertical alignment in msg module help output.2010-05-27, by diego
-
vf_yuy2 was removed after the 1.0rc3 branch was cut.2010-05-27, by diego
-
small cosmetics for the 1.0rc3 changelog2010-05-27, by diego
-
Fix a bunch of typos in the stream cache code.2010-05-27, by diego
-
Drop pointless _s suffix from 'struct af_stream'.2010-05-27, by diego
-
Drop pointless _st suffix from 'struct stream'.2010-05-27, by diego
-
Drop pointless _s suffix from struct ao_data.2010-05-27, by diego
-
cosmetics: Reformat in K&R coding style.2010-05-27, by diego
-
Remove two pointless void* casts.2010-05-27, by diego
-
Remove unnecessary demux_mkv_seek() forward declaration.2010-05-27, by diego
-
cosmetics: Drop pointless _s suffix from 'struct ad_functions'.2010-05-27, by diego
-
cosmetics: Drop pointless _s suffix from 'struct mp_image'.2010-05-27, by diego
-
cosmetics: Drop _s suffix from 'struct vd_functions'.2010-05-27, by diego
-
cosmetics: K&R coding style2010-05-27, by diego
-
cosmetics: K&R coding style2010-05-27, by diego
-
Retry reading even if we hit eof before.2010-05-26, by reimar
-
Switch ogg demuxing to lavf by default.2010-05-26, by reimar
-
Re-enable wakeup-on-signal for cache process.2010-05-26, by reimar
-
Disable waking the cache process up via a signal, it2010-05-26, by reimar
-
Both XVID and VDPAU decode our SIPP sample better than current libavcodec.2010-05-26, by cehoyos
-
Add missing RGB12 version of the fast OSD table.2010-05-26, by diego
-
Add support for decoding VP8 through libvpx wrapper in FFmpeg.2010-05-25, by diego
-
Remove obsolete new policy proposal draft from Michael.2010-05-25, by diego
-
Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streams2010-05-25, by hyc
-
whitespace cosmetics2010-05-25, by diego
-
whitespace cosmetics: fix indentation2010-05-25, by diego
-
cosmetics: vertical alignment in msg module help output2010-05-25, by diego
-
Remove some commented-out duplicate option entries.2010-05-25, by diego
-
K&R cosmetics: Fix '*' placement.2010-05-25, by diego
-
Remove unused forward declarations.2010-05-25, by diego
-
Samsung uses SIPP as FourCC for MPEG-4 ASP.2010-05-25, by cehoyos
-
support linking to fribidi without pkg-config2010-05-24, by siretart
-
make configure use pkg-config for fribidi checks2010-05-24, by siretart
-
Change -vo md5sum to not interleave U and V lines when calculating2010-05-24, by reimar
-
Fix OpenGL autodetection to not leave values at -1.2010-05-24, by reimar
-
Avoid decoding of 0-size packets. This also fixes that the main loop believes2010-05-23, by reimar
-
Use MP_NOPTS_VALUE as "default" pts for delayed frames instead of some2010-05-23, by reimar
-
Slightly reduce number of #ifs2010-05-23, by reimar
-
Use an extra define to simplify ifdefs2010-05-23, by reimar
-
Try reducing the #ifdef mess for the different cache variants.2010-05-23, by reimar
-
Extract the cache main loop into a separate function.2010-05-23, by reimar
-
Remove ambiguous language about indenting if-blocks.2010-05-23, by diego
-
Optimize cache behaviour for the many-consecutive-seeks case.2010-05-23, by reimar
-
Add code to wake up cache process when e.g. a seek is needed.2010-05-23, by reimar
-
Add ChangeLog entry about CineForm support.2010-05-23, by sesse
-
Add final missing bits of CineForm HD support on Linux (via the Windows2010-05-23, by sesse
-
Remove unused function MODULE_DecRefCount(), fixes the warning:2010-05-23, by diego
-
K&R coding style should be applied to new code.2010-05-23, by diego
-
cosmetics: reformat ad_pcm.c in K&R style2010-05-23, by diego
-
Add empty newline to separate function declarations, for better2010-05-23, by stefano
-
Ignore (but print out) offset with libtheora decoder.2010-05-22, by cehoyos
-
Do not use correct-pts for mpeg-ps: It breaks PAFF samples.2010-05-22, by cehoyos
-
Change WAV header updating in ao_pcm to allow to up to almost 4GB size.2010-05-21, by reimar
-
sync with en/mplayer.1 rev. 311732010-05-21, by jrash
-
Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.2010-05-20, by iive
-
Cosmetics: make more compact the code for handle_jpeg(), this also allows2010-05-19, by stefano
-
Remove PI definition and use M_PI instead.2010-05-19, by stefano
-
Do not return pointer to on-stack memory.2010-05-19, by reimar
-
Fix return value (it was missing completely).2010-05-19, by reimar
-
Handle -wid Window being closed for direct3d and gl vos on Windows.2010-05-19, by reimar
-
13% faster yuv420 to rgb15 mmx.2010-05-19, by lorenm
-
40% faster yuv420 to rgb24 mmx.2010-05-19, by lorenm
-
Quit MPlayer if we receive a DestroyNotify event.2010-05-14, by reimar
-
vf_zr requires the lavc MJPEG encoder even when MEncoder has been disabled.2010-05-14, by diego
-
Remove duplicate and nonsense libavencoders #define for OpenCORE AMR-WB.2010-05-14, by diego
-
Check for termios.h before sys/termios.h.2010-05-14, by diego
-
Enable libavcodecs new MPEG-1 Audio float decoder.2010-05-14, by cehoyos
-
Fix compilation after r31173.2010-05-14, by cehoyos
-
remove vf_yuy2, functionality is replaced by -vf format=yuv22010-05-14, by siretart
-
Silence a gcc warning about char trying to be packed.2010-05-13, by cehoyos
-
move 'dvdsublang... moviename en,eng,' message to debug level.2010-05-13, by compn
-
Revert r31153. It failed to build on:2010-05-12, by ramiro
-
Mention removal of internal liba52 copy in Changelog.2010-05-12, by diego
-
10l: Use the directory part of the stylesheet path to create a directory.2010-05-11, by diego
-
cosmetics: Invoke all shell scripts during XML documentation build directly.2010-05-11, by diego
-
Create output directory when copying stylesheet.2010-05-11, by diego
-
Merge both XML documentation README files into one.2010-05-11, by diego
-
Do not run xmllint prior to building the XML documentation.2010-05-11, by diego
-
XML docs: Make xmllint-* targets a dependency of html-chunked-*/html-single-*.2010-05-11, by diego
-
Only mark targets whose names end in "clean" as phony.2010-05-11, by diego
-
docs: Update documentation to account for recent build system changes.2010-05-11, by diego
-
Make XML documentation build process nonrecursive.2010-05-11, by diego
-
Get rid of pointless variable indirection for XSL stylesheets.2010-05-11, by diego
-
libdvdcss is now synced to a recent upstream Subversion snapshot.2010-05-11, by diego
-
libdvdcss: Fix potential format string crash; check RPC status on disc access.2010-05-11, by diego
-
libdvdcss: OS/2 support; this merges upstream revisions 220 and 229.2010-05-11, by diego
-
libdvdcss: cosmetics: Fix FSF address and program name in license headers.2010-05-11, by diego
-
Fix compilation with --disable-fastmemcpy on x862010-05-11, by astrange
-
Use int instead of long to pass width parameters in non-public functions.2010-05-11, by ramiro
-
Pass a language variable to submakes instead of reading subdirectory Makefiles.2010-05-10, by diego
-
Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.2010-05-09, by reimar
-
Minor code cleanup.2010-05-09, by reimar
-
yuv=5 supports brightness and contrast adjustment.2010-05-09, by reimar
-
add FLV4 fourcc to vp62010-05-09, by compn
-
Remove internal liba52 copy.2010-05-09, by diego
-
Use the system liba52 headers when internal liba52 is disabled, fixes:2010-05-09, by diego
-
cosmetics: Drop leading underscore from some commonly-used variable names.2010-05-09, by diego
-
Handle Y8/Y800 formats more similar to other YUV formats.2010-05-09, by reimar
-
Handle chroma texture size becoming 0, e.g. due to bad rounding.2010-05-09, by reimar
-
blackfin: fix yuv422 to yuv420 conversion2010-05-07, by mru
-
Remove references to some long-removed files.2010-05-07, by diego
-
Remove seemingly misplaced and commented-out liba52 #include.2010-05-07, by diego
-
Add support for 12-bit color mode on framebuffer devices.2010-05-06, by cehoyos
-
Fix compilation with old libschroedinger-dev installed.2010-05-06, by cehoyos
-
cosmetic: typo, this wasn't supposed to be plural2010-05-04, by aurel
-
Remove translated strings that are gone from the master translation.2010-05-04, by diego
-
alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines2010-05-04, by diego
-
the great MPlayer tab removal: part II2010-05-03, by diego
-
Put symlinks under revision control instead of generating them during make.2010-05-03, by diego
-
print a more detailed and more useful description of each stream with lavf2010-05-03, by aurel
-
10l: correctly use video_stream instead of audio_stream in the video section2010-05-03, by aurel
-
add ID_..._NAME to -identify for each lavf stream which has a title2010-05-03, by aurel
-
uniformize handling of aid and vid with lavf so that it matches handling of sid2010-05-03, by aurel
-
Silence permanent warning messages when decoding H264 over rtsp with2010-05-02, by cehoyos
-
Also print OpenGL renderer string with vendor and version with -v2010-05-01, by reimar
-
Continue probing even for score == AVPROBE_SCORE_MAX / 4 to match2010-05-01, by reimar
-
Use av_probe_input_format2 and avoid accepting detection2010-05-01, by reimar
-
Revert accidental change to default CFLAGS.2010-04-30, by reimar
-
Add configure detection for SDL backend for -vo gl.2010-04-30, by reimar
-
Avoid duplicating the GL/gl.h include.2010-04-30, by reimar
-
100l, open the customtex also in binary mode, not just the program.2010-04-30, by reimar
-
Fix compilation with gcc 2.95.3 (with --disable-ass).2010-04-28, by cehoyos
-
New hack for vobsub packet merging.2010-04-27, by iive
-
Move variable declaration into the block where it is actually used.2010-04-27, by reimar
-
Add llrintf test for FFmpeg.2010-04-27, by diego
-
Add missing input.h #include, fixes the warnings:2010-04-27, by diego
-
Move "screen" variable declaration below the relevant #ifdef, fixes the warning:2010-04-27, by diego
-
fix typo2010-04-27, by Gabrov
-
Fix compilation with live555 after libavutil r22965.2010-04-27, by cehoyos
-
synced with r310962010-04-25, by Gabrov
-
typo fixes2010-04-25, by Gabrov
-
Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode.2010-04-25, by reimar
-
Try other methods also if GetBusKey fails instead of failing completely.2010-04-25, by reimar
-
Missing space after if.2010-04-25, by reimar
-
Support mouse movements in SDL.2010-04-25, by reimar
-
Avoid duplicating mouse-movement command-generation code.2010-04-25, by reimar
-
Fix crash if a DVD is played with dvdnav:// and without video2010-04-25, by reimar
-
Deduplicate enable_mouse_movements declaration.2010-04-25, by reimar
-
Minor cosmetics.2010-04-25, by reimar
-
Add comment for endif.2010-04-25, by reimar
-
Support for auto-selecting the OpenGL backend.2010-04-25, by reimar
-
Add reinitialization support. Necessary for fullscreen on OSX.2010-04-25, by reimar
-
Handle SDL expose events with -vo gl.2010-04-25, by reimar
-
Missing space in error message.2010-04-25, by reimar
-
Simplify SDL key symbol mapping.2010-04-25, by reimar
-
Use the proper define for translating the tab key.2010-04-25, by reimar
-
Make uppercase characters and in general all ASCII characters work2010-04-25, by reimar
-
Share SDL initialization code.2010-04-25, by reimar
-
Remove unnecessary check.2010-04-25, by reimar
-
Fullscreen support for -vo gl using SDL.2010-04-25, by reimar
-
Set SDL window title.2010-04-25, by reimar
-
Window resizing support for -vo gl with SDL backend.2010-04-25, by reimar
-
Add sdl_common file and use it to share the input handling between -vo gl2010-04-25, by reimar
-
Use SDL_GL_ProcAddress to work around conflicts between -lGL2010-04-25, by reimar
-
Update copyright and email address.2010-04-25, by reimar
-
Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,2010-04-25, by reimar
-
Missing gl.h include for SDL backend.2010-04-24, by reimar
-
Slightly more correct ifdefs for vo_gl2.2010-04-24, by reimar
-
Add workaroound for yuv=7 mode - does hurt speed but not much2010-04-24, by reimar
-
Remove code to work around bugs in ancient libSDL versions, the code has been2010-04-24, by reimar
-
Try harder to find linked OpenGL functions.2010-04-24, by reimar
-
Disable OSD support by default if the necessary OpenGL functionality is missing.2010-04-24, by reimar
-
SDL support with related crash-resilience fixes.2010-04-24, by reimar
-
Some crash-resilience fixes.2010-04-24, by reimar
-
First steps to support -vo gl with SDL-based Window handling.2010-04-24, by reimar
-
10l: Remove leftover commented-out #include.2010-04-24, by diego
-
Remove unnecessary kd.h #include.2010-04-24, by diego
-
rename 'struct keymap' -> 'struct mp_keymap'2010-04-23, by siretart
-
include sys/kd.h on non-Linux architectures correctly2010-04-23, by siretart
-
VIDIX only works for Linux on the x86_64 architecture, not on other OSes.2010-04-22, by diego
-
Merge iopl()-related #ifdefs.2010-04-22, by diego
-
Do not check for __linux__ in a file that is only ever used on Linux.2010-04-22, by diego
-
Revert obscure hack that disables the malloc.h check on certain BSD platforms.2010-04-21, by diego
-
Update comment describing issues with ffaac.2010-04-20, by reimar
-
Cosmetics/indentation fixes.2010-04-20, by reimar
-
Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpeg2010-04-20, by reimar
-
Remove explicit filename from Doxygen @file commands.2010-04-20, by diego
-
Tell x264 that we aren't going to give it timestamps.2010-04-20, by lorenm
-
Remove unused static function wsDummyEvents and related unused code, fixes:2010-04-20, by diego
-
Remove unused static function wsIOErrorHandler, fixes the warning:2010-04-20, by diego
-
Remove unused static function fsFileExist, fixes the warning:2010-04-20, by diego
-
Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems2010-04-20, by zuxy
-
Synced with help_mp-en.h rev. 310322010-04-17, by jrash
-
sync with en/mplayer.1 rev. 310282010-04-17, by jrash
-
Merge two redundant if checks, patch by ubitux, ubitux gmail com.2010-04-16, by diego
-
cosmetics: reindent demux_ogg.c to K&R style plus some prettyprinting2010-04-16, by diego
-
Remove commented-out and long-gone dapsync options.2010-04-15, by diego
-
Mark ffaac as buggy (thus making faad default again) and2010-04-15, by reimar
-
Move functions that really do not need to be inlined from the header2010-04-15, by reimar
-
Remove dead code.2010-04-14, by cehoyos
-
Open cutomtex file in binary mode to avoid potential issues on2010-04-13, by reimar
-
typo fix found by ubitux2010-04-13, by compn
-
Make ASS processing work with both subtitle formats, the MKV one and the2010-04-12, by reimar
-
Fix build due to FFmpeg r22858 change (function rename).2010-04-12, by iive
-
the great MPlayer tab removal: part I2010-04-12, by diego
-
Fix build after FFmpeg symbol rename:2010-04-12, by diego
-
Add slave commands for loading and unloading audio filters at runtime.2010-04-11, by cehoyos
-
Fix build due to FFmpeg r22833 change (typedef rename).2010-04-11, by iive
-
Add osd_show_progression: Show progress bar and elapsed/total time.2010-04-09, by cehoyos
-
Add some fallback OpenGL defines to fix compilation on Windows.2010-04-07, by reimar
-
Generate dependency information as a sideeffect of compilation.2010-04-06, by diego
-
cosmetics: Reorder some x86-related preprocessor conditionals.2010-04-06, by diego
-
Do not print the "Loading cookie file" message twice.2010-04-05, by reimar
-
Try to fix VCD compilation on non-Linux systems.2010-04-05, by reimar
-
Add -MP to dependency command.2010-04-05, by diego
-
Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.2010-04-05, by diego
-
Remove unused functions.2010-04-05, by reimar
-
Export VCD tracks as chapters, just like for cue:// URLs.2010-04-05, by reimar
-
Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,2010-04-05, by reimar
-
VBlankActiveFunc is a pointer to a parameterless function; mark it as such.2010-04-05, by diego
-
Fix RGB support for corevideo: corevideo can only support2010-04-05, by reimar
-
Enable OSD also for BGR32, the code is the same as for RGB32.2010-04-05, by reimar
-
Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoiding2010-04-05, by reimar
-
Check texture dimensions instead of internal format in max texture2010-04-04, by reimar
-
Cosmetics/reindent.2010-04-04, by reimar
-
Avoid duplicating a condition.2010-04-04, by reimar
-
Print width before height,2010-04-04, by reimar
-
Fix width/height mixup in error message.2010-04-04, by reimar
-
Remove -O4 from FAAC check, it is in our standard CFLAGS already.2010-04-04, by diego
-
Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.2010-04-04, by diego
-
Factor out the YUV->RGB conversion auto-selection and also2010-04-04, by reimar
-
cosmetics: prettyprint config.mak somewhat2010-04-04, by diego
-
Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak.2010-04-04, by diego
-
Mark parameterless function declarations as (void). Fixes the warnings:2010-04-04, by diego
-
Mark input-related m_option_t arrays as const.2010-04-04, by diego
-
Mark vf_size_preset_fields m_option_t array as const.2010-04-04, by diego
-
Mark muxer-related m_option_t arrays as const.2010-04-04, by diego
-
Mark cfg_fields m_option_t array as const.2010-04-04, by diego
-
Mark dxr2_opts array as const.2010-04-04, by diego
-
Mark encoder-related m_option_t struct arrays as const.2010-04-04, by diego
-
Revert marking m_option struct member as const.2010-04-04, by diego
-
Share more code between the two ATI fragment shader YUV to RGB2010-04-04, by reimar
-
Try to detect and work around broken glXGetProcAddress on at2010-04-03, by reimar
-
Implement OpenGL-based YUV to RGB version for Radeon 9200 class2010-04-03, by reimar
-
Remove commented-out #include of a non-existing file.2010-04-03, by diego
-
Add a header for x264enc_set_param() instead of forward declaring it.2010-04-03, by diego
-
Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.2010-04-03, by diego
-
Mark m_option struct member as const.2010-04-03, by diego
-
Indentation fix.2010-04-03, by reimar
-
Add mpgl prefix to all OpenGL-related function pointers.2010-04-03, by reimar
-
dont mention base64 about sending attachments.2010-04-02, by attila
-
Cosmetics: Fix indentation.2010-04-02, by cehoyos
-
Do not try -march=native for icc.2010-04-02, by cehoyos
-
Change type to uint8_t to avoid checks depending on char signedness.2010-04-02, by reimar
-
updated example line for encoding to psp (acodec faac is now libfaac)2010-04-01, by ptt
-
updated table of libavcodec's audio codecs2010-04-01, by ptt
-
Sanitize ICY metadata a bit before printing it.2010-03-31, by reimar
-
Make audio switching with AVI demuxer chose the first audio stream2010-03-31, by reimar
-
Replace some "m" constraints by MANGLE to avoid issues with some compilers not2010-03-31, by reimar
-
rename eatgv -> ffeatgv, lpcm -> fflpcm2010-03-31, by attila
-
Add HAVE_STRERROR_R definition for FFmpeg to config.h.2010-03-28, by diego
-
Use (void) instead of () to indicate a parameterless function, fixes:2010-03-28, by diego
-
Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.2010-03-28, by diego
-
Fix compilation after librtmp support in FFmpeg.2010-03-28, by reimar
-
Fix crash with incomplete yuv2 frames.2010-03-28, by reimar
-
Leave disabling SSE to the check_os_katmai_support always regardless of OS,2010-03-27, by reimar
-
Support concatenated YUV4MPEG files.2010-03-27, by reimar
-
Use calloc instead of malloc+memset2010-03-27, by reimar
-
Add const to some video_out extern declarations to match their definitions.2010-03-27, by reimar
-
Mark some more LIBVO_EXTERN declarations as const where possible.2010-03-27, by reimar
-
100l, fix frametime calculation for MPEG-2 files with frame rate extension.2010-03-27, by reimar
-
libswscale: Relicense almost all x86 assembler optimizations as LGPL.2010-03-27, by diego
-
Refactor OS X foreground process setting into a separate function.2010-03-26, by diego
-
cosmetics: Break some overly long lines.2010-03-26, by diego
-
Convert asm keyword to __asm__.2010-03-26, by diego
-
HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.2010-03-26, by diego
-
Remove unused OPTFLAGS variable from config.mak.2010-03-25, by diego
-
Remove unused MACOSX_BUNDLE config.mak entry.2010-03-25, by diego
-
Move some FFmpeg-specific entries to the FFmpeg section of config.mak.2010-03-25, by diego
-
Don't try to delete the global memory mutex in the Win32 loader code,2010-03-25, by sesse
-
Mark add_subtitles() as static, it is not used outside the file, fixes:2010-03-24, by diego
-
Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.2010-03-24, by diego
-
AltiVec implies a PPC CPU, so there is no need to check for both.2010-03-23, by diego
-
loader: Remove commented-out extra_ld_library_path cruft.2010-03-23, by diego
-
Do not compile AltiVec code when AltiVec is not available; not even in2010-03-23, by diego
-
Make http_read_response fail if parsing the response failed.2010-03-23, by reimar
-
Fix build due to codecs_path vs. codec_path typo.2010-03-23, by diego
-
Get rid of pointless def_path variable; use codec_path directly instead.2010-03-23, by diego
-
Real binary loader code should respect the binary codec path.2010-03-23, by diego
-
Reindent2010-03-22, by reimar
-
Start probing with a size matching the stream buffer size so it is possible2010-03-22, by reimar
-
Make all instances of codec_patch unconditional, otherwise2010-03-21, by attila
-
Rename SetCodecPath() --> set_codec_path().2010-03-21, by diego
-
Rename get_path.[ch] --> path.[ch].2010-03-20, by diego
-
Move SetCodecPath() from loader to get_path.c and make it unconditional.2010-03-20, by diego
-
sync with en/mplayer.1 rev. 309362010-03-20, by jrash
-
Remove unnecessary size limits and a related define for hm12 decoder.2010-03-19, by reimar
-
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats2010-03-19, by reimar
-
Replace wrong condition name in #endif comment by correct instance.2010-03-19, by diego
-
Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.2010-03-19, by diego
-
Drop support for XANIM_MOD_DIR environment variable.2010-03-18, by diego
-
Reuse codec path variable used in the binary loader in the XAnim loader.2010-03-18, by diego
-
Extend the generic path of the yuv2rgb converter with support for rgb4442010-03-18, by cehoyos
-
cosmetics: indentation2010-03-18, by aurel
-
add support for lavf style extradata in vd_theora2010-03-18, by aurel
-
Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.2010-03-18, by diego
-
Split codec path related code into a separate file to fix Windows build.2010-03-18, by reimar
-
Fix first line(s) of vo vdpau documentation.2010-03-18, by cehoyos
-
Fix thread safety issue in mreq_private: last_alloc was accessed from multiple2010-03-17, by sesse
-
Announce Windows XP SP2 instead of Windows 95 OSR2.2010-03-17, by sesse
-
Announce SMP support for Win32.2010-03-17, by sesse
-
Introduce mak_enable function to set variables in config.mak.2010-03-17, by diego
-
Rename SGI_MIPS architecture to plain MIPS.2010-03-17, by diego
-
Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.2010-03-17, by diego
-
Lowercase arch and subarch values.2010-03-17, by diego
-
cosmetics: Drop leading underscore from cpuexts variables.2010-03-17, by diego
-
Make ff_config_enable work with lowercase values.2010-03-17, by diego
-
Split subarch handling off from generic arch handling.2010-03-17, by diego
-
Prefer FFmpeg AAC decoder over libfaad.2010-03-17, by diego
-
Rename libopencore AMR decoder entries.2010-03-17, by diego
-
Fix compilation after FFmpeg r22569 at least for some architectures.2010-03-17, by cehoyos
-
cosmetics: Drop leading underscores from arch variables.2010-03-17, by diego
-
Follow a more proper way to support -codecpath.2010-03-17, by komh
-
Fix return value of InitializeCriticalSectionAndSpinCount.2010-03-16, by sesse
-
Remove unused variable, fixes the warning:2010-03-16, by diego
-
Fix libmpcodecs/vd_qtvideo.c compilation on OS X:2010-03-16, by sesse
-
Remove some commented-out debugging and similar cruft.2010-03-16, by diego
-
Remove unnecessary forward declarations for a bunch of functions.2010-03-16, by diego
-
cosmetics: Move all functions before main().2010-03-16, by diego
-
Remove disabled flip_upside_down function; it has been unused for ages.2010-03-16, by diego
-
Remove unnecessary forward declaration of print_wave_header().2010-03-16, by diego
-
Fix compilation after FFmpeg r22565.2010-03-16, by cehoyos
-
Calculate width and height in mp4_header_process_vop().2010-03-15, by cehoyos
-
Fix value of bit counter at end of functions to prepare for future patches.2010-03-15, by cehoyos
-
Fix indentation in GetVersionExW.2010-03-15, by sesse
-
Add support for Apple's ProRes and AIC codecs, now that all prerequisites2010-03-15, by sesse
-
Implement GetVersionExW with the same data as GetVersionExA but taking in a2010-03-15, by sesse
-
Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS and2010-03-15, by sesse
-
Relocate -codecpath description in alphabetical order.2010-03-15, by komh
-
Add -codecpath option.2010-03-15, by komh
-
Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.2010-03-15, by diego
-
Get rid of pointless tmppath variable in set_path_env().2010-03-14, by diego
-
variable renaming cosmetics: _have_yasm --> have_yasm2010-03-14, by diego
-
Remove unused MMX_FFT Makefile variable.2010-03-14, by diego
-
cosmetics: Simplify _codecsdir setting for MinGW and OS/2.2010-03-14, by diego
-
Add -Wstrict-prototypes to CFLAGS.2010-03-14, by diego
-
Use menu instead of GUI as example for an internal feature turned on by a flag.2010-03-14, by diego
-
Fix compilation after FFmpeg r22522.2010-03-14, by cehoyos
-
Replace separate Win32, XAnim and Real codec directories by one global dir.2010-03-14, by diego
-
fftheora supports 4:2:2 and 4:4:4 now2010-03-13, by conrad
-
sync with en/mplayer.1 rev. 308682010-03-13, by jrash
-
Add the 0xA109 format for speex, it is claimed to be officially registered (have2010-03-12, by reimar
-
Support extradata format of the speex.acm windows codec formerly available2010-03-12, by reimar
-
Fix crash if speex_packet_to_header fails.2010-03-12, by reimar
-
Add newlines to generated fragment program to make both fragment program dump2010-03-12, by reimar
-
Include libavutil/avutil.h for FFMIN2010-03-10, by komh
-
Include osdep/osdep.h instead of checking a platfrom specific macro to include2010-03-10, by komh
-
Return MP_NOPTS_VALUE if we can't figure out the pts, not 0.2010-03-09, by reimar
-
Improve handling of 0-size ogg packets.2010-03-09, by reimar
-
unbreak compilation after cleanups in libavutil/common.h2010-03-09, by siretart
-
Fix alpabetical order.2010-03-09, by cehoyos
-
Support SEGA CRI adx codec with demuxer lavf.2010-03-09, by cehoyos
-
Fix a syntax error in graph.h.2010-03-09, by sesse
-
Add copyright headers.2010-03-09, by sesse
-
Style changes as requested by Diego.2010-03-09, by sesse
-
Fix help text for --disable-win32dll.2010-03-09, by cehoyos
-
Commit files by Steinar Gunderson, forgotten in r30866.2010-03-09, by cehoyos
-
Fix compilation on powerpc with --disable-altivec2010-03-09, by siretart
-
Document x264 VUI options.2010-03-09, by corey
-
Add a note about what x264's 'aud' parameter is for.2010-03-09, by corey
-
Implement DirectShow filter graph.2010-03-08, by sesse
-
Correct QuickTime dpi output.2010-03-08, by sesse
-
Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.2010-03-08, by reimar
-
Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RELEASE.2010-03-08, by reimar
-
We have some sort of DVD menu support nowadays.2010-03-08, by diego
-
Implement ResumeThread and SignalObjectAndWait.2010-03-08, by sesse
-
Increase mplayer buffer padding size to match the new one from ffmpeg.2010-03-07, by iive
-
Use FBIOPAN_DISPLAY for switching between pages, seems to work for more2010-03-07, by reimar
-
Add double-buffering support to vo_fbdev.2010-03-07, by reimar
-
Use int64_t instead of long for variable containing current playback time.2010-03-07, by reimar
-
Avoid duplication of usePal() macro.2010-03-06, by stefano
-
Add support to BGR444/RGB444 foreign endian output in libswscale.2010-03-06, by stefano
-
Fix QuickTime emulated OSErr type.2010-03-06, by sesse
-
Implement Win32 mutexes.2010-03-06, by sesse
-
Fix semaphore behavior in WaitForSingleObject.2010-03-06, by sesse
-
Make Win32 mutex and thread linked lists thread safe.2010-03-06, by sesse
-
Define O_BINARY in stream/stream.h unless it is defined yet, and use it2010-03-06, by komh
-
Enable ASS/SSA subtitle support in mencoder2010-03-05, by greg
-
Make GetModuleHandle(NULL) return a valid pointer.2010-03-05, by sesse
-
try to avoid returning odd slices.2010-03-05, by michael
-
Reuse fb_tty_fd for setting up the text area.2010-03-05, by reimar
-
sync with en/mplayer.1 rev. 308222010-03-05, by jrash
-
Partial revert of r30843.2010-03-05, by sesse
-
Support thread handles in WaitForSingleObject.2010-03-05, by sesse
-
Cosmetics: fix vertical alignment.2010-03-05, by benoit
-
libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special2010-03-05, by benoit
-
Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in2010-03-04, by cehoyos
-
Remove NUT specification stubs.2010-03-04, by diego
-
Run script with /bin/sh instead of bash.2010-03-04, by diego
-
Make emulated Win32 critical sections thread safe.2010-03-04, by sesse
-
cosmetics: Use consistent if expression syntax.2010-03-04, by diego
-
Use $() syntax instead of backticks, it is easier to nest.2010-03-04, by diego
-
Clarify that ssh is not required for committing to MPlayer.2010-03-04, by diego
-
Update URL for Subversion homepage.2010-03-04, by diego
-
Fix crashes in CreatePalette by fixing the LOGPALETTE struct.2010-03-04, by sesse
-
Fix manual reset behavior of Win32 events.2010-03-04, by sesse
-
Fix return values of WaitForSingleObject when checking an event.2010-03-04, by sesse
-
Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead2010-03-04, by komh
-
1. Move the macros for priority classes for OS/2 from priority.c to osdep.h2010-03-04, by komh
-
Revert r30825, it was not supposed to be committed.2010-03-04, by stefano
-
Fill the r, g, b values used for computing the c->pal_yuv table in the2010-03-04, by stefano
-
Make swscale-test take in input the name of the input and the output2010-03-04, by stefano
-
Partially revert r30645, the final output format is determined by2010-03-03, by reimar
-
Save the new width and height earlier so that e.g. -geometry 30x30-50-502010-03-03, by reimar
-
Add support for specifying window position relative to right and bottom2010-03-03, by reimar
-
Simplify sscanf format strings and get rid of useless percent variable.2010-03-03, by reimar
-
Avoid very deep indentation level and RESET_GEOMETRY macro in -geometry2010-03-03, by reimar
-
Add a VCD support for OS/22010-03-03, by komh
-
Drop support for old-style DVB code.2010-03-02, by diego
-
Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-network2010-03-02, by rectalogic
-
Add CONFIG_LSP to config.h for libavcodec compilation.2010-03-02, by diego
-
Remove unused and useless define.2010-03-01, by reimar
-
Fix memleak due to strdup'd filename not being freed.2010-03-01, by reimar
-
Move functions into proper order to avoid extra declarations.2010-03-01, by reimar
-
Deduplicate code to set stream start_pos/end_pos.2010-03-01, by reimar
-
Set stream->pos correctly after seeking to a VCD title.2010-03-01, by reimar
-
Ensure that cue_current_pos.track is not set to an invalid value after2010-03-01, by reimar
-
Fix off-by-one error in chapter<->VCD track conversion.2010-03-01, by reimar
-
Fix cue_read_toc_entry to also reject negative track numbers2010-03-01, by reimar
-
Implement cue:// track switching via chapter forward/backward like for audio CDs.2010-03-01, by reimar
-
Fix cue_vcd_get_track_end to not change the current position.2010-03-01, by reimar
-
Avoid fd_bin and fd_cue global variables.2010-03-01, by reimar
-
Avoid a global variable and a strcpy.2010-03-01, by reimar
-
Reindent.2010-03-01, by reimar
-
Avoid code duplication and excessively deep nesting in cue_find_bin2010-03-01, by reimar
-
Use sizeof instead of hardcoded size.2010-03-01, by reimar
-
Documentation: Add linebreak and try to be less ambiguous.2010-02-28, by cehoyos
-
Extend stream_read_line to support reading lines from UTF-16 encoded files2010-02-28, by reimar
-
sub_utf8 is handled as a value, not flags everywhere else, so change2010-02-28, by reimar
-
Make array describing the subtitle reader modules const.2010-02-28, by reimar
-
Move stream_read_line implementation from stream.h to stream.c,2010-02-28, by reimar
-
Simplify handling of 0-termination in stream_read_line2010-02-28, by reimar
-
Remove useless cast.2010-02-28, by reimar
-
Use negative return values for errors in pls_read_entry to make it match2010-02-28, by reimar
-
A playlist entry number of 0 is invalid for pls playlists.2010-02-28, by reimar
-
Improve integer overflow and realloc error handling in playlist parser.2010-02-28, by reimar
-
Reuse the keyframe flag from x264 instead of trying to derive it on our own.2010-02-28, by reimar
-
Use the KEYFRAME define instead of some magic number.2010-02-28, by reimar
-
Add cddb:// support for OS/22010-02-28, by komh
-
Make sws_dcVec static: It is only used inside libswscale/utils.c.2010-02-28, by cehoyos
-
Get rid of many ugly casts.2010-02-28, by cehoyos
-
Make close_toolame() static, only used in ae_toolame.c.2010-02-28, by cehoyos
-
Add support for reading key events from MinGW xterm.2010-02-28, by reimar
-
Make close_twolame() static, only used in ae_twolame.c.2010-02-28, by cehoyos
-
Fix warning "missing braces around initializer".2010-02-27, by cehoyos
-
Remove unused functions.2010-02-27, by cehoyos
-
Make -slave also work with the normal console on Windows.2010-02-27, by reimar
-
Support all line ending types in mp_input_read_cmd.2010-02-27, by reimar
-
Actually use existing uninit() function in remove_logo filter.2010-02-27, by cehoyos
-
Do not misuse the stdin name.2010-02-27, by reimar
-
Include getch2.h to get rid of some warnings.2010-02-27, by reimar
-
Fix cd_info_new() prototype.2010-02-27, by cehoyos
-
Remove unused static function mp_mp3_get_lsf().2010-02-27, by cehoyos
-
Threaded cache fixes: do not free the stream_t struct twice on windows2010-02-27, by reimar
-
Make function Gsm_Long_Term_Synthesis_Filtering() static, only used in xa_gsm.c.2010-02-27, by cehoyos
-
Remove unused static function play_tree_set_flag().2010-02-27, by cehoyos
-
Remove unused static function m_config_get_option_ptr().2010-02-27, by cehoyos
-
Remove unused static functions asx_list_add() and asx_list_remove().2010-02-27, by cehoyos
-
Remove unused static function vdlPlaybackCopyFrame().2010-02-27, by cehoyos
-
Include lirc.h in lirc.c to add missing prototypes.2010-02-27, by cehoyos
-
Remove unused static function send_lpcm_packet().2010-02-27, by cehoyos
-
Remove unused static function streaming_stop().2010-02-27, by cehoyos
-
Fix windows Gui compilation and remove some related typecasts.2010-02-27, by reimar
-
Update -vo gl info structs, it isn't X11-only since ages and there's basically2010-02-27, by reimar
-
100l, remove forgotten debugging code.2010-02-27, by reimar
-
Only prefer -vo gl over -vo x11 if hardware acceleration is available.2010-02-27, by reimar
-
Enable StructureNotifyMask before waiting for a DestroyNotify event.2010-02-27, by reimar
-
Remove pointless #ifdef checks for DEMUXER_H, which is never set.2010-02-27, by diego
-
Remove unnecessary stream.h #includes.2010-02-27, by diego
-
10l correct type for =a and =d constraints under x86-322010-02-27, by zuxy
-
Replace =A with =a and =d; make frequency calculation correct under x86-642010-02-27, by zuxy
-
Fix compilation of C++ source files (partly reverts r30744).2010-02-27, by cehoyos
-
Restructure #ifs to be clearer, also ensures that we return from the thread2010-02-27, by reimar
-
Port yuv=... auto-detection from gl to gl2.2010-02-26, by reimar
-
cosmetics: Rename "codecs_st" struct to just plain "codecs".2010-02-26, by diego
-
Mark character arrays as const.2010-02-26, by diego
-
Mark all fmt_list arrays as const.2010-02-26, by diego
-
Mark vf_opts/vf_opts_fields structures as const.2010-02-26, by diego
-
dots at end of sentences (kai driver section)2010-02-26, by ptt
-
synced to r306102010-02-26, by ptt
-
new sentences on new lines, cropdetect filter2010-02-26, by ptt
-
it's synced up to r305152010-02-26, by ptt
-
Do not cast the results of malloc/calloc/realloc.2010-02-26, by diego
-
mention that on windows, you've to use the netstream.exe to build the2010-02-26, by attila
-
sync with en/mplayer.1 rev. 306772010-02-26, by jrash
-
Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa, caca etc.2010-02-25, by reimar
-
Add const to ass_read_stream fname argument, the string is not modified.2010-02-25, by reimar
-
Mark stream open filename parameter as const, the filename string is not2010-02-25, by reimar
-
Add cast to proper type.2010-02-25, by reimar
-
Make more option-parsing related function arguments const.2010-02-25, by reimar
-
Remove unused function declaration.2010-02-25, by reimar
-
Make local-only cddb functions static.2010-02-25, by reimar
-
Add const to mpvdec declaration2010-02-25, by reimar
-
Remove declarations of functions now already declared in stream.h2010-02-25, by reimar
-
Fix check for wrong variable: len can be unitialized but not normally < 0,2010-02-25, by reimar
-
Fix silly type of guiGetEvent argument to use void * instead of char * and2010-02-25, by reimar
-
Remove pointless empty line.2010-02-25, by stefano
-
Apply consistency nit.2010-02-25, by stefano
-
Unconditionally declare fast_memcpy() and mem2agpcpy().2010-02-25, by diego
-
Define O_BINARY if it is undefined.2010-02-25, by komh
-
Include libmpcodecs/vd.h for declaration of "fullscreen".2010-02-25, by zuxy
-
Disable old-style implicit rules to fix MinGW/Cygwin compilation2010-02-23, by reimar
-
Fix compilation: the dct64_MMX_func variable should be declared only once,2010-02-23, by reimar
-
Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes:2010-02-23, by diego
-
Reorder buffer debug. Also print out if slice was buffered.2010-02-23, by ramiro
-
add older lhacm codec for formats 0x70-0x73 to codecs.conf2010-02-23, by compn
-
FFmpeg Bink video now supports alpha channel2010-02-23, by kostya
-
Add -Wmissing-prototypes to CFLAGS if available.2010-02-23, by diego
-
Mark theRenderProc() as static, it is only used within the file.2010-02-23, by diego
-
Add header for macosx_finder_args() instead of forward declaring it.2010-02-23, by diego
-
Reset output color after each line.2010-02-23, by zuxy
-
Mark sleep_accurate() as static, it is only used within the file.2010-02-22, by diego
-
Clarify that AC3/DTS passthrough is also possible with HDMI.2010-02-22, by tack
-
Update my (Jason Tackaberry) email address and contributions in AUTHORS2010-02-22, by tack
-
Mark vcd_get_track_end () and vcd_read_toc() as static.2010-02-22, by diego
-
Conditionally declare mp_input_slave_cmd_func().2010-02-22, by diego
-
Properly declare get_term_charset() instead of forward declaring it.2010-02-22, by diego
-
Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in a2010-02-22, by tack
-
Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheader2010-02-22, by tack
-
Add required mplayer.h and access_mpcontext.h #includes.2010-02-22, by diego
-
Mark data argument of my_ao_write() function as const.2010-02-22, by diego
-
Mark member info of struct ad_functions_s as const.2010-02-22, by diego
-
Mark a bunch of video filter structures as const.2010-02-22, by diego
-
Remove commented-out cruft line.2010-02-22, by diego
-
Remove pointless '#if 1' preprocessor directive.2010-02-22, by diego
-
Add declaration for exp_EH_prolog_dummy().2010-02-22, by diego
-
Declare all public mp3lib functions in mpg123.h.2010-02-22, by diego
-
wording fixes2010-02-22, by diego
-
Declare functions from network.c in network.h.2010-02-22, by diego
-
Move struct streaming_control from network.h to stream.h, where it is used.2010-02-22, by diego
-
Remove commented-out declaration of non-existing function streaming_start.2010-02-22, by diego
-
Declare externally used variables from vd.c as extern in vd.h.2010-02-22, by diego
-
Declare public function print_vprp() in aviprint.h.2010-02-21, by diego
-
Add public function VideoForWindowsVersion() to the appropriate header file.2010-02-21, by diego
-
Add header for v4l2_write() instead of forward declaring it.2010-02-21, by diego
-
Declare stream_fill_buffer() and stream_seek_long() unconditionally.2010-02-21, by diego
-
Add header for asf_mmst_streaming_start() instead of forward declaring it.2010-02-21, by diego
-
Only #define WIN32_LOADER if it has not been #defined already, fixes warning:2010-02-21, by diego
-
Add header for exported DVB-related functions.2010-02-21, by diego
-
cosmetics: Move functions around to avoid forward declarations and #ifdefs.2010-02-21, by diego
-
Drop weird and unnecessary _s/_st suffixes from demuxer struct names.2010-02-21, by diego
-
Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.2010-02-21, by diego
-
cosmetics: Rename struct vf_instance_s --> vf_instance.2010-02-21, by diego
-
Fix fps output with -identify when frame rate extension is used for MPEG-22010-02-21, by reimar
-
Initialize frame rate extension fields in mp_header_process_sequence_header2010-02-21, by reimar
-
Parse and use the information from the frame rate extension header for MPEG-2.2010-02-21, by reimar
-
Rename open() vf initialization function to vf_open().2010-02-21, by diego
-
FFmpeg supports Bink, let MPlayer play it as well2010-02-21, by kostya
-
Add malloc.h #include for memalign(), fixes the warning:2010-02-21, by diego
-
Explain that -mc 0 will need -noskip.2010-02-20, by reimar
-
Mark ad_functions_t structures and mpcodecs_ad_drivers array as const.2010-02-20, by diego
-
cosmetics: Remove pointless empty lines at EOF.2010-02-20, by diego
-
Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.2010-02-20, by diego
-
Mark m_config_get_option_ptr() as static, it is only used within the file.2010-02-20, by diego
-
Add standard license header.2010-02-20, by diego
-
cosmetics: K&R coding style, indent with 4 spaces, no tabs2010-02-20, by diego
-
Print response headers as debugging output also for HTTP seeks.2010-02-20, by reimar
-
10l, fix a close() that should be a closesocket()2010-02-20, by reimar
-
Do not discard stream buffer on eof, instead reuse it to slightly improve2010-02-20, by reimar
-
Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.2010-02-20, by reimar
-
Print demuxer name in "freeing demuxer" message.2010-02-20, by reimar
-
FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.2010-02-20, by diego
-
FFmpeg: Add tomi to architecture list.2010-02-20, by diego
-
Fix mov reference files: for video/quicktime mime do not force a demuxer2010-02-20, by reimar
-
Print all 64 bits of seek position.2010-02-20, by reimar
-
Make sure we do not try to use IPv6 with winsock2, we end up connecting2010-02-20, by reimar
-
Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.2010-02-19, by reimar
-
Move code that makes the filter chain match the desired output format into2010-02-19, by reimar
-
Remove some pointless '#if 1' preprocessor directives.2010-02-19, by diego
-
Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it.2010-02-19, by diego
-
Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.2010-02-19, by komh
-
Add missing 'defined' for __bsdi__.2010-02-19, by komh
-
Remove pointless '#if 1' preprocessor directives.2010-02-19, by diego
-
cosmetics: Remove commented-out #include.2010-02-19, by diego
-
TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives.2010-02-19, by diego
-
sync with en/mplayer.1 rev. 306112010-02-19, by jrash
-
Replace platform preprocessor check by HAVE_DOS_PATHS.2010-02-19, by komh
-
Remove useless CONFIG_SETLOCALE2010-02-19, by komh
-
DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, add2010-02-18, by reimar
-
Merge declaration and initialization.2010-02-18, by reimar