Mercurial > mplayer.hg
graph
-
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