Mercurial > mplayer.hg
graph
-
Move pva_get_payload() around to avoid a forward declaration.Sun, 03 Oct 2010 15:42:03 +0000, by diego
-
Mark pva_get_payload() as static, it is not used outside of the file.Sun, 03 Oct 2010 15:39:50 +0000, by diego
-
Move AVI muxer functions around to avoid forward declarations.Sun, 03 Oct 2010 15:39:03 +0000, by diego
-
Move mp_unescape03 function around to avoid forward declaration.Sun, 03 Oct 2010 15:37:17 +0000, by diego
-
Remove unused hexdump() forward declaration.Sun, 03 Oct 2010 15:35:41 +0000, by diego
-
Replace forward declarations of skip_audio_frame() by proper #include.Sun, 03 Oct 2010 15:32:53 +0000, by diego
-
Replace forward declarations of resync_{audio|video}_stream by proper #includes.Sun, 03 Oct 2010 15:28:49 +0000, by diego
-
Remove some unnecessary #includes from IVTV and V4L2 checks.Sun, 03 Oct 2010 14:49:30 +0000, by diego
-
Simplify some X11 checks with the help of statement_check_broken().Sun, 03 Oct 2010 13:49:57 +0000, by diego
-
Remove some dead and commented-out variable declarations and assignments.Sun, 03 Oct 2010 13:45:29 +0000, by diego
-
cosmetics: alphabetical order for the DIRS listSun, 03 Oct 2010 12:14:21 +0000, by diego
-
Add missing "ffmpeg/" prefix to libpostproc entry in DIRS list.Sun, 03 Oct 2010 12:13:14 +0000, by diego
-
100l, fix sws_getCachedContext. It did not set the colorspace details,Sun, 03 Oct 2010 07:53:40 +0000, by reimar
-
Fix ds_get_packet_sub to actually respect the pts-based read-ahead limit.Sat, 02 Oct 2010 15:03:40 +0000, by reimar
-
Remove UNUSED macros used to shut up unused function parameter warnings.Sat, 02 Oct 2010 14:22:03 +0000, by diego
-
Move some code around to avoid forward declarations in top-level .c files.Fri, 01 Oct 2010 18:29:35 +0000, by diego
-
Drop removal of AAC encoder from list of FFmpeg encoders.Fri, 01 Oct 2010 16:04:43 +0000, by diego
-
100l, actually add yasmdefines to YASMFLAGS.Thu, 30 Sep 2010 18:15:50 +0000, by reimar
-
Synced with help_mp-en.h rev. 32066Thu, 30 Sep 2010 10:05:25 +0000, by jrash
-
Use calloc instead of malloc and memset.Thu, 30 Sep 2010 09:10:35 +0000, by cehoyos
-
Simplify comparison.Thu, 30 Sep 2010 09:08:37 +0000, by cehoyos
-
Set default values for the scale context in sws_alloc_context().Wed, 29 Sep 2010 22:06:44 +0000, by stefano
-
Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.Wed, 29 Sep 2010 22:06:40 +0000, by stefano
-
Set valid default values for the srcw, srch, dstw, dsth options in theWed, 29 Sep 2010 22:06:36 +0000, by stefano
-
Use bluray_device variable also for bd:// instead of dvd_deviceWed, 29 Sep 2010 19:43:34 +0000, by reimar
-
Reindent.Wed, 29 Sep 2010 19:06:03 +0000, by reimar
-
spudec: support "clear" packets that contain no data but insteadWed, 29 Sep 2010 19:05:13 +0000, by reimar
-
Move config.asm back to root and append a '/' to SRC_PATHWed, 29 Sep 2010 18:53:39 +0000, by reimar
-
Allow configure to accept nasm instead of yasm again.Wed, 29 Sep 2010 18:26:12 +0000, by reimar
-
Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asmWed, 29 Sep 2010 18:10:25 +0000, by reimar
-
config.asm should be generate in ffmpeg/, not the root.Wed, 29 Sep 2010 18:05:27 +0000, by reimar
-
Cosmetics: put "if (...)" and "av_log(...)" in the same line forWed, 29 Sep 2010 16:15:42 +0000, by stefano
-
Put if (...) av_log() in the same line, more compact and increaseWed, 29 Sep 2010 13:02:31 +0000, by stefano
-
Amend constraints for the src_format and dst_format options in theWed, 29 Sep 2010 13:02:28 +0000, by stefano
-
Cosmetics: fix braces placement.Wed, 29 Sep 2010 08:44:09 +0000, by stefano
-
Deprecate sws_getContext(), use sws_alloc_context() andTue, 28 Sep 2010 22:23:58 +0000, by stefano
-
Add documentation for the returned value of sws_init_context().Tue, 28 Sep 2010 22:23:53 +0000, by stefano
-
Use a single svn:externals declaration for all of FFmpeg.Tue, 28 Sep 2010 20:46:19 +0000, by diego
-
synced to r32397Tue, 28 Sep 2010 20:40:28 +0000, by ptt
-
corrected a _ to - in -udp-slave messageTue, 28 Sep 2010 20:33:27 +0000, by ptt
-
Bump minor version after the addition of sws_alloc_context() andTue, 28 Sep 2010 15:29:23 +0000, by stefano
-
100l fix if conditionMon, 27 Sep 2010 23:47:54 +0000, by bcoudurier
-
Y400A (gray alpha) input support in libswscaleMon, 27 Sep 2010 22:24:03 +0000, by bcoudurier
-
swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068Mon, 27 Sep 2010 20:10:53 +0000, by janne
-
cosmetics: break long line update_flags_cpuMon, 27 Sep 2010 20:09:29 +0000, by janne
-
Fix condition for compiling lrintf, fixes compilation on cygwin/MinGW.Mon, 27 Sep 2010 18:37:43 +0000, by reimar
-
Remove unnecessary Xlib.h #include from xf86keysym check.Mon, 27 Sep 2010 17:28:23 +0000, by diego
-
Revert accidentally committed changes.Mon, 27 Sep 2010 17:23:40 +0000, by diego
-
Drop two unnecessary Xlib.h #includes and use helper functions.Mon, 27 Sep 2010 17:18:39 +0000, by diego
-
cosmetics: Move some functions around to avoid ugly forward declarations.Mon, 27 Sep 2010 12:10:59 +0000, by diego
-
Mark some function parameters that are not modified as const.Mon, 27 Sep 2010 11:54:17 +0000, by diego
-
Check for __STDC_VERSION__ >= 199901L before declaring lrintf().Mon, 27 Sep 2010 08:35:33 +0000, by diego
-
cosmetics: Make diff apply cleanly.Mon, 27 Sep 2010 08:33:20 +0000, by diego
-
Ignore all config.* files.Mon, 27 Sep 2010 08:11:27 +0000, by diego
-
Sync with current FFmpeg head.Mon, 27 Sep 2010 01:10:15 +0000, by diego
-
Add config.asm with (sub)architecture definitions for FFmpeg's YASM support.Mon, 27 Sep 2010 01:09:42 +0000, by diego
-
Simplify some configure checks through statement_check{_broken}().Mon, 27 Sep 2010 00:46:28 +0000, by diego
-
cosmetics: Rename function_check{_broken}() --> statement_check{_broken}().Mon, 27 Sep 2010 00:02:59 +0000, by diego
-
Remove unnecessary sys/types.h #include from shm check.Sun, 26 Sep 2010 22:17:42 +0000, by diego
-
Add proper autodetection for FTP support; should fix Bugzilla #1804.Sun, 26 Sep 2010 22:06:33 +0000, by diego
-
Simplify inet_pton/inet_aton checks with function_check().Sun, 26 Sep 2010 21:51:39 +0000, by diego
-
Simplify jpeglib check with header_check_broken().Sun, 26 Sep 2010 21:48:28 +0000, by diego
-
Switch back to using '-MD -MP' as gcc .d file creation flags.Sun, 26 Sep 2010 21:32:54 +0000, by diego
-
Remove unnecessary linux/types.h #include from Apple IR check.Sun, 26 Sep 2010 20:53:09 +0000, by diego
-
Move xmga check after X11, which xmga requires.Sun, 26 Sep 2010 20:51:30 +0000, by diego
-
Simplify ENCA check.Sun, 26 Sep 2010 20:48:15 +0000, by diego
-
fix typos and grammarSun, 26 Sep 2010 20:31:04 +0000, by ramiro
-
Make the avoptions list of sws more complete.Sun, 26 Sep 2010 19:48:49 +0000, by michael
-
Split alloc and init of context so that parameters can be set in the contextSun, 26 Sep 2010 19:33:57 +0000, by michael
-
Update documentation on how to add checks; mention helper functions.Sun, 26 Sep 2010 19:33:48 +0000, by diego
-
Fix the way the dynamic loader check adds linker flags.Sun, 26 Sep 2010 19:01:37 +0000, by diego
-
Simplify Windows waveout test with header_check_broken().Sun, 26 Sep 2010 18:24:14 +0000, by diego
-
Simplify Direct3D check with header_check().Sun, 26 Sep 2010 18:23:04 +0000, by diego
-
Remove some unnecessary windows.h #includes in configure checks.Sun, 26 Sep 2010 18:22:06 +0000, by diego
-
synced with r32361Sun, 26 Sep 2010 18:12:42 +0000, by Gabrov
-
typo fixSun, 26 Sep 2010 18:08:23 +0000, by Gabrov
-
swscale: use full chroma input for point scalerSun, 26 Sep 2010 17:06:32 +0000, by ramiro
-
Partial support for ffwmvp (only works with -demuxer lavf).Sun, 26 Sep 2010 16:24:36 +0000, by cehoyos
-
Automatic downmix using the pan filter when the requested channel count is 2Sun, 26 Sep 2010 08:45:40 +0000, by cigaes
-
Omit header dependency declaration for codec-cfg.d.Sun, 26 Sep 2010 01:36:16 +0000, by diego
-
Ignore generated .d files.Sat, 25 Sep 2010 21:17:38 +0000, by diego
-
Add CFLAGS/LDFLAGS for all FFmpeg libraries when using pkg-config in configure.Sat, 25 Sep 2010 21:00:34 +0000, by diego
-
Ignore generated .d files.Sat, 25 Sep 2010 20:14:35 +0000, by diego
-
Change the way encoders necessary for both MPlayer and MEncoder are enabled.Sat, 25 Sep 2010 16:42:20 +0000, by diego
-
Add HAVE_STDLIB_H to config.h for libfaad2.Sat, 25 Sep 2010 16:06:50 +0000, by diego
-
Sync some minor changes from upstream libdvdcss, up to r237.Sat, 25 Sep 2010 15:53:03 +0000, by diego
-
Remove __USE_UNIX98 from libdvdcss/libdvdnav/libdvdread CPPFLAGS.Sat, 25 Sep 2010 13:01:33 +0000, by diego
-
Minor simplification of af_init.Sat, 25 Sep 2010 11:55:56 +0000, by reimar
-
Fix af_append and af_prepend prototypes, the name should be const.Sat, 25 Sep 2010 10:49:39 +0000, by reimar
-
vf_ass: avoid divisions in alpha blending.Thu, 23 Sep 2010 17:08:10 +0000, by cigaes
-
Do not compile libfaad2 with -D_GNU_SOURCE.Wed, 22 Sep 2010 21:11:31 +0000, by diego
-
Mark output_to_PCM_sux as static, it is not used outside of the file; fixes:Wed, 22 Sep 2010 21:08:59 +0000, by diego
-
Do not compile libfaad2's lrintf() implementation if __STDC_VERSION__ is set.Wed, 22 Sep 2010 12:14:38 +0000, by diego
-
MPEG4AAC_DECODER does not exist in FFmpeg; do not remove it from libavdecoders.Tue, 21 Sep 2010 23:00:35 +0000, by diego
-
Move network requirement check for FTP into the FTP test.Tue, 21 Sep 2010 22:26:44 +0000, by diego
-
Add HAVE_ALIGNED_STACK definition for FFmpeg.Tue, 21 Sep 2010 21:13:21 +0000, by diego
-
Drop obsolete CONFIG_IPV6 #definition for FFmpeg from config.h.Tue, 21 Sep 2010 14:16:57 +0000, by diego
-
Move ASMALIGN check into x86 section of configure.Tue, 21 Sep 2010 13:51:33 +0000, by diego
-
Move lrintf definition to the FFmpeg section of config.h.Tue, 21 Sep 2010 13:22:48 +0000, by diego
-
Remove local HAVE_LRINTF hack; it should no longer be necessary.Tue, 21 Sep 2010 13:04:05 +0000, by diego
-
Restore trailing whitespace in local diff file.Tue, 21 Sep 2010 12:39:23 +0000, by diego
-
Drop separate compilation rules for dhahelperwin files.Mon, 20 Sep 2010 21:55:24 +0000, by diego
-
Use generated dependency information files for dhahelper.Mon, 20 Sep 2010 21:52:06 +0000, by diego
-
Merge dhahelperwinclean and dhahelperclean targets.Mon, 20 Sep 2010 21:03:59 +0000, by diego
-
Use generated dependency information files for tools and tests.Mon, 20 Sep 2010 20:55:10 +0000, by diego
-
Generate dependency information for netstream and vivodump as well.Mon, 20 Sep 2010 20:48:35 +0000, by diego
-
Work around linking failure due to unresolved reference to mplayer_version.Mon, 20 Sep 2010 20:36:38 +0000, by diego
-
Remove remnants of explicit dependency file generation.Mon, 20 Sep 2010 20:26:04 +0000, by diego
-
Fix osdep/mplayer.rc.o vs. osdep/mplayer-rc.o typo.Mon, 20 Sep 2010 19:54:51 +0000, by diego
-
Use dependency files to track the compile-time dependencies of kernel modules.Mon, 20 Sep 2010 19:49:54 +0000, by diego
-
Generate dependency files also when compiling binaries straight from .c files.Mon, 20 Sep 2010 19:47:45 +0000, by diego
-
Add an actual .c file for the rage128_vid kernel module.Mon, 20 Sep 2010 19:20:06 +0000, by diego
-
Simplify generation of dependency file list.Mon, 20 Sep 2010 12:31:09 +0000, by diego
-
Also read dependency files generated while compiling Assembler files.Mon, 20 Sep 2010 12:30:35 +0000, by diego
-
cosmetics: Rename DEPS variable to DEP_FILES.Mon, 20 Sep 2010 12:07:56 +0000, by diego
-
Use CFLAGS directly when compiling Assembler files, we do not set ASFLAGS.Mon, 20 Sep 2010 09:59:13 +0000, by diego
-
Move ASFLAGS and AS_DEPFLAGS to the FFmpeg section of config.mak.Mon, 20 Sep 2010 08:31:37 +0000, by diego
-
Add dependency flags to CC invocation for .S files.Mon, 20 Sep 2010 08:23:35 +0000, by diego
-
Simplify libbluray test with function_check().Mon, 20 Sep 2010 07:54:06 +0000, by diego
-
Remove another set of unnecessary #ifdefs around vosub_vidix.h #include.Mon, 20 Sep 2010 07:42:06 +0000, by diego
-
Remove unnecessary #ifdefs around vosub_vidix.h #include.Mon, 20 Sep 2010 07:37:33 +0000, by diego
-
Do not falsely declare some vo_functions_t declarations as const.Mon, 20 Sep 2010 07:33:53 +0000, by diego
-
Remove unnecessary #include from libbluray test.Mon, 20 Sep 2010 07:21:17 +0000, by diego
-
1000l: Fix shift amount in function_check_broken().Sun, 19 Sep 2010 21:18:45 +0000, by diego
-
vf_ass: skip alpha blending for pixels where alpha is zero.Sat, 18 Sep 2010 19:13:03 +0000, by cigaes
-
Check for realloc failure. Ignore the memleak this causes sinceSat, 18 Sep 2010 17:40:14 +0000, by reimar
-
Matroska allows data to be compressed multiple times, thus ensureSat, 18 Sep 2010 17:38:23 +0000, by reimar
-
Fix format string to match type.Sat, 18 Sep 2010 17:27:17 +0000, by reimar
-
Fix label indentation.Sat, 18 Sep 2010 17:25:33 +0000, by reimar
-
Fix decoded length calculation of LZO decompression in demux_mkv.Sat, 18 Sep 2010 17:24:39 +0000, by reimar
-
Add many integer overflow checks to mkv demuxer.Sat, 18 Sep 2010 17:18:22 +0000, by reimar
-
Make sure that HAVE_MKSTEMP is always #defined to a value.Sat, 18 Sep 2010 14:51:55 +0000, by diego
-
Simplify librtmp check using function_check().Sat, 18 Sep 2010 10:47:41 +0000, by diego
-
Make sure that CONFIG_LIBMP3LAME is always #defined.Sat, 18 Sep 2010 10:46:47 +0000, by diego
-
cosmetics: Drop a bunch of unnecessary parentheses from big-endian check.Sat, 18 Sep 2010 09:52:08 +0000, by diego
-
Simplify libdca check using function_check_broken().Sat, 18 Sep 2010 09:50:05 +0000, by diego
-
Add function_check_broken convenience function.Sat, 18 Sep 2010 09:49:12 +0000, by diego
-
cosmetics: Slightly reformat a comment.Sat, 18 Sep 2010 09:45:03 +0000, by diego
-
cosmetics: Slightly shorten swab() check.Sat, 18 Sep 2010 09:24:38 +0000, by diego
-
Fix compilation on Windows: MinGW unistd.h does not define NULL.Sat, 18 Sep 2010 08:05:10 +0000, by reimar
-
Adapt license header from libass to MPlayer boilerplate.Fri, 17 Sep 2010 15:16:06 +0000, by diego
-
Move libass/ass_mp.[ch] ---> ass_mp.[ch].Fri, 17 Sep 2010 15:13:37 +0000, by diego
-
Rename preprocessor directives: CONFIG_LIBAVCODEC --> CONFIG_FFMPEGFri, 17 Sep 2010 15:02:46 +0000, by diego
-
Add an #ifdef to avoid unused variable warnings when iconv is disabled.Fri, 17 Sep 2010 14:58:17 +0000, by diego
-
Ignore possible errors from dvdread-config invocation.Fri, 17 Sep 2010 10:35:15 +0000, by diego
-
Check for vbeInit() instead of vbeVersion() in VESA test.Fri, 17 Sep 2010 10:34:13 +0000, by diego
-
Mark functs not used outside of the file as static, remove from header; fixes:Fri, 17 Sep 2010 10:31:24 +0000, by diego
-
cosmetics: Move vlvo_preinit() below the functions that it uses.Fri, 17 Sep 2010 10:27:51 +0000, by diego
-
Mark vlvo_draw_slice_420() as static, it is not used outside the file; fixes:Fri, 17 Sep 2010 10:11:24 +0000, by diego
-
Revert marking vo_functions_t video_out_vesa as const; fix vo_vesa compilation.Fri, 17 Sep 2010 10:10:20 +0000, by diego
-
Mark fillMultiBuffer() as static, it is not used outside of the file; fixes:Fri, 17 Sep 2010 09:59:10 +0000, by diego
-
Remove outdated warning about obsolete gcc 2.96.Fri, 17 Sep 2010 09:43:41 +0000, by diego
-
Replace local min/max macros by FFMIN/FFMAX.Fri, 17 Sep 2010 08:59:36 +0000, by diego
-
Remove old obsolete warning about dfbopts.Fri, 17 Sep 2010 08:18:47 +0000, by diego
-
mga: use libswscale interface for g200 (untested)Thu, 16 Sep 2010 23:25:04 +0000, by ramiro
-
Unconditionally #include subreader.h.Thu, 16 Sep 2010 19:19:13 +0000, by diego
-
misc whitespace cosmeticsThu, 16 Sep 2010 18:58:21 +0000, by diego
-
Remove pointless fontconfig #ifdefs and conditional font_fontconfig declaration.Thu, 16 Sep 2010 18:56:56 +0000, by diego
-
Remove pointless fontconfig version #ifdef.Thu, 16 Sep 2010 18:44:19 +0000, by diego
-
Add necessary #include for text_font_scale_factor and subtitle_autoscale.Thu, 16 Sep 2010 15:48:04 +0000, by diego
-
100l: Set _XOPEN_SOURCE to a proper integer value.Thu, 16 Sep 2010 15:17:18 +0000, by diego
-
Simplify check for external dvdread.Thu, 16 Sep 2010 15:14:09 +0000, by diego
-
Slightly restructure OSS audio check; fixes the warning:Thu, 16 Sep 2010 14:57:04 +0000, by diego
-
Remove pointless sys/ioctl.h #includes from OSS audio checks.Thu, 16 Sep 2010 14:52:27 +0000, by diego
-
Add missing stdio.h #include to the test program in the PNG check.Thu, 16 Sep 2010 14:42:15 +0000, by diego
-
Simplify glob() check.Thu, 16 Sep 2010 14:40:44 +0000, by diego
-
Simplify termcap check.Thu, 16 Sep 2010 14:39:40 +0000, by diego
-
Simplify mkstemp() check.Thu, 16 Sep 2010 14:38:50 +0000, by diego
-
Add _XOPEN_SOURCE >= 500 #define to mkstemp check; mkstemp() requires it.Thu, 16 Sep 2010 14:38:03 +0000, by diego
-
swscale-test: cosmetic alignmentThu, 16 Sep 2010 13:30:02 +0000, by ramiro
-
Simplify libggiwmh check using function_check().Thu, 16 Sep 2010 11:29:23 +0000, by diego
-
Simplify OS/2 header checks using header_check_broken().Thu, 16 Sep 2010 11:26:16 +0000, by diego
-
Simplify libmpeg2 check using header_check_broken().Thu, 16 Sep 2010 11:23:42 +0000, by diego
-
Simplify esd checks using function_check().Thu, 16 Sep 2010 11:22:30 +0000, by diego
-
Update URL to patch for new API support.Thu, 16 Sep 2010 11:05:42 +0000, by diego
-
Update mp3lame_lavc check to match recent FFmpeg changes.Thu, 16 Sep 2010 09:36:45 +0000, by diego
-
swscale: remove useless temporary variableThu, 16 Sep 2010 01:09:59 +0000, by ramiro
-
swscale: factorize plane copying code out of 2 functionsThu, 16 Sep 2010 01:07:55 +0000, by ramiro
-
swscale-test: always use bilinear scaler to get output for SSDThu, 16 Sep 2010 00:41:08 +0000, by ramiro
-
Replace libmpdemux/stheader.h #include by 'struct sh_video' declaration.Wed, 15 Sep 2010 19:52:37 +0000, by diego
-
Add libmpdemux/stheader #include for struct sh_video.Wed, 15 Sep 2010 18:41:30 +0000, by diego
-
Require DirectFB version 0.9.22.Wed, 15 Sep 2010 18:34:15 +0000, by diego
-
Simplify DirectFB check.Wed, 15 Sep 2010 17:22:04 +0000, by diego
-
Require DirectFB version 0.9.15 instead of 0.9.13.Wed, 15 Sep 2010 15:58:48 +0000, by diego
-
Cast return value to long instead of int in byte order check.Wed, 15 Sep 2010 09:25:20 +0000, by diego
-
Simplify libggiwmh check.Tue, 14 Sep 2010 17:20:49 +0000, by diego
-
Simplify kstat check.Tue, 14 Sep 2010 17:14:34 +0000, by diego
-
cosmetics: Replace some double quotes by single quotes for consistency.Tue, 14 Sep 2010 17:08:54 +0000, by diego
-
Simplify a bunch of configure checks through the use of function_check().Tue, 14 Sep 2010 17:04:06 +0000, by diego
-
Remove pointless casts from configure checks.Tue, 14 Sep 2010 14:09:33 +0000, by diego
-
Use inline_asm_check to simplify a bunch of configure checks.Tue, 14 Sep 2010 13:43:53 +0000, by diego
-
Add inline_asm_check function to simplify configure checks.Tue, 14 Sep 2010 13:37:47 +0000, by diego
-
Initialize variable in giflib check; fixes the warning:Tue, 14 Sep 2010 13:21:05 +0000, by diego
-
rgb2rgb: don't misuse HAVE_* definesTue, 14 Sep 2010 13:12:11 +0000, by ramiro
-
Simplify libdv test.Tue, 14 Sep 2010 13:07:57 +0000, by diego
-
Simplify mman.h/mmap check.Tue, 14 Sep 2010 12:59:21 +0000, by diego
-
Simplify math function checks.Tue, 14 Sep 2010 11:03:54 +0000, by diego
-
Initialize variable in libspeex configure check; fixes the warning:Tue, 14 Sep 2010 10:41:25 +0000, by diego
-
Simplify FreeType check.Tue, 14 Sep 2010 10:32:27 +0000, by diego
-
Simplify DirectFB check using function_check().Tue, 14 Sep 2010 10:25:12 +0000, by diego
-
Initialize variable in vsscanf configure check; fixes the warning:Tue, 14 Sep 2010 10:16:31 +0000, by diego
-
Remove bogus cast from configure check; fixes the warning:Tue, 14 Sep 2010 10:11:46 +0000, by diego
-
Simplify dynamic loader check.Tue, 14 Sep 2010 10:05:46 +0000, by diego
-
Remove unnecessary extern declarations from aalib check; fixes the warnings:Tue, 14 Sep 2010 09:48:18 +0000, by diego
-
Fix parameter types in swab() check; fixes the warnings:Tue, 14 Sep 2010 09:47:08 +0000, by diego
-
Add some missing headers to configure checks; fixes the warnings:Tue, 14 Sep 2010 09:45:40 +0000, by diego
-
Mark local functions in configure tests as static; fixes the warnings:Tue, 14 Sep 2010 09:41:32 +0000, by diego
-
Use complete set of warning flags during compilation checks.Tue, 14 Sep 2010 09:08:31 +0000, by diego
-
build system: Merge all FFmpeg library checks into a single FFmpeg check.Mon, 13 Sep 2010 18:19:25 +0000, by diego
-
Move TV input new_handle static function to tv.c and make it non-static.Mon, 13 Sep 2010 18:09:29 +0000, by diego
-
Replace sizeof(type) by sizeof(variable) in malloc invocation.Mon, 13 Sep 2010 18:06:20 +0000, by diego
-
Remove vim/emacs coding style hints.Mon, 13 Sep 2010 15:43:13 +0000, by diego
-
swscale: indentation and emtpy line cosmeticsMon, 13 Sep 2010 14:33:08 +0000, by ramiro
-
swscale: avoid reading prior to the source buffer in planar2x() MMX2Mon, 13 Sep 2010 14:25:18 +0000, by ramiro
-
Mark srcArray as const pointer to const data, fixes the warnings:Mon, 13 Sep 2010 12:14:43 +0000, by diego
-
const-correctness for the menu_info_t OSD menu info declarationsMon, 13 Sep 2010 03:56:24 +0000, by diego
-
const-correctness for af_info_t audio filter declarationsMon, 13 Sep 2010 03:54:37 +0000, by diego
-
Mark some vo_functions_t declarations that were not yet const as const.Mon, 13 Sep 2010 03:50:55 +0000, by diego
-
cosmetics: Place mga_vid tests along with the other video output tests.Mon, 13 Sep 2010 03:12:07 +0000, by diego
-
swscale-test: allow specifying src/dst pixel formatsSun, 12 Sep 2010 18:17:29 +0000, by ramiro
-
indentSun, 12 Sep 2010 18:16:53 +0000, by ramiro
-
swscale-test: take input from reference fileSun, 12 Sep 2010 18:16:33 +0000, by ramiro
-
swscale-test: always use SWS_BILINEAR to convert from ref to srcSun, 12 Sep 2010 18:15:34 +0000, by ramiro
-
swscale-test: move conversion from ref to source back to doTest()Sun, 12 Sep 2010 18:14:42 +0000, by ramiro
-
Add standard multiple inclusion guards.Sun, 12 Sep 2010 17:05:44 +0000, by diego
-
Reindent.Sun, 12 Sep 2010 16:11:05 +0000, by reimar
-
Remove a pointless if.Sun, 12 Sep 2010 16:10:18 +0000, by reimar
-
Replace sizeof(BITMAPINFOHEADER)Sun, 12 Sep 2010 16:08:57 +0000, by reimar
-
Replace malloc+memset by calloc.Sun, 12 Sep 2010 16:03:46 +0000, by reimar
-
Replace sizeof(WAVEFORMATEX) occurrences.Sun, 12 Sep 2010 15:55:47 +0000, by reimar
-
Skip #ifdefs around harmless ae_*.h header #includes.Sun, 12 Sep 2010 15:51:11 +0000, by diego
-
Replace malloc+memset by callocSun, 12 Sep 2010 15:48:46 +0000, by reimar
-
Merge one malloc() + memset() invocation into calloc().Sun, 12 Sep 2010 15:47:37 +0000, by diego
-
Remove libavcodec ifdeffery from the GUI code.Sun, 12 Sep 2010 15:38:21 +0000, by diego
-
Avoid some pointless uses of sizeof() and one related cast.Sun, 12 Sep 2010 15:35:41 +0000, by reimar
-
Replace one more instance of sizeof(WAVEFORMATEX); fix compilation.Sun, 12 Sep 2010 15:14:47 +0000, by diego
-
Replace sizeof(WAVEFORMATEX) and sizeof(BITMAPINFOHEADER) in mencoder.cSun, 12 Sep 2010 13:49:08 +0000, by reimar
-
Replace several sizeof(WAVEFORMATEX)Sun, 12 Sep 2010 13:38:59 +0000, by reimar
-
Remove a useless cast.Sun, 12 Sep 2010 13:35:13 +0000, by reimar
-
Replace sizeof(type)Sun, 12 Sep 2010 13:26:39 +0000, by reimar