log

age author description
2010-10-09 reimar Whitespace cosmetics: format init function more consistent with the
2010-10-09 reimar Fix typo in error message: ACC -> AAC
2010-10-09 reimar Simplify some ifdefs.
2010-10-09 reimar Move OS-fixup hacks in init code into a separate function.
2010-10-09 reimar Sanitize indentation of common init functions.
2010-10-09 reimar Avoid duplicating common init code between MPlayer and mencoder.
2010-10-09 reimar Remove some commented-out and generally useless code.
2010-10-09 reimar Fix validity checks before closing a file descriptor.
2010-10-09 reimar Fix indentation.
2010-10-09 reimar Remov gui-specific code, the way teh GUI works was changed so most
2010-10-09 reimar Add a va_list version of mp_msg and use it to avoid yet another intermediate
2010-10-09 reimar Add a missing const to declaration.
2010-10-09 reimar Simplify code for writing to /proc/mtrr.
2010-10-09 reimar Spelling fix.
2010-10-09 reimar Use FFALIGN macro.
2010-10-09 reimar Spelling fix.
2010-10-09 reimar Remove an unmotivated and pointless panscan_calc call.
2010-10-09 reimar xvidix: reconfigure also on window move.
2010-10-09 reimar Fix xmga event handling: Reconfigure hardware on move and resize,
2010-10-09 reimar Remove a useless MGA_VID_CONFIG ioctl, set_window already does this.
2010-10-09 reimar Add VO_EVENT_MOVE which is required for VOs that interact directly
2010-10-09 reimar Switch (x)mga vo to new libvo API to reduce code duplication and improve
2010-10-09 reimar Add fallback values to aspect_save_screenres to avoid division by 0
2010-10-08 diego cosmetics: Drop some {} from if statements to get rid of pointless #ifdefs.
2010-10-08 diego AC-3 streams need to be byteswapped on little-endian machines.
2010-10-08 diego Change libmp3lame check to test for lame_set_VBR_quality().
2010-10-07 diego Make sure some x86 config.h entries are available on all architectures.
2010-10-07 diego Add missing values for the chanlist suboption of -tv.
2010-10-07 diego Add xmm clobbers test for FFmpeg.
2010-10-06 cehoyos Fix switching audio track with the native MPEG-TS demuxer after an
2010-10-05 diego Add necessary #includes to make headers compile standalone.
2010-10-05 diego Ignore generated .ho files.
2010-10-05 diego Require LAME 3.98.3 for MPlayer, same as is required for FFmpeg.
2010-10-05 diego Ensure that CONFIG_NETWORK is always #defined to either 0 or 1.
2010-10-05 compn add another xdcam mpeg2 fourcc/isom
2010-10-04 reimar Handle libavformat adding additional streams during playback.
2010-10-04 reimar 1000l, %lf is not valid format string for printf (only for scanf) and actually
2010-10-03 cehoyos yadif: Explicit wordlength for compare. Fixes compile with clang.
2010-10-03 diego Move pva_get_payload() around to avoid a forward declaration.
2010-10-03 diego Mark pva_get_payload() as static, it is not used outside of the file.
2010-10-03 diego Move AVI muxer functions around to avoid forward declarations.
2010-10-03 diego Move mp_unescape03 function around to avoid forward declaration.
2010-10-03 diego Remove unused hexdump() forward declaration.
2010-10-03 diego Replace forward declarations of skip_audio_frame() by proper #include.
2010-10-03 diego Replace forward declarations of resync_{audio|video}_stream by proper #includes.
2010-10-03 diego Remove some unnecessary #includes from IVTV and V4L2 checks.
2010-10-03 diego Simplify some X11 checks with the help of statement_check_broken().
2010-10-03 diego Remove some dead and commented-out variable declarations and assignments.
2010-10-03 diego cosmetics: alphabetical order for the DIRS list
2010-10-03 diego Add missing "ffmpeg/" prefix to libpostproc entry in DIRS list.
2010-10-03 reimar 100l, fix sws_getCachedContext. It did not set the colorspace details,
2010-10-02 reimar Fix ds_get_packet_sub to actually respect the pts-based read-ahead limit.
2010-10-02 diego Remove UNUSED macros used to shut up unused function parameter warnings.
2010-10-01 diego Move some code around to avoid forward declarations in top-level .c files.
2010-10-01 diego Drop removal of AAC encoder from list of FFmpeg encoders.
2010-09-30 reimar 100l, actually add yasmdefines to YASMFLAGS.
2010-09-30 jrash Synced with help_mp-en.h rev. 32066
2010-09-30 cehoyos Use calloc instead of malloc and memset.
2010-09-30 cehoyos Simplify comparison.
2010-09-29 stefano Set default values for the scale context in sws_alloc_context().
2010-09-29 stefano Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.
2010-09-29 stefano Set valid default values for the srcw, srch, dstw, dsth options in the
2010-09-29 reimar Use bluray_device variable also for bd:// instead of dvd_device
2010-09-29 reimar Reindent.
2010-09-29 reimar spudec: support "clear" packets that contain no data but instead
2010-09-29 reimar Move config.asm back to root and append a '/' to SRC_PATH
2010-09-29 reimar Allow configure to accept nasm instead of yasm again.
2010-09-29 reimar Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asm
2010-09-29 reimar config.asm should be generate in ffmpeg/, not the root.
2010-09-29 stefano Cosmetics: put "if (...)" and "av_log(...)" in the same line for
2010-09-29 stefano Put if (...) av_log() in the same line, more compact and increase
2010-09-29 stefano Amend constraints for the src_format and dst_format options in the
2010-09-29 stefano Cosmetics: fix braces placement.
2010-09-28 stefano Deprecate sws_getContext(), use sws_alloc_context() and
2010-09-28 stefano Add documentation for the returned value of sws_init_context().
2010-09-28 diego Use a single svn:externals declaration for all of FFmpeg.
2010-09-28 ptt synced to r32397
2010-09-28 ptt corrected a _ to - in -udp-slave message
2010-09-28 stefano Bump minor version after the addition of sws_alloc_context() and
2010-09-27 bcoudurier 100l fix if condition
2010-09-27 bcoudurier Y400A (gray alpha) input support in libswscale
2010-09-27 janne swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068
2010-09-27 janne cosmetics: break long line update_flags_cpu
2010-09-27 reimar Fix condition for compiling lrintf, fixes compilation on cygwin/MinGW.
2010-09-27 diego Remove unnecessary Xlib.h #include from xf86keysym check.
2010-09-27 diego Revert accidentally committed changes.
2010-09-27 diego Drop two unnecessary Xlib.h #includes and use helper functions.
2010-09-27 diego cosmetics: Move some functions around to avoid ugly forward declarations.
2010-09-27 diego Mark some function parameters that are not modified as const.
2010-09-27 diego Check for __STDC_VERSION__ >= 199901L before declaring lrintf().
2010-09-27 diego cosmetics: Make diff apply cleanly.
2010-09-27 diego Ignore all config.* files.
2010-09-27 diego Sync with current FFmpeg head.
2010-09-27 diego Add config.asm with (sub)architecture definitions for FFmpeg's YASM support.
2010-09-27 diego Simplify some configure checks through statement_check{_broken}().
2010-09-27 diego cosmetics: Rename function_check{_broken}() --> statement_check{_broken}().
2010-09-26 diego Remove unnecessary sys/types.h #include from shm check.
2010-09-26 diego Add proper autodetection for FTP support; should fix Bugzilla #1804.
2010-09-26 diego Simplify inet_pton/inet_aton checks with function_check().
2010-09-26 diego Simplify jpeglib check with header_check_broken().
2010-09-26 diego Switch back to using '-MD -MP' as gcc .d file creation flags.
2010-09-26 diego Remove unnecessary linux/types.h #include from Apple IR check.
2010-09-26 diego Move xmga check after X11, which xmga requires.
2010-09-26 diego Simplify ENCA check.
2010-09-26 ramiro fix typos and grammar
2010-09-26 michael Make the avoptions list of sws more complete.
2010-09-26 michael Split alloc and init of context so that parameters can be set in the context
2010-09-26 diego Update documentation on how to add checks; mention helper functions.
2010-09-26 diego Fix the way the dynamic loader check adds linker flags.
2010-09-26 diego Simplify Windows waveout test with header_check_broken().
2010-09-26 diego Simplify Direct3D check with header_check().
2010-09-26 diego Remove some unnecessary windows.h #includes in configure checks.
2010-09-26 Gabrov synced with r32361
2010-09-26 Gabrov typo fix
2010-09-26 ramiro swscale: use full chroma input for point scaler
2010-09-26 cehoyos Partial support for ffwmvp (only works with -demuxer lavf).
2010-09-26 cigaes Automatic downmix using the pan filter when the requested channel count is 2
2010-09-26 diego Omit header dependency declaration for codec-cfg.d.
2010-09-25 diego Ignore generated .d files.
2010-09-25 diego Add CFLAGS/LDFLAGS for all FFmpeg libraries when using pkg-config in configure.
2010-09-25 diego Ignore generated .d files.
2010-09-25 diego Change the way encoders necessary for both MPlayer and MEncoder are enabled.
2010-09-25 diego Add HAVE_STDLIB_H to config.h for libfaad2.
2010-09-25 diego Sync some minor changes from upstream libdvdcss, up to r237.
2010-09-25 diego Remove __USE_UNIX98 from libdvdcss/libdvdnav/libdvdread CPPFLAGS.
2010-09-25 reimar Minor simplification of af_init.
2010-09-25 reimar Fix af_append and af_prepend prototypes, the name should be const.
2010-09-23 cigaes vf_ass: avoid divisions in alpha blending.
2010-09-22 diego Do not compile libfaad2 with -D_GNU_SOURCE.
2010-09-22 diego Mark output_to_PCM_sux as static, it is not used outside of the file; fixes:
2010-09-22 diego Do not compile libfaad2's lrintf() implementation if __STDC_VERSION__ is set.
2010-09-21 diego MPEG4AAC_DECODER does not exist in FFmpeg; do not remove it from libavdecoders.
2010-09-21 diego Move network requirement check for FTP into the FTP test.
2010-09-21 diego Add HAVE_ALIGNED_STACK definition for FFmpeg.
2010-09-21 diego Drop obsolete CONFIG_IPV6 #definition for FFmpeg from config.h.
2010-09-21 diego Move ASMALIGN check into x86 section of configure.
2010-09-21 diego Move lrintf definition to the FFmpeg section of config.h.
2010-09-21 diego Remove local HAVE_LRINTF hack; it should no longer be necessary.
2010-09-21 diego Restore trailing whitespace in local diff file.
2010-09-20 diego Drop separate compilation rules for dhahelperwin files.
2010-09-20 diego Use generated dependency information files for dhahelper.
2010-09-20 diego Merge dhahelperwinclean and dhahelperclean targets.
2010-09-20 diego Use generated dependency information files for tools and tests.
2010-09-20 diego Generate dependency information for netstream and vivodump as well.
2010-09-20 diego Work around linking failure due to unresolved reference to mplayer_version.
2010-09-20 diego Remove remnants of explicit dependency file generation.
2010-09-20 diego Fix osdep/mplayer.rc.o vs. osdep/mplayer-rc.o typo.
2010-09-20 diego Use dependency files to track the compile-time dependencies of kernel modules.
2010-09-20 diego Generate dependency files also when compiling binaries straight from .c files.
2010-09-20 diego Add an actual .c file for the rage128_vid kernel module.
2010-09-20 diego Simplify generation of dependency file list.
2010-09-20 diego Also read dependency files generated while compiling Assembler files.
2010-09-20 diego cosmetics: Rename DEPS variable to DEP_FILES.
2010-09-20 diego Use CFLAGS directly when compiling Assembler files, we do not set ASFLAGS.
2010-09-20 diego Move ASFLAGS and AS_DEPFLAGS to the FFmpeg section of config.mak.
2010-09-20 diego Add dependency flags to CC invocation for .S files.
2010-09-20 diego Simplify libbluray test with function_check().
2010-09-20 diego Remove another set of unnecessary #ifdefs around vosub_vidix.h #include.
2010-09-20 diego Remove unnecessary #ifdefs around vosub_vidix.h #include.
2010-09-20 diego Do not falsely declare some vo_functions_t declarations as const.
2010-09-20 diego Remove unnecessary #include from libbluray test.
2010-09-19 diego 1000l: Fix shift amount in function_check_broken().
2010-09-18 cigaes vf_ass: skip alpha blending for pixels where alpha is zero.
2010-09-18 reimar Check for realloc failure. Ignore the memleak this causes since
2010-09-18 reimar Matroska allows data to be compressed multiple times, thus ensure
2010-09-18 reimar Fix format string to match type.
2010-09-18 reimar Fix label indentation.
2010-09-18 reimar Fix decoded length calculation of LZO decompression in demux_mkv.
2010-09-18 reimar Add many integer overflow checks to mkv demuxer.
2010-09-18 diego Make sure that HAVE_MKSTEMP is always #defined to a value.
2010-09-18 diego Simplify librtmp check using function_check().
2010-09-18 diego Make sure that CONFIG_LIBMP3LAME is always #defined.
2010-09-18 diego cosmetics: Drop a bunch of unnecessary parentheses from big-endian check.
2010-09-18 diego Simplify libdca check using function_check_broken().
2010-09-18 diego Add function_check_broken convenience function.
2010-09-18 diego cosmetics: Slightly reformat a comment.
2010-09-18 diego cosmetics: Slightly shorten swab() check.
2010-09-18 reimar Fix compilation on Windows: MinGW unistd.h does not define NULL.
2010-09-17 diego Adapt license header from libass to MPlayer boilerplate.
2010-09-17 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
2010-09-17 diego Rename preprocessor directives: CONFIG_LIBAVCODEC --> CONFIG_FFMPEG
2010-09-17 diego Add an #ifdef to avoid unused variable warnings when iconv is disabled.
2010-09-17 diego Ignore possible errors from dvdread-config invocation.
2010-09-17 diego Check for vbeInit() instead of vbeVersion() in VESA test.
2010-09-17 diego Mark functs not used outside of the file as static, remove from header; fixes:
2010-09-17 diego cosmetics: Move vlvo_preinit() below the functions that it uses.
2010-09-17 diego Mark vlvo_draw_slice_420() as static, it is not used outside the file; fixes:
2010-09-17 diego Revert marking vo_functions_t video_out_vesa as const; fix vo_vesa compilation.
2010-09-17 diego Mark fillMultiBuffer() as static, it is not used outside of the file; fixes:
2010-09-17 diego Remove outdated warning about obsolete gcc 2.96.
2010-09-17 diego Replace local min/max macros by FFMIN/FFMAX.
2010-09-17 diego Remove old obsolete warning about dfbopts.
2010-09-16 ramiro mga: use libswscale interface for g200 (untested)
2010-09-16 diego Unconditionally #include subreader.h.
2010-09-16 diego misc whitespace cosmetics
2010-09-16 diego Remove pointless fontconfig #ifdefs and conditional font_fontconfig declaration.
2010-09-16 diego Remove pointless fontconfig version #ifdef.
2010-09-16 diego Add necessary #include for text_font_scale_factor and subtitle_autoscale.
2010-09-16 diego 100l: Set _XOPEN_SOURCE to a proper integer value.
2010-09-16 diego Simplify check for external dvdread.
2010-09-16 diego Slightly restructure OSS audio check; fixes the warning:
2010-09-16 diego Remove pointless sys/ioctl.h #includes from OSS audio checks.
2010-09-16 diego Add missing stdio.h #include to the test program in the PNG check.
2010-09-16 diego Simplify glob() check.
2010-09-16 diego Simplify termcap check.
2010-09-16 diego Simplify mkstemp() check.
2010-09-16 diego Add _XOPEN_SOURCE >= 500 #define to mkstemp check; mkstemp() requires it.
2010-09-16 ramiro swscale-test: cosmetic alignment
2010-09-16 diego Simplify libggiwmh check using function_check().
2010-09-16 diego Simplify OS/2 header checks using header_check_broken().
2010-09-16 diego Simplify libmpeg2 check using header_check_broken().
2010-09-16 diego Simplify esd checks using function_check().
2010-09-16 diego Update URL to patch for new API support.
2010-09-16 diego Update mp3lame_lavc check to match recent FFmpeg changes.
2010-09-16 ramiro swscale: remove useless temporary variable
2010-09-16 ramiro swscale: factorize plane copying code out of 2 functions
2010-09-16 ramiro swscale-test: always use bilinear scaler to get output for SSD
2010-09-15 diego Replace libmpdemux/stheader.h #include by 'struct sh_video' declaration.
2010-09-15 diego Add libmpdemux/stheader #include for struct sh_video.
2010-09-15 diego Require DirectFB version 0.9.22.
2010-09-15 diego Simplify DirectFB check.
2010-09-15 diego Require DirectFB version 0.9.15 instead of 0.9.13.
2010-09-15 diego Cast return value to long instead of int in byte order check.
2010-09-14 diego Simplify libggiwmh check.
2010-09-14 diego Simplify kstat check.
2010-09-14 diego cosmetics: Replace some double quotes by single quotes for consistency.
2010-09-14 diego Simplify a bunch of configure checks through the use of function_check().
2010-09-14 diego Remove pointless casts from configure checks.
2010-09-14 diego Use inline_asm_check to simplify a bunch of configure checks.
2010-09-14 diego Add inline_asm_check function to simplify configure checks.
2010-09-14 diego Initialize variable in giflib check; fixes the warning:
2010-09-14 ramiro rgb2rgb: don't misuse HAVE_* defines
2010-09-14 diego Simplify libdv test.
2010-09-14 diego Simplify mman.h/mmap check.
2010-09-14 diego Simplify math function checks.
2010-09-14 diego Initialize variable in libspeex configure check; fixes the warning:
2010-09-14 diego Simplify FreeType check.
2010-09-14 diego Simplify DirectFB check using function_check().
2010-09-14 diego Initialize variable in vsscanf configure check; fixes the warning:
2010-09-14 diego Remove bogus cast from configure check; fixes the warning:
2010-09-14 diego Simplify dynamic loader check.
2010-09-14 diego Remove unnecessary extern declarations from aalib check; fixes the warnings:
2010-09-14 diego Fix parameter types in swab() check; fixes the warnings:
2010-09-14 diego Add some missing headers to configure checks; fixes the warnings:
2010-09-14 diego Mark local functions in configure tests as static; fixes the warnings:
2010-09-14 diego Use complete set of warning flags during compilation checks.
2010-09-13 diego build system: Merge all FFmpeg library checks into a single FFmpeg check.
2010-09-13 diego Move TV input new_handle static function to tv.c and make it non-static.
2010-09-13 diego Replace sizeof(type) by sizeof(variable) in malloc invocation.
2010-09-13 diego Remove vim/emacs coding style hints.
2010-09-13 ramiro swscale: indentation and emtpy line cosmetics
2010-09-13 ramiro swscale: avoid reading prior to the source buffer in planar2x() MMX2
2010-09-13 diego Mark srcArray as const pointer to const data, fixes the warnings:
2010-09-13 diego const-correctness for the menu_info_t OSD menu info declarations
2010-09-13 diego const-correctness for af_info_t audio filter declarations
2010-09-13 diego Mark some vo_functions_t declarations that were not yet const as const.